Your message dated Tue, 07 Oct 2025 04:19:13 +0000
with message-id <[email protected]>
and subject line Bug#1114438: fixed in wcc 0.0.7+dfsg-2
has caused the Debian Bug report #1114438,
regarding wcc: FTBFS: collect2: error: ld returned 1 exit status
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 [email protected]
immediately.)


-- 
1114438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wcc
Version: 0.0.7+dfsg-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

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

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 add an affects on src:wcc, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd src && make clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
cd wcc && make clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/wcc'
rm -f wcc a.out wcc.o core wcc32 ls.o ls.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/wcc'
cd wld && make clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/wld'
rm -f wld wld32 a.out
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/wld'
cd wsh && make clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/wsh'
rm wsh helper.o wsh.o wshmain.o libwitch.so libwitch.a linenoise.o 
learnwitch.log -f
cd tests && make clean
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/wsh/tests'
cd apache2 && make clean
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/wsh/tests/apache2'
rm ap2v -f
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/wsh/tests/apache2'
cd  sshd && make clean
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/wsh/tests/sshd'
rm -rf ssh
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/wsh/tests/sshd'
cd  sshd2 && make clean
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/wsh/tests/sshd2'
rm -rf sshd2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/wsh/tests/sshd2'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/wsh/tests'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/wsh'
cd wldd && make clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/wldd'
rm -f wldd
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/wldd'
cd tools && make clean
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/tools'
rm ../../bin/wcch -f
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/tools'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
rm -f ./bin/*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
        make -j2 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p bin
cd src && make CFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall 
-Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter 
-Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb 
-I../../include  -I./include/sflib/ -I./include -I../../include/  
-Wno-incompatible-pointer-types  -fstack-protector-all -Wl,-z,relro,-z,now 
-DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_FORTIFY_SOURCE=2 -O2 "
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
cd wcc && make CFLAGS=" -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall 
-Wno-discarded-qualifiers -Wno-int-conversion -Wno-unused-parameter 
-Wno-unused-function -Wno-unused-result -fpie -pie -fPIC -g3 -ggdb 
-I../../include  -I./include/sflib/ -I./include -I../../include/  
-Wno-incompatible-pointer-types  -fstack-protector-all -Wl,-z,relro,-z,now 
-DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_FORTIFY_SOURCE=2 -O2 "
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/wcc'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wno-discarded-qualifiers 
-Wno-int-conversion -Wno-unused-parameter -Wno-unused-function 
-Wno-unused-result -fpie -pie -fPIC -g3 -ggdb -I../../include  
-I./include/sflib/ -I./include -I../../include/  
-Wno-incompatible-pointer-types  -fstack-protector-all -Wl,-z,relro,-z,now 
-DPACKAGE -DPACKAGE_VERSION -masm=intel -rdynamic -D_FORTIFY_SOURCE=2 -O2  
wcc.c -o wcc -l:libbfd.a -l:libsframe.a -lz -ldl -liberty -lzstd -lelf 
-lcapstone
/usr/bin/ld: cannot find -l:libsframe.a: No such file or directory
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:29: all] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/wcc'
make[2]: *** [Makefile:11: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:22: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:16: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: wcc
Source-Version: 0.0.7+dfsg-2
Done: Carlos Henrique Lima Melara <[email protected]>

We believe that the bug you reported is fixed in the latest version of
wcc, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carlos Henrique Lima Melara <[email protected]> (supplier of updated wcc 
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 [email protected])


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

Format: 1.8
Date: Tue, 07 Oct 2025 00:34:12 -0300
Source: wcc
Architecture: source
Version: 0.0.7+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Carlos Henrique Lima Melara <[email protected]>
Closes: 1114438
Changes:
 wcc (0.0.7+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/control:
       - Add libsframe-dev to build dependencies. (Closes: #1114438)
       - Bump Standards-Version to 4.7.2, no changes needed.
   * debian/copyright:
       - Move all license text to their own paragraph at the bottom.
       - Update GPL and LGPL to point to gnu.org instead of FSF address.
       - Update debian copyright holders.
   * debian/patches/: forward patches upstream, add the info in the headers and
     mark debian specific patches as not-needed.
       - build-with-gcc-15.patch: cherry-pick from upstream to fix FTBFS.
         Thanks to Sergio Durigan Junior <sergiodj>.
       - debian_hardening.patch: also pass LDFLAGS and CPPFLAGS separately.
       - reproductible_build.patch: remove date and time from all binaries.
   * debian/source/lintian-overrides: portability.patch is not a pre-built
     binary
Checksums-Sha1:
 3671f2008368e248abeb3fc7a83a80b4eb7ba24e 2164 wcc_0.0.7+dfsg-2.dsc
 03e047e81ac7f85392c4c2e0028baac7afea7cdd 15580 wcc_0.0.7+dfsg-2.debian.tar.xz
 ba0ee8fa6c06335677f0dd29434122479f90c22a 7073 wcc_0.0.7+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 14fb59af3693384176e02cf579d989777c3b4021cc2a55f194af969ae074325d 2164 
wcc_0.0.7+dfsg-2.dsc
 22d94c44082fdb69131216e7469b9546e2483ca0a5987de69d8d00b137c3b1f0 15580 
wcc_0.0.7+dfsg-2.debian.tar.xz
 0967791659dfc1f86693d8e76d32d8c52ae565d7f94d928bf533def1baec2c0c 7073 
wcc_0.0.7+dfsg-2_amd64.buildinfo
Files:
 c1b989e7fb5b0f4d1c9ba95dbce43176 2164 utils optional wcc_0.0.7+dfsg-2.dsc
 129488c6db4fdc6d2c9cbbbc4a284a50 15580 utils optional 
wcc_0.0.7+dfsg-2.debian.tar.xz
 30368e380e8fcb974046f55e511767d8 7073 utils optional 
wcc_0.0.7+dfsg-2_amd64.buildinfo

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

iQJNBAEBCgA3FiEECgzx8d8+AINglLHJt4M9ggJ8mQsFAmjkj4MZHGNoYXJsZXNt
ZWxhcmFAcmlzZXVwLm5ldAAKCRC3gz2CAnyZC104EACycQbYE0v335U3ZeKteE/5
cRk+h8vBbGIcnYjMA4Oa4gGrToT+myVpoVnNVD5OsU/OeV3h5Trd80bPXg4VVgCl
NWOl5tlFqWHOdNzSaeRdfbLHeBQ015dlPFX+xc3HhXDebPu4uX1DxJFN3GSnhDcX
L+mGzgVFqpbSaObQHw9FFG1WHh/Goctt/jX6EHi/NDLQ9FrnO5yOqqhmepdhxRtl
Sbdrmj4BL1a/tuzlzKtjurQvYwf6V4RVu5sRLJmzBBTLZU0B1NEwGrbZS09JDr+i
o/ENoPsInNTKthC3dGJ9S1iPIACIzdSlUnw46vAl7rWO5OlThfNbkS+ANLCOh9rr
0iI+jPyZdjs0TWM5Edi6+6r2WWb7gZLbO8QB7P4CR66w+7xMDDoiWYLXmE9Fy+Cn
1vIVqlsbOquBKf58eJSriGzcwJbe0gbU9DjS51K5rzZKbYp1is/Y+UvVfgOl810Y
qfeYtToPnemhzWBasNd4GqECRiH+Kul7BVrcrnMWlHleA7YksqESR+N3TfToXzOD
x26Qf1l7DFzK5+xJRT/ZQNz6LOIIS0ZNMOm3wcHRKFdG/sKDNSnq608K8gsqR0aQ
XMMTXti0QcBaccTDM/zcVQalXlgE4yrs7r2L/+FFTt9Na5eUTpz2KNgwwKPTC11x
/v5/oadzDhiGY+70RzYjsA==
=YEDz
-----END PGP SIGNATURE-----

Attachment: pgpO2HLqb8zSQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to