Your message dated Sat, 13 Apr 2024 13:19:16 +0000
with message-id <e1rvdho-0041dn...@fasolo.debian.org>
and subject line Bug#1066320: fixed in astlib 0.11.10-2
has caused the Debian Bug report #1066320,
regarding astlib: FTBFS: PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3533:3: error: 
implicit declaration of function ‘wcscon’; did you mean ‘wcstoq’? 
[-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 ow...@bugs.debian.org
immediately.)


-- 
1066320: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066320
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: astlib
Version: 0.11.10-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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):
> x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 
> -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -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 -fPIC 
> -I/usr/include/python3.12 -c PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c -o 
> build/temp.linux-x86_64-cpython-312/PyWCSTools/wcssubs-3.9.5/wcscon_wrap.o
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscon’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3533:3: error: implicit declaration of 
> function ‘wcscon’; did you mean ‘wcstoq’? 
> [-Werror=implicit-function-declaration]
>  3533 |   wcscon(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
>       |   ^~~~~~
>       |   wcstoq
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscsys’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3570:17: error: implicit declaration 
> of function ‘wcscsys’; did you mean ‘wcscspn’? 
> [-Werror=implicit-function-declaration]
>  3570 |   result = (int)wcscsys(arg1);
>       |                 ^~~~~~~
>       |                 wcscspn
> cc1: some warnings being treated as errors
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3.12 setup.py build 
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> /<<PKGBUILDDIR>>/setup.py:8: DeprecationWarning: pkg_resources is deprecated 
> as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
>   from pkg_resources import require
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astImages.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astCalc.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astSED.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astWCS.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astPlots.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astStats.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> copying astLib/astCoords.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/PyWCSTools
> copying PyWCSTools/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/PyWCSTools
> copying PyWCSTools/wcscon.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/PyWCSTools
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib/data
> copying astLib/data/bohlin2006_Vega.sed -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib/data
> copying astLib/data/sun_reference_stis_001.ascii -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_astlib/build/astLib/data
> running build_ext
> building 'PyWCSTools._wcscon' extension
> swigging PyWCSTools/wcssubs-3.9.5/wcscon.i to 
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c
> swig -python -outdir PyWCSTools/ -o PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c 
> PyWCSTools/wcssubs-3.9.5/wcscon.i
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/PyWCSTools
> creating build/temp.linux-x86_64-cpython-311/PyWCSTools/wcssubs-3.9.5
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -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 -fPIC 
> -I/usr/include/python3.11 -c PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c -o 
> build/temp.linux-x86_64-cpython-311/PyWCSTools/wcssubs-3.9.5/wcscon_wrap.o
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscon’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3533:3: error: implicit declaration of 
> function ‘wcscon’; did you mean ‘wcstoq’? 
> [-Werror=implicit-function-declaration]
>  3533 |   wcscon(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
>       |   ^~~~~~
>       |   wcstoq
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c: In function ‘_wrap_wcscsys’:
> PyWCSTools/wcssubs-3.9.5/wcscon_wrap.c:3570:17: error: implicit declaration 
> of function ‘wcscsys’; did you mean ‘wcscspn’? 
> [-Werror=implicit-function-declaration]
>  3570 |   result = (int)wcscsys(arg1);
>       |                 ^~~~~~~
>       |                 wcscspn
> cc1: some warnings being treated as errors
> error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
> E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
> /usr/bin/python3 setup.py build 
> dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.11" 
> returned exit code 13
> make: *** [debian/rules:10: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/astlib_0.11.10-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@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: astlib
Source-Version: 0.11.10-2
Done: Dmitry Shachnev <mity...@debian.org>

We believe that the bug you reported is fixed in the latest version of
astlib, 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 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated astlib 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 13 Apr 2024 14:21:14 +0300
Source: astlib
Architecture: source
Version: 0.11.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 1066320
Changes:
 astlib (0.11.10-2) unstable; urgency=medium
 .
   * Amend use_system_wcstools.patch to also include <wcstools/wcs.h> in
     the generated wcscon_wrap.c file (closes: #1066320).
Checksums-Sha1:
 71c81007fb32093f832c639da6d6d4b4f287e4e3 2057 astlib_0.11.10-2.dsc
 194182a126fc784df70e0762ce417b5701980ccc 4164 astlib_0.11.10-2.debian.tar.xz
Checksums-Sha256:
 972e1e0be505fb81f8332d2d6acb6d3a8b6975e868d4e72a4f2a8bbcd5d4d63d 2057 
astlib_0.11.10-2.dsc
 17debc6a66186f0fd59a1d149b269e9baf85412ef958816bb7203a64c6d64e9e 4164 
astlib_0.11.10-2.debian.tar.xz
Files:
 60b4033a9a710a4d94e387971f382c32 2057 python optional astlib_0.11.10-2.dsc
 e5ea052f2f21d40d78066ff3889d0aaf 4164 python optional 
astlib_0.11.10-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmYagGYACgkQcRWv0HcQ
3PcbVRAA27mkY0Akl8VVwDgTmEbd91+tqk6pxtJ0nFpnPw5PjcJMcwrOr80zAy6y
FzXPwDGF6Ktk4aQKy2Ig8vB+A6JU9iW6w0sk2mj2ZBM2oxKpigAzuybFODvd8EyB
ygKaV+eWvwuYShLHMBK/NFzH0+EtwcOvBIEtmD7e5JOxSlZDOQ97zAulGX64M8o3
uMXJi+4KNxXr8y5Qsj1GGiSd2vdmqjZ4byD7YQ0P3lpIOFPtv5ygcGO/1YyyJe71
c+OAhnzLdP8QM8FTzXGtwFJ0eqnMMtB3Uth/W+rl4VuFpXRElqOQ+/nAQjhhnAeh
c6p4qCs3tiJ5/w9jL0vt+a37npr3EnGx0vE4L9XAWgkqDzAYoM1iwUeYEe8rVC1M
2PJFacTdpu9AUxJmQhkbU0a4Q15b7mvLrrJC/y6HXukKUjvR585xOV/1NHeAXbTn
WQc/KLVjPtmFgQkVCroeWSMViGPrxfDFreLi4ETCHbFExYuIFGPbhlCJHUXY2itb
V5tCUHMbh2on/Xr5k4vBM6WpWb4rmWXzP+Opj9W/NqLruWdSWcXpEqlreQj7n4CF
vetaL7RP33DZafcfTF1luDAUjeKs/LSzyTh8auX+oxR1aynly/L5XSo7hhcA9Eh0
NJYPIKP7Mj/pDHU4kuAio8kmCfR+hIKTmk7jaJaLwpvlvDIzFYY=
=9v9E
-----END PGP SIGNATURE-----

Attachment: pgphj9Ebzgg78.pgp
Description: PGP signature


--- End Message ---

Reply via email to