Your message dated Tue, 24 Sep 2024 21:05:05 +0000
with message-id <e1stcix-000nve...@fasolo.debian.org>
and subject line Bug#1081872: fixed in pd-libdir 1.11-9
has caused the Debian Bug report #1081872,
regarding pd-libdir: FTBFS: libdir.c:153:15: error: implicit declaration of 
function ‘sys_trytoopenone’
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.)


-- 
1081872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081872
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pd-libdir
Version: 1.11-8
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=pd_lib_builder
   dh_update_autotools_config -O--buildsystem=pd_lib_builder
   dh_autoreconf -O--buildsystem=pd_lib_builder
   dh_auto_configure -O--buildsystem=pd_lib_builder
   dh_auto_build -O--buildsystem=pd_lib_builder
        make -j2 "INSTALL=install --strip-program=true" arch.c.flags= "LDFLAGS=-Wl,-z,relro -Wl,-z,now" 
"CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/
make[1]: Entering directory '/<<PKGBUILDDIR>>'
++++ info: using Makefile.pdlibbuilder version 0.7.0~Debian
++++ info: using Pd API /usr/include/pd/m_pd.h
++++ info: making target all in lib libdir
++++ info: making libdir.pd_linux.o in lib libdir
cc -DPD -I "/usr/include/pd"  -DUNIX -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DVERSION='""' 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -o libdir.pd_linux.o -c libdir.c
libdir.c: In function ‘libdir_loader_pathwise’:
libdir.c:153:15: error: implicit declaration of function ‘sys_trytoopenone’; 
did you mean ‘sys_trytoopenit’? [-Wimplicit-function-declaration]
  153 |     if ((fd = sys_trytoopenone(path, fullclassname, ".pd",
      |               ^~~~~~~~~~~~~~~~
      |               sys_trytoopenit
libdir.c: In function ‘libdir_setup’:
libdir.c:185:38: warning: macro "__DATE__" might prevent reproducible builds 
[-Wdate-time]
  185 |     logpost(NULL, 3, "\tcompiled on "__DATE__" at "__TIME__ " ");
      |                                      ^~~~~~~~
libdir.c:185:52: warning: macro "__TIME__" might prevent reproducible builds 
[-Wdate-time]
  185 |     logpost(NULL, 3, "\tcompiled on "__DATE__" at "__TIME__ " ");
      |                                                    ^~~~~~~~
make[1]: *** [/usr/share/pd-lib-builder//Makefile.pdlibbuilder:987: 
libdir.pd_linux.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" arch.c.flags= "LDFLAGS=-Wl,-z,relro 
-Wl,-z,now" "CFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/ returned 
exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202409/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: pd-libdir
Source-Version: 1.11-9
Done: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>

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

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated 
pd-libdir 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: Tue, 24 Sep 2024 22:20:47 +0200
Source: pd-libdir
Architecture: source
Version: 1.11-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Closes: 1081872
Changes:
 pd-libdir (1.11-9) unstable; urgency=medium
 .
   * Fix FTBFS due to implicit function declaration (Closes: #1081872)
   * Switch to dh-sequence-puredata
     + Add Provides and Suggests stanzas
   * Bump standards version to 4.7.0
Checksums-Sha1:
 14907d1d01ad6d5d12f0e3592b8543c49698800f 2103 pd-libdir_1.11-9.dsc
 c053d619de0dfc633b1a0ea5b67181cf943107eb 4336 pd-libdir_1.11-9.debian.tar.xz
Checksums-Sha256:
 abb726cd15cd75127fcd56a071991d87e6413a812db8bd7a382adbd562786fce 2103 
pd-libdir_1.11-9.dsc
 f571d15751a6a9921b5166406ed9307e95f1bc060b2528bfaeb338c3239650b8 4336 
pd-libdir_1.11-9.debian.tar.xz
Files:
 6a2dc7d8aacde21973ac8f5857d6e1e2 2103 sound optional pd-libdir_1.11-9.dsc
 ca15301ecc4a0c743135f9b02d1611b5 4336 sound optional 
pd-libdir_1.11-9.debian.tar.xz

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

iQJKBAEBCAA0FiEEdAXnRVdICXNIABVttlAZxH96NvgFAmbzIQ8WHGZvcnVtQHVt
bGFldXRlLm11ci5hdAAKCRC2UBnEf3o2+AoiEACIJRvMKgmlMrH03LI5fTJTRTW9
+PGHzytxO1nxsWT4xzxyg3vWLDCN+snKcgfpRW9Ze7RjxZqjfTwTc9gzwDrXEQzT
TsVdzPGmK/fO1b67GYs8dhmQ/bZqGlaCT12ORCw7XVrBJSjXTmDYQQxSlAfAvRwX
VOz4b5fNY8q9kibsu0L4+hAOKzhVmGBYrj6bVVyp2bHv4jRQSl87aD3cOAWiggYh
uTgnTwZfJ6m7WggFiEum+mzsLCunA0zk53fGaduCZjWOrFhFJYq53tc03SF+TijF
+JNEf4V8SOytH0n64+w3+Thbvh6Ha5UcgLLwGM5SjxFStfJN6CGpxbZdHkT4wLGz
/XDLV5o+YHpfF0fvD+ZByMewy9hU3OEYaP782vU9/2Vo9MlZ4KHgs5r8OP6bWGMo
W5LdnW2tb7TvhubbPZ8TPgHWmiNtpQCsjkO52NNtlJPvffCNNvl54fWySXzl9qSQ
SDToZZR3I1ckZTmWFOcLj1XhLcoq1X9u5If0BwX1+5Dz1lhQeOEUAAHNfSpFzEMN
9r4rbWZB90Wm+9xyJgXYnl/8mTpwS858ThMmSozlMy+DO5jIN9Rc6Y90orxt52Xj
8crrTRVSycTIz2634Q5Q9mMKMeZEJceRpO9DvxPAvaHpwQrxAy5kP5Ifs4FTX8ER
Jb2zVO2zgKKJHPTkwg==
=Ssx2
-----END PGP SIGNATURE-----

Attachment: pgpfY3ErFcnje.pgp
Description: PGP signature


--- End Message ---

Reply via email to