Your message dated Thu, 26 May 2022 11:33:58 +0000
with message-id <e1nubkc-00007z...@fasolo.debian.org>
and subject line Bug#1011681: fixed in aptitude 0.8.13-4
has caused the Debian Bug report #1011681,
regarding aptitude: FTBFS: ../../../../src/generic/apt/dpkg.cc:100:31: error: 
‘chroot’ was not declared in this scope; did you mean ‘chrootDir’?
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.)


-- 
1011681: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aptitude
Version: 0.8.13-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. 
> -I../../../../src/generic/apt -I../../..  -I../../.. 
> -I../../../../src/generic/apt -I../../../.. -I../../../../src -I/usr/include 
> -Wdate-time -D_FORTIFY_SOURCE=2 -DHELPDIR=\"/usr/share/aptitude\" 
> -DPKGDATADIR=\"/usr/share/aptitude\"  -I/usr/include/sigc++-2.0 
> -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/cwidget 
> -I/usr/lib/x86_64-linux-gnu/cwidget -I/usr/include/sigc++-2.0 
> -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include    -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security  -D_REENTRANT -std=gnu++17 -Wall  -c -o dpkg.o 
> ../../../../src/generic/apt/dpkg.cc
> ../../../../src/generic/apt/dpkg.cc: In function ‘bool 
> aptitude::apt::dpkg_multi_arch(bool)’:
> ../../../../src/generic/apt/dpkg.cc:100:31: error: ‘chroot’ was not declared 
> in this scope; did you mean ‘chrootDir’?
>   100 |       if (chrootDir != "/" && chroot(chrootDir.c_str()) != 0)
>       |                               ^~~~~~
>       |                               chrootDir
> ../../../../src/generic/apt/dpkg.cc:107:20: error: ‘STDIN_FILENO’ was not 
> declared in this scope
>   107 |       dup2(nullfd, STDIN_FILENO);
>       |                    ^~~~~~~~~~~~
> ../../../../src/generic/apt/dpkg.cc:107:7: error: ‘dup2’ was not declared in 
> this scope
>   107 |       dup2(nullfd, STDIN_FILENO);
>       |       ^~~~
> ../../../../src/generic/apt/dpkg.cc:108:20: error: ‘STDOUT_FILENO’ was not 
> declared in this scope
>   108 |       dup2(nullfd, STDOUT_FILENO);
>       |                    ^~~~~~~~~~~~~
> ../../../../src/generic/apt/dpkg.cc:109:20: error: ‘STDERR_FILENO’ was not 
> declared in this scope
>   109 |       dup2(nullfd, STDERR_FILENO);
>       |                    ^~~~~~~~~~~~~
> ../../../../src/generic/apt/dpkg.cc:110:7: error: ‘execvp’ was not declared 
> in this scope
>   110 |       execvp(Args[0], (char**) &Args[0]);
>       |       ^~~~~~
> ../../../../src/generic/apt/dpkg.cc:112:7: error: ‘_exit’ was not declared in 
> this scope; did you mean ‘_Exit’?
>   112 |       _exit(2);
>       |       ^~~~~
>       |       _Exit
> make[6]: *** [Makefile:583: dpkg.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/aptitude_0.8.13-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&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 marking 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: aptitude
Source-Version: 0.8.13-4
Done: Axel Beckert <a...@debian.org>

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

Debian distribution maintenance software
pp.
Axel Beckert <a...@debian.org> (supplier of updated aptitude 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: Thu, 26 May 2022 12:40:46 +0200
Source: aptitude
Architecture: source
Version: 0.8.13-4
Distribution: unstable
Urgency: high
Maintainer: Aptitude Development Team <aptitude-de...@lists.alioth.debian.org>
Changed-By: Axel Beckert <a...@debian.org>
Closes: 1011681
Changes:
 aptitude (0.8.13-4) unstable; urgency=high
 .
   * Add patch to insert missing unistd.h include to fix FTBFS with
     (probably) more recent GCC/G++ versions. (Closes: #1011681)
   * Declare compliance with Debian Policy 4.6.1. (No changes needed.)
Checksums-Sha1:
 06c493cbf80328f82257fdd551c2afbc109a80d5 3291 aptitude_0.8.13-4.dsc
 7b1dca4799ac1c514a3f07237788f07f4b6b3440 57972 aptitude_0.8.13-4.debian.tar.xz
 b0f4b4881b11568891ba62d57b530f49a6435292 7556 
aptitude_0.8.13-4_source.buildinfo
Checksums-Sha256:
 a334eae57a82f2e716f426dabc6316e7a74cff52dcd71e81a53516d298a84e3e 3291 
aptitude_0.8.13-4.dsc
 48c57539744113e0cacf986873662083b49ae117c2cc5c9ec91e70c195018e8f 57972 
aptitude_0.8.13-4.debian.tar.xz
 5bc7133d8cc3925de3253ca2a37384c32652acab2b591ebbf8303246cfbaf2d8 7556 
aptitude_0.8.13-4_source.buildinfo
Files:
 64d1896870b7e27e6def4fd6e916dfd9 3291 admin optional aptitude_0.8.13-4.dsc
 a4971f993e7a5c539879d1ec11deb425 57972 admin optional 
aptitude_0.8.13-4.debian.tar.xz
 0421db47d8955c3e0d66a6247c26a909 7556 admin optional 
aptitude_0.8.13-4_source.buildinfo

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

iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAmKPXPMACgkQa+Zjx1o1
yXXMJBAAhsC7BzwKdJ4MkKo7sDRF0xzan+ta0yfeu7w/mlVzufV7nOH9t2qOUPiz
OEU7Wp4IPx9hIJkK48MVL9w4eSywvnN1G7ynVfK0bqo3Y4E/tbB5U1+vq8Zrkomw
PlyOjJUR9oQ5gkm3IBB2JavL9T7l9N/IpWJw3I0mlZ/vRDvvsasBcn3/MFrUyHi0
hGbMWmInfLLWLj2G3oJpK2KtWZFek7fvhYoUSlv+MCxrjeM0/h5b3Xb/hZ6TmHLs
UPl41oWn+QcgrnkXESRbI29g6eklAsnJYYw0pIReoCuloHHXfFtNkDpAzzhilbgM
JdeJYs4DxcaDTplW0n+1zX6Enoi3dnMqQqDh5tOHPzpu+sjh1ng+lc2kPJ/qzNMi
KU+x7B2X1FQFf1LtKMxejIrQYwbHRiKUy/ITxUr/ckPITn1MqyvDa9rXUGfVVN/T
5bqte9gpMSjfGCUoW9IYh1fm02hnxxywB7tO1tLThB8ftUwPBNcqCJLUio2V1OZm
3VHbyJLC1YHfzyq2AWBLLIo5m1cwwLeiJ/I90ZL0BrLdl0AoYIxs58DzSbfqklnI
p4f/tZ8/XJ+wBCipw8vInPkAJSB9fZRLdnNSOpi2C//DysWxHbgyP7H7pgjYPFsI
4GKhkp3ushr/ChX76xuKONYpeqTdCHD8FTJAHmgj/scJY72UFOg=
=7zoc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to