Your message dated Sun, 14 Apr 2024 15:37:12 +0000
with message-id <e1rw1uq-009shs...@fasolo.debian.org>
and subject line Bug#1066275: fixed in stellarsolver 2.5-2
has caused the Debian Bug report #1066275,
regarding stellarsolver: FTBFS: os-features.h:123:17: error: implicit 
declaration of function ‘qsort_r’; did you mean ‘qsort’? 
[-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.)


-- 
1066275: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066275
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: stellarsolver
Version: 2.5-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):
> /usr/bin/cc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dstellarsolver_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/stellarsolver_autogen/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> 
> -I/<<PKGBUILDDIR>>/tester -I/<<PKGBUILDDIR>>/stellarsolver 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/include 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/include/astrometry 
> -I/usr/include/wcslib -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/qfits-an 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/libkd 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/util 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/blind -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -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 
> -fPIC -MD -MT 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o -MF 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o.d -o 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o -c 
> /<<PKGBUILDDIR>>/stellarsolver/astrometry/util/bl-sort.c
> In file included from 
> /<<PKGBUILDDIR>>/stellarsolver/astrometry/util/bl-sort.c:8:
> /<<PKGBUILDDIR>>/stellarsolver/astrometry/util/bl-sort.c: In function 
> ‘bl_sort_rec’:
> /<<PKGBUILDDIR>>/stellarsolver/astrometry/os-features.h:123:17: error: 
> implicit declaration of function ‘qsort_r’; did you mean ‘qsort’? 
> [-Werror=implicit-function-declaration]
>   123 | #define QSORT_R qsort_r
>       |                 ^~~~~~~
> /<<PKGBUILDDIR>>/stellarsolver/astrometry/util/bl-sort.c:68:9: note: in 
> expansion of macro ‘QSORT_R’
>    68 |         QSORT_R(NODE_DATA(node), node->N, list->datasize, &ft, 
> qcompare);
>       |         ^~~~~~~
> [ 57%] Building C object 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o
> /usr/bin/cc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_NO_DEBUG -DQT_WIDGETS_LIB -Dstellarsolver_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/stellarsolver_autogen/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> 
> -I/<<PKGBUILDDIR>>/tester -I/<<PKGBUILDDIR>>/stellarsolver 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/include 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/include/astrometry 
> -I/usr/include/wcslib -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/qfits-an 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/libkd 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/util 
> -I/<<PKGBUILDDIR>>/stellarsolver/astrometry/blind -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -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 
> -fPIC -MD -MT 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o -MF 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o.d -o 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl.c.o -c 
> /<<PKGBUILDDIR>>/stellarsolver/astrometry/util/bl.c
> cc1: some warnings being treated as errors
> make[3]: *** [CMakeFiles/stellarsolver.dir/build.make:645: 
> CMakeFiles/stellarsolver.dir/stellarsolver/astrometry/util/bl-sort.c.o] Error 
> 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/stellarsolver_2.5-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: stellarsolver
Source-Version: 2.5-2
Done: Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>

We believe that the bug you reported is fixed in the latest version of
stellarsolver, 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.
Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org> (supplier of updated 
stellarsolver 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: SHA256

Format: 1.8
Date: Sun, 14 Apr 2024 12:14:48 -0300
Source: stellarsolver
Architecture: source
Version: 2.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>
Closes: 1066275
Changes:
 stellarsolver (2.5-2) unstable; urgency=medium
 .
   * Team upload.
   * Apply patch to fix qsort definition and thus build error (Closes:
     #1066275). Thanks Miriam Espana Acebal for the patch.
   * Switch deprecated B-D on pkg-config to pkgconf.
Checksums-Sha1:
 1e73f540d62dfa308cbc266ecea104e77f506ffc 2172 stellarsolver_2.5-2.dsc
 690a49ba02efc8ca24774522f1b3002497e1933f 6776 stellarsolver_2.5-2.debian.tar.xz
 b7e27e323704d58e7110aa1ab79a832857149300 12217 
stellarsolver_2.5-2_source.buildinfo
Checksums-Sha256:
 e79d1ec22f0e10d99c0b0b5a15a60c45e4809ca8c6d28482a072acf528301b6b 2172 
stellarsolver_2.5-2.dsc
 d8b9b721e3aa424c902aa19ebac443a9cb0e2fe00fae70e0106d919c23e474de 6776 
stellarsolver_2.5-2.debian.tar.xz
 a24f54f4cf7d4ec3f1eb37c5b7e719f7d13ce4b9a8125d86117fe7364cdf5a4c 12217 
stellarsolver_2.5-2_source.buildinfo
Files:
 4d2ad85b36622a7669c04025399e1882 2172 libdevel optional stellarsolver_2.5-2.dsc
 4da60dd7e276f08999f3387b16ba652c 6776 libdevel optional 
stellarsolver_2.5-2.debian.tar.xz
 6b786f103a09fe418ad4c85ea80ebe7d 12217 libdevel optional 
stellarsolver_2.5-2_source.buildinfo

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

iQJIBAEBCAAyFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAmYb9DkUHGxpc2FuZHJv
QGRlYmlhbi5vcmcACgkQq2RfQGKGp9A1fg/+L/pd+8SfA2deYeiWoME6k8LBseBZ
E0aYbkhxoTqngPt7YAvUfzWETBq98JsRMbG2zzkAV5cb/yNIqhquhNOY7OnHRNoF
7ea236rhotbKAp/QFSZsylXBLs4sFMMLtp3Retiif+rGkpZ0YS/Qu75WAtH/0aC8
xTiJ4nR/NPMSrA0TuxfQYOjcU7X0v7HQSU0XLIRyL1DYnGU15ED0iS4qWYmKC/Lc
ClyvzewT1iPM858G26sprZoKc3UZLVoIUX8GX8htqzaBcgqHPLnD4GjAUQpQWjy/
3pRXb4uDyIfxdWi2eQcQbTAjjyAjuUGKJjNZLdmWPmtxjhKgdLisxOhzOwJmj2Oc
kKpVntqwozfckwWDLqLguERIFbgPuw03pbO77qYfx3jw605E9y4lxeAsJbw6kieP
6Tz2B5+sb7r9l6AtJLCpWGB7o13Yaz3WXOYiLWLsfcHbWAT/cYQckDGoHPaZfYim
E/uZu4DAe8ZVoOrhBNqQfHtEDKGvsG4RAP3PwqFcJkeuHTWIpx+dHjpjhzys3MG0
sGNESUHmtoUJGkrsOjUwwXlKeXHsWCMX+e3UF91k5AGi0KUjPENV2UZWwp/mTf3d
Y8uQsNcP9X3DVGyKepp3p6sBd6z0zT+YIZwNwL+AujhyQfk//CnlriKB7dAfex5A
JNtnjSBUTB0KkcQ=
=Zbc5
-----END PGP SIGNATURE-----

Attachment: pgp9Tdctal2Ml.pgp
Description: PGP signature


--- End Message ---

Reply via email to