• Bug#1075287: marked as done (morse: ftbfs with GCC-14) (2/3)

    From Debian Bug Tracking System@1:229/2 to All on Mon Aug 12 06:40:01 2024
    [continued from previous message]

    dpkg-buildpackage: info: source changed by tony mancill <[email protected]>
    dpkg-source --before-build .
    dpkg-buildpackage: info: host architecture amd64
    debian/rules clean
    dh clean
    dh_auto_clean
    make -j8 clean
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    rm -f morse QSO *.1 *.html
    cd morse.d; make clean
    make[2]: Entering directory '/<<PKGBUILDDIR>>/morse.d'
    make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
    rm -f *.o morse QSO morseX11 morseLinux morseOSS morsePA morseALSA
    make[2]: Leaving directory '/<<PKGBUILDDIR>>/morse.d'
    cd qso.d; make clean
    make[2]: Entering directory '/<<PKGBUILDDIR>>/qso.d'
    make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
    rm -f *.o QSO
    make[2]: Leaving directory '/<<PKGBUILDDIR>>/qso.d'
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    dh_clean
    debian/rules binary
    dh binary
    dh_update_autotools_config
    dh_autoreconf
    dh_auto_configure
    debian/rules override_dh_auto_build
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    dh_auto_build --sourcedirectory=qso.d -- CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
    cd qso.d && make -j8 "INSTALL=install --strip-program=true" "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
    make[2]: Entering directory '/<<PKGBUILDDIR>>/qso.d'
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o QSO.o QSO.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o put_form.o put_form.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o make_fre.o make_fre.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o grammar.o grammar.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o util.o util.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o init_str.o init_str.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now -o QSO QSO.o put_form.o make_fre.o grammar.o
    util.o init_str.o
    make[2]: Leaving directory '/<<PKGBUILDDIR>>/qso.d'
    dh_auto_build --sourcedirectory=morse.d -- DEVICE=X11 CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection"
    cd morse.d && make -j8 "INSTALL=install --strip-program=true" DEVICE=X11 "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-
    protection"
    make[2]: Entering directory '/<<PKGBUILDDIR>>/morse.d'
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o morse.o morse.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o beepX11.o beepX11.c
    cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -c -o alarm.o alarm.c
    In file included from beepX11.c:10:
    alarm.h:15:1: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type]
    15 | void AlarmSet(time_t);
    | ^~~~
    make[2]: *** [<builtin>: beepX11.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[2]: Leaving directory '/<<PKGBUILDDIR>>/morse.d'
    dh_auto_build: error: cd morse.d && make -j8 "INSTALL=install --strip-program=true" DEVICE=X11 "CFLAGS=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=
    format-security -fcf-protection" returned exit code 2
    make[1]: *** [debian/rules:8: override_dh_auto_build] Error 25
    make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    make: *** [debian/rules:40: binary] Error 2
    dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

    Received: (at 1075287-close) by bugs.debian.org; 12 Aug 2024 04:35:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-113.0 required=4.0 tests=BAYES_00,DKIM_SIGNED,
    DKIM_VALID,DKIM_VALID_AU,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,MD5_SHA1_SUM,
    PGPSIGNATURE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_NONE,
    T_SCC_BODY_TEXT_LINE,USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST
    autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 85; hammy, 150; neutral, 128; spammy,
    0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
    0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
    0.000-+--UD:debian.tar.xz, 0.000-+--Hx-spam-relays-external:sk:fasolo. Return-path: <[email protected]>
    Received: from mitropoulos.debian.org ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:40032)
    from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=mitropoulos.debian.org,EMAIL=[email protected] (verified)
    by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
    (Exim 4.94.2)
    (envelope-from <[email protected]>)
    id 1sdMmU-00Aqbk-EH
    for [email protected]; Mon, 12 Aug 2024 04:35:42 +0000 Received: from [192.91.235.231] (port=52072 helo=fasolo.debian.org)
    from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,EMAIL=[email protected] (verified)
    by mitropoulos.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
    (Exim 4.94.2)
    (envelope-from <[email protected]>)
    id 1sdMmS-00Ag5P-6a
    for [email protected]; Mon, 12 Aug 2024 04:35:40 +0000

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)