[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1066539: marked as done (morse: FTBFS: make_fre.c:10:13: error: implicit declaration of function ‘Roll’ [-Werror=implicit-function-declaration])



Your message dated Fri, 29 Mar 2024 19:54:07 +0000
with message-id <E1rqIIh-00H7i1-Ma@fasolo.debian.org>
and subject line Bug#1066539: fixed in morse 2.6-1
has caused the Debian Bug report #1066539,
regarding morse: FTBFS: make_fre.c:10:13: error: implicit declaration of function ‘Roll’ [-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1066539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066539
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: morse
Version: 2.5-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> 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
> make_fre.c: In function ‘make_freq’:
> make_fre.c:10:13: error: implicit declaration of function ‘Roll’ [-Werror=implicit-function-declaration]
>    10 |     switch (Roll (NUM_BAND + 2))
>       |             ^~~~
> QSO.c: In function ‘PutThanks’:
> QSO.c:194:13: error: implicit declaration of function ‘Roll’ [-Werror=implicit-function-declaration]
>   194 |     switch (Roll (6))
>       |             ^~~~
> QSO.c: In function ‘PutQ_And_Freq’:
> QSO.c:680:45: error: implicit declaration of function ‘make_freq’ [-Werror=implicit-function-declaration]
>   680 |           printf (Frqmisc[Roll (NFRQMISC)], make_freq ());
>       |                                             ^~~~~~~~~
> QSO.c: At top level:
> QSO.c:723:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   723 | main (int argc, char **argv)
>       | ^~~~
> QSO.c: In function ‘main’:
> QSO.c:726:13: error: implicit declaration of function ‘CountStrings’ [-Werror=implicit-function-declaration]
>   726 |     NXCVR = CountStrings (Transceiver);
>       |             ^~~~~~~~~~~~
> QSO.c:749:5: error: implicit declaration of function ‘srand48’ [-Werror=implicit-function-declaration]
>   749 |     srand48 ((long) time (0));
>       |     ^~~~~~~
> QSO.c:751:5: error: implicit declaration of function ‘PutQSO’; did you mean ‘PutRST’? [-Werror=implicit-function-declaration]
>   751 |     PutQSO ();
>       |     ^~~~~~
>       |     PutRST
> put_form.c: In function ‘PutForm0’:
> put_form.c:6:5: error: implicit declaration of function ‘PutRST’ [-Werror=implicit-function-declaration]
>     6 |     PutRST ();
>       |     ^~~~~~
> put_form.c:7:5: error: implicit declaration of function ‘PutName’ [-Werror=implicit-function-declaration]
>     7 |     PutName ();
>       |     ^~~~~~~
> put_form.c:8:5: error: implicit declaration of function ‘PutLocation’ [-Werror=implicit-function-declaration]
>     8 |     PutLocation ();
>       |     ^~~~~~~~~~~
> put_form.c:9:5: error: implicit declaration of function ‘PutMisc’ [-Werror=implicit-function-declaration]
>     9 |     PutMisc ();
>       |     ^~~~~~~
> put_form.c:10:5: error: implicit declaration of function ‘PutRig’ [-Werror=implicit-function-declaration]
>    10 |     PutRig ();
>       |     ^~~~~~
> put_form.c:11:5: error: implicit declaration of function ‘PutWeather’ [-Werror=implicit-function-declaration]
>    11 |     PutWeather ();
>       |     ^~~~~~~~~~
> put_form.c:12:5: error: implicit declaration of function ‘PutJob’ [-Werror=implicit-function-declaration]
>    12 |     PutJob ();
>       |     ^~~~~~
> put_form.c:13:5: error: implicit declaration of function ‘PutAge’ [-Werror=implicit-function-declaration]
>    13 |     PutAge ();
>       |     ^~~~~~
> put_form.c:15:5: error: implicit declaration of function ‘PutQ_And_Freq’ [-Werror=implicit-function-declaration]
>    15 |     PutQ_And_Freq ();
>       |     ^~~~~~~~~~~~~
> put_form.c:16:5: error: implicit declaration of function ‘PutLicense’ [-Werror=implicit-function-declaration]
>    16 |     PutLicense ();
>       |     ^~~~~~~~~~
> put_form.c: In function ‘PutForm2’:
> put_form.c:38:5: error: implicit declaration of function ‘PutThanks’ [-Werror=implicit-function-declaration]
>    38 |     PutThanks ();
>       |     ^~~~~~~~~
> put_form.c: At top level:
> put_form.c:102:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
>   102 | PutQSO (void)
>       | ^~~~~~
> put_form.c: In function ‘PutQSO’:
> put_form.c:105:5: error: implicit declaration of function ‘PutFirstCallsign’ [-Werror=implicit-function-declaration]
>   105 |     PutFirstCallsign ();
>       |     ^~~~~~~~~~~~~~~~
> put_form.c:106:13: error: implicit declaration of function ‘Roll’ [-Werror=implicit-function-declaration]
>   106 |     switch (Roll (6))
>       |             ^~~~
> put_form.c:128:5: error: implicit declaration of function ‘PutLastCallsign’ [-Werror=implicit-function-declaration]
>   128 |     PutLastCallsign ();
>       |     ^~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[2]: *** [<builtin>: make_fre.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/morse_2.5-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: morse
Source-Version: 2.6-1
Done: tony mancill <tmancill@debian.org>

We believe that the bug you reported is fixed in the latest version of
morse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066539@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmancill@debian.org> (supplier of updated morse package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 29 Mar 2024 11:14:11 -0700
Source: morse
Architecture: source
Version: 2.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: tony mancill <tmancill@debian.org>
Closes: 1066539
Changes:
 morse (2.6-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Use versioned copyright format URI.
 .
   [ tony mancill ]
   * Update debian/watch to pull from GitLab
   * New upstream version 2.6 (Closes: #1066539)
   * Refresh patches for new upstream release
   * Disable tests, which require access to a sound card
   * Update debian/copyright for upstream change to BSD-2-clause
   * Bump Standards-Version to 4.6.2
   * Set Rules-Requires-Root: no in debian/control
Checksums-Sha1:
 29f72c70e1da8ff638d2e0b34b15739f6f58a218 2034 morse_2.6-1.dsc
 980642cae4681c5fef508ff59b70ebca54295cf4 48623 morse_2.6.orig.tar.gz
 b684c3a5dbe2756beacafa28964ed03519717643 6416 morse_2.6-1.debian.tar.xz
 59d475ab0c8a3e37be6bca14b806cd6afd52b59c 8368 morse_2.6-1_amd64.buildinfo
Checksums-Sha256:
 3713ea1011a8df8e1f37d7186e7a699852c2838c4dda80e4ea430dbccdb919b4 2034 morse_2.6-1.dsc
 1d3439b510581a2c7c9fdb804c43f28f31c2c0e7aaf3b041fdb9cd8bb1a22d6a 48623 morse_2.6.orig.tar.gz
 eae11d22bb75b2b31cdd02d67b636678c79ccc7f282970849a7d7f767638e96e 6416 morse_2.6-1.debian.tar.xz
 d85e88e17deb676193375be8d49fa321509ea3f802fa8afd6aeb16d3c431d6f9 8368 morse_2.6-1_amd64.buildinfo
Files:
 d4c0d560a8f60c328997013b50ccaf5b 2034 hamradio optional morse_2.6-1.dsc
 fa06bf2d18836746bcc4a7ba73ffa501 48623 hamradio optional morse_2.6.orig.tar.gz
 eccdfd99115baeda4e058b320f253781 6416 hamradio optional morse_2.6-1.debian.tar.xz
 12cc253ca656aa9c0b663ce2dd93eea6 8368 hamradio optional morse_2.6-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmYHBjEUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZHfA/9EfqqJpjGpl3cjIWDHBjzyA+X8lLA
CEYCUY1Riwb1HCGhhuuM5jhW5sGF+JDkAghtBLvMQSkLPA+CNZKZzQM3dEVnM0sA
fLHW82v/0M/Hyn6QfAd9P98tdXykS3B2EA6yc3WEwrxd3JN4hahPcCm4oV/7RMo9
Ev6E+ydBupdeEek3DU2n7P8UIWTkSZb3OT0bByPHWbMN7chuv/d3JUxDQ9UTsb4D
ysQ7eUiwuvaBQ2lK6NWpKfrBkQOp3lU3PGnMJCBuLc1s//kOPZbxEYVId4jPFzaw
IdXcvc9xOb8F/yyfkokuQXF+o4/teL+dM8N3tOrWum0/ppo6FCa4xNSoawg4BCac
a3isWBHnNyvZ+5cA7+BEhZ6O86vQRuu1719ZLDg+WeLdz7Jqm5UVj1bnhPhXzplX
UTIDizoZRfbYWOt0MhysjFhEJVJt7TSq8YEr29Yantyr6lXvbuXtXzdUqAQMFqCb
u6BGhP9v7FWnNde83pw4ejmH88CGUuLy8vPmP/ku7miS+qJVSQT8Mak1nceS2hLF
aGjyOWw4bivp5VepqXGAB/56I40naqizLyIEo1OF9M6VWgwXiRWVuXiHB998MdTC
iQbpL4WNsDmWJLHq0hjVUyD7gHaEKZuyD0/npr0MgubRf9OVhtgmBFoE/YjGDtZy
+kx6OkzNliNIxMg=
=Bz91
-----END PGP SIGNATURE-----

Attachment: pgpSBuiAbKiL9.pgp
Description: PGP signature


--- End Message ---

Reply to: