Your message dated Sat, 14 Jun 2025 17:41:05 +0000
with message-id <e1uqusl-00gkvs...@fasolo.debian.org>
and subject line Bug#1107411: fixed in powerman 2.4.4-4
has caused the Debian Bug report #1107411,
regarding powerman: FTBFS: httppower.c:327:5: error: call to 
'_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt 
expects a long argument [-Werror=attribute-warning]
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.)


-- 
1107411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1107411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:powerman
Version: 2.4.4-3
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

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

[ note: CC to Samuel Henrique, as this seems related to the recent upload of 
curl ]

--------------------------------------------------------------------------------
[...]
gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../src/libcommon -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o httppower.o httppower.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection 
-Wformat -Werror=format-security -fcf-protection  -flto=auto -ffat-lto-objects 
-Wl,-z,relro -Wl,-z,now  -o httppower httppower.o 
../../src/libcommon/libcommon.la -lcurl 
libtool: link: gcc -Wall -Werror -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -flto=auto -ffat-lto-objects -Wl,-z 
-Wl,relro -Wl,-z -Wl,now -o httppower httppower.o  
../../src/libcommon/.libs/libcommon.a -lcurl
httppower.c: In function 'main':
httppower.c:327:5: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
  327 |     curl_easy_setopt(h, CURLOPT_TIMEOUT, 5);
      |     ^
httppower.c:329:5: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
  329 |     curl_easy_setopt(h, CURLOPT_FAILONERROR, 1);
      |     ^
In function 'get',
    inlined from 'docmd' at httppower.c:256:13,
    inlined from 'shell' at httppower.c:278:18,
    inlined from 'main' at httppower.c:348:5:
httppower.c:165:9: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
  165 |         curl_easy_setopt(h, CURLOPT_HTTPGET, 1);
      |         ^
In function 'post',
    inlined from 'docmd' at httppower.c:258:13,
    inlined from 'shell' at httppower.c:278:18,
    inlined from 'main' at httppower.c:348:5:
httppower.c:91:9: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
   91 |         curl_easy_setopt(h, CURLOPT_POST, 1);
      |         ^
httppower.c:99:9: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
   99 |         curl_easy_setopt(h, CURLOPT_POSTFIELDSIZE, 0);
      |         ^
In function 'put',
    inlined from 'docmd' at httppower.c:260:13,
    inlined from 'shell' at httppower.c:278:18,
    inlined from 'main' at httppower.c:348:5:
httppower.c:140:9: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
  140 |         curl_easy_setopt(h, CURLOPT_UPLOAD, 1);
      |         ^
httppower.c:150:9: error: call to '_curl_easy_setopt_err_long' declared with 
attribute warning: curl_easy_setopt expects a long argument 
[-Werror=attribute-warning]
  150 |         curl_easy_setopt(h, CURLOPT_UPLOAD, 0);
      |         ^
lto1: all warnings being treated as errors
make[4]: *** [/tmp/cchxPBdg.mk:2: /tmp/ccIFFGbl.ltrans0.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:442: httppower] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/httppower'
make[2]: *** [Makefile:411: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:475: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:18: 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/202506/

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:powerman, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: powerman
Source-Version: 2.4.4-4
Done: Sven Hoexter <hoex...@debian.org>

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

Debian distribution maintenance software
pp.
Sven Hoexter <hoex...@debian.org> (supplier of updated powerman 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, 14 Jun 2025 18:46:07 +0200
Source: powerman
Architecture: source
Version: 2.4.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sven Hoexter <hoex...@debian.org>
Closes: 1107411
Changes:
 powerman (2.4.4-4) unstable; urgency=medium
 .
   * QA upload.
   * Add patch 0005-curl_easy_setopt_to_long.patch, fixes
     FTBFS with more recent curl releases (Closes: #1107411).
Checksums-Sha1:
 d8b42b08de54d4b256bf2f10c8270881cfb119ab 2108 powerman_2.4.4-4.dsc
 2d3312a94b3794d3be07d152b7c5ab2e8d1ae7fd 11096 powerman_2.4.4-4.debian.tar.xz
 6d22397ac75aace8eb01fa32a2161e7c3fb1c58e 9389 powerman_2.4.4-4_amd64.buildinfo
Checksums-Sha256:
 d553cb3c45c44ba40e1d501a8a290a3a424f1e9d527ba621f4f1bbb95087194d 2108 
powerman_2.4.4-4.dsc
 6feaf7f1a989a03b9c13c5359f7202d67b2f25bd7ae54688c1639ac108b3b696 11096 
powerman_2.4.4-4.debian.tar.xz
 305e6850e5323abb2112a0ce39beb42812f0aa434f86f68fc45b69032a653795 9389 
powerman_2.4.4-4_amd64.buildinfo
Files:
 1b79acf21f946a41ef78c93d1d59c22d 2108 admin optional powerman_2.4.4-4.dsc
 d0c433c3322442c8a403823b1fca3a95 11096 admin optional 
powerman_2.4.4-4.debian.tar.xz
 5644cb71ca1127835e9fdc9d481df5d8 9389 admin optional 
powerman_2.4.4-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfAcX+forK514ixQbptwk2dokk9EFAmhNqUkACgkQptwk2dok
k9Ggeg//XTpMucjcP7iVViDWbnMYrG6hjKYVyW7ZDbPOyDvw0wv850Goe7UMt0b2
nZkRF2caAwIcB+KIcTevm6ABoLFEk/SAY9USmydwDqCsiwrCIelfMYAy9LevnGcS
BSiWjLrJYVkOVd5weTq8Ch6WU7yVjfgw6B9Ulv3pUbTaEH9tAfvDso6njvLMq9Dq
M1SX/zFhutAOpv3rGOetN0FvTpP6zH7N9GJ9a6B5zUCCIKcuBGky5EToiEf7xeqX
izc7IkpPcnTuVwSUIAu8rP5PsSExZBhPOSJywkcH1KSfRyv51eBifkLs7hNT47Fd
W2OPci3K1++8Xk/AW32QBMHhFjvRK801lUVLqAWk53tWdBIcrvpvPIHCruNC/YM1
XFuTdcZWftzch/qPDNvHIHM8yRuZS6yJ2N87TaPOg1xs6jFYYeOmrWvNb3dERMt6
DC2S0bjh7S6FkxyGQuzamTYnqRs+efKx5zsyvFgDQCdFSKrCrxiEPllaalbwqjcI
jtXAI4WpBx/IRRByH4owIKQ1IUgaIs87f7Ftg7nOKNfsH3oVCs6vbF4HHQhS1KoX
JkcsZJINA4wKG4baeWUC0cRSBdA1EhVxS+ZVI21S/1xRhNBaemIwLYrkWP0DcRQ6
5qamEFoJzbImib78OW4V2gziiqp2sO37Tt6NH1yJehRtiWm8Wpc=
=a/c1
-----END PGP SIGNATURE-----

Attachment: pgpMikQu3nFJ8.pgp
Description: PGP signature


--- End Message ---

Reply via email to