[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#925626: marked as done (acpi-support: ftbfs with GCC-9)



Your message dated Sun, 18 Aug 2019 23:00:37 +0000
with message-id <E1hzUA9-000HXa-W2@fasolo.debian.org>
and subject line Bug#925626: fixed in acpi-support 0.143-1
has caused the Debian Bug report #925626,
regarding acpi-support: ftbfs with GCC-9
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 owner@bugs.debian.org
immediately.)


-- 
925626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925626
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:acpi-support
Version: 0.142-8
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/acpi-support_0.142-8_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

dpkg-buildpackage: info: source package acpi-support
dpkg-buildpackage: info: source version 0.142-8
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Michael Meskes <meskes@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --with quilt,systemd
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use)
make -C debian/addons/fakekey clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/addons/fakekey'
rm -f acpi_fakekey acpi_fakekeyd
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/addons/fakekey'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_quilt_unpatch
No patch removed
   dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
 debian/rules build-arch
dh build-arch --with quilt,systemd
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_quilt_patch -a
Applying patch asus-wireless.sh.diff
patching file asus-wireless.sh

Applying patch ibm.diff
patching file ibm-wireless.sh

Applying patch key-constants.diff
patching file key-constants

Applying patch state-funcs.diff
patching file lib/state-funcs

Applying patch undock.sh.diff
patching file undock.sh

Now at patch undock.sh.diff
   dh_update_autotools_config -a
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C debian/addons/fakekey all
make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/addons/fakekey'
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>/debian/addons/fakekey=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -o acpi_fakekey acpi_fakekey.c
gcc -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>/debian/addons/fakekey=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -lsystemd -o acpi_fakekeyd acpi_fakekeyd.c
In file included from /usr/include/unistd.h:25,
                 from acpi_fakekeyd.c:2:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  184 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
/usr/bin/ld: /tmp/ccPiAyCW.o: in function `create_fifo':
./acpi_fakekeyd.c:22: undefined reference to `sd_listen_fds'
/usr/bin/ld: ./acpi_fakekeyd.c:27: undefined reference to `sd_is_fifo'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:7: acpi_fakekeyd] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/addons/fakekey'
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: acpi-support
Source-Version: 0.143-1

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

Debian distribution maintenance software
pp.
Josue Ortega <josue@debian.org> (supplier of updated acpi-support 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 17 Aug 2019 20:15:40 -0600
Source: acpi-support
Architecture: source
Version: 0.143-1
Distribution: unstable
Urgency: medium
Maintainer: Josue Ortega <josue@debian.org>
Changed-By: Josue Ortega <josue@debian.org>
Closes: 919942 925626 932786
Changes:
 acpi-support (0.143-1) unstable; urgency=medium
 .
   * New upstream release (0.143)
   * New maintainer. Closes: #932786
   * Move linked libraries to the end of the build command. Thanks to
     Reiner Herrmann <reiner@reiner-h.de> for the patch. Closes: #925626
   * Update package to use debhelper-compat (= 12)
      - Remove build dependency on dh-systemd
      - debian/rules: Remove systemd-sequence
   * debian/copyright: Update file to machine-readable format (DEP-5)
   * Add ${misc:Pre-Depends} as Pre Dependency for acpi-fakekey package
   * Add acpi-support.default file
   * Remove systemd files from acpi-fakekey.install
   * debian/rules:
     - Add --no-start option to dh_installinit for acpi-fakekey package
     - Update assignation of DEB_HOST_ARCH to use ?=
   * acpi-fakekey.service:
     - Add Install section with Also and WantedBy keys.
     - Add Documentation key
   * Add acpi-support.service unit
   * Change delegation of lid and power events to current logind
     system. Thanks to Mark Hindley <mark@hindley.org.uk> for the
     patch. (Closes: #919942)
   * Bump Standards-Version to 4.4.0. No changes required
Checksums-Sha1:
 fca4bf99890adde34fdc7338a04df97b87f79073 2025 acpi-support_0.143-1.dsc
 833be6f2f3b6ec2466f21386d72f125b745a0b17 14273 acpi-support_0.143.orig.tar.gz
 5ec56f7d29fe5bedf5b5f1dc1544562930b765a5 50039 acpi-support_0.143-1.diff.gz
 4e24f0f8a269442449c7581827f10a841307bbc4 6503 acpi-support_0.143-1_amd64.buildinfo
Checksums-Sha256:
 f5211b69b46c2cce59709ad67aa4aae9030f1c62386e72bab6fc94c3a31450f6 2025 acpi-support_0.143-1.dsc
 12e0a2c74def29a0cce98222cf63e05a5c64fe87cee32b12e4c0ba35d7f3643f 14273 acpi-support_0.143.orig.tar.gz
 db88912bd8be16caa5635b1c2f4500c279cd3e4c8f1492c8bb2d71787e8aa62d 50039 acpi-support_0.143-1.diff.gz
 08ce84e2efcae8b6b173cac67a02af86c82c970ef1a61a642f5524cf9d1ea7d3 6503 acpi-support_0.143-1_amd64.buildinfo
Files:
 4ef67e730066aad968e4dfe7a54bea04 2025 admin optional acpi-support_0.143-1.dsc
 db71680406706428100376d1f32e403d 14273 admin optional acpi-support_0.143.orig.tar.gz
 c44cb07eb671bb85ddaa28a388eaa8ab 50039 admin optional acpi-support_0.143-1.diff.gz
 de9951568f53666285fab841fe84149b 6503 admin optional acpi-support_0.143-1_amd64.buildinfo

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

iQJFBAEBCAAvFiEEdzOzKNJ5X1viMlrdAVCdXKtK/T8FAl1YtlgRHGpvc3VlQGRl
Ymlhbi5vcmcACgkQAVCdXKtK/T9bRg/+K7l9V9fKOO59BQd43A8LjjHzjcVz5sME
ld/YhxiFs/9X/JMxSwTyMSU8/wYWukQTfguH2xu4IxJUkOlIneCaxKB9/7O3sWZt
i1W120Uq3G7xn0/h3wNyFgapoqmUgTlNR15YLHzjNJ9wrxhvhymjzugVpcmhR5mL
tN1qeOTO8SyL4SEXInNkJDGtay20A/Kg2ibpxrvw31isoNAOENYcUPiB38nkbBNj
g+fZpGITRpsbsXvpacWIgSVxNh+AkwFzIJwvWA1dOuqfHugcyoWxOEk3Bp1M9U3l
2edAUssR+qwB+RGwd9KAimLPLMqAwF9NOU1J/TsheiNEsiQvmQ5PZFTDJSvNzKE/
xmeyr0YYnBdWgFqXqdBjJE1aCxlrblwgBKCuHjCznmnjkZJ8l61lvXRCJeFUe9Ms
o7H0sEdFlJk/3NcDygQL769jpxUbdOFb0nMVLaHOYDyV+n3KOmNqAOAlEVuFCYvL
fjSZZpRD2psEZNQLWpDyqDNx0+XPT6b4krE3CY/5fplzc4Xb2+NWQkGYDcSsE9/X
XAISNeDsd5E+k99JFp7TZE9AlZrWD65qRnBhqjXGY00tEU4ES7ekYKqcMC0Qaq5r
5TDbpKu2Ah/Of/aXJ8uXUQH4bD2IvT33magONWbMZ0J8o0l9m6488rIsFsWUeBEp
lUXhDA/LKWE=
=LQRF
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: