Bug#1067291: gcc-14-cross-ports: FTBFS: make: *** [debian/rules:378: stamp-dir/init-gcc] Error 1

2024-03-20 Thread Lucas Nussbaum
Source: gcc-14-cross-ports
Version: 4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> gcc: 14-20240315-1 / 14-20240201-3cross2
> 
> old gcc version: 14-20240201-3 / 2
> 
> new gcc version: 14-20240315-1cross1
> START stamp-dir/init-gcc
> rm -rf bin
> mkdir -p bin
> ln -s /usr/bin/gcc-14 bin/gcc
> ln -s /usr/bin/g++-14 bin/g++
> ln -s /usr/bin/gnatbind-14 bin/gnatbind
> ln -s /usr/bin/gnatmake-14 bin/gnatmake
> ln -s /usr/bin/gnatlink-14 bin/gnatlink
> ln -s /usr/bin/gnatls-14 bin/gnatls
> mkdir -p gcc
> set -ex; \
> cd gcc ; \
> ln -sf /usr/src/gcc-14/gcc-20240315-dfsg.tar.xz gcc-20240315-dfsg.tar.xz ;\
> cp -a  /usr/src/gcc-14/debian/ . ; \
> if [ -n "$(grep -v '^\#' /<>/debian/patches/gcc/series)" ]; then 
> \
>   QUILT_PATCHES=/<>/debian/patches/gcc quilt push --quiltrc 
> /dev/null -a ; \
> fi
> + cd gcc
> + ln -sf /usr/src/gcc-14/gcc-20240315-dfsg.tar.xz gcc-20240315-dfsg.tar.xz
> + cp -a /usr/src/gcc-14/debian/ .
> + grep -v ^\# /<>/debian/patches/gcc/series
> + [ -n  ]
> set -ex; \
> if dpkg --compare-versions 14-20240315-1 lt 14.1.0-5; then \
>   cd gcc; \
>   patch -p1 < ../debian/patches/gcc/updates.diff; \
> fi
> + dpkg --compare-versions 14-20240315-1 lt 14.1.0-5
> + cd gcc
> + patch -p1
> patching file debian/patches/pr113720.diff
> patching file debian/rules.patch
> Hunk #1 FAILED at 70.
> 1 out of 1 hunk FAILED -- saving rejects to file debian/rules.patch.rej
> make: *** [debian/rules:378: stamp-dir/init-gcc] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/gcc-14-cross-ports_4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20240319=lu...@debian.org=1=1=1=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 mark 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.



Bug#1048610: nvptx-tools: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: nvptx-tools
Version: 0.20230721-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> --
> 
> dpkg-buildpackage: info: source package nvptx-tools
> dpkg-buildpackage: info: source version 0.20230721-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Matthias Klose 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean --with autotools_dev
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> dh: warning: The autotools-dev sequence is deprecated and replaced by dh in 
> debhelper (>= 9.20160115)
> dh: warning: This feature will be removed in compat 12.
>debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<>'
> rm -f libiberty/*.[ao]
> rm -f libiberty/config.{h,log,status}
> rm -f libiberty/{required-list,stamp-h,stamp-picdir,temp-frag}
> rm -f libiberty/Makefile libiberty/testsuite/Makefile
> rm -f libiberty/testsuite/{test-demangle,test-expandargv,test-pexecute}
> rm -f nvptx-none-as nvptx-none-ld nvptx-none-nm nvptx-none-run
> rm -f config.{log,status} libiberty.stmp
> rm -f dejagnu.exp Makefile
> find test/ -name '*.stderr' | xargs -r rm -f
> find test/ -name Output -type d | xargs -r rm -rf
> make[1]: Leaving directory '/<>'
>dh_autotools-dev_restoreconfig
> dh_autotools-dev_restoreconfig: warning: Compatibility levels before 10 are 
> deprecated (level 9 in use)
> dh_autotools-dev_restoreconfig: warning: dh_autotools-dev_restoreconfig is 
> deprecated; please see dh_autotools-dev_restoreconfig(1) for a replacement
> dh_autotools-dev_restoreconfig: warning: This feature will be removed in 
> compat 12.
>dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building nvptx-tools using existing 
> ./nvptx-tools_0.20230721.orig.tar.xz
> dpkg-source: info: local changes detected, the modified files are:
>  nvptx-tools-0.20230721/test/lit.site.cfg.py
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/nvptx-tools_0.20230721-1.diff.MSBP9P
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/nvptx-tools_0.20230721-1_unstable.log

If you reassign this bug to another package, please mark 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.



Bug#1046055: mpfr4: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: mpfr4
Version: 4.2.0-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> -
> 
> dpkg-buildpackage: info: source package mpfr4
> dpkg-buildpackage: info: source version 4.2.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Matthias Klose 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> rm -f doc/texinfo.tex
> dh_autoreconf_clean
> rm -rf stamps
> dh_testdir
> dh_testroot
> rm -rf build
> dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building mpfr4 using existing ./mpfr4_4.2.0.orig.tar.xz
> dpkg-source: warning: ignoring deletion of file INSTALL, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file ltmain.sh, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file doc/texinfo.tex, use 
> --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  mpfr4-4.2.0/doc/mpfr.info
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/mpfr4_4.2.0-1.diff.v1TRvW
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/mpfr4_4.2.0-1_unstable.log

If you reassign this bug to another package, please mark 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.



Bug#1045055: creduce: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: creduce
Version: 2.10.0+20220116-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> ---
> 
> dpkg-buildpackage: info: source package creduce
> dpkg-buildpackage: info: source version 2.10.0+20220116-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Matthias Klose 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean  --with autoreconf --parallel
>debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<>'
> rm -rf tests/tmp_*
> dh_auto_clean
>   make -j8 distclean
> make[2]: Entering directory '/<>'
> Making distclean in clang_delta
> make[3]: Entering directory '/<>/clang_delta'
> test -z "git_version.txt git_version.txt.tmp git_version.cpp 
> git_version.cpp.tmp tests/lit.site.cfg tests/remove_lit_checks" || rm -f 
> git_version.txt git_version.txt.tmp git_version.cpp git_version.cpp.tmp 
> tests/lit.site.cfg tests/remove_lit_checks
> rm -rf .libs _libs
> list=''; \
> for dir in $list; do \
>   if test -d "$dir"; then \
> rm -rf $dir; \
>   fi; \
> done
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
>  rm -f clang_delta
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/clang_delta-AggregateToScalar.Po
> rm -f ./.deps/clang_delta-BinOpSimplification.Po
> rm -f ./.deps/clang_delta-CallExprToValue.Po
> rm -f ./.deps/clang_delta-ClangDelta.Po
> rm -f ./.deps/clang_delta-ClassTemplateToClass.Po
> rm -f ./.deps/clang_delta-CombineGlobalVarDecl.Po
> rm -f ./.deps/clang_delta-CombineLocalVarDecl.Po
> rm -f ./.deps/clang_delta-CopyPropagation.Po
> rm -f ./.deps/clang_delta-EmptyStructToInt.Po
> rm -f ./.deps/clang_delta-ExpressionDetector.Po
> rm -f ./.deps/clang_delta-InstantiateTemplateParam.Po
> rm -f ./.deps/clang_delta-InstantiateTemplateTypeParamToInt.Po
> rm -f ./.deps/clang_delta-LiftAssignmentExpr.Po
> rm -f ./.deps/clang_delta-LocalToGlobal.Po
> rm -f ./.deps/clang_delta-MoveFunctionBody.Po
> rm -f ./.deps/clang_delta-MoveGlobalVar.Po
> rm -f ./.deps/clang_delta-ParamToGlobal.Po
> rm -f ./.deps/clang_delta-ParamToLocal.Po
> rm -f ./.deps/clang_delta-ReduceArrayDim.Po
> rm -f ./.deps/clang_delta-ReduceArraySize.Po
> rm -f ./.deps/clang_delta-ReduceClassTemplateParameter.Po
> rm -f ./.deps/clang_delta-ReducePointerLevel.Po
> rm -f ./.deps/clang_delta-ReducePointerPairs.Po
> rm -f ./.deps/clang_delta-RemoveAddrTaken.Po
> rm -f ./.deps/clang_delta-RemoveArray.Po
> rm -f ./.deps/clang_delta-RemoveBaseClass.Po
> rm -f ./.deps/clang_delta-RemoveCtorInitializer.Po
> rm -f ./.deps/clang_delta-RemoveEnumMemberValue.Po
> rm -f ./.deps/clang_delta-RemoveNamespace.Po
> rm -f ./.deps/clang_delta-RemoveNestedFunction.Po
> rm -f ./.deps/clang_delta-RemovePointer.Po
> rm -f ./.deps/clang_delta-RemoveTrivialBaseTemplate.Po
> rm -f ./.deps/clang_delta-RemoveUnresolvedBase.Po
> rm -f ./.deps/clang_delta-RemoveUnusedEnumMember.Po
> rm -f ./.deps/clang_delta-RemoveUnusedFunction.Po
> rm -f ./.deps/clang_delta-RemoveUnusedOuterClass.Po
> rm -f ./.deps/clang_delta-RemoveUnusedStructField.Po
> rm -f ./.deps/clang_delta-RemoveUnusedVar.Po
> rm -f ./.deps/clang_delta-RenameCXXMethod.Po
> rm -f ./.deps/clang_delta-RenameClass.Po
> rm -f ./.deps/clang_delta-RenameFun.Po
> rm -f ./.deps/clang_delta-RenameParam.Po
> rm -f ./.deps/clang_delta-RenameVar.Po
> rm -f ./.deps/clang_delta-ReplaceArrayAccessWithIndex.Po
> rm -f ./.deps/clang_delta-ReplaceArrayIndexVar.Po
> rm -f ./.deps/clang_delta-ReplaceCallExpr.Po
> rm -f ./.deps/clang_delta-ReplaceClassWithBaseTemplateSpec.Po
> rm -f ./.deps/clang_delta-ReplaceDependentName.Po
> rm -f ./.deps/clang_delta-ReplaceDependentTypedef.Po
> rm -f ./.deps/clang_delta-ReplaceDerivedClass.Po
> rm -f ./.deps/clang_delta-ReplaceFunctionDefWithDecl.Po
> rm -f ./.deps/clang_delta-ReplaceOneLevelTypedefType.Po
> rm -f ./.deps/clang_delta-ReplaceSimpleTypedef.Po
> rm -f ./.deps/clang_delta-ReplaceUndefinedFunction.Po
> rm -f ./.deps/clang_delta-ReturnVoid.Po
> rm -f ./.deps/clang_delta-RewriteUtils.Po
> rm -f ./.deps/clang_delta-SimpleInliner.Po
> 

Bug#1044955: debugedit: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: debugedit
Version: 1:5.0-5
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> ---
> 
> dpkg-buildpackage: info: source package debugedit
> dpkg-buildpackage: info: source version 1:5.0-5
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Matthias Klose 
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>dh_auto_clean
>   make -j8 distclean
> make[1]: Entering directory '/<>'
> Making distclean in tests
> make[2]: Entering directory '/<>/tests'
> /bin/bash ./testsuite --clean
> test -z "atlocal" || rm -f atlocal
> test . = "." || test -z "" || rm -f 
> test -z "atconfig " || rm -f atconfig 
> rm -f Makefile
> make[2]: Leaving directory '/<>/tests'
> make[2]: Entering directory '/<>'
> test -z "debugedit sepdebugcrcfix" || rm -f debugedit sepdebugcrcfix
> test -z "find-debuginfo" || rm -f find-debuginfo
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f tools/*.o
> test . = "." || test -z "" || rm -f 
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> rm -f tools/.deps/.dirstamp
> rm -f tools/.dirstamp
> make[2]: Leaving directory '/<>'
> rm -f config.status config.cache config.log configure.lineno 
> config.status.lineno
> rm -f tools/.deps/debugedit-debugedit.Po
> rm -f tools/.deps/debugedit-hashtab.Po
> rm -f tools/.deps/debugedit-md5.Po
> rm -f tools/.deps/debugedit-sha1.Po
> rm -f tools/.deps/sepdebugcrcfix-sepdebugcrcfix.Po
> rm -f Makefile
> make[1]: Leaving directory '/<>'
>dh_autoreconf_clean
>dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building debugedit using existing 
> ./debugedit_5.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file aclocal.m4, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file compile, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config.h.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file depcomp, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file missing, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file tests/Makefile.in, use 
> --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  debugedit-5.0/debugedit.1
>  debugedit-5.0/find-debuginfo.1
>  debugedit-5.0/sepdebugcrcfix.1
>  debugedit-5.0/tests/testsuite
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/debugedit_5.0-5.diff.GRrWgs
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/debugedit_5.0-5_unstable.log

If you reassign this bug to another package, please mark 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.



Bug#1044771: elfutils: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: elfutils
Version: 0.189-4
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> ---
> 
> dpkg-buildpackage: info: source package elfutils
> dpkg-buildpackage: info: source version 0.189-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Matthias Klose 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -rf stamps
> [ ! -f Makefile ] || /usr/bin/make distclean
> make[1]: Entering directory '/<>'
> Making distclean in config
> test -z "libelf.pc libdw.pc libdebuginfod.pc profile.sh profile.csh" || rm -f 
> libelf.pc libdw.pc libdebuginfod.pc profile.sh profile.csh
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> Making distclean in lib
> test -z "*.gcno *.gcda" || rm -f *.gcno *.gcda
> test -z "libeu.a" || rm -f libeu.a
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/color.Po
> rm -f ./.deps/crc32.Po
> rm -f ./.deps/crc32_file.Po
> rm -f ./.deps/error.Po
> rm -f ./.deps/next_prime.Po
> rm -f ./.deps/printversion.Po
> rm -f ./.deps/xasprintf.Po
> rm -f ./.deps/xmalloc.Po
> rm -f ./.deps/xstrdup.Po
> rm -f ./.deps/xstrndup.Po
> rm -f Makefile
> Making distclean in libelf
> test -z "*.gcno *.gcda elf_version.os elf_hash.os elf_error.os elf_fill.os 
> elf_begin.os elf_next.os elf_rand.os elf_end.os elf_kind.os gelf_getclass.os 
> elf_getbase.os elf_getident.os elf32_fsize.os elf64_fsize.os gelf_fsize.os 
> elf32_xlatetof.os elf32_xlatetom.os elf64_xlatetof.os elf64_xlatetom.os 
> gelf_xlate.os elf32_getehdr.os elf64_getehdr.os gelf_getehdr.os 
> elf32_newehdr.os elf64_newehdr.os gelf_newehdr.os gelf_update_ehdr.os 
> elf32_getphdr.os elf64_getphdr.os gelf_getphdr.os elf32_newphdr.os 
> elf64_newphdr.os gelf_newphdr.os gelf_update_phdr.os elf_getarhdr.os 
> elf_getarsym.os elf_rawfile.os elf_readall.os elf_cntl.os elf_getscn.os 
> elf_nextscn.os elf_ndxscn.os elf_newscn.os elf32_getshdr.os elf64_getshdr.os 
> gelf_getshdr.os gelf_update_shdr.os elf_strptr.os elf_rawdata.os 
> elf_getdata.os elf_newdata.os 
> elf_getdata_rawchunk.os elf_flagelf.os elf_flagehdr.os elf_flagphdr.os 
> elf_flagscn.os elf_flagshdr.os elf_flagdata.os elf_memory.os elf_update.os 
> elf32_updatenull.os elf64_updatenull.os elf32_updatefile.os 
> elf64_updatefile.os gelf_getsym.os gelf_update_sym.os gelf_getversym.os 
> gelf_getverneed.os gelf_getvernaux.os gelf_getverdef.os gelf_getverdaux.os 
> gelf_getrel.os gelf_getrela.os gelf_update_rel.os gelf_update_rela.os 
> gelf_getdyn.os gelf_update_dyn.os gelf_getmove.os gelf_update_move.os 
> gelf_getsyminfo.os gelf_update_syminfo.os gelf_getauxv.os gelf_update_auxv.os 
> gelf_getnote.os gelf_xlatetof.os gelf_xlatetom.os nlist.os 
> gelf_getsymshndx.os gelf_update_symshndx.os gelf_update_versym.os 
> gelf_update_verneed.os gelf_update_vernaux.os gelf_update_verdef.os 
> gelf_update_verdaux.os elf_getphdrnum.os 
> elf_getshdrnum.os elf_getshdrstrndx.os gelf_checksum.os elf32_checksum.os 
> elf64_checksum.os libelf_crc32.os libelf_next_prime.os elf_clone.os 
> gelf_getlib.os gelf_update_lib.os elf32_offscn.os elf64_offscn.os 
> gelf_offscn.os elf_getaroff.os elf_gnu_hash.os elf_scnshndx.os 
> elf32_getchdr.os elf64_getchdr.os gelf_getchdr.os elf_compress.os 
> elf_compress_gnu.os libelf.so libelf.so.1" || rm -f *.gcno *.gcda 
> elf_version.os elf_hash.os elf_error.os elf_fill.os elf_begin.os elf_next.os 
> elf_rand.os elf_end.os elf_kind.os gelf_getclass.os elf_getbase.os 
> elf_getident.os elf32_fsize.os elf64_fsize.os gelf_fsize.os elf32_xlatetof.os 
> elf32_xlatetom.os elf64_xlatetof.os elf64_xlatetom.os gelf_xlate.os 
> elf32_getehdr.os elf64_getehdr.os gelf_getehdr.os elf32_newehdr.os 
> elf64_newehdr.os gelf_newehdr.os gelf_update_ehdr.os 
> elf32_getphdr.os elf64_getphdr.os gelf_getphdr.os elf32_newphdr.os 
> elf64_newphdr.os gelf_newphdr.os gelf_update_phdr.os elf_getarhdr.os 
> elf_getarsym.os elf_rawfile.os elf_readall.os elf_cntl.os elf_getscn.os 
> elf_nextscn.os elf_ndxscn.os elf_newscn.os 

Bug#1044154: gcc-12: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: gcc-12
Version: 12.3.0-7
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> 
> 
> dpkg-buildpackage: info: source package gcc-12
> dpkg-buildpackage: info: source version 12.3.0-7
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Matthias Klose 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> rm -rf stamps
> rm -rf gcc-12.3.0  newlib-4.3.0.20230120
> /usr/bin/make -f debian/rules2 clean
> make[1]: Entering directory '/<>'
> dh_testdir
> rm -f pxxx status
> rm -f *-summary *-protocol testsuite-comparision summary-diff
> rm -f /<>/src/gcc/po/*.gmo
> rm -rf src-nvptx src-gcn
> rm -f debian/lib{gcc,objc,stdc++}{-v3,[0-9]}*.{{pre,post}{inst,rm},shlibs}
> fs=`echo debian/*BV* debian/*CXX* debian/*LC* debian/*MF* | sort -u`; \
> for f in $fs; do \
>   [ -f $f ] || continue; \
>   f2=$(echo $f | sed 's/BV/12/;s/CXX/6/;s/LC/1/;s/-CRB//;s/\.in$//'); \
>   rm -f $f2; \
> done
> rm -f debian/lib*gcc-s1.symbols
> rm -f debian/lib*{atomic1,gfortran5,gomp1,itm1,quadmath0,stdc++6}.symbols
> find debian -maxdepth 1 -name '*-cross.symbols' -type l | xargs -r rm -f
> rm -f debian/gcc-{XX,ar,nm,ranlib}-12.1
> rm -f debian/shlibs.local debian/shlibs.common* debian/substvars.local
> rm -f debian/*.debhelper
> [ -d debian/bugs ] && /usr/bin/make -C debian/bugs clean
> make[1]: [debian/rules2:2219: clean] Error 1 (ignored)
> rm -f debian/README.libstdc++-baseline debian/README.Bugs 
> debian/README.Debian.amd64
> rm -f debian/arch_binaries* debian/indep_binaries*
> rm -rf bin bin-gcn locales share
> rm -rf check-inst
> rm -f usage-*.svg
> rm -f installed-*.tar*
> dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
> make[1]: Leaving directory '/<>'
> rm -rf /<>/src* /<>/build* debian/tmp* html
> rm -f bootstrap-* first-move-stamp
> rm -f debian/*.tmp
> rm -f debian/soname-cache
> find debian -name '.#*' | xargs -r rm -f
> rm -f debian/patches/series*
> rm -rf .pc
> dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building gcc-12 using existing ./gcc-12_12.3.0.orig.tar.gz
> dpkg-source: info: local changes detected, the modified files are:
>  gcc-12-12.3.0/test-protocol2
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/gcc-12_12.3.0-7.diff.IzGppF
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/gcc-12_12.3.0-7_unstable.log

If you reassign this bug to another package, please mark 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.



Bug#1044038: autofdo: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: autofdo
Version: 0.19-2.3
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> 
> 
> dpkg-buildpackage: info: source package autofdo
> dpkg-buildpackage: info: source version 0.19-2.3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Stéphane Glondu 
> 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean  --with autoreconf
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<>'
> rm -rf gflags
> rm -rf glog
> rm -rf third_party/protobuf
> dh_auto_clean
> dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
>   make -j1 distclean
> make[2]: Entering directory '/<>'
> test -z "create_gcov dump_gcov sample_merger profile_merger profile_diff 
> profile_update create_llvm_prof" || rm -f create_gcov dump_gcov sample_merger 
> profile_merger profile_diff profile_update create_llvm_prof
> test -z "libquipper.a libsymbolize.a" || rm -f libquipper.a libsymbolize.a
> rm -f *.o
> rm -f symbolize/*.o
> rm -f third_party/perf_data_converter/src/quipper/*.o
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f symbolize/.deps/.dirstamp
> rm -f symbolize/.dirstamp
> rm -f third_party/perf_data_converter/src/quipper/.deps/.dirstamp
> rm -f third_party/perf_data_converter/src/quipper/.dirstamp
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> rm -f config.status config.cache config.log configure.lineno 
> config.status.lineno
> rm -f ./.deps/addr2line.Po
> rm -f ./.deps/create_gcov.Po
> rm -f ./.deps/create_llvm_prof-addr2line.Po
> rm -f ./.deps/create_llvm_prof-create_llvm_prof.Po
> rm -f ./.deps/create_llvm_prof-gcov.Po
> rm -f ./.deps/create_llvm_prof-instruction_map.Po
> rm -f ./.deps/create_llvm_prof-llvm_profile_writer.Po
> rm -f ./.deps/create_llvm_prof-module_grouper.Po
> rm -f ./.deps/create_llvm_prof-profile.Po
> rm -f ./.deps/create_llvm_prof-profile_creator.Po
> rm -f ./.deps/create_llvm_prof-profile_writer.Po
> rm -f ./.deps/create_llvm_prof-sample_reader.Po
> rm -f ./.deps/create_llvm_prof-source_info.Po
> rm -f ./.deps/create_llvm_prof-symbol_map.Po
> rm -f ./.deps/dump_gcov.Po
> rm -f ./.deps/gcov.Po
> rm -f ./.deps/instruction_map.Po
> rm -f ./.deps/module_grouper.Po
> rm -f ./.deps/profile.Po
> rm -f ./.deps/profile_creator.Po
> rm -f ./.deps/profile_diff.Po
> rm -f ./.deps/profile_merger.Po
> rm -f ./.deps/profile_reader.Po
> rm -f ./.deps/profile_update.Po
> rm -f ./.deps/profile_writer.Po
> rm -f ./.deps/sample_merger.Po
> rm -f ./.deps/sample_reader.Po
> rm -f ./.deps/source_info.Po
> rm -f ./.deps/symbol_map.Po
> rm -f symbolize/.deps/addr2line_inlinestack.Po
> rm -f symbolize/.deps/bytereader.Po
> rm -f symbolize/.deps/dwarf2reader.Po
> rm -f symbolize/.deps/dwarf3ranges.Po
> rm -f symbolize/.deps/elf_reader.Po
> rm -f symbolize/.deps/functioninfo.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/address_mapper.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/binary_data_utils.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/buffer_reader.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/buffer_writer.Po
> rm -f 
> third_party/perf_data_converter/src/quipper/.deps/create_llvm_prof-perf_data.pb.Po
> rm -f 
> third_party/perf_data_converter/src/quipper/.deps/create_llvm_prof-perf_stat.pb.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/data_reader.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/data_writer.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/dso.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/file_reader.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/file_utils.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/huge_page_deducer.Po
> rm -f third_party/perf_data_converter/src/quipper/.deps/perf_data.pb.Po
> rm -f 

Bug#1044029: autoconf2.69: Fails to build source after successful build

2023-08-13 Thread Lucas Nussbaum
Source: autoconf2.69
Version: 2.69-3.1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> --
> 
> dpkg-buildpackage: info: source package autoconf2.69
> dpkg-buildpackage: info: source version 2.69-3.1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Adrian Bunk 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f configure-stamp build-stamp
> [ ! -f Makefile ] || /usr/bin/make distclean
> make[1]: Entering directory '/<>'
> Making distclean in man
> make[2]: Entering directory '/<>/man'
> test -z "./*.t" || rm -f ./*.t
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<>/man'
> Making distclean in tests
> make[2]: Entering directory '/<>/tests'
> test -z "wrapper.in autoconf autoheader autom4te autoreconf autoscan 
> autoupdate ifnames package.m4 mktests.tmp expr" || rm -f wrapper.in autoconf 
> autoheader autom4te autoreconf autoscan autoupdate ifnames package.m4 
> mktests.tmp expr
> test ! -f ./testsuite || /bin/bash ./testsuite --clean
> rm -f *.tmp
> rm -f -r autom4te.cache
> test -z "atlocal" || rm -f atlocal
> test . = "." || test -z "" || rm -f 
> test -z "atconfig atlocal ./testsuite" || rm -f atconfig atlocal ./testsuite
> rm -f Makefile
> make[2]: Leaving directory '/<>/tests'
> Making distclean in doc
> make[2]: Entering directory '/<>/doc'
> test -z "autoconf.dvi autoconf.pdf autoconf.ps autoconf.html standards.dvi \
>   standards.pdf standards.ps standards.html" \
> || rm -rf autoconf.dvi autoconf.pdf autoconf.ps autoconf.html standards.dvi \
>   standards.pdf standards.ps standards.html
> test -z "autoconf.ACs  autoconf.cvs  autoconf.MSs  autoconf.prs autoconf.ATs  
> autoconf.evs  autoconf.fns  autoconf.ovs autoconf.ca   autoconf.CA   
> autoconf.cas  autoconf.CAs autoconf.tmp" || rm -f autoconf.ACs  autoconf.cvs  
> autoconf.MSs  autoconf.prs autoconf.ATs  autoconf.evs  autoconf.fns  
> autoconf.ovs autoconf.ca   autoconf.CA   autoconf.cas  autoconf.CAs 
> autoconf.tmp
> rm -rf autoconf.AC autoconf.ACs autoconf.AT autoconf.ATs autoconf.CA \
>   autoconf.CAs autoconf.MS autoconf.MSs autoconf.aux \
>   autoconf.cp autoconf.cps autoconf.cv autoconf.cvs \
>   autoconf.ev autoconf.evs autoconf.fn autoconf.fns \
>   autoconf.ky autoconf.kys autoconf.log autoconf.ov \
>   autoconf.ovs autoconf.pg autoconf.pgs autoconf.pr \
>   autoconf.prs autoconf.tmp autoconf.toc autoconf.tp \
>   autoconf.tps autoconf.vr standards.aux standards.cp \
>   standards.cps standards.fn standards.ky standards.log \
>   standards.pg standards.tmp standards.toc standards.tp \
>   standards.tps standards.vr
> rm -f vti.tmp
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<>/doc'
> Making distclean in lib
> make[2]: Entering directory '/<>/lib'
> Making distclean in emacs
> make[3]: Entering directory '/<>/lib/emacs'
> rm -f elc-stamp autoconf-mode.elc autotest-mode.elc
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[3]: Leaving directory '/<>/lib/emacs'
> Making distclean in autoscan
> make[3]: Entering directory '/<>/lib/autoscan'
> test -z "autoscan.list" || rm -f autoscan.list
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[3]: Leaving directory '/<>/lib/autoscan'
> Making distclean in autotest
> make[3]: Entering directory '/<>/lib/autotest'
> test -z "autotest.m4f" || rm -f autotest.m4f
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f Makefile
> make[3]: Leaving directory '/<>/lib/autotest'
> Making distclean in autoconf
> make[3]: Entering directory '/<>/lib/autoconf'
> test -z "autoconf.m4f" || rm -f autoconf.m4f
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f Makefile
> make[3]: Leaving directory '/<>/lib/autoconf'
> Making distclean in m4sugar
> make[3]: Entering directory '/<>/lib/m4sugar'
> test -z 

Bug#1026597: gcc-10-cross-ports: FTBFS: collect2: error: ld returned 1 exit status

2022-12-20 Thread Lucas Nussbaum
Source: gcc-10-cross-ports
Version: 20
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /<>/gcc/build/./gcc/xgcc -B/<>/gcc/build/./gcc/ 
> -B/usr/riscv64-linux-gnu/bin/ -B/usr/riscv64-linux-gnu/lib/ -isystem 
> /usr/riscv64-linux-gnu/include -isystem /usr/riscv64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include-O2  -g -O2 -DIN_GCC  
> -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing -Wwrite-strings 
> -Wcast-qual -Wno-error=format-diag -Wstrict-prototypes -Wmissing-prototypes 
> -Wno-error=format-diag -Wold-style-definition  -isystem ./include  -fPIC -g 
> -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector  -shared -nodefaultlibs 
> -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o 
> ./libgcc_s.so.1.tmp -g -O2 -B./ _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o 
> _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _trampoline_s.o 
> __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o 
> _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o 
> _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o 
> _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o 
> _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o 
> _powitf2_s.o _mulhc3_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o 
> _divhc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o 
> _bswapdi2_s.o _clrsbsi2_s.o _clrsbdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o 
> _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixunssfdi_s.o 
> _fixunsdfdi_s.o _fixunsxfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o 
> _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o 
> _divmoddi4_s.o _udivdi3_s.o _umoddi3_s.o _udivmoddi4_s.o _udiv_w_sdiv_s.o 
> addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o 
> subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o 
> floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o 
> fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o 
> extenddftf2_s.o trunctfsf2_s.o trunctfdf2_s.o divsf3_s.o divdf3_s.o 
> save-restore_s.o muldi3_s.o multi3_s.o div_s.o atomic_s.o 
> enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o 
> unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so 
> && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 
> ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp 
> ./libgcc_s.so.1 && (echo "/* GNU ld script"; echo "   Use the shared library, 
> but some functions are only in"; echo "   the static library.  */"; echo 
> "GROUP ( libgcc_s.so.1 -lgcc )" ) > ./libgcc_s.so
> /usr/riscv64-linux-gnu/bin/ld: relocation R_RISCV_JAL against `__udivdi3' 
> which may bind externally can not be used when making a shared object; 
> recompile with -fPIC
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/gcc-10-cross-ports_20_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20221220=lu...@debian.org=1=1=1=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 mark 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.



Bug#1026530: gcc-10: FTBFS: mount.h:95:6: error: multiple definition of 'enum fsconfig_command'

2022-12-20 Thread Lucas Nussbaum
Source: gcc-10
Version: 10.4.0-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile 
> /<>/build/./gcc/xgcc -B/<>/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-DHAVE_CONFIG_H -I. 
> -I../../../src/libquadmath  -I ../../../src/libquadmath/../include   -g -O2 
> -MT math/csinhq.lo -MD -MP -MF $depbase.Tpo -c -o math/csinhq.lo 
> ../../../src/libquadmath/math/csinhq.c &&\
> mv -f $depbase.Tpo $depbase.Plo
> Adding multilib support to Makefile in ../../../src/libgo
> multidirs=32 x32
> with_multisubdir=
> Running configure in multilib subdirs 32 x32
> pwd: /<>/build/x86_64-linux-gnu/libgo
> Running configure in multilib subdir 32
> In file included from /usr/include/linux/fs.h:19,
>  from 
> ../../../../src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:75:
> /usr/include/linux/mount.h:95:6: error: multiple definition of 'enum 
> fsconfig_command'
>95 | enum fsconfig_command {
>   |  ^~~~
> pwd: /<>/build/x86_64-linux-gnu
> In file included from 
> ../../../../src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:62:
> /<>/build/gcc/include-fixed/sys/mount.h:249:6: note: previous 
> definition here
>   249 | enum fsconfig_command
>   |  ^~~~
> In file included from /usr/include/linux/fs.h:19,
>  from 
> ../../../../src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:75:
> /usr/include/linux/mount.h:129:8: error: redefinition of 'struct mount_attr'
>   129 | struct mount_attr {
>   |^~
> In file included from 
> ../../../../src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:62:
> /<>/build/gcc/include-fixed/sys/mount.h:219:8: note: previous 
> definition of 'struct mount_attr'
>   219 | struct mount_attr
>   |^~
> libtool: compile:  /<>/build/./gcc/xgcc 
> -B/<>/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem 
> /usr/x86_64-linux-gnu/sys-include -isystem /<>/build/sys-include 
> -DHAVE_CONFIG_H -I. -I../../../src/libquadmath -I 
> ../../../src/libquadmath/../include -g -O2 -MT math/csinhq.lo -MD -MP -MF 
> math/.deps/csinhq.Tpo -c ../../../src/libquadmath/math/csinhq.c  -fPIC -DPIC 
> -o math/.libs/csinhq.o
> make[6]: *** [Makefile:611: sanitizer_platform_limits_posix.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/gcc-10_10.4.0-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20221220=lu...@debian.org=1=1=1=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 mark 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.



Bug#1022381: cvise: FTBFS: make[1]: *** [debian/rules:13: override_dh_auto_configure] Error 2

2022-10-23 Thread Lucas Nussbaum
Source: cvise
Version: 2.5.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure -- \
>   -DCMAKE_PREFIX_PATH=/usr/lib/llvm-14 \
>   -DCLANG_FORMAT=clang-format-14 \
>   -DCMAKE_INSTALL_LIBEXECDIR=lib
>   cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
> -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
> -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix 
> Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
> -DCMAKE_PREFIX_PATH=/usr/lib/llvm-14 -DCLANG_FORMAT=clang-format-14 
> -DCMAKE_INSTALL_LIBEXECDIR=lib ..
> -- The C compiler identification is GNU 12.2.0
> -- The CXX compiler identification is GNU 12.2.0
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc - skipped
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Performing Test HAVE_FFI_CALL
> -- Performing Test HAVE_FFI_CALL - Success
> -- Found FFI: /usr/lib/x86_64-linux-gnu/libffi.so  
> -- Performing Test Terminfo_LINKABLE
> -- Performing Test Terminfo_LINKABLE - Success
> -- Found Terminfo: /usr/lib/x86_64-linux-gnu/libtinfo.so  
> -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
> -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version 
> "2.9.14") 
> CMake Error at /usr/lib/llvm-14/lib/cmake/llvm/LLVMExports.cmake:1598 
> (message):
>   The imported target "sancov" references the file
> 
>  "/usr/lib/llvm-14/bin/sancov"
> 
>   but this file does not exist.  Possible reasons include:
> 
>   * The file was deleted, renamed, or moved to another location.
> 
>   * An install or uninstall procedure did not complete successfully.
> 
>   * The installation package was faulty and contained
> 
>  "/usr/lib/llvm-14/lib/cmake/llvm/LLVMExports.cmake"
> 
>   but not all the files it references.
> 
> Call Stack (most recent call first):
>   /usr/lib/llvm-14/cmake/LLVMConfig.cmake:323 (include)
>   CMakeLists.txt:30 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> 
> # EXTERNAL cache entries
> 
> 
> //No help, variable specified on the command line.
> CLANG_FORMAT:UNINITIALIZED=clang-format-14
> 
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
> 
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Choose the type of build, options are: None Debug Release RelWithDebInfo
> // MinSizeRel ...
> CMAKE_BUILD_TYPE:STRING=None
> 
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
> 
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
> 
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12
> 
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12
> 
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2
> 
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the CXX compiler during NONE builds.
> CMAKE_CXX_FLAGS_NONE:STRING=
> 
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags 

Bug#1022357: gcc-12-cross-ports: FTBFS: cp: cannot stat 'html/gm2.html': No such file or directory

2022-10-23 Thread Lucas Nussbaum
Source: gcc-12-cross-ports
Version: 10
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> mv stamps/07-install-stamp stamps/07-install-stamp-tmp
> rm -rf debian/g++-12-alpha-linux-gnu
> dh_installdirs -pg++-12-alpha-linux-gnu 
> usr/share/doc/gcc-12-alpha-linux-gnu-base/C++ usr/bin usr/share/info 
> usr/lib/gcc-cross/alpha-linux-gnu/12 usr/share/man/man1
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> dh_movefiles -pg++-12-alpha-linux-gnu usr/bin/alpha-linux-gnu-g++-12 
> usr/lib/gcc-cross/alpha-linux-gnu/12/cc1plus 
> usr/lib/gcc-cross/alpha-linux-gnu/12/g++-mapper-server
> mkdir -p debian/g++-12-alpha-linux-gnu/usr/share/lintian/overrides
> echo 'g++-12-alpha-linux-gnu binary: hardening-no-pie' \
>   > 
> debian/g++-12-alpha-linux-gnu/usr/share/lintian/overrides/g++-12-alpha-linux-gnu
> echo 'g++-12-alpha-linux-gnu binary: binary-without-manpage' \
>   >> 
> debian/g++-12-alpha-linux-gnu/usr/share/lintian/overrides/g++-12-alpha-linux-gnu
> debian/dh_doclink -pg++-12-alpha-linux-gnu gcc-12-alpha-linux-gnu-base
> WARNING: removing doc directory  g++-12-alpha-linux-gnu
> cp -p debian/README.C++ 
> debian/g++-12-alpha-linux-gnu/usr/share/doc/gcc-12-alpha-linux-gnu-base/C++/
> cp -p /<>/gcc/src/gcc/cp/ChangeLog \
>   
> debian/g++-12-alpha-linux-gnu/usr/share/doc/gcc-12-alpha-linux-gnu-base/C++/changelog
> debian/dh_rmemptydirs -pg++-12-alpha-linux-gnu
> dh_shlibdeps -pg++-12-alpha-linux-gnu
> dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
> dwz \
>   debian/g++-12-alpha-linux-gnu/usr/lib/gcc-cross/alpha-linux-gnu/12/cc1plus
> dh_strip -pg++-12-alpha-linux-gnu 
> dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
> echo g++-12-alpha-linux-gnu >> debian/arch_binaries
> trap '' 1 2 3 15; touch stamps/08-binary-stamp-cxx; mv 
> stamps/07-install-stamp-tmp stamps/07-install-stamp
> dh_testdir
> dh_testroot
> mv stamps/07-install-stamp stamps/07-install-stamp-tmp
> rm -rf debian/gfortran-12-alpha-linux-gnu
> dh_installdirs -pgfortran-12-alpha-linux-gnu 
> usr/share/doc/gcc-12-alpha-linux-gnu-base/fortran usr/bin 
> usr/lib/gcc-cross/alpha-linux-gnu/12 usr/lib/gcc-cross/alpha-linux-gnu/12 
> usr/include usr/share/man/man1
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> dh_movefiles -pgfortran-12-alpha-linux-gnu 
> usr/bin/alpha-linux-gnu-gfortran-12 
> usr/lib/gcc-cross/alpha-linux-gnu/12/finclude 
> usr/lib/gcc-cross/alpha-linux-gnu/12/f951 
> mv debian/tmp/usr/alpha-linux-gnu/lib/libgfortran.spec 
> debian/gfortran-12-alpha-linux-gnu/usr/lib/gcc-cross/alpha-linux-gnu/12/
> mkdir -p debian/gfortran-12-alpha-linux-gnu/usr/share/lintian/overrides
> ( \
>   echo 'gfortran-12-alpha-linux-gnu binary: hardening-no-pie'; \
>   echo 'gfortran-12-alpha-linux-gnu binary: 
> missing-prerequisite-for-gfortran-module'; \
> ) > 
> debian/gfortran-12-alpha-linux-gnu/usr/share/lintian/overrides/gfortran-12-alpha-linux-gnu
> echo 'gfortran-12-alpha-linux-gnu binary: binary-without-manpage' \
>   >> 
> debian/gfortran-12-alpha-linux-gnu/usr/share/lintian/overrides/gfortran-12-alpha-linux-gnu
> debian/dh_doclink -pgfortran-12-alpha-linux-gnu gcc-12-alpha-linux-gnu-base
> WARNING: removing doc directory  gfortran-12-alpha-linux-gnu
> cp -p /<>/gcc/src/gcc/fortran/ChangeLog \
>   
> debian/gfortran-12-alpha-linux-gnu/usr/share/doc/gcc-12-alpha-linux-gnu-base/fortran/changelog
> debian/dh_rmemptydirs -pgfortran-12-alpha-linux-gnu
> dwz \
>   debian/gfortran-12-alpha-linux-gnu/usr/lib/gcc-cross/alpha-linux-gnu/12/f951
> dh_strip -pgfortran-12-alpha-linux-gnu \
>   
> dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
> dh_shlibdeps -pgfortran-12-alpha-linux-gnu
> dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
> echo gfortran-12-alpha-linux-gnu >> debian/arch_binaries
> trap '' 1 2 3 15; touch stamps/08-binary-stamp-fdev; mv 
> stamps/07-install-stamp-tmp stamps/07-install-stamp
> dh_testdir
> dh_testroot
> mv stamps/07-install-stamp stamps/07-install-stamp-tmp
> : # gnat-12-alpha-linux-gnu
> rm -rf debian/gnat-12-alpha-linux-gnu
> dh_installdirs -pgnat-12-alpha-linux-gnu 
> usr/share/doc/gcc-12-alpha-linux-gnu-base usr/bin usr/share/man/man1 
> usr/lib/gcc-cross/alpha-linux-gnu/12/{adalib,adainclude} 
> usr/lib/gcc-cross/alpha-linux-gnu/12
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> : # Upstream does not install gnathtml.
> cp src/gcc/ada/gnathtml.pl debian/tmp/usr/bin/alpha-linux-gnu-gnathtml-12
> chmod 755 debian/tmp/usr/bin/alpha-linux-gnu-gnathtml-12
> dh_movefiles -pgnat-12-alpha-linux-gnu 
> usr/lib/gcc-cross/alpha-linux-gnu/12/gnat1 
> 

Bug#1022350: gcc-12-cross: FTBFS: cp: cannot stat 'html/gm2.html': No such file or directory

2022-10-23 Thread Lucas Nussbaum
Source: gcc-12-cross
Version: 12
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> mv stamps/07-install-stamp stamps/07-install-stamp-tmp
> rm -rf debian/gm2-12-s390x-linux-gnu
> dh_installdirs -pgm2-12-s390x-linux-gnu usr/bin usr/share/man/man1 
> usr/lib/gcc-cross/s390x-linux-gnu/12 
> usr/lib/gcc-cross/s390x-linux-gnu/12/plugin
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> dh_installdocs -pgm2-12-s390x-linux-gnu
> dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> dh_installchangelogs -pgm2-12-s390x-linux-gnu src/gcc/m2/ChangeLog
> dh_movefiles -pgm2-12-s390x-linux-gnu usr/bin/s390x-linux-gnu-gm2-12 
> usr/lib/gcc-cross/s390x-linux-gnu/12/plugin/m2rte.so 
> usr/lib/gcc-cross/s390x-linux-gnu/12/{cc1gm2,gm2l,gm2lcc,gm2lgen,gm2lorder} 
> usr/share/man/man1/s390x-linux-gnu-gm2-12.1
> dh_installdirs -pgm2-12-s390x-linux-gnu \
>   usr/share/doc/gcc-12-s390x-linux-gnu-base/m2 \
>   usr/share/info
> dh_installdirs: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> cp -p /<>/gcc/build/gcc/doc/m2.info 
> debian/gm2-12-s390x-linux-gnu/usr/share/info/gm2.info
> cp -p html/gm2.html 
> debian/gm2-12-s390x-linux-gnu/usr/share/doc/gcc-12-s390x-linux-gnu-base/m2/
> cp: cannot stat 'html/gm2.html': No such file or directory
> make[2]: *** [debian/rules.d/binary-m2.mk:102: stamps/08-binary-stamp-gm2] 
> Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/gcc-12-cross_12_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20221023=lu...@debian.org=1=1=1=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.



Bug#1020001: gdb-bpf: FTBFS: completer.c:2014:10: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]

2022-09-18 Thread Lucas Nussbaum
Source: gdb-bpf
Version: 4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> g++ -x c++-I. -I/<>/upstream/gdb 
> -I/<>/upstream/gdb/config -DLOCALEDIR="\"/usr/share/locale\"" 
> -DHAVE_CONFIG_H -I/<>/upstream/gdb/../include/opcode   -I../bfd 
> -I/<>/upstream/gdb/../bfd 
> -I/<>/upstream/gdb/../include -I../libdecnumber 
> -I/<>/upstream/gdb/../libdecnumber  
> -I/<>/upstream/gdb/../gnulib/import -I../gnulib/import 
> -I/<>/upstream/gdb/.. -I.. 
> -I/<>/upstream/gdb/../libbacktrace/ -I../libbacktrace/  -DTUI=1  
> -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/python3.10 
> -I/usr/include/python3.10   -I/<>/upstream/gdb/.. -pthread  
> -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable 
> -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body 
> -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare 
> -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override 
> -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy 
> -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations 
> -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -c -o 
> cp-name-parser.o -MT cp-name-parser.o -MMD -MP -MF ./.deps/cp-name-parser.Tpo 
> /<>/upstream/gdb/cp-name-parser.c
> /<>/upstream/gdb/completer.c: In function ‘char* 
> gdb_completion_word_break_characters_throw()’:
> /<>/upstream/gdb/completer.c:2014:10: error: invalid conversion 
> from ‘const char*’ to ‘char*’ [-fpermissive]
>  2014 |   return rl_completer_word_break_characters;
>   |  ^~
>   |  |
>   |  const char*
> g++ -x c++-I. -I/<>/upstream/gdb 
> -I/<>/upstream/gdb/config -DLOCALEDIR="\"/usr/share/locale\"" 
> -DHAVE_CONFIG_H -I/<>/upstream/gdb/../include/opcode   -I../bfd 
> -I/<>/upstream/gdb/../bfd 
> -I/<>/upstream/gdb/../include -I../libdecnumber 
> -I/<>/upstream/gdb/../libdecnumber  
> -I/<>/upstream/gdb/../gnulib/import -I../gnulib/import 
> -I/<>/upstream/gdb/.. -I.. 
> -I/<>/upstream/gdb/../libbacktrace/ -I../libbacktrace/  -DTUI=1  
> -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/python3.10 
> -I/usr/include/python3.10   -I/<>/upstream/gdb/.. -pthread  
> -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable 
> -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body 
> -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare 
> -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override 
> -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy 
> -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations 
> -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -c -o 
> cp-namespace.o -MT cp-namespace.o -MMD -MP -MF ./.deps/cp-namespace.Tpo 
> /<>/upstream/gdb/cp-namespace.c
> g++ -x c++-I. -I/<>/upstream/gdb 
> -I/<>/upstream/gdb/config -DLOCALEDIR="\"/usr/share/locale\"" 
> -DHAVE_CONFIG_H -I/<>/upstream/gdb/../include/opcode   -I../bfd 
> -I/<>/upstream/gdb/../bfd 
> -I/<>/upstream/gdb/../include -I../libdecnumber 
> -I/<>/upstream/gdb/../libdecnumber  
> -I/<>/upstream/gdb/../gnulib/import -I../gnulib/import 
> -I/<>/upstream/gdb/.. -I.. 
> -I/<>/upstream/gdb/../libbacktrace/ -I../libbacktrace/  -DTUI=1  
> -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/python3.10 
> -I/usr/include/python3.10   -I/<>/upstream/gdb/.. -pthread  
> -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable 
> -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body 
> -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare 
> -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override 
> -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy 
> -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations 
> -Wstrict-null-sentinel -Wformat -Wformat-nonliteral  -g -O2 
> -ffile-prefix-map=/<>=. -fstack-protector-strong -c -o 
> cp-support.o -MT cp-support.o -MMD -MP -MF ./.deps/cp-support.Tpo 
> /<>/upstream/gdb/cp-support.c
> g++ -x c++-I. -I/<>/upstream/gdb 
> -I/<>/upstream/gdb/config -DLOCALEDIR="\"/usr/share/locale\"" 
> -DHAVE_CONFIG_H -I/<>/upstream/gdb/../include/opcode   -I../bfd 
> -I/<>/upstream/gdb/../bfd 
> -I/<>/upstream/gdb/../include -I../libdecnumber 
> -I/<>/upstream/gdb/../libdecnumber  
> -I/<>/upstream/gdb/../gnulib/import -I../gnulib/import 
> -I/<>/upstream/gdb/.. -I.. 
> -I/<>/upstream/gdb/../libbacktrace/ -I../libbacktrace/  -DTUI=1  
> -Wdate-time -D_FORTIFY_SOURCE=2  -I/usr/include/python3.10 
> -I/usr/include/python3.10   -I/<>/upstream/gdb/.. -pthread  
> -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable 
> 

Bug#1017232: gcc-11-cross: FTBFS: unsatisfiable build-dependencies: libc6-dev-amd64-cross (= 2.33-1cross1), libc6-dev-amd64-cross (= 2.33-1cross1), libc6-dev-amd64-cross (>= 2.32)

2022-08-14 Thread Lucas Nussbaum
Source: gcc-11-cross
Version: 14
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: gcc-11-source (>= 11.3.0-3~), gcc-11-base (>= 
> 11.3.0-3~), binutils-multiarch (>= 2.37-5), autoconf2.69, bison (>= 1:2.3), 
> chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf 
> (>= 3.0.1), lib32gcc1-amd64-cross, libx32gcc1-amd64-cross, 
> lib64gcc1-i386-cross, libx32gcc1-i386-cross, lib32gcc1-s390x-cross, 
> binutils-x86-64-linux-gnu (>= 2.37-5), binutils-s390x-linux-gnu (>= 2.37-5), 
> binutils-powerpc64le-linux-gnu (>= 2.37-5), binutils-aarch64-linux-gnu (>= 
> 2.37-5), binutils-arm-linux-gnueabihf (>= 2.37-5), binutils-arm-linux-gnueabi 
> (>= 2.37-5), binutils-i686-linux-gnu (>= 2.37-5), libc6-dev-amd64-cross (>= 
> 2.32), libc6-dev-s390x-cross (>= 2.32), libc6-dev-ppc64el-cross (>= 2.32), 
> libc6-dev-arm64-cross (>= 2.32), libc6-dev-armhf-cross (>= 2.32), 
> libc6-dev-armel-cross (>= 2.32), libc6-dev-i386-cross (>= 2.32), 
> libc6-dev-i386-amd64-cross, libc6-dev-x32-amd64-cross, 
> libc6-dev-amd64-i386-cross, libc6-dev-x32-i386-cross, 
> libc6-dev-s390-s390x-cross, linux-libc-dev-amd64-cross, 
> linux-libc-dev-s390x-cross, linux-libc-dev-ppc64el-cross, 
> linux-libc-dev-arm64-cross, linux-libc-dev-armhf-cross, 
> linux-libc-dev-armel-cross, linux-libc-dev-i386-cross, libisl-dev (>= 
> 0.22.1-1~), libmpc-dev, libmpfr-dev (>= 2.3.0), libtool, lsb-release, m4, 
> make (>= 3.81), dwz, pkg-config, libgc-dev, patchutils, procps, quilt, 
> coreutils (>= 2.26) | realpath (>= 1.9.12), sharutils, texinfo (>= 4.3), 
> g++-11, gccgo-11, gdc-11, gm2-11, gnat-11, xz-utils, zlib1g-dev, libzstd-dev, 
> python3, time, build-essential, fakeroot
> Merged Build-Conflicts: gcc-multilib, libc6-i386, libc6-x32
> Filtered Build-Depends: gcc-11-source (>= 11.3.0-3~), gcc-11-base (>= 
> 11.3.0-3~), binutils-multiarch (>= 2.37-5), autoconf2.69, bison (>= 1:2.3), 
> chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf 
> (>= 3.0.1), lib32gcc1-amd64-cross, libx32gcc1-amd64-cross, 
> lib64gcc1-i386-cross, libx32gcc1-i386-cross, lib32gcc1-s390x-cross, 
> binutils-x86-64-linux-gnu (>= 2.37-5), binutils-s390x-linux-gnu (>= 2.37-5), 
> binutils-powerpc64le-linux-gnu (>= 2.37-5), binutils-aarch64-linux-gnu (>= 
> 2.37-5), binutils-arm-linux-gnueabihf (>= 2.37-5), binutils-arm-linux-gnueabi 
> (>= 2.37-5), binutils-i686-linux-gnu (>= 2.37-5), libc6-dev-amd64-cross (>= 
> 2.32), libc6-dev-s390x-cross (>= 2.32), libc6-dev-ppc64el-cross (>= 2.32), 
> libc6-dev-arm64-cross (>= 2.32), libc6-dev-armhf-cross (>= 2.32), 
> libc6-dev-armel-cross (>= 2.32), libc6-dev-i386-cross (>= 2.32), 
> libc6-dev-i386-amd64-cross, libc6-dev-x32-amd64-cross, 
> libc6-dev-amd64-i386-cross, libc6-dev-x32-i386-cross, 
> libc6-dev-s390-s390x-cross, linux-libc-dev-amd64-cross, 
> linux-libc-dev-s390x-cross, linux-libc-dev-ppc64el-cross, 
> linux-libc-dev-arm64-cross, linux-libc-dev-armhf-cross, 
> linux-libc-dev-armel-cross, linux-libc-dev-i386-cross, libisl-dev (>= 
> 0.22.1-1~), libmpc-dev, libmpfr-dev (>= 2.3.0), libtool, lsb-release, m4, 
> make (>= 3.81), dwz, pkg-config, libgc-dev, patchutils, procps, quilt, 
> coreutils (>= 2.26), sharutils, texinfo (>= 4.3), g++-11, gccgo-11, gdc-11, 
> gm2-11, gnat-11, xz-utils, zlib1g-dev, libzstd-dev, python3, time, 
> build-essential, fakeroot
> Filtered Build-Conflicts: gcc-multilib, libc6-i386, libc6-x32
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [963 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [977 B]
> Get:5 copy:/<>/apt_archive ./ Packages [914 B]
> Fetched 2854 B in 0s (99.2 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  libc6-dev-i386-amd64-cross : Depends: libc6-dev-amd64-cross (= 2.33-1cross1) 
> 

Bug#1017216: gcc-12-cross: FTBFS: unsatisfiable build-dependencies: libc6-dev-amd64-cross (= 2.33-1cross1), libc6-dev-amd64-cross (= 2.33-1cross1), libc6-dev-amd64-cross (>= 2.32)

2022-08-14 Thread Lucas Nussbaum
Source: gcc-12-cross
Version: 7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: gcc-12-source (>= 12.1.0-7~), gcc-12-base (>= 
> 12.1.0-7~), binutils-multiarch (>= 2.37-5), autoconf2.69, bison (>= 1:2.3), 
> chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf 
> (>= 3.0.1), binutils-x86-64-linux-gnu (>= 2.37-5), binutils-s390x-linux-gnu 
> (>= 2.37-5), binutils-powerpc64le-linux-gnu (>= 2.37-5), 
> binutils-aarch64-linux-gnu (>= 2.37-5), binutils-arm-linux-gnueabihf (>= 
> 2.37-5), binutils-arm-linux-gnueabi (>= 2.37-5), binutils-i686-linux-gnu (>= 
> 2.37-5), libc6-dev-amd64-cross (>= 2.32), libc6-dev-s390x-cross (>= 2.32), 
> libc6-dev-ppc64el-cross (>= 2.32), libc6-dev-arm64-cross (>= 2.32), 
> libc6-dev-armhf-cross (>= 2.32), libc6-dev-armel-cross (>= 2.32), 
> libc6-dev-i386-cross (>= 2.32), libc6-dev-i386-amd64-cross, 
> libc6-dev-x32-amd64-cross, libc6-dev-amd64-i386-cross, 
> libc6-dev-x32-i386-cross, libc6-dev-s390-s390x-cross, 
> linux-libc-dev-amd64-cross, linux-libc-dev-s390x-cross, 
> linux-libc-dev-ppc64el-cross, linux-libc-dev-arm64-cross, 
> linux-libc-dev-armhf-cross, linux-libc-dev-armel-cross, 
> linux-libc-dev-i386-cross, libisl-dev (>= 0.22.1-1~), libmpc-dev, libmpfr-dev 
> (>= 2.3.0), libtool, lsb-release, m4, make (>= 3.81), dwz, pkg-config, 
> libgc-dev, patchutils, procps, quilt, coreutils (>= 2.26) | realpath (>= 
> 1.9.12), sharutils, texinfo (>= 4.3), g++-12, gccgo-12, gdc-12, gm2-12, 
> gnat-12, xz-utils, zlib1g-dev, libzstd-dev, python3, time, build-essential, 
> fakeroot
> Merged Build-Conflicts: gcc-multilib, libc6-i386, libc6-x32
> Filtered Build-Depends: gcc-12-source (>= 12.1.0-7~), gcc-12-base (>= 
> 12.1.0-7~), binutils-multiarch (>= 2.37-5), autoconf2.69, bison (>= 1:2.3), 
> chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf 
> (>= 3.0.1), binutils-x86-64-linux-gnu (>= 2.37-5), binutils-s390x-linux-gnu 
> (>= 2.37-5), binutils-powerpc64le-linux-gnu (>= 2.37-5), 
> binutils-aarch64-linux-gnu (>= 2.37-5), binutils-arm-linux-gnueabihf (>= 
> 2.37-5), binutils-arm-linux-gnueabi (>= 2.37-5), binutils-i686-linux-gnu (>= 
> 2.37-5), libc6-dev-amd64-cross (>= 2.32), libc6-dev-s390x-cross (>= 2.32), 
> libc6-dev-ppc64el-cross (>= 2.32), libc6-dev-arm64-cross (>= 2.32), 
> libc6-dev-armhf-cross (>= 2.32), libc6-dev-armel-cross (>= 2.32), 
> libc6-dev-i386-cross (>= 2.32), libc6-dev-i386-amd64-cross, 
> libc6-dev-x32-amd64-cross, libc6-dev-amd64-i386-cross, 
> libc6-dev-x32-i386-cross, libc6-dev-s390-s390x-cross, 
> linux-libc-dev-amd64-cross, linux-libc-dev-s390x-cross, 
> linux-libc-dev-ppc64el-cross, linux-libc-dev-arm64-cross, 
> linux-libc-dev-armhf-cross, linux-libc-dev-armel-cross, 
> linux-libc-dev-i386-cross, libisl-dev (>= 0.22.1-1~), libmpc-dev, libmpfr-dev 
> (>= 2.3.0), libtool, lsb-release, m4, make (>= 3.81), dwz, pkg-config, 
> libgc-dev, patchutils, procps, quilt, coreutils (>= 2.26), sharutils, texinfo 
> (>= 4.3), g++-12, gccgo-12, gdc-12, gm2-12, gnat-12, xz-utils, zlib1g-dev, 
> libzstd-dev, python3, time, build-essential, fakeroot
> Filtered Build-Conflicts: gcc-multilib, libc6-i386, libc6-x32
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [963 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [945 B]
> Get:5 copy:/<>/apt_archive ./ Packages [885 B]
> Fetched 2793 B in 0s (253 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  libc6-dev-i386-amd64-cross : Depends: libc6-dev-amd64-cross (= 2.33-1cross1) 
> but it is not installable
>  libc6-dev-x32-amd64-cross : Depends: libc6-dev-amd64-cross (= 2.33-1cross1) 
> but it is not installable
>  sbuild-build-depends-main-dummy : Depends: libc6-dev-amd64-cross (>= 2.32) 
> but it is not installable
> 

Bug#1017192: gcc-10-cross: FTBFS: unsatisfiable build-dependencies: libc6-dev-amd64-cross (= 2.33-1cross1), libc6-dev-amd64-cross (= 2.33-1cross1), libc6-dev-amd64-cross (>= 2.31)

2022-08-14 Thread Lucas Nussbaum
Source: gcc-10-cross
Version: 18
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> +--+
> | Install package build dependencies  
>  |
> +--+
> 
> 
> Setup apt archive
> -
> 
> Merged Build-Depends: gcc-10-source (>= 10.3.0-8~), gcc-10-base (>= 
> 10.3.0-8~), binutils-multiarch (>= 2.35.2-2), autoconf, bison (>= 1:2.3), 
> chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf 
> (>= 3.0.1), binutils-x86-64-linux-gnu (>= 2.35.2-2), binutils-s390x-linux-gnu 
> (>= 2.35.2-2), binutils-powerpc64le-linux-gnu (>= 2.35.2-2), 
> binutils-aarch64-linux-gnu (>= 2.35.2-2), binutils-arm-linux-gnueabihf (>= 
> 2.35.2-2), binutils-arm-linux-gnueabi (>= 2.35.2-2), binutils-i686-linux-gnu 
> (>= 2.35.2-2), libc6-dev-amd64-cross (>= 2.31), libc6-dev-s390x-cross (>= 
> 2.31), libc6-dev-ppc64el-cross (>= 2.31), libc6-dev-arm64-cross (>= 2.31), 
> libc6-dev-armhf-cross (>= 2.31), libc6-dev-armel-cross (>= 2.31), 
> libc6-dev-i386-cross (>= 2.31), libc6-dev-i386-amd64-cross, 
> libc6-dev-x32-amd64-cross, libc6-dev-amd64-i386-cross, 
> libc6-dev-x32-i386-cross, libc6-dev-s390-s390x-cross, 
> linux-libc-dev-amd64-cross, linux-libc-dev-s390x-cross, 
> linux-libc-dev-ppc64el-cross, linux-libc-dev-arm64-cross, 
> linux-libc-dev-armhf-cross, linux-libc-dev-armel-cross, 
> linux-libc-dev-i386-cross, libisl-dev (>= 0.22.1-1~), libmpc-dev, libmpfr-dev 
> (>= 2.3.0), libtool, lsb-release, m4, make (>= 3.81), dwz, pkg-config, 
> libgc-dev, patchutils, procps, quilt, coreutils (>= 2.26) | realpath (>= 
> 1.9.12), sharutils, texinfo (>= 4.3), g++-10, gccgo-10, gdc-10, gm2-10, 
> python3, gnat-10, xz-utils, zlib1g-dev, libzstd-dev, time, build-essential, 
> fakeroot
> Merged Build-Conflicts: gcc-multilib, libc6-i386, libc6-x32
> Filtered Build-Depends: gcc-10-source (>= 10.3.0-8~), gcc-10-base (>= 
> 10.3.0-8~), binutils-multiarch (>= 2.35.2-2), autoconf, bison (>= 1:2.3), 
> chrpath, debhelper (>= 9), dpkg-dev (>= 1.14.15), flex, gawk, gettext, gperf 
> (>= 3.0.1), binutils-x86-64-linux-gnu (>= 2.35.2-2), binutils-s390x-linux-gnu 
> (>= 2.35.2-2), binutils-powerpc64le-linux-gnu (>= 2.35.2-2), 
> binutils-aarch64-linux-gnu (>= 2.35.2-2), binutils-arm-linux-gnueabihf (>= 
> 2.35.2-2), binutils-arm-linux-gnueabi (>= 2.35.2-2), binutils-i686-linux-gnu 
> (>= 2.35.2-2), libc6-dev-amd64-cross (>= 2.31), libc6-dev-s390x-cross (>= 
> 2.31), libc6-dev-ppc64el-cross (>= 2.31), libc6-dev-arm64-cross (>= 2.31), 
> libc6-dev-armhf-cross (>= 2.31), libc6-dev-armel-cross (>= 2.31), 
> libc6-dev-i386-cross (>= 2.31), libc6-dev-i386-amd64-cross, 
> libc6-dev-x32-amd64-cross, libc6-dev-amd64-i386-cross, 
> libc6-dev-x32-i386-cross, libc6-dev-s390-s390x-cross, 
> linux-libc-dev-amd64-cross, linux-libc-dev-s390x-cross, 
> linux-libc-dev-ppc64el-cross, linux-libc-dev-arm64-cross, 
> linux-libc-dev-armhf-cross, linux-libc-dev-armel-cross, 
> linux-libc-dev-i386-cross, libisl-dev (>= 0.22.1-1~), libmpc-dev, libmpfr-dev 
> (>= 2.3.0), libtool, lsb-release, m4, make (>= 3.81), dwz, pkg-config, 
> libgc-dev, patchutils, procps, quilt, coreutils (>= 2.26), sharutils, texinfo 
> (>= 4.3), g++-10, gccgo-10, gdc-10, gm2-10, python3, gnat-10, xz-utils, 
> zlib1g-dev, libzstd-dev, time, build-essential, fakeroot
> Filtered Build-Conflicts: gcc-multilib, libc6-i386, libc6-x32
> dpkg-deb: building package 'sbuild-build-depends-main-dummy' in 
> '/<>/apt_archive/sbuild-build-depends-main-dummy.deb'.
> Ign:1 copy:/<>/apt_archive ./ InRelease
> Get:2 copy:/<>/apt_archive ./ Release [963 B]
> Ign:3 copy:/<>/apt_archive ./ Release.gpg
> Get:4 copy:/<>/apt_archive ./ Sources [947 B]
> Get:5 copy:/<>/apt_archive ./ Packages [884 B]
> Fetched 2794 B in 0s (165 kB/s)
> Reading package lists...
> Reading package lists...
> 
> Install main build dependencies (apt-based resolver)
> 
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  libc6-dev-i386-amd64-cross : Depends: libc6-dev-amd64-cross (= 2.33-1cross1) 
> but it is not installable
>  libc6-dev-x32-amd64-cross : Depends: libc6-dev-amd64-cross (= 2.33-1cross1) 
> but it is not installable
>  sbuild-build-depends-main-dummy : Depends: libc6-dev-amd64-cross (>= 2.31) 
> but 

Bug#1017141: gcc-10-cross-mipsen: FTBFS: conftest.c:80: undefined reference to `fprintf_unlocked'

2022-08-14 Thread Lucas Nussbaum
Source: gcc-10-cross-mipsen
Version: 3+c5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: /tmp/ccQguDRA.o: in function `main':
> /<>/gcc/build/libcpp/conftest.c:80: undefined reference to 
> `fprintf_unlocked'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/gcc-10-cross-mipsen_3+c5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20220813=lu...@debian.org=1=1=1=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.



Bug#1017129: gcc-11-cross-mipsen: FTBFS: conftest.c:80: undefined reference to `fprintf_unlocked'

2022-08-14 Thread Lucas Nussbaum
Source: gcc-11-cross-mipsen
Version: 5+c1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /usr/bin/ld: /tmp/ccnbpICW.o: in function `main':
> /<>/gcc/build/libcpp/conftest.c:80: undefined reference to 
> `fprintf_unlocked'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/gcc-11-cross-mipsen_5+c1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20220813=lu...@debian.org=1=1=1=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.



Bug#1016238: autofdo: FTBFS: llvm_profile_writer.cc:54:42: error: cannot convert ‘const llvm::StringMap’ to ‘const llvm::sampleprof::SampleProfileMap&’ {aka ‘const s

2022-07-29 Thread Lucas Nussbaum
Source: autofdo
Version: 0.19-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220728 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> g++ -DHAVE_CONFIG_H -I.  -I. -I./third_party/perf_data_converter/src/quipper 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/lib/llvm-14/include -D_GNU_SOURCE 
> -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
> -DCREATE_LLVM_PROF -g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c -o 
> create_llvm_prof-llvm_profile_writer.o `test -f 'llvm_profile_writer.cc' || 
> echo './'`llvm_profile_writer.cc
> llvm_profile_writer.cc: In static member function ‘static bool 
> autofdo::LLVMProfileBuilder::Write(const std::string&, 
> llvm::sampleprof::SampleProfileFormat, const autofdo::SymbolMap&, const 
> autofdo::StringIndexMap&)’:
> llvm_profile_writer.cc:54:42: error: cannot convert ‘const 
> llvm::StringMap’ to ‘const 
> llvm::sampleprof::SampleProfileMap&’ {aka ‘const 
> std::unordered_map llvm::sampleprof::FunctionSamples, llvm::sampleprof::SampleContext::Hash>&’}
>54 |   if (std::error_code EC = Writer->write(profiles)) {
>   |  ^~~~
>   |  |
>   |  const 
> llvm::StringMap
> In file included from llvm_profile_writer.h:9,
>  from llvm_profile_writer.cc:30:
> /usr/lib/llvm-14/include/llvm/ProfileData/SampleProfWriter.h:55:57: note:   
> initializing argument 1 of ‘virtual std::error_code 
> llvm::sampleprof::SampleProfileWriter::write(const 
> llvm::sampleprof::SampleProfileMap&)’
>55 |   virtual std::error_code write(const SampleProfileMap );
>   | ^~
> make[2]: *** [Makefile:1040: create_llvm_prof-llvm_profile_writer.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/28/autofdo_0.19-2.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20220728=lu...@debian.org=1=1=1=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.



Bug#1015053: gcc-12-cross-ports: FTBFS: collect2: error: ld returned 1 exit status

2022-07-16 Thread Lucas Nussbaum
Source: gcc-12-cross-ports
Version: 2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile 
> /<>/gcc/build/./gcc/xgcc -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnux32/bin/ -B/usr/x86_64-linux-gnux32/lib64/ -isystem 
> /usr/x86_64-linux-gnux32/include -isystem 
> /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include  -m64 -DHAVE_CONFIG_H -I. 
> -I../../../../../src/libphobos/libdruntime -I..-fcf-protection -mshstk -g 
> -O2  -m64 -c -o core/stdc/libgdruntime_convenience_la-errno_.lo `test -f 
> 'core/stdc/errno_.c' || echo 
> '../../../../../src/libphobos/libdruntime/'`core/stdc/errno_.c
> libtool: compile:  /<>/gcc/build/./gcc/xgcc 
> -B/<>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnux32/bin/ 
> -B/usr/x86_64-linux-gnux32/lib64/ -isystem /usr/x86_64-linux-gnux32/include 
> -isystem /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include -m64 -DHAVE_CONFIG_H -I. 
> -I../../../../../src/libphobos/libdruntime -I.. -fcf-protection -mshstk -g 
> -O2 -m64 -c ../../../../../src/libphobos/libdruntime/core/stdc/errno_.c  
> -fPIC -DPIC -o core/stdc/.libs/libgdruntime_convenience_la-errno_.o
> libtool: compile:  /<>/gcc/build/./gcc/xgcc 
> -B/<>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnux32/bin/ 
> -B/usr/x86_64-linux-gnux32/lib64/ -isystem /usr/x86_64-linux-gnux32/include 
> -isystem /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include -m64 -DHAVE_CONFIG_H -I. 
> -I../../../../../src/libphobos/libdruntime -I.. -fcf-protection -mshstk -g 
> -O2 -m64 -c ../../../../../src/libphobos/libdruntime/core/stdc/errno_.c -o 
> core/stdc/libgdruntime_convenience_la-errno_.o >/dev/null 2>&1
> /bin/bash ../libtool --tag=D   --mode=compile 
> /<>/gcc/build/./gcc/gdc -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnux32/bin/  -B/usr/x86_64-linux-gnux32/lib64/ -isystem 
> /usr/x86_64-linux-gnux32/include -isystem 
> /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include-prefer-pic -fversion=Shared -Wall  
> -frelease  -ffunction-sections -fdata-sections -fcf-protection -mshstk 
> -fversion=CET -O2 -g  -m64 -m64 -fpreview=dip1000 -fpreview=fieldwise 
> -fpreview=dtorfields -nostdinc -I ../../../../../src/libphobos/libdruntime -I 
> . -c -o core/sys/posix/config.lo 
> ../../../../../src/libphobos/libdruntime/core/sys/posix/config.d
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/gcc-12-cross-ports_2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na=ign=7=7=only=ftbfs-20220716=lu...@debian.org=1=1=1=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.



Bug#1008326: gcc-10-cross-ports: FTBFS: checking for suffix of executables... collect2: error: ld returned 1 exit status

2022-03-26 Thread Lucas Nussbaum
Source: gcc-10-cross-ports
Version: 19
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /<>/gcc/build/./gcc/xgcc -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnux32/bin/ -B/usr/x86_64-linux-gnux32/lib/ -isystem 
> /usr/x86_64-linux-gnux32/include -isystem 
> /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include-c -g -O2  -fpic  -W -Wall -gnatpg 
> -nostdinc  -gnatn -fpic  memtrack.adb -o memtrack.o
> checking dirent.h usability... Running configure in multilib subdir 32
> pwd: /<>/gcc/build/x86_64-linux-gnux32
> yes
> checking dirent.h presence... yes
> checking for dirent.h... yes
> checking sys/statvfs.h usability... yes
> checking sys/statvfs.h presence... yes
> checking for sys/statvfs.h... yes
> checking utime.h usability... yes
> checking utime.h presence... yes
> checking for utime.h... yes
> checking whether to build Filesystem TS support... yes
> checking for struct dirent.d_type... make[9]: Leaving directory 
> '/<>/gcc/build/gcc/ada/rts'
> rm -f rts/libgna*.so
> cd rts; `echo "/<>/gcc/build/./gcc/xgcc 
> -B/<>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnux32/bin/ 
> -B/usr/x86_64-linux-gnux32/lib/ -isystem /usr/x86_64-linux-gnux32/include 
> -isystem /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include   " \
> | sed -e 's,\./xgcc,../../xgcc,' -e 's,-B\./,-B../../,'` 
> -shared -g -O2  \
>   -fpic \
>   -o libgnat-10.so \
>   -Wl,-z,relro -Wl,--no-allow-shlib-undefined 
> -Wl,--no-copy-dt-needed-entries -Wl,--no-undefined \
>   a-assert.o a-btgbso.o a-calari.o a-calcon.o a-caldel.o a-calend.o 
> a-calfor.o a-catizo.o a-cbdlli.o a-cbhama.o a-cbhase.o a-cbmutr.o a-cborma.o 
> a-cborse.o a-cbprqu.o a-cbsyqu.o a-cdlili.o a-cfdlli.o a-cfhama.o a-cfhase.o 
> a-cfinve.o a-cforma.o a-cforse.o a-cgaaso.o a-cgarso.o a-cgcaso.o a-chacon.o 
> a-chahan.o a-charac.o a-chlat1.o a-chlat9.o a-chtgbk.o a-chtgbo.o a-chtgke.o 
> a-chtgop.o a-chzla1.o a-chzla9.o a-cidlli.o a-cihama.o a-cihase.o a-cimutr.o 
> a-ciorma.o a-ciormu.o a-ciorse.o a-clrefi.o a-coboho.o a-cobove.o a-cofove.o 
> a-cofuba.o a-cofuma.o a-cofuse.o a-cofuve.o a-cogeso.o a-cohama.o a-cohase.o 
> a-cohata.o a-coinho.o a-coinve.o a-colien.o a-colire.o a-comlin.o a-comutr.o 
> a-conhel.o a-contai.o a-convec.o a-coorma.o a-coormu.o a-coorse.o a-coprnu.o 
> a-coteio.o a-crbltr.o a-crbtgk.o a-crbtgo.o a-crdlli.o a-csquin.o a-cuprqu.o 
> a-cusyqu.o a-cwila1.o a-cwila9.o a-decima.o a-dhfina.o a-diocst.o a-direct.o 
> a-direio.o a-dirval.o a-einuoc.o a-elchha.o a-envvar.o a-except.o a-exctra.o 
> a-finali.o a-flteio.o a-fwteio.o a-fzteio.o a-inteio.o a-ioexce.o a-iteint.o 
> a-iwteio.o a-izteio.o a-lcteio.o a-lfteio.o a-lfwtio.o a-lfztio.o a-liteio.o 
> a-liwtio.o a-liztio.o a-llctio.o a-llftio.o a-llfwti.o a-llfzti.o a-llitio.o 
> a-lliwti.o a-llizti.o a-locale.o a-nbnbin.o a-nbnbre.o a-ncelfu.o a-ngcefu.o 
> a-ngcoar.o a-ngcoty.o a-ngelfu.o a-ngrear.o a-nlcefu.o a-nlcoar.o a-nlcoty.o 
> a-nlelfu.o a-nllcar.o a-nllcef.o a-nllcty.o a-nllefu.o a-nllrar.o a-nlrear.o 
> a-nscefu.o a-nscoty.o a-nselfu.o a-nubinu.o a-nucoar.o a-nucoty.o a-nudira.o 
> a-nuelfu.o a-nuflra.o a-numaux.o a-numeri.o a-nurear.o a-rbtgbk.o a-rbtgbo.o 
> a-rbtgso.o a-sbecin.o a-sbhcin.o a-sblcin.o a-scteio.o a-secain.o a-sequio.o 
> a-sfecin.o a-sfhcin.o a-sflcin.o a-sfteio.o a-sfwtio.o a-sfztio.o a-shcain.o 
> a-siocst.o a-siteio.o a-siwtio.o a-siztio.o a-slcain.o a-ssicst.o a-ssitio.o 
> a-ssiwti.o a-ssizti.o a-stboha.o a-stfiha.o a-stmaco.o a-storio.o a-strbou.o 
> a-stream.o a-strfix.o a-strhas.o a-string.o a-strmap.o a-strsea.o a-strsup.o 
> a-strunb.o a-ststio.o a-stunau.o a-stunha.o a-stuten.o a-stwibo.o a-stwifi.o 
> a-stwiha.o a-stwima.o a-stwise.o a-stwisu.o a-stwiun.o a-stzbou.o a-stzfix.o 
> a-stzhas.o a-stzmap.o a-stzsea.o a-stzsup.o a-stzunb.o a-suecin.o a-suenco.o 
> a-suenst.o a-suewst.o a-suezst.o a-suhcin.o a-sulcin.o a-suteio.o a-swbwha.o 
> a-swfwha.o a-swmwco.o a-swunau.o a-swuwha.o a-swuwti.o a-szbzha.o a-szfzha.o 
> a-szmzco.o a-szunau.o a-szuzha.o a-szuzti.o a-tags.o a-teioed.o a-textio.o 
> a-tgdico.o a-tiboio.o a-ticoau.o a-ticoio.o a-tideau.o a-tideio.o a-tienau.o 
> a-tienio.o a-tifiio.o a-tiflau.o a-tiflio.o a-tigeau.o a-tiinau.o a-tiinio.o 
> a-timoau.o a-timoio.o a-tiocst.o a-tirsfi.o a-titest.o a-tiunio.o a-unccon.o 
> a-uncdea.o a-undesu.o a-wichha.o a-wichun.o a-widcha.o a-witeio.o a-wrstfi.o 
> a-wtcoau.o a-wtcoio.o a-wtcstr.o a-wtdeau.o a-wtdeio.o a-wtedit.o a-wtenau.o 
> a-wtenio.o a-wtfiio.o a-wtflau.o a-wtflio.o a-wtgeau.o a-wtinau.o a-wtinio.o 
> a-wtmoau.o a-wtmoio.o a-wttest.o a-wwboio.o a-wwunio.o a-zchara.o a-zchhan.o 
> a-zchuni.o a-zrstfi.o a-ztcoau.o a-ztcoio.o a-ztcstr.o a-ztdeau.o a-ztdeio.o 
> a-ztedit.o a-ztenau.o a-ztenio.o a-ztexio.o a-ztfiio.o a-ztflau.o a-ztflio.o 
> 

Bug#1007082: "patch" available

2022-03-10 Thread Lucas Nussbaum
Hi,

Please also see
https://lists.debian.org/debian-devel/2022/03/msg00096.html , where it
was noticed that the conversion for this package is trivial, and builds
bit-by-bit identical binary packages.

Lucas



Bug#1007082: mpclib3: please consider upgrading to 3.0 source format

2022-03-10 Thread Lucas Nussbaum
Source: mpclib3
Version: 1.2.1-1
Severity: wishlist
Tags: bookworm sid
Usertags: format1.0 format1.0-kp-nv

Dear maintainer,

This package is among the few (1.9%) that still use source format 1.0 in
bookworm.  Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ; (2)
this contributes to standardization of packaging practices.

Please note that this is also a sign that the packaging of this software
could maybe benefit from a refresh. It might be a good opportunity to
look at other aspects as well.

This mass bug filing was discussed on debian-devel@:
https://lists.debian.org/debian-devel/2022/03/msg00074.html

Thanks

Lucas



Bug#1005685: cvise: FTBFS: The imported target "RemoteIndexProto" references the file "/usr/lib/llvm-13/lib/libRemoteIndexProto.a" but this file does not exist.

2022-02-13 Thread Lucas Nussbaum
Source: cvise
Version: 2.4.0-2.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure -- \
>   -DCMAKE_PREFIX_PATH=/usr/lib/llvm-13 \
>   -DCLANG_FORMAT=clang-format-13 \
>   -DCMAKE_INSTALL_LIBEXECDIR=lib
>   cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
> -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
> -DCMAKE_PREFIX_PATH=/usr/lib/llvm-13 -DCLANG_FORMAT=clang-format-13 
> -DCMAKE_INSTALL_LIBEXECDIR=lib ..
> -- The C compiler identification is GNU 11.2.0
> -- The CXX compiler identification is GNU 11.2.0
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc - skipped
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
> -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version 
> "2.9.12") 
> -- Found LLVM 13.0.1
> -- Using LLVMConfig.cmake in /usr/lib/llvm-13/cmake
> -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
> CMake Error at /usr/lib/llvm-13/lib/cmake/clang/ClangTargets.cmake:737 
> (message):
>   The imported target "RemoteIndexProto" references the file
> 
>  "/usr/lib/llvm-13/lib/libRemoteIndexProto.a"
> 
>   but this file does not exist.  Possible reasons include:
> 
>   * The file was deleted, renamed, or moved to another location.
> 
>   * An install or uninstall procedure did not complete successfully.
> 
>   * The installation package was faulty and contained
> 
>  "/usr/lib/llvm-13/lib/cmake/clang/ClangTargets.cmake"
> 
>   but not all the files it references.
> 
> Call Stack (most recent call first):
>   /usr/lib/llvm-13/lib/cmake/clang/ClangConfig.cmake:20 (include)
>   CMakeLists.txt:39 (find_package)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> 
> # EXTERNAL cache entries
> 
> 
> //No help, variable specified on the command line.
> CLANG_FORMAT:UNINITIALIZED=clang-format-13
> 
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
> 
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Choose the type of build, options are: None Debug Release RelWithDebInfo
> // MinSizeRel ...
> CMAKE_BUILD_TYPE:STRING=None
> 
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
> 
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
> 
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
> 
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
> 
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2
> 
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the CXX compiler during NONE builds.
> CMAKE_CXX_FLAGS_NONE:STRING=
> 
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the CXX compiler during RELWITHDEBINFO builds.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //C compiler
> 

Bug#1005473: gcc-11-cross-ports: FTBFS: s-tsmona.adb:160: undefined reference to `dladdr'

2022-02-12 Thread Lucas Nussbaum
Source: gcc-11-cross-ports
Version: 8
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile 
> /<>/gcc/build/./gcc/xgcc -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnux32/bin/ -B/usr/x86_64-linux-gnux32/lib/ -isystem 
> /usr/x86_64-linux-gnux32/include -isystem 
> /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include-DHAVE_CONFIG_H -I. 
> -I../../../src/libgfortran  -iquote../../../src/libgfortran/io 
> -I../../../src/libgfortran/../gcc -I../../../src/libgfortran/../gcc/config 
> -I../../../src/libgfortran/../libquadmath -I../.././gcc 
> -I../../../src/libgfortran/../libgcc -I../libgcc 
> -I../../../src/libgfortran/../libbacktrace -I../libbacktrace 
> -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes 
> -Wold-style-definition -Wextra -Wwrite-strings 
> -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk 
> -fcx-fortran-rules -ffunction-sections -fdata-sections   -g -O2 -MT 
> iany_i4.lo -MD -MP -MF .deps/iany_i4.Tpo -c -o iany_i4.lo `test -f 
> '../../../src/libgfortran/generated/iany_i4.c' || echo 
> '../../../src/libgfortran/'`../../../src/libgfortran/generated/iany_i4.c
> libtool: compile:  /<>/gcc/build/./gcc/xgcc 
> -B/<>/gcc/build/./gcc/ -B/usr/x86_64-linux-gnux32/bin/ 
> -B/usr/x86_64-linux-gnux32/lib/ -isystem /usr/x86_64-linux-gnux32/include 
> -isystem /usr/x86_64-linux-gnux32/sys-include -isystem 
> /<>/gcc/build/sys-include -DHAVE_CONFIG_H -I. 
> -I../../../src/libgfortran -iquote../../../src/libgfortran/io 
> -I../../../src/libgfortran/../gcc -I../../../src/libgfortran/../gcc/config 
> -I../../../src/libgfortran/../libquadmath -I../.././gcc 
> -I../../../src/libgfortran/../libgcc -I../libgcc 
> -I../../../src/libgfortran/../libbacktrace -I../libbacktrace 
> -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes 
> -Wold-style-definition -Wextra -Wwrite-strings 
> -Werror=implicit-function-declaration -Werror=vla -fcf-protection -mshstk 
> -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT iany_i4.lo 
> -MD -MP -MF .deps/iany_i4.Tpo -c ../../../src/libgfortran/generated/iany_i4.c 
>  -fPIC -DPIC -o .libs/iany_i4.o
> /usr/x86_64-linux-gnux32/bin/ld: s-trasym.o: in function 
> `system__traceback__symbolic__module_name__getXnn':
> /<>/gcc/build/gcc/ada/rts/s-tsmona.adb:160: undefined reference 
> to `dladdr'
> collect2: error: ld returned 1 exit status


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/gcc-11-cross-ports_8_unstable.log

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.



Bug#997145: autoconf2.69: FTBFS: autoconf.texi:9: unknown command `setcontentsaftertitlepage'

2021-10-23 Thread Lucas Nussbaum
Source: autoconf2.69
Version: 2.69-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[3]: Entering directory '/<>/doc'
> Updating ./version.texi
> restore=: && backupdir=".am$$" && \
> am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
> rm -rf $backupdir && mkdir $backupdir && \
> if (/bin/bash /<>/build-aux/missing --run makeinfo --version) 
> >/dev/null 2>&1; then \
>   for f in autoconf.info autoconf.info-[0-9] autoconf.info-[0-9][0-9] 
> autoconf.i[0-9] autoconf.i[0-9][0-9]; do \
> if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
>   done; \
> else :; fi && \
> cd "$am__cwd"; \
> if /bin/bash /<>/build-aux/missing --run makeinfo --no-split  -I 
> . \
>  -o autoconf.info autoconf.texi; \
> then \
>   rc=0; \
>   CDPATH="${ZSH_VERSION+.}:" && cd .; \
> else \
>   rc=$?; \
>   CDPATH="${ZSH_VERSION+.}:" && cd . && \
>   $restore $backupdir/* `echo "./autoconf.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> autoconf.texi:9: unknown command `setcontentsaftertitlepage'
> make[3]: *** [Makefile:251: autoconf.info] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/autoconf2.69_2.69-3_unstable.log

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.



Bug#978323: gdb-bpf: FTBFS: tar: /usr/src/gdb.tar.*: Cannot open: No such file or directory

2020-12-26 Thread Lucas Nussbaum
Source: gdb-bpf
Version: 2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> tar xf /usr/src/gdb.tar.*
> tar: /usr/src/gdb.tar.*: Cannot open: No such file or directory
> tar: Error is not recoverable: exiting now
> make[1]: *** [debian/rules:34: unpack-stamp] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/gdb-bpf_2_unstable.log

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 me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#975142: [Debian-med-packaging] Bug#975142: lambda-align2: FTBFS: lambda.cpp:100:1: error: type variant with ‘TYPE_ALIAS_SET_KNOWN_P’

2020-11-23 Thread Lucas Nussbaum
On 20/11/20 at 22:57 +0100, Étienne Mollier wrote:
> Control: tag -1 unreproducible
> 
> Hi Lucas,
> 
> Lucas Nussbaum, on 2020-11-19 10:35:39 +0100:
> > > /<>/src/lambda.cpp: At global scope:
> > > /<>/src/lambda.cpp:100:1: error: type variant with 
> > > ‘TYPE_ALIAS_SET_KNOWN_P’
> > >   100 | }
> > >   | ^
> > >   > > type  > > asm_written public type_6 HI
> > > size 
> > > unit-size 
> [...]
> 
> I triggered a rebuild of lambda-align because I was very curious
> about that peculiar error, but I failed to reproduce it on my
> end with today's update of a clean chroot (2020-11-20).  The end
> result also passed autopkgtest without issues.  Could it have
> been a transient error?

Well I could reproduce it. Can you share a build log and diff it with
me so that we can figure out what might cause this?

Thanks

Lucas


signature.asc
Description: PGP signature


Bug#975219: [Debichem-devel] Bug#975219: elkcode: FTBFS: internal compiler error: in lookup_field_for_decl, at tree-nested.c:288

2020-11-22 Thread Lucas Nussbaum
Hi Michael,

On 22/11/20 at 15:32 +0100, Michael Banck wrote:
> Hi Lucas,
> 
> That looks like an ICE, shouldn't that be filed with gfortran?

Usually my logic is: if there's only one similar failure, I file a bug
against the affected package, rather than against the toolchain package
or the library, because it might be something very strange with the
package that is causing the toolchain to misbehave.

(In that case, that was the only ICE; and I also notified doko about it
on IRC)

Lucas



Bug#954568: gcc-10-cross: FTBFS: x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__twalk_r@GLIBC_PRIVATE'

2020-03-22 Thread Lucas Nussbaum
Source: gcc-10-cross
Version: 4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[5]: Entering directory '/<>/gcc/build/gotools'
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o go 
> ../../src/gotools/../libgo/go/cmd/go/alldocs.go 
> ../../src/gotools/../libgo/go/cmd/go/go11.go 
> ../../src/gotools/../libgo/go/cmd/go/main.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o gofmt 
> ../../src/gotools/../libgo/go/cmd/gofmt/doc.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/gofmt.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/internal.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/rewrite.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/simplify.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> echo 'package main' > zdefaultcc.go.tmp
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o vet 
> ../../src/gotools/../libgo/go/cmd/vet/doc.go 
> ../../src/gotools/../libgo/go/cmd/vet/main.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> echo 'func defaultGCCGO(goos, goarch string) string { return 
> "/usr/bin/x86_64-linux-gnu-gccgo-10" }' >> zdefaultcc.go.tmp
> echo 'func defaultCC(goos, goarch string) string { return 
> "x86_64-linux-gnu-gcc-10" }' >> zdefaultcc.go.tmp
> echo 'func defaultCXX(goos, goarch string) string { return 
> "x86_64-linux-gnu-g++-10" }' >> zdefaultcc.go.tmp
> echo 'const defaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
> /bin/bash ../../src/gotools/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
> echo timestamp > s-zdefaultcc 
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o buildid 
> ../../src/gotools/../libgo/go/cmd/buildid/buildid.go 
> ../../src/gotools/../libgo/go/cmd/buildid/doc.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> /usr/bin/x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: 
> undefined reference to `__twalk_r@GLIBC_PRIVATE'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/gcc-10-cross_4_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#954513: gcc-9-cross: FTBFS: checking whether .eh_frame section should be read-only... /usr/bin/x86_64-linux-gnu-ld: /usr/x86_64-linux-gnu/lib/../lib/libpthread.so.0: undefined reference to `__libc

2020-03-22 Thread Lucas Nussbaum
Source: gcc-9-cross
Version: 19
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile 
> /<>/gcc/build/./gcc/xgcc -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include-DHAVE_CONFIG_H -I. 
> -I../../../../src/libgfortran  -iquote../../../../src/libgfortran/io 
> -I../../../../src/libgfortran/../gcc 
> -I../../../../src/libgfortran/../gcc/config 
> -I../../../../src/libgfortran/../libquadmath -I../../.././gcc 
> -I../../../../src/libgfortran/../libgcc -I../../libgcc 
> -I../../../../src/libgfortran/../libbacktrace -I../../libbacktrace 
> -I../libbacktrace  -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes 
> -Wold-style-definition -Wextra -Wwrite-strings 
> -Werror=implicit-function-declaration -Werror=vla  -fcx-fortran-rules 
> -ffunction-sections -fdata-sections   -g -O2  -m32 -MT pow_r10_i8.lo -MD -MP 
> -MF .deps/pow_r10_i8.Tpo -c -o pow_r10_i8.lo `test -f 
> '../../../../src/libgfortran/generated/pow_r10_i8.c' || echo 
> '../../../../src/libgfortran/'`../../../../src/libgfortran/generated/pow_r10_i8.c
> yes
> checking assembler supports pc related relocs... yes
> checking toolchain supports unwind section type... libtool: compile:  
> /<>/gcc/build/./gcc/xgcc -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include -DHAVE_CONFIG_H -I. 
> -I../../../../src/libgfortran -iquote../../../../src/libgfortran/io 
> -I../../../../src/libgfortran/../gcc 
> -I../../../../src/libgfortran/../gcc/config 
> -I../../../../src/libgfortran/../libquadmath -I../../.././gcc 
> -I../../../../src/libgfortran/../libgcc -I../../libgcc 
> -I../../../../src/libgfortran/../libbacktrace -I../../libbacktrace 
> -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes 
> -Wold-style-definition -Wextra -Wwrite-strings 
> -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules 
> -ffunction-sections -fdata-sections -g -O2 -m32 -MT pow_r10_i8.lo -MD -MP -MF 
> .deps/pow_r10_i8.Tpo -c ../../../../src/libgfortran/generated/pow_r10_i8.c  
> -fPIC -DPIC -o .libs/pow_r10_i8.o
> yes
> checking whether .eh_frame section should be read-only... 
> /usr/bin/x86_64-linux-gnu-ld: 
> /usr/x86_64-linux-gnu/lib/../lib/libpthread.so.0: undefined reference to 
> `__libc_vfork@GLIBC_PRIVATE'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/gcc-9-cross_19_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#954515: gcc-8-cross: FTBFS: x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: undefined reference to `__twalk_r@GLIBC_PRIVATE'

2020-03-22 Thread Lucas Nussbaum
Source: gcc-8-cross
Version: 33
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[5]: Entering directory '/<>/gcc/build/gotools'
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o go 
> ../../src/gotools/../libgo/go/cmd/go/alldocs.go 
> ../../src/gotools/../libgo/go/cmd/go/go11.go 
> ../../src/gotools/../libgo/go/cmd/go/main.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o gofmt 
> ../../src/gotools/../libgo/go/cmd/gofmt/doc.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/gofmt.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/internal.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/rewrite.go 
> ../../src/gotools/../libgo/go/cmd/gofmt/simplify.go  
> echo 'package main' > zdefaultcc.go.tmp
> echo 'func defaultGCCGO(goos, goarch string) string { return 
> "/usr/bin/x86_64-linux-gnu-gccgo-8" }' >> zdefaultcc.go.tmp
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o vet 
> ../../src/gotools/../libgo/go/cmd/vet/asmdecl.go 
> ../../src/gotools/../libgo/go/cmd/vet/assign.go 
> ../../src/gotools/../libgo/go/cmd/vet/atomic.go 
> ../../src/gotools/../libgo/go/cmd/vet/bool.go 
> ../../src/gotools/../libgo/go/cmd/vet/buildtag.go 
> ../../src/gotools/../libgo/go/cmd/vet/cgo.go 
> ../../src/gotools/../libgo/go/cmd/vet/composite.go 
> ../../src/gotools/../libgo/go/cmd/vet/copylock.go 
> ../../src/gotools/../libgo/go/cmd/vet/deadcode.go 
> ../../src/gotools/../libgo/go/cmd/vet/dead.go 
> ../../src/gotools/../libgo/go/cmd/vet/doc.go 
> ../../src/gotools/../libgo/go/cmd/vet/httpresponse.go 
> ../../src/gotools/../libgo/go/cmd/vet/lostcancel.go 
> ../../src/gotools/../libgo/go/cmd/vet/main.go 
> ../../src/gotools/../libgo/go/cmd/vet/method.go 
> ../../src/gotools/../libgo/go/cmd/vet/nilfunc.go 
> ../../src/gotools/../libgo/go/cmd/vet/print.go 
> ../../src/gotools/../libgo/go/cmd/vet/rangeloop.go 
> ../../src/gotools/../libgo/go/cmd/vet/shadow.go 
> ../../src/gotools/../libgo/go/cmd/vet/shift.go 
> ../../src/gotools/../libgo/go/cmd/vet/structtag.go 
> ../../src/gotools/../libgo/go/cmd/vet/tests.go 
> ../../src/gotools/../libgo/go/cmd/vet/types.go 
> ../../src/gotools/../libgo/go/cmd/vet/unsafeptr.go 
> ../../src/gotools/../libgo/go/cmd/vet/unused.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> echo 'func defaultCC(goos, goarch string) string { return 
> "x86_64-linux-gnu-gcc-8" }' >> zdefaultcc.go.tmp
> echo 'func defaultCXX(goos, goarch string) string { return 
> "x86_64-linux-gnu-g++-8" }' >> zdefaultcc.go.tmp
> echo 'const defaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
> /bin/bash ../../src/gotools/../move-if-change zdefaultcc.go.tmp zdefaultcc.go
> echo timestamp > s-zdefaultcc 
> /<>/gcc/build/./gcc/gccgo -B/<>/gcc/build/./gcc/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/gcc/build/sys-include   -g -O2 -I 
> ../x86_64-linux-gnu/libgo -static-libstdc++ -static-libgcc -Wl,-z,relro -L 
> ../x86_64-linux-gnu/libgo -L ../x86_64-linux-gnu/libgo/.libs -o buildid 
> ../../src/gotools/../libgo/go/cmd/buildid/buildid.go 
> ../../src/gotools/../libgo/go/cmd/buildid/doc.go 
> ../x86_64-linux-gnu/libgo/libgotool.a  
> /usr/bin/x86_64-linux-gnu-ld: /lib/x86_64-linux-gnu/libpthread.so.0: 
> undefined reference to `__twalk_r@GLIBC_PRIVATE'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/gcc-8-cross_33_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed 

Bug#925567: gcc-8-cross: FTBFS: conftest.c:72: undefined reference to `getexecname'

2019-03-26 Thread Lucas Nussbaum
Source: gcc-8-cross
Version: 26
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20190325 qa-ftbfs
Justification: FTBFS in buster on amd64

Hi,

During a rebuild of all packages in buster (in a buster chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
> /usr/bin/ld: /tmp/cc7hDO1R.o: in function `main':
> /<>/gcc/build/libbacktrace/conftest.c:72: undefined reference to 
> `getexecname'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://qa-logs.debian.net/2019/03/25/gcc-8-cross_26_testing.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#851047: gcc-6-cross-ports: FTBFS: 1 out of 1 hunk FAILED -- rejects in file src/libphobos/configure.ac

2017-01-11 Thread Lucas Nussbaum
Source: gcc-6-cross-ports
Version: 11
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>/gcc'
> : # unpack gcc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src ]; then \
>   echo >&2 "Source directory /<>/gcc/src exists. Delete by 
> hand"; \
>   false; \
> fi
> rm -rf gcc-6.3.0
> tar -x -f /usr/src/gcc-6/gcc-6.3.0-dfsg.tar.xz
> mv gcc-6.3.0 /<>/gcc/src
> ln -sf libsanitizer /<>/gcc/src/libasan
> rm -f /<>/gcc/src/gcc/doc/*.1
> rm -f /<>/gcc/src/gcc/doc/fsf-funding.7
> rm -f /<>/gcc/src/gcc/doc/*.info
> rm -f /<>/gcc/src/gcc/fortran/*.info
> rm -f /<>/gcc/src/libgomp/*.info
> rm -f /<>/gcc/src/gcc/java/*.1
> rm -f /<>/gcc/src/gcc/java/*.info
> for i in gcc/doc/avr-mmcu.texi gcc/doc/bugreport.texi gcc/doc/cfg.texi 
> gcc/doc/collect2.texi gcc/doc/compat.texi gcc/doc/configfiles.texi 
> gcc/doc/configterms.texi gcc/doc/contrib.texi gcc/doc/contribute.texi 
> gcc/doc/cpp.texi gcc/doc/cppenv.texi gcc/doc/cppinternals.texi 
> gcc/doc/cppopts.texi gcc/doc/extend.texi gcc/doc/fragments.texi 
> gcc/doc/frontends.texi gcc/doc/gccint.texi gcc/doc/gcov.texi 
> gcc/doc/gcov-tool.texi gcc/doc/generic.texi gcc/doc/gimple.texi 
> gcc/doc/gnu.texi gcc/doc/gty.texi gcc/doc/headerdirs.texi 
> gcc/doc/hostconfig.texi gcc/doc/implement-c.texi gcc/doc/implement-cxx.texi 
> gcc/doc/install-old.texi gcc/doc/install.texi gcc/doc/interface.texi 
> gcc/doc/invoke.texi gcc/doc/languages.texi gcc/doc/libgcc.texi 
> gcc/doc/loop.texi gcc/doc/lto.texi gcc/doc/makefile.texi 
> gcc/doc/match-and-simplify.texi gcc/doc/md.texi gcc/doc/objc.texi 
> gcc/doc/optinfo.texi gcc/doc/options.texi gcc/doc/passes.texi 
> gcc/doc/plugins.texi gcc/doc/portability.texi gcc/doc/rtl.texi 
> gcc/doc/service.texi gcc/doc/sourcebuild.texi gcc/doc/standards.texi 
> gcc/doc/tm.texi.in gcc/doc/tm.texi gcc/doc/tree-ssa.texi gcc/doc/trouble.texi 
> gcc/doc/include/gcc-common.texi gcc/doc/include/funding.texi 
> gcc/fortran/gfc-internals.texi gcc/fortran/invoke.texi 
> gcc/fortran/intrinsic.texi ; do \
>   if [ -f /<>/gcc/src/$i ]; then \
> cp debian/dummy.texi /<>/gcc/src/$i; \
>   else \
> cp debian/dummy.texi /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/gcc.texi gcc/java/gcj.texi gcc/ada/gnat-style.texi 
> gcc/ada/gnat_rm.texi gcc/ada/gnat_ugn.texi gcc/fortran/gfortran.texi 
> gcc/go/gccgo.texi libgomp/libgomp.texi libquadmath/libquadmath.texi ; do \
>   n=$(basename $i .texi); \
>   if [ -f /<>/gcc/src/$i ]; then \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
>   else \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/cpp.1 gcc/doc/g++.1 gcc/doc/gc-analyze.1 gcc/doc/gcc.1 
> gcc/doc/gccgo.1 gcc/doc/gcj.1 gcc/doc/gcj-dbtool.1 gcc/doc/gcjh.1 
> gcc/doc/gcov.1 gcc/doc/gcov-tool.1 gcc/doc/gfortran.1 gcc/doc/gij.1 
> gcc/doc/grmic.1 gcc/doc/grmiregistry.1 gcc/doc/jcf-dump.1 
> gcc/doc/jv-convert.1 gcc/doc/fsf-funding.7 ; do \
>   touch /<>/gcc/src/$i; \
> done
> rm -f /<>/gcc/src/INSTALL/*.html
> echo "gcc-6.3.0-dfsg.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gcc-6.3.0-dfsg.tar.xz
> : # unpack gdc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src/gcc/d ]; then \
>   echo >&2 "Source directory /<>/gcc/src/gcc/d exists. Delete by 
> hand";\
>   false; \
> fi
> #rm -rf gdc-20161222
> rm -rf /<>/gcc/src/gcc/d
> rm -rf /<>/gcc/src/gcc/testsuite/gdc.test
> rm -f /<>/gcc/src/gcc/testsuite/lib/gdc*.exp
> rm -rf /<>/gcc/src/libphobos
> tar -x -C /<>/gcc/src --strip-components=1 -f 
> /usr/src/gcc-6/gdc-20161222.tar.xz
> echo "gdc-20161222.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gdc-20161222.tar.xz
> echo -e "\nBuilt from Debian source package gcc-6-6.3.0-2" \
>   > pxxx
> echo -e "Integrated upstream packages in this version:\n" >> pxxx
> for i in gcc-6.3.0-dfsg.tar.xz  gdc-20161222.tar.xz; do echo "  $i" >> pxxx; 
> done
> mv -f pxxx stamps/01-unpack-stamp
> echo svn-updates.diff libiberty-updates.diff gcc-gfdl-build.diff 
> gcc-textdomain.diff gcc-driver-extra-langs.diff gcc-hash-style-gnu.diff 
> libstdc++-pic.diff libstdc++-doclink.diff libstdc++-man-3cxx.diff 
> libstdc++-test-installed.diff libjava-stacktrace.diff libjava-jnipath.diff 
> libjava-sjlj.diff libjava-disable-plugin.diff alpha-no-ev4-directive.diff 
> boehm-gc-getnprocs.diff note-gnu-stack.diff libgomp-omp_h-multilib.diff 
> gccgo-version.diff pr47818.diff gcc-base-version.diff libgo-testsuite.diff 
> gcc-target-include-asm.diff libgo-revert-timeout-exp.diff 
> libgo-setcontext-config.diff gcc-auto-build.diff kfreebsd-unwind.diff 
> libitm-no-fortify-source.diff sparc64-biarch-long-double-128.diff 
> 

Bug#851038: gcc-6-cross: FTBFS: 1 out of 1 hunk FAILED -- rejects in file src/libphobos/configure.ac

2017-01-11 Thread Lucas Nussbaum
Source: gcc-6-cross
Version: 14
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170111 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>/gcc'
> : # unpack gcc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src ]; then \
>   echo >&2 "Source directory /<>/gcc/src exists. Delete by 
> hand"; \
>   false; \
> fi
> rm -rf gcc-6.3.0
> tar -x -f /usr/src/gcc-6/gcc-6.3.0-dfsg.tar.xz
> mv gcc-6.3.0 /<>/gcc/src
> ln -sf libsanitizer /<>/gcc/src/libasan
> rm -f /<>/gcc/src/gcc/doc/*.1
> rm -f /<>/gcc/src/gcc/doc/fsf-funding.7
> rm -f /<>/gcc/src/gcc/doc/*.info
> rm -f /<>/gcc/src/gcc/fortran/*.info
> rm -f /<>/gcc/src/libgomp/*.info
> rm -f /<>/gcc/src/gcc/java/*.1
> rm -f /<>/gcc/src/gcc/java/*.info
> for i in gcc/doc/avr-mmcu.texi gcc/doc/bugreport.texi gcc/doc/cfg.texi 
> gcc/doc/collect2.texi gcc/doc/compat.texi gcc/doc/configfiles.texi 
> gcc/doc/configterms.texi gcc/doc/contrib.texi gcc/doc/contribute.texi 
> gcc/doc/cpp.texi gcc/doc/cppenv.texi gcc/doc/cppinternals.texi 
> gcc/doc/cppopts.texi gcc/doc/extend.texi gcc/doc/fragments.texi 
> gcc/doc/frontends.texi gcc/doc/gccint.texi gcc/doc/gcov.texi 
> gcc/doc/gcov-tool.texi gcc/doc/generic.texi gcc/doc/gimple.texi 
> gcc/doc/gnu.texi gcc/doc/gty.texi gcc/doc/headerdirs.texi 
> gcc/doc/hostconfig.texi gcc/doc/implement-c.texi gcc/doc/implement-cxx.texi 
> gcc/doc/install-old.texi gcc/doc/install.texi gcc/doc/interface.texi 
> gcc/doc/invoke.texi gcc/doc/languages.texi gcc/doc/libgcc.texi 
> gcc/doc/loop.texi gcc/doc/lto.texi gcc/doc/makefile.texi 
> gcc/doc/match-and-simplify.texi gcc/doc/md.texi gcc/doc/objc.texi 
> gcc/doc/optinfo.texi gcc/doc/options.texi gcc/doc/passes.texi 
> gcc/doc/plugins.texi gcc/doc/portability.texi gcc/doc/rtl.texi 
> gcc/doc/service.texi gcc/doc/sourcebuild.texi gcc/doc/standards.texi 
> gcc/doc/tm.texi.in gcc/doc/tm.texi gcc/doc/tree-ssa.texi gcc/doc/trouble.texi 
> gcc/doc/include/gcc-common.texi gcc/doc/include/funding.texi 
> gcc/fortran/gfc-internals.texi gcc/fortran/invoke.texi 
> gcc/fortran/intrinsic.texi ; do \
>   if [ -f /<>/gcc/src/$i ]; then \
> cp debian/dummy.texi /<>/gcc/src/$i; \
>   else \
> cp debian/dummy.texi /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/gcc.texi gcc/java/gcj.texi gcc/ada/gnat-style.texi 
> gcc/ada/gnat_rm.texi gcc/ada/gnat_ugn.texi gcc/fortran/gfortran.texi 
> gcc/go/gccgo.texi libgomp/libgomp.texi libquadmath/libquadmath.texi ; do \
>   n=$(basename $i .texi); \
>   if [ -f /<>/gcc/src/$i ]; then \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
>   else \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/cpp.1 gcc/doc/g++.1 gcc/doc/gc-analyze.1 gcc/doc/gcc.1 
> gcc/doc/gccgo.1 gcc/doc/gcj.1 gcc/doc/gcj-dbtool.1 gcc/doc/gcjh.1 
> gcc/doc/gcov.1 gcc/doc/gcov-tool.1 gcc/doc/gfortran.1 gcc/doc/gij.1 
> gcc/doc/grmic.1 gcc/doc/grmiregistry.1 gcc/doc/jcf-dump.1 
> gcc/doc/jv-convert.1 gcc/doc/fsf-funding.7 ; do \
>   touch /<>/gcc/src/$i; \
> done
> rm -f /<>/gcc/src/INSTALL/*.html
> echo "gcc-6.3.0-dfsg.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gcc-6.3.0-dfsg.tar.xz
> : # unpack gdc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src/gcc/d ]; then \
>   echo >&2 "Source directory /<>/gcc/src/gcc/d exists. Delete by 
> hand";\
>   false; \
> fi
> #rm -rf gdc-20161222
> rm -rf /<>/gcc/src/gcc/d
> rm -rf /<>/gcc/src/gcc/testsuite/gdc.test
> rm -f /<>/gcc/src/gcc/testsuite/lib/gdc*.exp
> rm -rf /<>/gcc/src/libphobos
> tar -x -C /<>/gcc/src --strip-components=1 -f 
> /usr/src/gcc-6/gdc-20161222.tar.xz
> echo "gdc-20161222.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gdc-20161222.tar.xz
> echo -e "\nBuilt from Debian source package gcc-6-6.3.0-2" \
>   > pxxx
> echo -e "Integrated upstream packages in this version:\n" >> pxxx
> for i in gcc-6.3.0-dfsg.tar.xz  gdc-20161222.tar.xz; do echo "  $i" >> pxxx; 
> done
> mv -f pxxx stamps/01-unpack-stamp
> echo svn-updates.diff libiberty-updates.diff gcc-gfdl-build.diff 
> gcc-textdomain.diff gcc-driver-extra-langs.diff gcc-hash-style-gnu.diff 
> libstdc++-pic.diff libstdc++-doclink.diff libstdc++-man-3cxx.diff 
> libstdc++-test-installed.diff libjava-stacktrace.diff libjava-jnipath.diff 
> libjava-sjlj.diff libjava-disable-plugin.diff alpha-no-ev4-directive.diff 
> boehm-gc-getnprocs.diff note-gnu-stack.diff libgomp-omp_h-multilib.diff 
> gccgo-version.diff pr47818.diff gcc-base-version.diff libgo-testsuite.diff 
> gcc-target-include-asm.diff libgo-revert-timeout-exp.diff 
> libgo-setcontext-config.diff gcc-auto-build.diff kfreebsd-unwind.diff 
> libitm-no-fortify-source.diff sparc64-biarch-long-double-128.diff 
> gcc-ia64-bootstrap-ignore.diff 

Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'

2016-12-03 Thread Lucas Nussbaum
Hi,

Just for the record: I can still reproduce this failure.

Lucas



Bug#844864: gcc-6: FTBFS: collect2: error: ld returned 1 exit status

2016-11-18 Thread Lucas Nussbaum
Source: gcc-6
Version: 6.2.1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> ../gcc/xgcc -c -nostdinc -I. -I../gcc/ada/rts 
> -I../x86_64-linux-gnu/libgnatvsn -I../x86_64-linux-gnu/libgnatprj -B../gcc/ 
> -no-pie -I- /<>/build/gnattools/switch-b.adb
> echo ../../../src/libjava/classpath/lib/java/lang/PosixProcess*.class > 
> java/process-Posix.list
> echo ../../../src/libjava/classpath/lib/gnu/awt/*.class > gnu/awt.list
> mkdir -p -- gnu/awt/
> echo ../../../src/libjava/classpath/lib/gnu/classpath/*.class > 
> gnu/classpath.list
> echo ../../../src/libjava/classpath/lib/gnu/awt/j2d/*.class > gnu/awt/j2d.list
> echo ../../../src/libjava/classpath/lib/gnu/classpath/debug/*.class > 
> gnu/classpath/debug.list
> echo ../../../src/libjava/classpath/lib/gnu/classpath/toolkit/*.class > 
> gnu/classpath/toolkit.list
> yes
> echo ../../../src/libjava/classpath/lib/gnu/gcj/*.class > gnu/gcj.list
> echo ../../../src/libjava/classpath/lib/gnu/gcj/convert/*.class > 
> gnu/gcj/convert.list
> echo ../../../src/libjava/classpath/lib/gnu/gcj/io/*.class > gnu/gcj/io.list
> echo ../../../src/libjava/classpath/lib/gnu/gcj/runtime/*.class > 
> gnu/gcj/runtime.list
> echo ../../../src/libjava/classpath/lib/gnu/gcj/util/*.class > 
> gnu/gcj/util.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/*.class > 
> gnu/java/awt.list
> checking for getcwd... mkdir -p -- gnu/java/awt/
> mkdir -p -- gnu/java/awt/
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/color/*.class > 
> gnu/java/awt/color.list
> mkdir -p -- gnu/java/awt/
> 4
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/dnd/*.class > 
> gnu/java/awt/dnd.list
> mkdir -p -- gnu/java/awt/font/
> no
> checking whether .eh_frame section should be read-only... echo 
> ../../../src/libjava/classpath/lib/gnu/java/awt/font/*.class > 
> gnu/java/awt/font.list
> mkdir -p -- gnu/java/awt/font/
> mkdir -p -- gnu/java/awt/font/opentype/
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/font/autofit/*.class > 
> gnu/java/awt/font/autofit.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/font/opentype/*.class > 
> gnu/java/awt/font/opentype.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/image/*.class > 
> gnu/java/awt/image.list
> echo 
> ../../../src/libjava/classpath/lib/gnu/java/awt/font/opentype/truetype/*.class
>  > gnu/java/awt/font/opentype/truetype.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/java2d/*.class > 
> gnu/java/awt/java2d.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/peer/*.class > 
> gnu/java/awt/peer.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/print/*.class > 
> gnu/java/awt/print.list
> mkdir -p -- gnu/java/awt/peer/
> echo ../../../src/libjava/classpath/lib/gnu/java/io/*.class > gnu/java/io.list
> echo ../../../src/libjava/classpath/lib/gnu/java/awt/peer/headless/*.class > 
> gnu/java/awt/peer/headless.list
> echo ../../../src/libjava/classpath/lib/gnu/java/lang/*.class > 
> gnu/java/lang.list
> echo ../../../src/libjava/classpath/lib/gnu/java/lang/reflect/*.class > 
> gnu/java/lang/reflect.list
> libtool: compile:  /<>/build/./gcc/gcj 
> -B/<>/build/x86_64-linux-gnu/libjava/ 
> -B/<>/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem 
> /usr/x86_64-linux-gnu/sys-include -isystem /<>/build/sys-include 
> -fomit-frame-pointer -Usun -fclasspath= 
> -fbootclasspath=../../../src/libjava/classpath/lib --encoding=UTF-8 
> -Wno-deprecated -fbootstrap-classes -g -O2 -c 
> -fsource-filename=../../../src/libjava/java/lang/Object.java 
> ../../../src/libjava/classpath/lib/java/lang/Object.class  -fPIC -o 
> java/lang/.libs/Object.o
> echo ../../../src/libjava/classpath/lib/gnu/java/locale/*.class > 
> gnu/java/locale.list
> libtool: compile:  /<>/build/./gcc/gcj 
> -B/<>/build/x86_64-linux-gnu/libjava/ 
> -B/<>/build/./gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/lib/ -isystem /usr/x86_64-linux-gnu/include -isystem 
> /usr/x86_64-linux-gnu/sys-include -isystem /<>/build/sys-include 
> -fomit-frame-pointer -Usun -fclasspath= 
> -fbootclasspath=../../../src/libjava/classpath/lib --encoding=UTF-8 
> -Wno-deprecated -fbootstrap-classes -g -O2 -c 
> -fsource-filename=../../../src/libjava/java/lang/Class.java 
> ../../../src/libjava/classpath/lib/java/lang/Class.class  -fPIC -o 
> java/lang/.libs/Class.o
> echo ../../../src/libjava/classpath/lib/gnu/java/net/*.class > 
> gnu/java/net.list
> echo ../../../src/libjava/classpath/lib/gnu/java/net/loader/*.class > 
> gnu/java/net/loader.list
> echo ../../../src/libjava/classpath/lib/gnu/java/net/local/*.class > 
> gnu/java/net/local.list
> echo ../../../src/libjava/classpath/lib/gnu/java/net/protocol/core/*.class > 
> gnu/java/net/protocol/core.list
> echo 

Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'

2016-11-18 Thread Lucas Nussbaum
Source: gcc-5
Version: 5.4.1-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> /tmp/ccAZve4U.o: In function `main':
> /<>/build/libiberty/conftest.c:129: warning: the use of `tmpnam' 
> is dangerous, better use `mkstemp'
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for vasprintf
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for vfprintf
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> conftest.c:120:6: warning: conflicting types for built-in function 'vfprintf'
>  char vfprintf ();
>   ^
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for vprintf
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> conftest.c:121:6: warning: conflicting types for built-in function 'vprintf'
>  char vprintf ();
>   ^
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for vsnprintf
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> conftest.c:122:6: warning: conflicting types for built-in function 'vsnprintf'
>  char vsnprintf ();
>   ^
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for vsprintf
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> conftest.c:123:6: warning: conflicting types for built-in function 'vsprintf'
>  char vsprintf ();
>   ^
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for waitpid
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> configure:6142: $? = 0
> configure:6142: result: yes
> configure:6142: checking for setproctitle
> configure:6142:  /<>/build/./prev-gcc/xgcc 
> -B/<>/build/./prev-gcc/ -B/usr/x86_64-linux-gnu/bin/ 
> -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
> /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include 
> -isystem /<>/build/sys-include-o conftest -g -O2 
> -fprofile-use  -static-libstdc++ -static-libgcc -Wl,-z,relro conftest.c  >&5
> /tmp/ccXFqm07.o: In function `main':
> /<>/build/libiberty/conftest.c:136: undefined reference to 
> `setproctitle'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/gcc-5_5.4.1-3_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#835777: gcc-5-cross: FTBFS: patch fails to apply

2016-08-28 Thread Lucas Nussbaum
Source: gcc-5-cross
Version: 24
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> gcc: 5.4.1-1 / 5.4.0-6cross1
> 
> old gcc version: 5.4.0-6 / 1
> 
> new gcc version: 5.4.1-1cross1
> START stamp-dir/init-gcc
> mkdir -p gcc
> set -ex; \
> cd gcc ; \
> ln -sf /usr/src/gcc-5/gcc-5.4.1.tar.xz gcc-5.4.1.tar.xz ;\
> cp -a  /usr/src/gcc-5/debian/ . ; \
> if [ -n "$(grep -v '^\#' /<>/debian/patches/gcc-5/series)" ]; 
> then \
>   QUILT_PATCHES=/<>/debian/patches/gcc-5 quilt push --quiltrc 
> /dev/null -a ; \
> fi
> + cd gcc
> + ln -sf /usr/src/gcc-5/gcc-5.4.1.tar.xz gcc-5.4.1.tar.xz
> + cp -a /usr/src/gcc-5/debian/ .
> + grep -v ^\# /<>/debian/patches/gcc-5/series
> + [ -n stripped-exes.diff ]
> + QUILT_PATCHES=/<>/debian/patches/gcc-5 quilt push --quiltrc 
> /dev/null -a
> Applying patch stripped-exes.diff
> patching file debian/rules.defs
> Hunk #1 FAILED at 376.
> 1 out of 1 hunk FAILED -- rejects in file debian/rules.defs
> Patch stripped-exes.diff can be reverse-applied
> debian/rules:215: recipe for target 'stamp-dir/init-gcc' failed
> make: *** [stamp-dir/init-gcc] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/08/28/gcc-5-cross_24_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#835732: gcc-6-cross: FTBFS: patch fails to apply

2016-08-28 Thread Lucas Nussbaum
Source: gcc-6-cross
Version: 12
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>/gcc'
> : # unpack gcc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src ]; then \
>   echo >&2 "Source directory /<>/gcc/src exists. Delete by 
> hand"; \
>   false; \
> fi
> rm -rf gcc-6.2.0
> tar -x -f /usr/src/gcc-6/gcc-6.2.0-dfsg.tar.xz
> mv gcc-6.2.0 /<>/gcc/src
> ln -sf libsanitizer /<>/gcc/src/libasan
> rm -f /<>/gcc/src/gcc/doc/*.1
> rm -f /<>/gcc/src/gcc/doc/fsf-funding.7
> rm -f /<>/gcc/src/gcc/doc/*.info
> rm -f /<>/gcc/src/gcc/fortran/*.info
> rm -f /<>/gcc/src/libgomp/*.info
> rm -f /<>/gcc/src/gcc/java/*.1
> rm -f /<>/gcc/src/gcc/java/*.info
> for i in gcc/doc/avr-mmcu.texi gcc/doc/bugreport.texi gcc/doc/cfg.texi 
> gcc/doc/collect2.texi gcc/doc/compat.texi gcc/doc/configfiles.texi 
> gcc/doc/configterms.texi gcc/doc/contrib.texi gcc/doc/contribute.texi 
> gcc/doc/cpp.texi gcc/doc/cppenv.texi gcc/doc/cppinternals.texi 
> gcc/doc/cppopts.texi gcc/doc/extend.texi gcc/doc/fragments.texi 
> gcc/doc/frontends.texi gcc/doc/gccint.texi gcc/doc/gcov.texi 
> gcc/doc/generic.texi gcc/doc/gimple.texi gcc/doc/gnu.texi gcc/doc/gty.texi 
> gcc/doc/headerdirs.texi gcc/doc/hostconfig.texi gcc/doc/implement-c.texi 
> gcc/doc/implement-cxx.texi gcc/doc/install-old.texi gcc/doc/install.texi 
> gcc/doc/interface.texi gcc/doc/invoke.texi gcc/doc/languages.texi 
> gcc/doc/libgcc.texi gcc/doc/loop.texi gcc/doc/lto.texi gcc/doc/makefile.texi 
> gcc/doc/match-and-simplify.texi gcc/doc/md.texi gcc/doc/objc.texi 
> gcc/doc/optinfo.texi gcc/doc/options.texi gcc/doc/passes.texi 
> gcc/doc/plugins.texi gcc/doc/portability.texi gcc/doc/rtl.texi 
> gcc/doc/service.texi gcc/doc/sourcebuild.texi gcc/doc/standards.texi 
> gcc/doc/tm.texi.in gcc/doc/tm.texi gcc/doc/tree-ssa.texi gcc/doc/trouble.texi 
> gcc/doc/include/gcc-common.texi gcc/doc/include/funding.texi 
> gcc/fortran/gfc-internals.texi gcc/fortran/invoke.texi 
> gcc/fortran/intrinsic.texi ; do \
>   if [ -f /<>/gcc/src/$i ]; then \
> cp debian/dummy.texi /<>/gcc/src/$i; \
>   else \
> cp debian/dummy.texi /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/gcc.texi gcc/java/gcj.texi gcc/ada/gnat-style.texi 
> gcc/ada/gnat_rm.texi gcc/ada/gnat_ugn.texi gcc/fortran/gfortran.texi 
> gcc/go/gccgo.texi libgomp/libgomp.texi libquadmath/libquadmath.texi ; do \
>   n=$(basename $i .texi); \
>   if [ -f /<>/gcc/src/$i ]; then \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
>   else \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/cpp.1 gcc/doc/g++.1 gcc/doc/gc-analyze.1 gcc/doc/gcc.1 
> gcc/doc/gccgo.1 gcc/doc/gcj.1 gcc/doc/gcj-dbtool.1 gcc/doc/gcjh.1 
> gcc/doc/gcov.1 gcc/doc/gfortran.1 gcc/doc/gij.1 gcc/doc/grmic.1 
> gcc/doc/grmiregistry.1 gcc/doc/jcf-dump.1 gcc/doc/jv-convert.1 
> gcc/doc/fsf-funding.7 ; do \
>   touch /<>/gcc/src/$i; \
> done
> rm -f /<>/gcc/src/INSTALL/*.html
> echo "gcc-6.2.0-dfsg.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gcc-6.2.0-dfsg.tar.xz
> : # unpack gdc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src/gcc/d ]; then \
>   echo >&2 "Source directory /<>/gcc/src/gcc/d exists. Delete by 
> hand";\
>   false; \
> fi
> #rm -rf gdc-20160822
> rm -rf /<>/gcc/src/gcc/d
> rm -rf /<>/gcc/src/gcc/testsuite/gdc.test
> rm -f /<>/gcc/src/gcc/testsuite/lib/gdc*.exp
> rm -rf /<>/gcc/src/libphobos
> tar -x -C /<>/gcc/src --strip-components=1 -f 
> /usr/src/gcc-6/gdc-20160822.tar.xz
> echo "gdc-20160822.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gdc-20160822.tar.xz
> echo -e "\nBuilt from Debian source package gcc-6-6.2.0-1" \
>   > pxxx
> echo -e "Integrated upstream packages in this version:\n" >> pxxx
> for i in gcc-6.2.0-dfsg.tar.xz  gdc-20160822.tar.xz; do echo "  $i" >> pxxx; 
> done
> mv -f pxxx stamps/01-unpack-stamp
> echo gcc-gfdl-build.diff gcc-textdomain.diff gcc-driver-extra-langs.diff 
> gcc-hash-style-gnu.diff libstdc++-pic.diff libstdc++-doclink.diff 
> libstdc++-man-3cxx.diff libstdc++-test-installed.diff libjava-stacktrace.diff 
> libjava-jnipath.diff libjava-sjlj.diff libjava-disable-plugin.diff 
> alpha-no-ev4-directive.diff boehm-gc-getnprocs.diff note-gnu-stack.diff 
> libgomp-omp_h-multilib.diff gccgo-version.diff pr47818.diff 
> gcc-base-version.diff libgo-testsuite.diff gcc-target-include-asm.diff 
> libgo-revert-timeout-exp.diff libgo-setcontext-config.diff 
> gcc-auto-build.diff kfreebsd-unwind.diff libitm-no-fortify-source.diff 
> sparc64-biarch-long-double-128.diff gcc-ia64-bootstrap-ignore.diff 
> gotools-configury.diff pr66368.diff pr67590.diff ada-gnattools-ldflags.diff 
> 

Bug#835714: gcc-6-cross-ports: FTBFS: patch fails to apply

2016-08-28 Thread Lucas Nussbaum
Source: gcc-6-cross-ports
Version: 9
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<>/gcc'
> : # unpack gcc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src ]; then \
>   echo >&2 "Source directory /<>/gcc/src exists. Delete by 
> hand"; \
>   false; \
> fi
> rm -rf gcc-6.2.0
> tar -x -f /usr/src/gcc-6/gcc-6.2.0-dfsg.tar.xz
> mv gcc-6.2.0 /<>/gcc/src
> ln -sf libsanitizer /<>/gcc/src/libasan
> rm -f /<>/gcc/src/gcc/doc/*.1
> rm -f /<>/gcc/src/gcc/doc/fsf-funding.7
> rm -f /<>/gcc/src/gcc/doc/*.info
> rm -f /<>/gcc/src/gcc/fortran/*.info
> rm -f /<>/gcc/src/libgomp/*.info
> rm -f /<>/gcc/src/gcc/java/*.1
> rm -f /<>/gcc/src/gcc/java/*.info
> for i in gcc/doc/avr-mmcu.texi gcc/doc/bugreport.texi gcc/doc/cfg.texi 
> gcc/doc/collect2.texi gcc/doc/compat.texi gcc/doc/configfiles.texi 
> gcc/doc/configterms.texi gcc/doc/contrib.texi gcc/doc/contribute.texi 
> gcc/doc/cpp.texi gcc/doc/cppenv.texi gcc/doc/cppinternals.texi 
> gcc/doc/cppopts.texi gcc/doc/extend.texi gcc/doc/fragments.texi 
> gcc/doc/frontends.texi gcc/doc/gccint.texi gcc/doc/gcov.texi 
> gcc/doc/generic.texi gcc/doc/gimple.texi gcc/doc/gnu.texi gcc/doc/gty.texi 
> gcc/doc/headerdirs.texi gcc/doc/hostconfig.texi gcc/doc/implement-c.texi 
> gcc/doc/implement-cxx.texi gcc/doc/install-old.texi gcc/doc/install.texi 
> gcc/doc/interface.texi gcc/doc/invoke.texi gcc/doc/languages.texi 
> gcc/doc/libgcc.texi gcc/doc/loop.texi gcc/doc/lto.texi gcc/doc/makefile.texi 
> gcc/doc/match-and-simplify.texi gcc/doc/md.texi gcc/doc/objc.texi 
> gcc/doc/optinfo.texi gcc/doc/options.texi gcc/doc/passes.texi 
> gcc/doc/plugins.texi gcc/doc/portability.texi gcc/doc/rtl.texi 
> gcc/doc/service.texi gcc/doc/sourcebuild.texi gcc/doc/standards.texi 
> gcc/doc/tm.texi.in gcc/doc/tm.texi gcc/doc/tree-ssa.texi gcc/doc/trouble.texi 
> gcc/doc/include/gcc-common.texi gcc/doc/include/funding.texi 
> gcc/fortran/gfc-internals.texi gcc/fortran/invoke.texi 
> gcc/fortran/intrinsic.texi ; do \
>   if [ -f /<>/gcc/src/$i ]; then \
> cp debian/dummy.texi /<>/gcc/src/$i; \
>   else \
> cp debian/dummy.texi /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/gcc.texi gcc/java/gcj.texi gcc/ada/gnat-style.texi 
> gcc/ada/gnat_rm.texi gcc/ada/gnat_ugn.texi gcc/fortran/gfortran.texi 
> gcc/go/gccgo.texi libgomp/libgomp.texi libquadmath/libquadmath.texi ; do \
>   n=$(basename $i .texi); \
>   if [ -f /<>/gcc/src/$i ]; then \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
>   else \
> sed "s/@name@/$n/g" debian/gcc-dummy.texi \
>   > /<>/gcc/src/$i; \
> echo >&2 "$i does not exist, fix debian/rules.unpack"; \
>   fi; \
> done
> for i in gcc/doc/cpp.1 gcc/doc/g++.1 gcc/doc/gc-analyze.1 gcc/doc/gcc.1 
> gcc/doc/gccgo.1 gcc/doc/gcj.1 gcc/doc/gcj-dbtool.1 gcc/doc/gcjh.1 
> gcc/doc/gcov.1 gcc/doc/gfortran.1 gcc/doc/gij.1 gcc/doc/grmic.1 
> gcc/doc/grmiregistry.1 gcc/doc/jcf-dump.1 gcc/doc/jv-convert.1 
> gcc/doc/fsf-funding.7 ; do \
>   touch /<>/gcc/src/$i; \
> done
> rm -f /<>/gcc/src/INSTALL/*.html
> echo "gcc-6.2.0-dfsg.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gcc-6.2.0-dfsg.tar.xz
> : # unpack gdc tarball
> mkdir -p stamps
> if [ -d /<>/gcc/src/gcc/d ]; then \
>   echo >&2 "Source directory /<>/gcc/src/gcc/d exists. Delete by 
> hand";\
>   false; \
> fi
> #rm -rf gdc-20160822
> rm -rf /<>/gcc/src/gcc/d
> rm -rf /<>/gcc/src/gcc/testsuite/gdc.test
> rm -f /<>/gcc/src/gcc/testsuite/lib/gdc*.exp
> rm -rf /<>/gcc/src/libphobos
> tar -x -C /<>/gcc/src --strip-components=1 -f 
> /usr/src/gcc-6/gdc-20160822.tar.xz
> echo "gdc-20160822.tar.xz unpacked." > 
> stamps/01-unpack-stamp-gdc-20160822.tar.xz
> echo -e "\nBuilt from Debian source package gcc-6-6.2.0-1" \
>   > pxxx
> echo -e "Integrated upstream packages in this version:\n" >> pxxx
> for i in gcc-6.2.0-dfsg.tar.xz  gdc-20160822.tar.xz; do echo "  $i" >> pxxx; 
> done
> mv -f pxxx stamps/01-unpack-stamp
> echo gcc-gfdl-build.diff gcc-textdomain.diff gcc-driver-extra-langs.diff 
> gcc-hash-style-gnu.diff libstdc++-pic.diff libstdc++-doclink.diff 
> libstdc++-man-3cxx.diff libstdc++-test-installed.diff libjava-stacktrace.diff 
> libjava-jnipath.diff libjava-sjlj.diff libjava-disable-plugin.diff 
> alpha-no-ev4-directive.diff boehm-gc-getnprocs.diff note-gnu-stack.diff 
> libgomp-omp_h-multilib.diff gccgo-version.diff pr47818.diff 
> gcc-base-version.diff libgo-testsuite.diff gcc-target-include-asm.diff 
> libgo-revert-timeout-exp.diff libgo-setcontext-config.diff 
> gcc-auto-build.diff kfreebsd-unwind.diff libitm-no-fortify-source.diff 
> sparc64-biarch-long-double-128.diff gcc-ia64-bootstrap-ignore.diff 
> gotools-configury.diff pr66368.diff pr67590.diff ada-gnattools-ldflags.diff 
> 

Bug#835692: gcc-5-cross-ports: FTBFS: patches fail to apply

2016-08-28 Thread Lucas Nussbaum
Source: gcc-5-cross-ports
Version: 10
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> gcc: 5.4.1-1 / 5.4.0-6cross1
> 
> old gcc version: 5.4.0-6 / 1
> 
> new gcc version: 5.4.1-1cross1
> START stamp-dir/init-gcc
> mkdir -p gcc
> set -ex; \
> cd gcc ; \
> ln -sf /usr/src/gcc-5/gcc-5.4.1.tar.xz gcc-5.4.1.tar.xz ;\
> cp -a  /usr/src/gcc-5/debian/ . ; \
> if [ -n "$(grep -v '^\#' /<>/debian/patches/gcc-5/series)" ]; 
> then \
>   QUILT_PATCHES=/<>/debian/patches/gcc-5 quilt push --quiltrc 
> /dev/null -a ; \
> fi
> + cd gcc
> + ln -sf /usr/src/gcc-5/gcc-5.4.1.tar.xz gcc-5.4.1.tar.xz
> + cp -a /usr/src/gcc-5/debian/ .
> + grep -v ^\# /<>/debian/patches/gcc-5/series
> + [ -n stripped-exes.diff ]
> + QUILT_PATCHES=/<>/debian/patches/gcc-5 quilt push --quiltrc 
> /dev/null -a
> Applying patch stripped-exes.diff
> patching file debian/rules.defs
> Hunk #1 FAILED at 376.
> 1 out of 1 hunk FAILED -- rejects in file debian/rules.defs
> Patch stripped-exes.diff can be reverse-applied
> debian/rules:216: recipe for target 'stamp-dir/init-gcc' failed
> make: *** [stamp-dir/init-gcc] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/gcc-5-cross-ports_10_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Re: Bug#831152: silly: FTBFS with GCC 6: dh_makeshlibs: failing due to earlier errors

2016-07-14 Thread Lucas Nussbaum
On 14/07/16 at 13:57 +0200, Muammar El Khatib wrote:
> Package: libsilly
> Version: 0.1.0-7
> Followup-For: Bug #831152
> 
> Hi Lucas,
> 
> 
> I have solved the bug, that was related to the symbols file. Should I upload
> a new revision adding to 'Build-Depends' gcc-6 explicitely?. Otherwise, I 
> think
> that at build time in the archives, the builder will pick a gcc < 6 that will
> the package fails.

Good question. I added debian-gcc@l.d.o to Cc, maybe they can answer
this.

Lucas



Archive rebuild with GCC 6

2016-07-14 Thread Lucas Nussbaum
Hi,

I just did an archive rebuild with the gcc-defaults package from
experimental, to use GCC 6.

I filed quite a lot of bugs.

All logs (of failed builds) are available at
https://people.debian.org/~lucas/logs/2016/07/13/

Due to the large number of problems, there could be a couple of cases
where I filed bugs on a per-package basis, rather than on the package
causing all the failures.

This is most likely the case for:
- a set of failures related to math functions/macros. grepping for min,
  max, isnan in results:  http://blop.info/pub/math_functions.txt

- a set of failures related to the inclusion of stdlib.h (?):
  http://blop.info/pub/stdlib_h.txt

Also, there's a large number of packages with a linking problem related
to boost's regex support. The full list of affected packages is at
http://blop.info/pub/boost_regex.txt
I wasn't sure of what's happening here, and did _not_ file bugs for
those.

Lucas



Bug#830436: gnat-4.9: FTBFS: b_gnatb.adb:86: undefined reference to `__gnat_runtime_finalize'

2016-07-08 Thread Lucas Nussbaum
Source: gnat-4.9
Version: 4.9.3-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> x86_64-linux-gnu-g++ -g -DIN_GCC -fno-exceptions -fno-rtti 
> -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings 
> -Wcast-qual -Wno-format -Wmissing-format-attribute -pedantic -Wno-long-long 
> -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H 
> -static-libstdc++ -static-libgcc  -o gnatbind ada/b_gnatb.o ada/a-clrefi.o 
> ada/a-comlin.o ada/a-elchha.o ada/a-except.o ada/ada.o ada/adaint.o 
> ada/ali-util.o ada/ali.o ada/alloc.o ada/argv.o ada/aspects.o ada/atree.o 
> ada/bcheck.o ada/binde.o ada/binderr.o ada/bindgen.o ada/bindusg.o 
> ada/butil.o ada/casing.o ada/cio.o ada/csets.o ada/cstreams.o ada/debug.o 
> ada/einfo.o ada/elists.o ada/env.o ada/err_vars.o ada/errout.o ada/erroutc.o 
> ada/exit.o ada/final.o ada/fmap.o ada/fname-uf.o ada/fname.o ada/g-byorma.o 
> ada/g-hesora.o ada/g-htable.o ada/gnat.o ada/gnatbind.o ada/gnatvsn.o 
> ada/hostparm.o ada/init.o ada/initialize.o ada/interfac.o ada/krunch.o 
> ada/lib.o ada/link.o ada/namet.o ada/nlists.o ada/opt.o ada/osint-b.o 
> ada/osint.o ada/output.o ada/raise.o ada/restrict.o ada/rident.o 
> ada/s-addope.o ada/s-assert.o ada/s-carun8.o ada/s-casuti.o ada/s-conca2.o 
> ada/s-conca3.o ada/s-conca4.o ada/s-conca5.o ada/s-conca6.o ada/s-conca7.o 
> ada/s-conca8.o ada/s-conca9.o ada/s-crc32.o ada/s-crtl.o ada/s-excdeb.o 
> ada/s-except.o ada/s-exctab.o ada/s-htable.o ada/s-imenne.o ada/s-imgenu.o 
> ada/s-mastop.o ada/s-memory.o ada/s-os_lib.o ada/s-parame.o ada/s-restri.o 
> ada/s-secsta.o ada/s-soflin.o ada/s-sopco3.o ada/s-sopco4.o ada/s-sopco5.o 
> ada/s-stache.o ada/s-stalib.o ada/s-stoele.o ada/s-strhas.o ada/s-string.o 
> ada/s-strops.o ada/s-traent.o ada/s-unstyp.o ada/s-utf_32.o ada/s-wchcnv.o 
> ada/s-wchcon.o ada/s-wchjis.o ada/scans.o ada/scil_ll.o ada/scng.o 
> ada/sdefault.o ada/seh_init.o ada/sem_aux.o ada/sinfo.o ada/sinput-c.o 
> ada/sinput.o ada/snames.o ada/stand.o ada/stringt.o ada/style.o ada/styleg.o 
> ada/stylesw.o ada/switch-b.o ada/switch.o ada/system.o ada/table.o 
> ada/targext.o ada/targparm.o ada/tree_io.o ada/types.o ada/uintp.o 
> ada/uname.o ada/urealp.o ada/widechar.o ggc-none.o libcommon-target.a 
> libcommon.a ../libcpp/libcpp.a   ../libbacktrace/.libs/libbacktrace.a 
> ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -g
> /«PKGBUILDDIR»/build/./gcc/xgcc -B/«PKGBUILDDIR»/build/./gcc/ -dumpspecs > 
> tmp-specs
> mv tmp-specs specs
> : > tmp-libgcc.mvars
> echo GCC_CFLAGS = '-g -O2 -DIN_GCC-W -Wall -Wno-narrowing -Wwrite-strings 
> -Wcast-qual -Wno-format -Wstrict-prototypes -Wmissing-prototypes 
> -Wold-style-definition  -isystem ./include ' >> tmp-libgcc.mvars
> echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
> echo TARGET_SYSTEM_ROOT = '/' >> tmp-libgcc.mvars
> mv tmp-libgcc.mvars libgcc.mvars
> if /«PKGBUILDDIR»/build/./gcc/xgcc -B/«PKGBUILDDIR»/build/./gcc/ 
> -print-sysroot-headers-suffix > /dev/null 2>&1; then \
>   set -e; for ml in `/«PKGBUILDDIR»/build/./gcc/xgcc 
> -B/«PKGBUILDDIR»/build/./gcc/ -print-multi-lib`; do \
> multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
> flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
> sfx=`/«PKGBUILDDIR»/build/./gcc/xgcc -B/«PKGBUILDDIR»/build/./gcc/ 
> ${flags} -print-sysroot-headers-suffix`; \
> if [ "${multi_dir}" = "." ]; \
>   then multi_dir=""; \
> else \
>   multi_dir=/${multi_dir}; \
> fi; \
> echo "${sfx};${multi_dir}"; \
>   done; \
> else \
>   echo ";"; \
> fi > tmp-fixinc_list
> /bin/bash ../../src/gcc/../move-if-change tmp-fixinc_list fixinc_list
> echo timestamp > s-fixinc_list
> ada/b_gnatb.o: In function `adafinal':
> /«PKGBUILDDIR»/build/gcc/ada/b_gnatb.adb:86: undefined reference to 
> `__gnat_runtime_finalize'
> ada/b_gnatb.o: In function `adainit':
> /«PKGBUILDDIR»/build/gcc/ada/b_gnatb.adb:153: undefined reference to 
> `__gnat_runtime_initialize'
> collect2: error: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/gnat-4.9_4.9.3-3_unstable_reb.normal.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#769218: gcc-4.9: FTBFS in jessie: Error! CRCs do not match! Got 264aca47, expected 95962ba4

2014-11-12 Thread Lucas Nussbaum
Source: gcc-4.9
Version: 4.9.1-19
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2014-11-11 qa-ftbfs
Justification: FTBFS in jessie on amd64

Hi,

During a rebuild of all packages in jessie (in a jessie chroot, not a
sid chroot), your package failed to build on amd64.

Relevant part (hopefully):
 make[2]: Entering directory '/«PKGBUILDDIR»/build/x86_64-linux-gnu/libjava'
 rm -f src.zip
 here=`pwd`; \
 ( \
   ( cd ../../../src/libjava/classpath; \
   find java gnu javax org sun -name '*.java' -print | \
   while read file; do \
 echo x-C | sed -e 's/^.//'; \
 echo ../../../src/libjava/classpath; \
 echo $file; \
   done ); \
   ( cd ../../../src/libjava/classpath/external/sax; \
   find org -name '*.java' -print | \
   while read file; do \
 echo x-C | sed -e 's/^.//'; \
 echo ../../../src/libjava/classpath/external/sax; \
 echo $file; \
   done ); \
   ( cd ../../../src/libjava/classpath/external/relaxngDatatype; \
   find org -name '*.java' -print | \
   while read file; do \
 echo x-C | sed -e 's/^.//'; \
 echo ../../../src/libjava/classpath/external/relaxngDatatype; \
 echo $file; \
   done ); \
   ( cd ../../../src/libjava/classpath/external/w3c_dom; \
   find org -name '*.java' -print | \
   while read file; do \
 echo x-C | sed -e 's/^.//'; \
 echo ../../../src/libjava/classpath/external/w3c_dom; \
 echo $file; \
   done ); \
   ( cd classpath; \
 find gnu java -name '*.java' -print | \
 while read file; do \
 echo x-C | sed -e 's/^.//'; \
 echo `pwd`; \
 echo $file; \
   done ); \
 ) | \
 jar -cfM@ $here/src.zip
 find: `java': No such file or directory
 here=`pwd`; \
 ( \
   ( cd ../../../src/libjava; \
   find gnu java -name '*.java' -print | \
   while read file; do \
 echo x-C | sed -e 's/^.//'; \
 echo ../../../src/libjava; \
 echo $file; \
   done ); \
 ) | \
 jar -ufM@ $here/src.zip
 make[2]: Leaving directory '/«PKGBUILDDIR»/build/x86_64-linux-gnu/libjava'
 touch stamps/05-build-javasrc-stamp
 dh_testdir
 dh_testroot
 dh_installdirs -pgcj-4.9-source usr/share/java 
 /usr/lib/jvm/java-1.5.0-gcj-4.9-amd64
 cp -p /«PKGBUILDDIR»/build/x86_64-linux-gnu/libjava/src.zip \
debian/gcj-4.9-source/usr/share/java/libgcj-src-4.9.zip
 dh_link -pgcj-4.9-source \
   usr/share/java/libgcj-src-4.9.zip \
   /usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/src.zip
 debian/dh_doclink -pgcj-4.9-source gcc-4.9-base
 WARNING: removing doc directory  gcj-4.9-source
 debian/dh_rmemptydirs -pgcj-4.9-source
 dh_compress -pgcj-4.9-source
 dh_fixperms -pgcj-4.9-source
 dh_gencontrol -pgcj-4.9-source -- -v4.9.1-19 '-Vlibgcc:Version=1:4.9.1-19' 
 '-Vgcc:Version=4.9.1-19' '-Vgcc:EpochVersion=1:4.9.1-19' 
 '-Vgcc:SoftVersion=4.9' '-Vgdc:Version=4.9.1-19' '-Vgcj:Version=4.9.1-19' 
 '-Vgcj:SoftVersion=4.9' '-Vgcj:BaseVersion=4.9' '-Vgnat:Version=4.9.1-19' 
 '-Vbinutils:Version=2.24.90.20141023' '-Vdep:libgcc=libgcc1 (= 1:4.9.1-19)' 
 '-Vdep:libgccdev=libgcc-4.9-dev (= 4.9.1-19)' '-Vdep:libgccbiarch=lib32gcc1 
 (= 1:4.9.1-19), libx32gcc1 (= 1:4.9.1-19)' 
 '-Vdep:libgccbiarchdev=lib32gcc-4.9-dev (= ${gcc:Version}), libx32gcc-4.9-dev 
 (= ${gcc:Version})' '-Vdep:libc=libc6 (= 2.11)' '-Vdep:libcdev=libc6-dev (= 
 2.13-5)' '-Vdep:libcbiarch=${shlibs:Depends}' 
 '-Vdep:libcbiarchdev=libc6-dev-i386 (= 2.11), libc6-dev-x32 (= 2.11)' 
 '-Vdep:libunwinddev=' '-Vdep:libcxxbiarchdev=lib32stdc++-4.9-dev (= 
 ${gcc:Version}), libx32stdc++-4.9-dev (= ${gcc:Version})' 
 '-Vdep:libcxxbiarchdbg=lib32stdc++6-4.9-dbg (= ${gcc:Version}), 
 libx32stdc++6-4.9-dbg (= ${gcc:Version})' '-Vdep:libgnat=' 
 '-Vdep:ecj=ecj-gcj, libecj-java-gcj (= 3.5.1)' '-Vdep:libcloog=' 
 '-Vgcc:multilib=gcc-4.9-multilib' '-Vgxx:multilib=g++-4.9-multilib' 
 '-Vgobjc:multilib=gobjc-4.9-multilib' 
 '-Vgobjcxx:multilib=gobjc++-4.9-multilib' 
 '-Vgfortran:multilib=gfortran-4.9-multilib' '-Vdep:gold=binutils-gold (= 
 2.24.90.20141023)' '-Vdep:libgomp=libgomp1 (= ${gcc:Version})' 
 '-Vdep:libitm=libitm1 (= ${gcc:Version})' '-Vdep:libatomic=libatomic1 (= 
 ${gcc:Version})' '-Vdep:libasan=libasan1 (= ${gcc:Version})' 
 '-Vdep:liblsan=liblsan0 (= ${gcc:Version})' '-Vdep:libtsan=libtsan0 (= 
 ${gcc:Version})' '-Vdep:libubsan=libubsan0 (= ${gcc:Version})' 
 '-Vdep:libcilkrts=libcilkrts5 (= ${gcc:Version})' 
 '-Vdep:libqmath=libquadmath0 (= ${gcc:Version})' 
 '-Vdep:libgfortranbiarchdev=lib32gfortran-4.9-dev (= ${gcc:Version}), 
 libx32gfortran-4.9-dev (= ${gcc:Version})' 
 '-Vdep:libobjcbiarchdev=lib32objc-4.9-dev (= ${gcc:Version}), 
 libx32objc-4.9-dev (= ${gcc:Version})' '-Vdep:libgompbiarch=lib32gomp1 (= 
 ${gcc:Version}), libx32gomp1 (= ${gcc:Version})' 
 '-Vdep:libitmbiarch=lib32itm1 (= ${gcc:Version}), libx32itm1 (= 
 ${gcc:Version})' '-Vdep:libatomicbiarch=lib32atomic1 (= ${gcc:Version}), 
 libx32atomic1 (= ${gcc:Version})' '-Vdep:libasanbiarch=lib32asan1 (= 
 ${gcc:Version}), libx32asan1 (= ${gcc:Version})' 
 '-Vdep:libubsanbiarch=lib32ubsan0 (= 

Bug#713126: gcj-4.6: FTBFS: unsatisfiable build-dependency: automake ( 1:1.12) but 1:1.13.3-1 is to be installed

2013-06-22 Thread Lucas Nussbaum
Source: gcj-4.6
Version: 4.6.4-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gcj-4.6 build dependencies (apt-based resolver) 
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gcj-4.6-dummy : Depends: automake ( 1:1.12) but 
 1:1.13.3-1 is to be installed
 E: Unable to correct problems, you have held broken packages.
 apt-get failed.

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gcj-4.6_4.6.4-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130622113213.ga22...@xanadu.blop.info



Bug#713120: gcj-4.8: FTBFS: unsatisfiable build-dependencies: automake ( 1:1.12) but 1:1.13.3-1 is to be installed

2013-06-22 Thread Lucas Nussbaum
Source: gcj-4.8
Version: 4.8.0-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gcj-4.8 build dependencies (apt-based resolver) 
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gcj-4.8-dummy : Depends: automake ( 1:1.12) but 
 1:1.13.3-1 is to be installed
   Depends: gcc-4.8-source ( 4.8.1) but 
 4.8.1-3 is to be installed
 E: Unable to correct problems, you have held broken packages.
 apt-get failed.

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gcj-4.8_4.8.0-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130622113243.ga22...@xanadu.blop.info



Bug#713124: gnat-4.6: FTBFS: unsatisfiable build-dependency: automake ( 1:1.12) but 1:1.13.3-1 is to be installed

2013-06-22 Thread Lucas Nussbaum
Source: gnat-4.6
Version: 4.6.4-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gnat-4.6 build dependencies (apt-based resolver)
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gnat-4.6-dummy : Depends: automake ( 1:1.12) but 
 1:1.13.3-1 is to be installed
 E: Unable to correct problems, you have held broken packages.
 apt-get failed.

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gnat-4.6_4.6.4-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130622113310.ga22...@xanadu.blop.info



Bug#713133: gdc-4.6: FTBFS: unsatisfiable build-dependency: automake ( 1:1.12) but 1:1.13.3-1 is to be installed

2013-06-22 Thread Lucas Nussbaum
Source: gdc-4.6
Version: 0.29.1-4.6.4-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gdc-4.6 build dependencies (apt-based resolver) 
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gdc-4.6-dummy : Depends: automake ( 1:1.12) but 
 1:1.13.3-1 is to be installed
 E: Unable to correct problems, you have held broken packages.
 apt-get failed.

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gdc-4.6_0.29.1-4.6.4-3_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130622113248.ga22...@xanadu.blop.info



Bug#713130: gcj-4.7: FTBFS: unsatisfiable build-dependency: automake ( 1:1.12) but 1:1.13.3-1 is to be installed

2013-06-22 Thread Lucas Nussbaum
Source: gcj-4.7
Version: 4.7.3-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gcj-4.7 build dependencies (apt-based resolver) 
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gcj-4.7-dummy : Depends: automake ( 1:1.12) but 
 1:1.13.3-1 is to be installed
 E: Unable to correct problems, you have held broken packages.
 apt-get failed.

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gcj-4.7_4.7.3-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130622113219.ga22...@xanadu.blop.info



Bug#713323: gcc-snapshot: FTBFS: There were fixinclude test FAILURES

2013-06-22 Thread Lucas Nussbaum
Source: gcc-snapshot
Version: 20130603-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[4]: Entering directory `/«PKGBUILDDIR»/build/fixincludes'
 autogen -T ../../src/fixincludes/check.tpl ../../src/fixincludes/inclhack.def
 /bin/bash ./check.sh ../../src/fixincludes/tests/base
 Fixed:  testing.h
 Fixed:  testing.h
 Fixed:  AvailabilityMacros.h
 Fixed:  X11/ShellP.h
 Fixed:  X11/Xmu.h
 Fixed:  Xm/BaseClassI.h
 Fixed:  Xm/Traversal.h
 Fixed:  ansi/math.h
 Fixed:  ansi/stdlib.h
 Fixed:  arch/i960/archI960.h
 Fixed:  architecture/ppc/math.h
 Fixed:  assert.h
 Fixed:  bits/fenv.h
 Fixed:  bits/huge_val.h
 Fixed:  bits/string2.h
 Fixed:  bsd/libc.h
 Fixed:  c_asm.h
 Fixed:  com_err.h
 Fixed:  complex.h
 Fixed:  ctrl-quotes-def-1.h
 Fixed:  ctype.h
 Fixed:  curses.h
 Fixed:  errno.h
 Fixed:  features.h
 Fixed:  fixinc-test-limits.h
 Fixed:  hsfs/hsfs_spec.h
 Fixed:  ia64/sys/getppdp.h
 Fixed:  inttypes.h
 Fixed:  io-quotes-def-1.h
 Fixed:  ioLib.h
 Fixed:  iso/math_c99.h
 Fixed:  iso/math_iso.h
 Fixed:  iso/setjmp_iso.h
 Fixed:  iso/stdio_iso.h
 Fixed:  iso/stdlib_iso.h
 Fixed:  linux/compiler.h
 Fixed:  locale.h
 Fixed:  mach-o/dyld.h
 Fixed:  mach-o/swap.h
 Fixed:  malloc.h
 Fixed:  math.h
 Fixed:  net/if.h
 Fixed:  net/if_arp.h
 Fixed:  netdnet/dnetdb.h
 Fixed:  netinet/in.h
 Fixed:  netinet/ip.h
 Fixed:  obstack.h
 Fixed:  pixrect/memvar.h
 Fixed:  pthread.h
 Fixed:  reg_types.h
 Fixed:  regex.h
 Fixed:  regexp.h
 Fixed:  rpc/auth.h
 Fixed:  rpc/rpc.h
 Fixed:  rpc/xdr.h
 Fixed:  rpcsvc/rstat.h
 Fixed:  rpcsvc/rusers.h
 Fixed:  rtldef/decc$types.h
 Fixed:  rtldef/if.h
 Fixed:  rtldef/resolv.h
 Fixed:  rtldef/setjmp.h
 Fixed:  rtldef/signal.h
 Fixed:  rtldef/stdio.h
 Fixed:  rtldef/string.h
 Fixed:  rtldef/wait.h
 Fixed:  signal.h
 Fixed:  sparc/asm_linkage.h
 Fixed:  spawn.h
 Fixed:  stdarg.h
 Fixed:  stdint-aix.h
 Fixed:  stdint-darwin.h
 Fixed:  stdint-hpux11.h
 Fixed:  stdint-newlib.h
 Fixed:  stdint.h
 Fixed:  stdio.h
 Fixed:  stdio_tag.h
 Fixed:  stdlib.h
 Fixed:  string.h
 Fixed:  strings.h
 Fixed:  sundev/vuid_event.h
 Fixed:  sunwindow/win_lock.h
 Fixed:  sym.h
 Fixed:  sys/_inttypes.h
 Fixed:  sys/cdefs.h
 Fixed:  sys/feature_tests.h
 Fixed:  sys/file.h
 Fixed:  sys/int_const.h
 Fixed:  sys/int_limits.h
 Fixed:  sys/int_types.h
 Fixed:  sys/machine.h
 Fixed:  sys/mman.h
 Fixed:  sys/pthread.h
 Fixed:  sys/signal.h
 Fixed:  sys/socket.h
 Fixed:  sys/spinlock.h
 Fixed:  sys/stat.h
 Fixed:  sys/sysmacros.h
 Fixed:  sys/time.h
 Fixed:  sys/types.h
 Fixed:  sys/ucontext.h
 Fixed:  sys/va_list.h
 Fixed:  sys/wait.h
 Fixed:  testing.h
 Fixed:  tgmath.h
 Fixed:  time.h
 Fixed:  tinfo.h
 Fixed:  types/vxTypesBase.h
 Fixed:  unistd.h
 Newly fixed header:  linux/compiler.h
 
 There were fixinclude test FAILURES
 make[4]: *** [check] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gcc-snapshot_20130603-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130622123644.ga29...@xanadu.blop.info



Bug#707387: gcc-4.4: FTBFS: ../../../../src/libgcc/../gcc/config/i386/linux-unwind.h:138: error: field 'info' has incomplete type

2013-05-09 Thread Lucas Nussbaum
Source: gcc-4.4
Version: 4.4.7-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /«PKGBUILDDIR»/build/./gcc/xgcc -B/«PKGBUILDDIR»/build/./gcc/ 
 -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
 /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include -g 
 -O2 -m32 -O2  -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
 -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  
 -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I. 
 -I../../.././gcc -I../../../../src/libgcc -I../../../../src/libgcc/. 
 -I../../../../src/libgcc/../gcc -I../../../../src/libgcc/../include 
 -I../../../../src/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT 
 -DHAVE_CC_TLS -DUSE_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF 
 unwind-dw2.dep -fexceptions -c ../../../../src/libgcc/../gcc/unwind-dw2.c 
 -fvisibility=hidden -DHIDE_EXPORTS
 In file included from ../../../../src/libgcc/../gcc/unwind-dw2.c:333:
 ../../../../src/libgcc/../gcc/config/i386/linux-unwind.h: In function 
 'x86_fallback_frame_state':
 ../../../../src/libgcc/../gcc/config/i386/linux-unwind.h:138: error: field 
 'info' has incomplete type
 make[7]: *** [unwind-dw2.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2013/05/09/gcc-4.4_4.4.7-3_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130509074919.ga5...@xanadu.blop.info



Bug#676733: gcc-4.4: FTBFS: libio.h:364: internal compiler error: Segmentation fault

2012-06-09 Thread Lucas Nussbaum
Source: gcc-4.4
Version: 4.4.7-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120609 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /«PKGBUILDDIR»/build/./gcc/xgcc -B/«PKGBUILDDIR»/build/./gcc/ 
 -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
 /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include -g 
 -O2 -m32 -O2 -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes 
 -Wmissing-prototypes -Wcast-qual -Wold-style-definition  -isystem ./include  
 -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include 
 -I../../src/gcc/../libcpp/include  -I../../src/gcc/../libdecnumber 
 -I../../src/gcc/../libdecnumber/bid -I../libdecnumber  -I/include 
 -DCLOOG_PPL_BACKEND   -g0 -finhibit-size-directive -fno-inline-functions 
 -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder 
 -fno-tree-vectorize  -I. -I. -I../../.././gcc -I../../../../src/libgcc 
 -I../../../../src/libgcc/. -I../../../../src/libgcc/../gcc 
 -I../../../../src/libgcc/../include -I../../../../src/libgcc/config/libbid 
 -DENABLE_DECIMAL_BID_FORMAT -o crtend.o -MT crtend.o -MD -MP -MF crtend.dep 
 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
 -c ../../../../src/libgcc/../gcc/crtstuff.c -DCRT_END
 In file included from /usr/include/stdio.h:75,
  from ../../../../src/libgcc/../gcc/tsystem.h:87,
  from ../../../../src/libgcc/../gcc/crtstuff.c:63:
 /usr/include/libio.h:364: internal compiler error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See file:///usr/share/doc/gcc-4.4/README.Bugs for instructions.
 make[7]: *** [crtbegin.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/06/09/gcc-4.4_4.4.7-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120609081119.ga...@xanadu.blop.info



Bug#674306: gcc-4.7: FTBFS: tests failed

2012-05-24 Thread Lucas Nussbaum
Source: gcc-4.7
Version: 4.7.0-9
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/24/gcc-4.7_4.7.0-9_unstable.log

There are errors such as:
make[6]: Entering directory `/«PKGBUILDDIR»/build/x86_64-linux-gnu/libgo'
/bin/bash: bufio/check-testlog: No such file or directory
/bin/bash: bufio/check-testlog: No such file or directory
cat: bufio/check-testlog: No such file or directory
/bin/bash: bufio/check-testsum: No such file or directory
make[6]: *** [bufio/check] Error 1
PASS: bytes
/bin/bash: errors/check-testlog: No such file or directory
/bin/bash: errors/check-testlog: No such file or directory
cat: errors/check-testlog: No such file or directory
/bin/bash: errors/check-testsum: No such file or directory
make[6]: *** [errors/check] Error 1
/bin/bash: expvar/check-testlog: No such file or directory
/bin/bash: expvar/check-testlog: No such file or directory
cat: expvar/check-testlog: No such file or directory
/bin/bash: expvar/check-testsum: No such file or directory
make[6]: *** [expvar/check] Error 1
/bin/bash: flag/check-testlog: No such file or directory
/bin/bash: flag/check-testlog: No such file or directory
cat: flag/check-testlog: No such file or directory
/bin/bash: flag/check-testsum: No such file or directory
make[6]: *** [flag/check] Error 1
/bin/bash: fmt/check-testlog: No such file or directory
/bin/bash: fmt/check-testlog: No such file or directory
cat: fmt/check-testlog: No such file or directory
/bin/bash: fmt/check-testsum: No such file or directory
make[6]: *** [fmt/check] Error 1
PASS: html
PASS: image
PASS: io
PASS: log
PASS: math
PASS: mime
--- FAIL: net.TestReadLine (0.00 seconds)
parse_test.go:25: open /etc/services: open /etc/services: No such file 
or directory
--- FAIL: net.TestLookupPort (0.02 seconds)
port_test.go:49: LookupPort(tcp, echo) = 0, unknown port tcp/echo; 
want 7
port_test.go:49: LookupPort(tcp, discard) = 0, unknown port 
tcp/discard; want 9
port_test.go:49: LookupPort(tcp, systat) = 0, unknown port 
tcp/systat; want 11
port_test.go:49: LookupPort(tcp, daytime) = 0, unknown port 
tcp/daytime; want 13
port_test.go:49: LookupPort(tcp, chargen) = 0, unknown port 
tcp/chargen; want 19
port_test.go:49: LookupPort(tcp, ftp-data) = 0, unknown port 
tcp/ftp-data; want 20
port_test.go:49: LookupPort(tcp, ftp) = 0, unknown port tcp/ftp; 
want 21
port_test.go:49: LookupPort(tcp, telnet) = 0, unknown port 
tcp/telnet; want 23
port_test.go:49: LookupPort(tcp, smtp) = 0, unknown port tcp/smtp; 
want 25
port_test.go:49: LookupPort(tcp, time) = 0, unknown port tcp/time; 
want 37
port_test.go:49: LookupPort(tcp, domain) = 0, unknown port 
tcp/domain; want 53
port_test.go:49: LookupPort(tcp, finger) = 0, unknown port 
tcp/finger; want 79
port_test.go:49: LookupPort(udp, echo) = 0, unknown port udp/echo; 
want 7
port_test.go:49: LookupPort(udp, tftp) = 0, unknown port udp/tftp; 
want 69
port_test.go:49: LookupPort(udp, bootpc) = 0, unknown port 
udp/bootpc; want 68
port_test.go:49: LookupPort(udp, bootps) = 0, unknown port 
udp/bootps; want 67
port_test.go:49: LookupPort(udp, domain) = 0, unknown port 
udp/domain; want 53
port_test.go:49: LookupPort(udp, ntp) = 0, unknown port udp/ntp; 
want 123
port_test.go:49: LookupPort(udp, snmp) = 0, unknown port udp/snmp; 
want 161
port_test.go:49: LookupPort(udp, syslog) = 0, unknown port 
udp/syslog; want 514
FAIL
FAIL: net
make[6]: *** [net/check] Error 1

You are missing a build-dep on netbase, at least.

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120524094410.ga17...@xanadu.blop.info



Bug#669479: ppl: FTBFS: ld: cannot find -lncursesw

2012-04-19 Thread Lucas Nussbaum
Source: ppl
Version: 0.11.2-6
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../..  -I../../../interfaces 
 -I../../../interfaces/Prolog -I/interfaces/Prolog -I../../../src 
 -I../../../Watchdog/src -I/usr/lib/swi-prolog/include -I/usr/include/pl-g 
 -O2 -frounding-math -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -Wformat -Wformat-security -Werror=format-security -Wall -g -W -Wall -MT 
 ppl_pl.o -MD -MP -MF .deps/ppl_pl.Tpo -c -o ppl_pl.o ppl_pl.cc
 mv -f .deps/ppl_pl.Tpo .deps/ppl_pl.Po
 /usr/bin/swipl-ld -pl /usr/bin/swipl -cc x86_64-linux-gnu-gcc -c++ 
 x86_64-linux-gnu-g++ -ld x86_64-linux-gnu-g++ \
   -ld-options`echo ''  -g -O2 -frounding-math -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
 -Werror=format-security -Wall -g -W -Wall | tr   /` \
   -o ppl_pl .libs/libppl_swiprolog.a ppl_pl.o \
   -L../../../src/.libs \
   -lppl -L../../../Watchdog/src/.libs -lpwl 
 -L/usr/lib/x86_64-linux-gnu -lgmpxx -L/usr/lib/x86_64-linux-gnu -lgmp 
 -R/usr/lib/x86_64-linux-gnu -R/usr/lib/x86_64-linux-gnu 
 /usr/bin/ld: cannot find -lncursesw
 collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/ppl_0.11.2-6_unstable.log

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120419192316.ga13...@xanadu.blop.info



Bug#669513: gnat-4.4: FTBFS: unsatisfiable build-dependency: gcc-4.4-source ( 4.4.7) but 4.4.7-1 is to be installed

2012-04-19 Thread Lucas Nussbaum
Source: gnat-4.4
Version: 4.4.6-6
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gnat-4.4 build dependencies (apt-based resolver)
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gnat-4.4-dummy : Depends: gcc-4.4-source ( 4.4.7) but 
 4.4.7-1 is to be installed
 E: Unable to correct problems, you have held broken packages.
 apt-get failed.

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/gnat-4.4_4.4.6-6_unstable.log

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120419193424.ga14...@xanadu.blop.info



Bug#664954: gdc-4.6: FTBFS: unsatisfiable build-dependency: gcc-4.6-source ( 4.6.3) but 4.6.3-1 is to be installed

2012-03-21 Thread Lucas Nussbaum
Source: gdc-4.6
Version: 0.29.1-4.6.2-4
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gdc-4.6 build dependencies (apt-based resolver) 
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gdc-4.6-dummy : Depends: gcc-4.6-source ( 4.6.3) but 
 4.6.3-1 is to be installed
 E: Broken packages

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/gdc-4.6_0.29.1-4.6.2-4.log

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120321204453.ga21...@xanadu.blop.info



Bug#664957: gdc-4.4: FTBFS: unsatisfiable build-dependency: gcc-4.4-source ( 4.4.7) but 4.4.7-1 is to be installed

2012-03-21 Thread Lucas Nussbaum
Source: gdc-4.4
Version: 1.063-4.4.6-10
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ┌──┐
 │ Install gdc-4.4 build dependencies (apt-based resolver) 
  │
 └──┘
 
 Installing build dependencies
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
  sbuild-build-depends-gdc-4.4-dummy : Depends: gcc-4.4-source ( 4.4.7) but 
 4.4.7-1 is to be installed
 E: Broken packages

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/gdc-4.4_1.063-4.4.6-10.log

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120321204447.ga21...@xanadu.blop.info



Bug#635126: status of ruby 1.9.1 wrt porting

2011-09-10 Thread Lucas Nussbaum
On 29/08/11 at 23:48 +0200, Lucas Nussbaum wrote:
 Hi,
 
 Ruby 1.9.3 is going to be released in september, and is a candidate for
 the default ruby version in wheezy. A snapshot is available in
 experimental. Now is an ideal time to work on porting issues and get the
 fixes integrated upstream. Ruby has a fairly large test suite, which
 makes finding problems easy, but exercises the threading library in
 interesting ways.
 
 Most of the issues are reproducible by re-building the Debian package.
 Use make  make test to get a shorter build.
 
 Here is the current complete list of issues I'm aware of. My time will
 be very limited in the coming weeks, but I will try my best to provide
 help.

Hi,

I've uploaded a new version of ruby1.9.1. It's still a pre-release
snapshot of 1.9.3, and there's no real clear plan from upstream for the
final release.

 [armel,sparc] FTBFS due to miscompilation with -ftree-sra (inc. in -O3).
 See http://bugs.debian.org/635126.
 Currently worked-around by using -fno-tree-sra.
 Other packages might be affected.
 - FIXED from ruby1.9.1's POV, but you really want to look at this
for other packages.

No progress on #635126, but does not affect Ruby anymore.

 [armel] I've just seen that now that this one is fixed, the test suite
 segfaults.
 See
 https://buildd.debian.org/status/fetch.php?pkg=ruby1.9.1arch=armelver=1.9.3~preview1%2Bsvn33077-1stamp=1314634969
 search for 'TestFiber#test_many_fibers'.
 'make test-all' to reproduce. Failures during test-all are currently not
 fatal. The remaining ones needs more investigation, but I don't think
 that they are arch-specific. I'd like to make test-all failures fatal at
 some point.

Builds fine now, I don't know if it's just luck.

 [sparc] continuations are completely broken.
 See http://redmine.ruby-lang.org/issues/5244 (minimal test case
 included)

There has been some discussions on the upstream bug, but no solution
yet.

 [ia64] crashes during test suite, linked to continuations according to
 backtrace.
 See http://redmine.ruby-lang.org/issues/5246. 'make test' to reproduce.
 Might be related to the sparc problem above.

No progress on the upstream bug.

 [kfreebsd] waitpid from threads problem
 http://redmine.ruby-lang.org/issues/5239
 http://bugs.debian.org/639658
 Will add a patch in test suite runner to work-around this
 - FIXED from ruby1.9.1's POV.

The patch won't be merged upstream, but we can carry it in the Debian
package.

 [kfreebsd] mmap() with MAP_STACK requires non-null first arg
 http://redmine.ruby-lang.org/issues/5241
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=158755
 patch will be applied upstream, added to Debian package in the meantime
 - FIXED from ruby1.9.1's POV.

patch merged upstream, removed from Debian package.

 [kfreebsd] thread-related hangs
 http://redmine.ruby-lang.org/issues/5240
 bisected the upstream commit.
 Petr Salinger working on a fix, see
 http://lists.debian.org/debian-bsd/2011/08/msg00180.html

progress on the upstream bug, no solution yet.


I'm planning to upload 1.9.3 to unstable as soon as it is released. This
release is much better than 1.9.2 (that we currently have in unstable and
testing). Also, it is likely that 1.9.3 ends up being the default Ruby
release in wheezy.

At this point, Ruby 1.9.3 is not in a releasable state on:
- ia64
- sparc
- kfreebsd-*
On those architectures, it's still possible to disable the test suite, to
allow (partially broken) packages to be built.


Lucas



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110910121212.ga20...@xanadu.blop.info



Bug#640314: closing, unreproducible

2011-09-07 Thread Lucas Nussbaum
On 07/09/11 at 10:44 +0200, Matthias Klose wrote:
 closing, unreproducible.  please have a second look/try before filing these 
 kind
 of bugs for GCC.

Strange. Did you use a parallel build in your own try? Can you provide
your build log?

I suspect a problem with using parallel builds on this package.

Lucas



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110908052615.ga7...@xanadu.blop.info



Bug#635126: miscompilation with -ftree-sra on armel and sparc.

2011-08-29 Thread Lucas Nussbaum
On 17/08/11 at 10:38 +0200, Lucas Nussbaum wrote:
 On 16/08/11 at 22:36 +0200, Matthias Klose wrote:
  tag 635126 + moreinfo help
  thanks
  
  are you still working on this, trying to get a test case?
 
 Hi,
 
 As I wrote in #634260:
 
 n 24/07/11 at 12:19 +0200, Lucas Nussbaum wrote:
  On 23/07/11 at 12:16 +0200, Matthias Klose wrote:
   builds on sid armhf, and oneiric armel, so this only seems to be
   triggered in
   ARM mode.  Could you provide a self-contained test case, derived
   from pack.c?
  
  Could you check if the upstream bug I was pointed to exhibits the same
  behaviour? That would be an indication that it might be the same bug,
  and that I don't need to spend hours building a test case.

It seems that this also affects sparc. ruby1.9.1 fails to build in a
similar way.

- Lucas



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110829055910.ga27...@xanadu.blop.info



Bug#635126: status of ruby 1.9.1 wrt porting

2011-08-29 Thread Lucas Nussbaum
Hi,

Ruby 1.9.3 is going to be released in september, and is a candidate for
the default ruby version in wheezy. A snapshot is available in
experimental. Now is an ideal time to work on porting issues and get the
fixes integrated upstream. Ruby has a fairly large test suite, which
makes finding problems easy, but exercises the threading library in
interesting ways.

Most of the issues are reproducible by re-building the Debian package.
Use make  make test to get a shorter build.

Here is the current complete list of issues I'm aware of. My time will
be very limited in the coming weeks, but I will try my best to provide
help.

[armel,sparc] FTBFS due to miscompilation with -ftree-sra (inc. in -O3).
See http://bugs.debian.org/635126.
Currently worked-around by using -fno-tree-sra.
Other packages might be affected.
- FIXED from ruby1.9.1's POV, but you really want to look at this
   for other packages.

[armel] I've just seen that now that this one is fixed, the test suite
segfaults.
See
https://buildd.debian.org/status/fetch.php?pkg=ruby1.9.1arch=armelver=1.9.3~preview1%2Bsvn33077-1stamp=1314634969
search for 'TestFiber#test_many_fibers'.
'make test-all' to reproduce. Failures during test-all are currently not
fatal. The remaining ones needs more investigation, but I don't think
that they are arch-specific. I'd like to make test-all failures fatal at
some point.

[sparc] continuations are completely broken.
See http://redmine.ruby-lang.org/issues/5244 (minimal test case
included)

[ia64] crashes during test suite, linked to continuations according to
backtrace.
See http://redmine.ruby-lang.org/issues/5246. 'make test' to reproduce.
Might be related to the sparc problem above.

[kfreebsd] waitpid from threads problem
http://redmine.ruby-lang.org/issues/5239
http://bugs.debian.org/639658
Will add a patch in test suite runner to work-around this
- FIXED from ruby1.9.1's POV.

[kfreebsd] mmap() with MAP_STACK requires non-null first arg
http://redmine.ruby-lang.org/issues/5241
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=158755
patch will be applied upstream, added to Debian package in the meantime
- FIXED from ruby1.9.1's POV.

[kfreebsd] thread-related hangs
http://redmine.ruby-lang.org/issues/5240
bisected the upstream commit.
Petr Salinger working on a fix, see
http://lists.debian.org/debian-bsd/2011/08/msg00180.html


I've just uploaded (to experimental) a new version fixing the issues marked 
FIXED.

Thanks!

- Lucas



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110829214834.ga2...@xanadu.blop.info



Bug#635126: update?

2011-08-17 Thread Lucas Nussbaum
On 16/08/11 at 22:36 +0200, Matthias Klose wrote:
 tag 635126 + moreinfo help
 thanks
 
 are you still working on this, trying to get a test case?

Hi,

As I wrote in #634260:

n 24/07/11 at 12:19 +0200, Lucas Nussbaum wrote:
 On 23/07/11 at 12:16 +0200, Matthias Klose wrote:
  builds on sid armhf, and oneiric armel, so this only seems to be
  triggered in
  ARM mode.  Could you provide a self-contained test case, derived
  from pack.c?
 
 Could you check if the upstream bug I was pointed to exhibits the same
 behaviour? That would be an indication that it might be the same bug,
 and that I don't need to spend hours building a test case.

L.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110817083820.ga11...@xanadu.blop.info



Bug#634546: gnat-4.6: FTBFS: make[4]: *** No rule to make target `../gcc/ada/rts-shared-zcx/libgnat-.so', needed by `gnattools-native'. Stop.

2011-07-19 Thread Lucas Nussbaum
-include
 supports -Wold-style-definition... yes
 checking whether /build/gnat-4.6-MRuh9Z/gnat-4.6-4.6.1/build/./gcc/xgcc 
 -B/build/gnat-4.6-MRuh9Z/gnat-4.6-4.6.1/build/./gcc/ 
 -B/usr/x86_64-linux-gnu/bin/ -B/usr/x86_64-linux-gnu/lib/ -isystem 
 /usr/x86_64-linux-gnu/include -isystem /usr/x86_64-linux-gnu/sys-include
 supports -Wall... grep: ../libgnatvsn/gnatvsn.ads: No such file or directory
 grep: ../libgnatvsn/gnatvsn.ads: No such file or directory
 make[4]: Entering directory 
 `/build/gnat-4.6-MRuh9Z/gnat-4.6-4.6.1/build/gnattools'
 make[4]: *** No rule to make target `../gcc/ada/rts-shared-zcx/libgnat-.so', 
 needed by `gnattools-native'.  Stop.
 make[4]: Leaving directory 
 `/build/gnat-4.6-MRuh9Z/gnat-4.6-4.6.1/build/gnattools'
 make[3]: *** [all-gnattools] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/07/18/gnat-4.6_4.6.1-1_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110719062728.ga10...@xanadu.blop.info



Bug#618148: ppl: FTBFS: ! LaTeX Error: File `stmaryrd.sty' not found.

2011-03-13 Thread Lucas Nussbaum
 file name: 
 ! Emergency stop.
 read * 
  
 l.29 ^^M
 
 !  == Fatal error occurred, no output PDF file produced!
 Transcript written on refman.log.
 make[2]: *** [refman.pdf] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/03/13/ppl_0.11.2-2_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110313174513.ga10...@xanadu.blop.info



Bug#615157: gcc-4.6: -Wunused-but-set-variable -Werror does not imply -Werror=unused-but-set-variable

2011-02-28 Thread Lucas Nussbaum
On 27/02/11 at 20:48 -0600, Jonathan Nieder wrote:
 Matthias Klose wrote:
 
  this would require the build logs of all the *sucessful* builds from this 
  rebuild.
 
 Indeed, grep -F '[-Wunused-but-set' does not dig up anything.

After the rebuild, I did grep for that on all logs, but didn't find
anything. I don't have all logs anymore.

- Lucas



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110228081646.ga18...@xanadu.blop.info



Bug#615157: gcc-4.6: -Wunused-but-set-variable -Werror does not imply -Werror=unused-but-set-variable

2011-02-27 Thread Lucas Nussbaum
On 27/02/11 at 13:01 -0600, Jonathan Nieder wrote:
 (-cc: debian-release)
 Jonathan Nieder wrote:
  Matthias Klose wrote:
 
  yes, explicitly disabled in the package, for a limited time.  If you
  keep this warning enabled, it will result in too many build
  failures.  Somebody needs to scan the successful build logs of a
  test rebuild for these warnings, file bug reports, user-tag them
  with debian-gcc@lists.debian.org, and after we know what needs to be
  fixed, we can turn this warning on again.
 
 Lucas, would you be interested in this (archive rebuild with gcc-4.6
 as gcc)?  If so, is there anything I can do to help, aside from
 looking over the result, writing scripts to categorize failures, and
 filing bugs if there is consensus after a report on debian-devel?

Hi,

I already did a rebuild, and gave the results to Matthias. You might
want to coordinate with him.
The results are available at
http://people.debian.org/~lucas/logs/2011/02/14/gcc/

L.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110227191632.ga26...@xanadu.blop.info



Bug#591155: ppl: FTBFS: Unsatisfiable build-dependency: xpdf-utils: Depends: poppler-utils

2010-07-31 Thread Lucas Nussbaum
Source: ppl
Version: 0.10.2-6
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100731 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 6.0.7~), libgmp3-dev, autoconf, automake, 
 libtool, autotools-dev, swi-prolog [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386]
 Build-Depends-Indep: doxygen, graphviz, texlive-base-bin, 
 texlive-latex-extra, texlive-latex-recommended, texlive-fonts-recommended, 
 xpdf-utils | poppler-utils, ghostscript, texlive-extra-utils
 
 ┌──┐
 │ Install build dependencies (internal resolver)  
  │
 └──┘
 
 Checking for already installed source dependencies...
 debhelper: missing
 Using default version 7.9.3
 libgmp3-dev: missing
 autoconf: missing
 automake: missing
 libtool: missing
 autotools-dev: missing
 swi-prolog: missing
 doxygen: missing
 graphviz: missing
 texlive-base-bin: missing
 texlive-latex-extra: missing
 texlive-latex-recommended: missing
 texlive-fonts-recommended: missing
 xpdf-utils: missing
 poppler-utils: missing
 ghostscript: missing
 texlive-extra-utils: missing
 Checking for source dependency conflicts...
 E: Broken packages
 Installing positive dependencies: debhelper libgmp3-dev autoconf automake 
 libtool autotools-dev swi-prolog doxygen graphviz texlive-base-bin 
 texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended 
 xpdf-utils ghostscript texlive-extra-utils
 Reading package lists...
 Building dependency tree...
 Reading state information...
 Note, selecting texlive-binaries instead of texlive-base-bin
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:
 
 The following packages have unmet dependencies:
   xpdf-utils: Depends: poppler-utils but it is not going to be installed
 E: Broken packages

Please update your build-dep to depend on poppler-utils directly
(without |, which are not understood by sbuild).

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010/07/31/ppl_0.10.2-6_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100801010007.ga2...@xanadu.blop.info



Bug#577891: gcc-snapshot: FTBFS: ImportError: No module named classfile

2010-04-15 Thread Lucas Nussbaum
Source: gcc-snapshot
Version: 20100408-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100415 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[1]: Entering directory 
 `/build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408'
 mkdir -p 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar
  
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/bin
 cp /usr/share/java/eclipse-ecj.jar 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar/ecj-standalone.jar
 zip -d 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar/ecj-standalone.jar
  \
   'org/eclipse/jdt/core/JDTCompilerAdapter*'
 deleting: org/eclipse/jdt/core/JDTCompilerAdapter.class
 deleting: org/eclipse/jdt/core/JDTCompilerAdapter$1.class
 cd 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar
  \
  fastjar xf ecj-standalone.jar \
  find -name '*.rsc' -o -name '*.properties' \
   | fastjar -c -@ - -f ../resources.jar
 rm -rf 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar/META-INF
  
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar/org
 debian/tmp/usr/lib/gcc-snapshot/bin/gcj \
   -c -O2 -g -fPIC -fjni -findirect-dispatch \
   -o 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/bin/resources.o
  
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/resources.jar
 cp 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/x86_64-linux-gnu/libjava/contrib/*.py
  
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/
 cp 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/x86_64-linux-gnu/libjava/contrib/aot-compile
  
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/
 patch -p1  debian/patches/aotcompile.diff
 patching file build/aot/aotcompile.py
 LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/debian/tmp/usr/lib/gcc-snapshot/lib
  \
   RPATH=-Wl,-rpath,/usr/lib/gcc-snapshot/lib \
   
 PYTHONPATH=/build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot
  \
 python 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/aot-compile
  \
   
 --gcj=/build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/debian/tmp/usr/lib/gcc-snapshot/bin/gcj
  \
   
 --dbtool=/build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/debian/tmp/usr/lib/gcc-snapshot/bin/gcj-dbtool
  \
   
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/jar
  
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/bin
 Traceback (most recent call last):
   File 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/aot-compile,
  line 18, in module
 import aotcompile
   File 
 /build/user-gcc-snapshot_20100408-1-amd64-cBjc00/gcc-snapshot-20100408/build/aot/aotcompile.py,
  line 16, in module
 import classfile
 ImportError: No module named classfile
 make[1]: *** [stamps/ecj_binaries] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/04/15/gcc-snapshot_20100408-1_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100415080453.ga20...@xanadu.blop.info



Bug#569375: gpc-4.1: FTBFS: Will run the testsuite with -m32: ld returned 1 exit status

2010-02-11 Thread Lucas Nussbaum
Source: gpc-4.1
Version: 2.1-4.1.2-27
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 dh_testdir
 : # give information about the build process
  Build process variables 
 Number of parallel processes used for the build: 9
 Package source: gpc-4.1
 GCC version: 4.1.3
 Base Debian version: 4.1
 Configured with: -v
--enable-languages=c,pascal
--prefix=/usr
--enable-shared
--with-system-zlib
--libexecdir=/usr/lib
--without-included-gettext
--enable-threads=posix
--enable-nls
--with-gxx-include-dir=/usr/include/c++/4.1.3
--program-suffix=-4.1
--enable-__cxa_atexit
--enable-clocale=gnu
--disable-libmudflap
--with-tune=generic
--enable-checking=release
x86_64-linux-gnu
   
 Using shell /bin/bash -e  
 Architecture: amd64 (GNU: x86_64-linux-gnu)
 CPPFLAGS: 
 CFLAGS: -g -O2
 LDFLAGS: 
 BOOT_CFLAGS: 
 DEBIAN_BUILDARCH: 
 Install prefix: /usr
 Will build the biarch compilers (64/32, defaulting to 64bit)
 Will not build the C++ compiler: no
 Will not build the ObjC compiler: no
 Will not build the Obj-C++ compiler: no
 Will not build the Fortran 95 compiler: no
 Will not build the Java compiler: no
 Will build the Pascal compiler.
 Will not build the Ada compiler: no
 Will not build the D compiler: no
 Will not build the FFI library: no
 Will build with SSP support.
 Will run the testsuite.
 Will run the testsuite with -m32: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/gpc-4.1_2.1-4.1.2-27_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556844: gnat-4.3: FTBFS:ali.adb:1825:41: (style) bad casing of NUL declared in Standard

2009-11-17 Thread Lucas Nussbaum
.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556845: gcc-snapshot: FTBFS: libtool.m4: error: problem compiling CXX test program

2009-11-17 Thread Lucas Nussbaum
Source: gcc-snapshot
Version: 20091101-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091117 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 checking CAIRO_CFLAGS... -D_REENTRANT -I/usr/include/cairo 
 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb 
 -I/usr/include/libpng12  
 checking CAIRO_LIBS... -lcairo  
 checking for XRenderQueryExtension in -lXrender... yes
 checking for XRRQueryExtension in -lXrandr... yes
 checking for MSG_NOSIGNAL... yes
 checking for SO_NOSIGPIPE ... no
 checking for MSG_WAITALL... yes
 checking for mozilla-plugin libxul-unstable... checking for mozilla-plugin... 
 checking for firefox-plugin firefox-xpcom... checking for xulrunner-plugin 
 xulrunner-xpcom... checking for mozilla-firefox-plugin 
 mozilla-firefox-xpcom... checking for seamonkey-plugin seamonkey-xpcom... 
 checking for iceape-plugin iceape-xpcom... configure: error: Couldn't find 
 plugin support headers and libraries, try --disable-plugin
 configure: error: ../../../../src/libjava/classpath/configure failed for 
 classpath
 make[3]: *** [configure-target-libjava] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/11/17/gcc-snapshot_20091101-1_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#552959: ppl: FTBFS: build blocks

2009-10-28 Thread Lucas Nussbaum
 was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542974: gcc-4.2: FTBFS: configure.ac:105: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS

2009-08-22 Thread Lucas Nussbaum
 and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542976: gdc-4.1: FTBFS: configure.ac:25: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS

2009-08-22 Thread Lucas Nussbaum
 patching file libffi/testsuite/libffi.call/cls_align_float.c
 patching file libffi/testsuite/libffi.call/cls_align_longdouble.c
 patching file libffi/testsuite/libffi.call/cls_align_pointer.c
 patching file libffi/testsuite/libffi.call/cls_align_sint16.c
 patching file libffi/testsuite/libffi.call/cls_align_sint32.c
 patching file libffi/testsuite/libffi.call/cls_align_sint64.c
 patching file libffi/testsuite/libffi.call/cls_align_uint16.c
 patching file libffi/testsuite/libffi.call/cls_align_uint32.c
 patching file libffi/testsuite/libffi.call/cls_align_uint64.c
 patching file libffi/testsuite/libffi.call/cls_double.c
 patching file libffi/testsuite/libffi.call/cls_float.c
 patching file libffi/testsuite/libffi.call/cls_multi_schar.c
 patching file libffi/testsuite/libffi.call/cls_multi_sshort.c
 patching file libffi/testsuite/libffi.call/cls_multi_sshortchar.c
 patching file libffi/testsuite/libffi.call/cls_multi_uchar.c
 patching file libffi/testsuite/libffi.call/cls_multi_ushort.c
 patching file libffi/testsuite/libffi.call/cls_multi_ushortchar.c
 patching file libffi/testsuite/libffi.call/cls_schar.c
 patching file libffi/testsuite/libffi.call/cls_sint.c
 patching file libffi/testsuite/libffi.call/cls_sshort.c
 patching file libffi/testsuite/libffi.call/cls_uchar.c
 patching file libffi/testsuite/libffi.call/cls_uint.c
 patching file libffi/testsuite/libffi.call/cls_ulonglong.c
 patching file libffi/testsuite/libffi.call/cls_ushort.c
 patching file libffi/testsuite/libffi.call/ffitest.h
 patching file libffi/testsuite/libffi.call/float.c
 patching file libffi/testsuite/libffi.call/float1.c
 patching file libffi/testsuite/libffi.call/float2.c
 patching file libffi/testsuite/libffi.call/negint.c
 patching file libffi/testsuite/libffi.call/nested_struct.c
 patching file libffi/testsuite/libffi.call/nested_struct1.c
 patching file libffi/testsuite/libffi.call/nested_struct2.c
 patching file libffi/testsuite/libffi.call/nested_struct3.c
 patching file libffi/testsuite/libffi.call/problem1.c
 patching file libffi/testsuite/libffi.call/promotion.c
 patching file libffi/testsuite/libffi.call/pyobjc-tc.c
 patching file libffi/testsuite/libffi.call/struct1.c
 patching file libffi/testsuite/libffi.special/ffitestcxx.h
 patching file libffi/testsuite/libffi.special/special.exp
 patching file libffi/testsuite/libffi.special/unwindtest.cc
 configure.ac:25: error: m4_copy: won't overwrite defined macro: 
 _AC_ARG_VAR_PRECIOUS
 configure.ac:25: the top level
 autom4te: /usr/bin/m4 failed with exit status: 1
 make: *** [stamps/02-patch-stamp-libffi-backport] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/gdc-4.1_0.25-20080616-4.1.2-23.2_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542985: gdc-4.2: FTBFS: configure.ac:105: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS

2009-08-22 Thread Lucas Nussbaum
/libjava.exp
 patching file libjava/testsuite/Makefile.am
 patching file libjava/testsuite/Makefile.in
 Hunk #1 succeeded at 318 (offset -2 lines).
 Hunk #2 succeeded at 566 (offset -4 lines).
 Hunk #3 succeeded at 582 (offset -4 lines).
 patching file libjava/Makefile.am
 Hunk #3 succeeded at 143 (offset 1 line).
 patching file libjava/Makefile.in
 Hunk #1 succeeded at 807 (offset 1 line).
 Hunk #2 succeeded at 821 (offset 1 line).
 Hunk #3 succeeded at 867 (offset 1 line).
 patching file libjava/configure.ac
 configure.ac:105: error: m4_copy: won't overwrite defined macro: 
 _AC_ARG_VAR_PRECIOUS
 configure.ac:105: the top level
 autom4te: /usr/bin/m4 failed with exit status: 1
 aclocal: autom4te failed with exit status: 1
 DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
   export DEB_VERSION; set -x; \
   debian/patches/libjava-jnipath.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 + debian/patches/libjava-jnipath.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 patching file libjava/gnu/classpath/natSystemProperties.cc
 Hunk #1 succeeded at 141 with fuzz 2.
 DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
   export DEB_VERSION; set -x; \
   debian/patches/libjava-sjlj.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 + debian/patches/libjava-sjlj.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 patching file libjava/sysdep/generic/backtrace.h
 DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
   export DEB_VERSION; set -x; \
   debian/patches/libjava-rpath.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 + debian/patches/libjava-rpath.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 patching file libjava/Makefile.am
 Hunk #1 succeeded at 714 with fuzz 2 (offset 31 lines).
 patching file libjava/Makefile.in
 Hunk #1 succeeded at 7985 with fuzz 2 (offset 198 lines).
 DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
   export DEB_VERSION; set -x; \
   debian/patches/libjava-jar.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 + debian/patches/libjava-jar.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 patching file libjava/classpath/tools/gnu/classpath/tools/jar/Main.java
 classpath/tools/classes/gnu/classpath/tools/jar/Main$1.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$2.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$3.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$4.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$5.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$6.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$7.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$HandleFile.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$JarParser.class
 classpath/tools/classes/gnu/classpath/tools/jar/Main$ModeOption.class
 DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
   export DEB_VERSION; set -x; \
   debian/patches/libjava-nojavac.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 + debian/patches/libjava-nojavac.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 patching file libjava/classpath/m4/acinclude.m4
 patching file libjava/classpath/configure
 Hunk #1 succeeded at 17235 (offset 1 line).
 DEB_VERSION=$(echo 0.25-4.2.4-3.1 | sed 's/ds[0-9]*//'); \
   export DEB_VERSION; set -x; \
   debian/patches/libjava-armel-ldflags.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 + debian/patches/libjava-armel-ldflags.dpatch -patch -d 
 /build/user-gdc-4.2_0.25-4.2.4-3.1-amd64-zVCwaF/gdc-4.2-0.25-4.2.4/src
 patching file libjava/configure.ac
 Hunk #1 succeeded at 807 (offset 15 lines).
 configure.ac:105: error: m4_copy: won't overwrite defined macro: 
 _AC_ARG_VAR_PRECIOUS
 configure.ac:105: the top level
 autom4te: /usr/bin/m4 failed with exit status: 1
 make: *** [stamps/02-patch-stamp-libjava-armel-ldflags] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/gdc-4.2_0.25-4.2.4-3.1_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F

Bug#542993: gpc-4.1: FTBFS: configure.ac:25: error: m4_copy: won't overwrite defined macro: _AC_ARG_VAR_PRECIOUS

2009-08-22 Thread Lucas Nussbaum
/libffi.special/unwindtest.cc
 configure.ac:25: error: m4_copy: won't overwrite defined macro: 
 _AC_ARG_VAR_PRECIOUS
 configure.ac:25: the top level
 autom4te: /usr/bin/m4 failed with exit status: 1
 make: *** [stamps/02-patch-stamp-libffi-backport] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/gpc-4.1_2.1-4.1.2-22_lsid64.buildlog

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#489114: gcc-4.3: FTBFS: Bootstrap comparison failure!

2008-07-11 Thread Lucas Nussbaum
On 05/07/08 at 10:46 +0200, Matthias Klose wrote:
 closing as invalid. Lucas, please stop reporting this non-issue for
 all gcc related packages, if you do not reproduce it outside the grid
 environment. this is *again* not reproducible, stealing me the time,
 having to re-run the build.

It fails during 10% of the builds. It failed at least once for gcc-4.3,
gnat-4.3, gcj-4.3. I never saw that failure with g{cc,nat,cj}  4.3.

I don't think it's a non-issue, I think it's just a rare issue that
might be related to broken parallel build support, maybe.

But OK, I will just ignore those failures.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#489114: gcc-4.3: FTBFS: Bootstrap comparison failure!

2008-07-03 Thread Lucas Nussbaum
Package: gcc-4.3
Version: 4.3.1-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080702 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
 make[5]: Entering directory 
 `/build/user-gcc-4.3_4.3.1-4-amd64-rAo2YU/gcc-4.3-4.3.1-4/build'
 rm -f stage_current
 make[5]: Leaving directory 
 `/build/user-gcc-4.3_4.3.1-4-amd64-rAo2YU/gcc-4.3-4.3.1-4/build'
 Comparing stages 2 and 3
 warning: ./cc1objplus-checksum.o differs
 warning: ./cc1obj-checksum.o differs
 warning: ./cc1-checksum.o differs
 warning: ./cc1plus-checksum.o differs
 Bootstrap comparison failure!
 ./sparseset.o differs
 make[4]: *** [compare] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/07/02

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#482871: Please make GCC-4.3 the default on i386/amd64.

2008-05-28 Thread Lucas Nussbaum
FYI, upstream will provide a --enable-cld option in 4.3.1. So it's no
longer about having a Debian-specific patch, it's about enabling a
non-default configure option.

See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36079 .
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


signature.asc
Description: Digital signature


Bug#482519: gdc-4.2: FTBFS: Unsatisfiable build-dependency: gcc-4.2-source(inst 4.2.4-1 ! wanted 4.2.4)

2008-05-23 Thread Lucas Nussbaum
 solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464268: gcj-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-04-27 Thread Lucas Nussbaum
On 27/04/08 at 15:54 +0200, Matthias Klose wrote:
 tag 464268 + unreproducible
 tag 464268 + moreinfo
 severity 464268 important
 thanks
 
 Lucas Nussbaum writes:
  reopen 464268
  thanks
  
  On 06/02/08 at 16:35 +0100, Lucas Nussbaum wrote:
   On 06/02/08 at 14:55 +0100, Matthias Klose wrote:
tag 464268 + unreproducible
thanks
   
   I can't reproduce it anymore, so either it's a random failure, or
   something changed between yesterday and today in unstable.
  
  I can reproduce it now. Probably something broken with parallel builds.
 
 Unable to reproduce:
 
  - on a one cpu machine, DEB_BUILD_OPTIONS=1 and 8
  - on a dual cpu machine, DEB_BUILD_OPTIONS=1, 3 and 8.
  - on a 32 cpu machine, DEB_BUILD_OPTIONS=1, 4, 8 and 32.
 
 Is this reproducible by somebody else outside the grid environment?

I did 5 rebuilds in april, and it never failed...
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#477964: gnat-4.3: FTBFS: grep: ../libgnatvsn/gnatvsn.ads: No such file or directory

2008-04-26 Thread Lucas Nussbaum
On 26/04/08 at 01:47 +0200, Ludovic Brenta wrote:
 severity 477964 important
 tags 477964 moreinfo
 merge 477964 465671
 thanks
 
 I built the package built successfully without any problem on i386 and
 amd64, and the buildds successfully on all other architectures.  Two
 days ago.
 
 Since you build with 8 parallel threads, I think this is another
 symptom of #465671.  Merging.

Maybe. Maybe it would be better to disable parallel builds for gnat-4.3?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474888: #474888: gnat-4.3: FTBFS: Bootstrap comparison failure!

2008-04-26 Thread Lucas Nussbaum
On 26/04/08 at 01:50 +0200, Ludovic Brenta wrote:
 Lucas, have you been able to reproduce this bug?

No, gnat-4.3 still fails, but not this way (#477964).
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#477964: gnat-4.3: FTBFS: grep: ../libgnatvsn/gnatvsn.ads: No such file or directory

2008-04-26 Thread Lucas Nussbaum
On 26/04/08 at 10:22 +0200, Matthias Klose wrote:
 Lucas Nussbaum writes:
  On 26/04/08 at 01:47 +0200, Ludovic Brenta wrote:
   severity 477964 important
   tags 477964 moreinfo
   merge 477964 465671
   thanks
   
   I built the package built successfully without any problem on i386 and
   amd64, and the buildds successfully on all other architectures.  Two
   days ago.
   
   Since you build with 8 parallel threads, I think this is another
   symptom of #465671.  Merging.
  
  Maybe. Maybe it would be better to disable parallel builds for gnat-4.3?
 
 Maybe. I tried to reproduce the failures with parallel builds several
 time with DEB_BUILD_OPTION=parallel=1 4, 8 and 32, but never did see
 this kind of failure.

On an SMP system?

 Were the failures reproduced outside the grid machines as well?

I haven't tried, but I don't see any reason why it wouldn't be the case.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474888: #474888: gnat-4.3: FTBFS: Bootstrap comparison failure!

2008-04-26 Thread Lucas Nussbaum
On 26/04/08 at 13:57 +0200, Ludovic Brenta wrote:
 Lucas Nussbaum writes:
  On 26/04/08 at 01:50 +0200, Ludovic Brenta wrote:
  Lucas, have you been able to reproduce this bug?
 
  No, gnat-4.3 still fails, but not this way (#477964).
 
 Then I suggest closing this bug and concentrating on #477964. OK?

I'm fine with that. But I think that, if gnat-4.3 doesn't build cleanly
with -j, it's likely that all failures are just different symptoms of
the same problem.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474888: gnat-4.3: FTBFS: Bootstrap comparison failure!

2008-04-07 Thread Lucas Nussbaum
Package: gnat-4.3
Version: 4.3.0-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
 make[5]: Entering directory `/build/user/gnat-4.3-4.3.0/build'
 rm -f stage_current
 make[5]: Leaving directory `/build/user/gnat-4.3-4.3.0/build'
 Comparing stages 2 and 3
 warning: ./cc1-checksum.o differs
 Bootstrap comparison failure!
 ./sparseset.o differs
 make[4]: *** [compare] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/07

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464268: gcj-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-02-26 Thread Lucas Nussbaum
reopen 464268
thanks

On 06/02/08 at 16:35 +0100, Lucas Nussbaum wrote:
 On 06/02/08 at 14:55 +0100, Matthias Klose wrote:
  tag 464268 + unreproducible
  thanks
 
 I can't reproduce it anymore, so either it's a random failure, or
 something changed between yesterday and today in unstable.

I can reproduce it now. Probably something broken with parallel builds.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#467603: gcj-4.3: FTBFS: patching failed.

2008-02-26 Thread Lucas Nussbaum
).
 patching file gcc/intl.c
 Hunk #1 succeeded at 50 (offset -1 lines).
 patching file libcpp/Makefile.in
 patching file libcpp/system.h
 patching file libcpp/init.c
 Hunk #1 succeeded at 130 (offset 8 lines).
 sh -e debian/patches/gcc-driver-extra-langs.dpatch -patch -d 
 /build/user/gcj-4.3-4.3-20080202/src
 patching file gcc/Makefile.in
 Hunk #1 succeeded at 419 (offset -5 lines).
 sh -e debian/patches/gcc-hash-style-both.dpatch -patch -d 
 /build/user/gcj-4.3-4.3-20080202/src
 patching file gcc/config/alpha/linux-elf.h
 patching file gcc/config/s390/linux.h
 patching file gcc/config/sparc/linux.h
 patching file gcc/config/sparc/linux64.h
 Hunk #1 succeeded at 167 (offset 1 line).
 Hunk #2 succeeded at 176 (offset 1 line).
 Hunk #3 succeeded at 257 (offset 1 line).
 patching file gcc/config/i386/linux.h
 patching file gcc/config/i386/linux64.h
 patching file gcc/config/ia64/linux.h
 patching file gcc/config/rs6000/sysv4.h
 patching file gcc/config/rs6000/linux64.h
 sh -e debian/patches/libstdc++-pic.dpatch -patch -d 
 /build/user/gcj-4.3-4.3-20080202/src
 patching file libstdc++-v3/src/Makefile.am
 Hunk #1 succeeded at 296 with fuzz 1 (offset 86 lines).
 patching file libstdc++-v3/src/Makefile.in
 Hunk #1 succeeded at 695 (offset 84 lines).
 Hunk #2 succeeded at 728 (offset 84 lines).
 Hunk #3 succeeded at 867 (offset 137 lines).
 sh -e debian/patches/libstdc++-doclink.dpatch -patch -d 
 /build/user/gcj-4.3-4.3-20080202/src
 patching file libstdc++-v3/doc/doxygen/mainpage.html
 Hunk #1 FAILED at 30.
 Hunk #2 FAILED at 69.
 2 out of 2 hunks FAILED -- saving rejects to file 
 libstdc++-v3/doc/doxygen/mainpage.html.rej
 can't find file to patch at input line 52
 Perhaps you used the wrong -p or --strip option?
 The text leading up to this was:
 --
 |--- libstdc++-v3/doc/html/documentation.html~2008-01-18 
 21:29:26.0 +0100
 |+++ libstdc++-v3/doc/html/documentation.html 2008-01-19 18:06:02.112585097 
 +0100
 --
 No file to patch.  Skipping patch.
 1 out of 1 hunk ignored
 make: *** [stamps/02-patch-stamp-libstdc++-doclink] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/02/25

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465580: gcc-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-02-14 Thread Lucas Nussbaum
On 14/02/08 at 14:40 +0100, Matthias Klose wrote:
 you were not able to reproduce this the last time. Why file it again?

Erm, seems that last time, another package was affected, because I can't
find the bug on http://bugs.d.o/src:gcc-4.2.

The fact that I can reproduce it now with that package probably means
that it's a random issue affecting all gcc packages...

Might be caused by a problem with the handling of parallel builds.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465580: gcc-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-02-13 Thread Lucas Nussbaum
: warning: integer constant is 
  too large for 'long' type
  ../../src/gcc/config/i386/crtfastmath.c:106: warning: left shift count = 
  width of type
  ../../src/gcc/config/i386/crtfastmath.c:106: warning: integer overflow in 
  expression
  make[5]: *** [crtfastmath.o] Error 1

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/12

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465671: gnat-4.3: FTBFS: fname-sf.adb:28:06: file fname-uf.ads not found

2008-02-13 Thread Lucas Nussbaum
Package: gnat-4.3
Version: 4.3-20080202-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080213 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:
 (cd ../gcc/ada/rts-shared-zcx; mkdir obj; mv *.o obj; chmod a-wx *.ali)
 touch stamp-gnattools-sources
 ../gcc/xgcc -B../gcc/ -c -o fname-sf.o fname-sf.adb -O2 -gnatn -nostdinc -I- 
 -I. -I../gcc/ada/rts-shared-zcx -I../libgnatvsn -I../libgnatprj
 ../gcc/xgcc -B../gcc/ -c -o gnatmake.o gnatmake.adb -O2 -gnatn -nostdinc -I- 
 -I. -I../gcc/ada/rts-shared-zcx -I../libgnatvsn -I../libgnatprj
 ../gcc/xgcc -B../gcc/ -c -o make.o make.adb -O2 -gnatn -nostdinc -I- -I. 
 -I../gcc/ada/rts-shared-zcx -I../libgnatvsn -I../libgnatprj
 ../gcc/xgcc -B../gcc/ -c -o makeusg.o makeusg.adb -O2 -gnatn -nostdinc -I- 
 -I. -I../gcc/ada/rts-shared-zcx -I../libgnatvsn -I../libgnatprj
 ../gcc/xgcc -B../gcc/ -c -o mlib-prj.o mlib-prj.adb -O2 -gnatn -nostdinc -I- 
 -I. -I../gcc/ada/rts-shared-zcx -I../libgnatvsn -I../libgnatprj
 fname-sf.adb:28:06: file fname-uf.ads not found
 fname-sf.adb:29:06: file sfn_scan.ads not found
 fname-sf.adb:30:06: file osint.ads not found
 makeusg.adb:26:06: file osint.ads not found
 make[4]: *** [fname-sf.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/02/13

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464268: gcj-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-02-06 Thread Lucas Nussbaum
 is 
  too large for 'long' type
  ../../src/gcc/config/i386/crtfastmath.c:106: warning: integer constant is 
  too large for 'long' type
  ../../src/gcc/config/i386/crtfastmath.c:106: warning: left shift count = 
  width of type
  ../../src/gcc/config/i386/crtfastmath.c:106: warning: integer overflow in 
  expression
  make[5]: *** [crtfastmath.o] Error 1
  make[5]: *** Waiting for unfinished jobs
  echo timestamp  s-macro_list
  rm fsf-funding.pod gfdl.pod gpl.pod
  make[5]: Leaving directory `/build/user/gcj-4.2-4.2.3/build/gcc'
  make[4]: *** [all-stage1-gcc] Error 2
  make[4]: Leaving directory `/build/user/gcj-4.2-4.2.3/build'
  make[3]: *** [stage1-bubble] Error 2
  make[3]: Leaving directory `/build/user/gcj-4.2-4.2.3/build'
  make[2]: *** [bootstrap-lean] Error 2
  make[2]: Leaving directory `/build/user/gcj-4.2-4.2.3/build'
  s=`cat status`; rm -f status; test $s -eq 0
  make[1]: *** [stamps/05-build-stamp] Error 1
  make[1]: Leaving directory `/build/user/gcj-4.2-4.2.3'
  make: *** [stamps/05-build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/02/05

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: proposal of release goal: buildability with future gcc versions

2008-01-24 Thread Lucas Nussbaum
On 24/01/08 at 01:42 +0100, Matthias Klose wrote:
 I did upgrade all reports mentioned in [2] to severity `important'. My
 current plan is to make gcc-4.3/g++-4.3 the default compiler once the
 gcc-4_3-release branch is created, for all architectures where we had
 sucessful rebuilds with GCC-4.3 as the default compiler.  These bug
 reports will be raised to severity `serious' at this time.

Hi Matthias,

What's your definition for a successful rebuild with gcc-4.3? Even on
i386, there are still a lot of packages that build fine with gcc-4.2,
but fail to build with gcc-4.3.

Also, does your plan include a move to gcj-4.3 as well?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459101: gnat-4.1: FTBFS with dash: CANNOT FIND debian/*FFI*

2008-01-04 Thread Lucas Nussbaum
Package: gnat-4.1
version: 4.1.2-17
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-dash-20080103 qa-ftbfs-dash

Hi,

During a rebuild of all packages in sid using /bin/dash as /bin/sh, your 
package failed to build.

Relevant part:

rm -f debian/substvars.local.tmp
( \
echo 'gcc:Version=4.1.2-2'; \
echo 'gcc:EpochVersion=1:4.1.2-17'; \
echo 'gcc:SoftVersion=4.1.2-2'; \
echo 'gpc:Version='; \
echo 'gdc:Version='; \
echo 'gcj:Version=4.1.2-17'; \
echo 'gcj:SoftVersion=4.1.2-2'; \
echo 'gnat:Version=4.1.2-17'; \
echo 'binutils:Version=2.17cvs20070426'; \
echo 'dep:libgcc=libgcc1 (= 1:4.1.2-17)'; \
echo 'dep:libgccbiarch=lib64gcc1 (= 1:4.1.2-17)'; \
echo 'dep:libcdev=libc6-dev (= 2.5)'; \
echo 'dep:libcbiarch=libc6-amd64 (= 2.5)'; \
echo 'dep:libcbiarchdev=libc6-dev-amd64'; \
echo 'dep:libunwinddev='; \
echo 'dep:libcxxbiarch=lib64stdc++6 (= ${gcc:Version})'; \
echo 'dep:libcxxbiarchdbg=lib64stdc++6-4.1-dbg'; \
echo 'dep:libgnat=libgnat-4.1 (= 4.1.2-17)'; \
)  debian/substvars.local.tmp
( \
echo 'gcc:multilib=gcc-4.1-multilib'; \
echo 'gxx:multilib=g++-4.1-multilib'; \
echo 'gobjc:multilib=gobjc-4.1-multilib'; \
echo 'gobjcxx:multilib=gobjc++-4.1-multilib'; \
echo 'gfortran:multilib=gfortran-4.1-multilib'; \
)  debian/substvars.local.tmp
echo 'dep:libfortranbiarch=lib64gfortran1 (= ${gcc:Version})' \
 debian/substvars.local.tmp
echo 'dep:gcj=gcc-4.1 (= 4.1.2-2)' \
 debian/substvars.local.tmp
[ -e debian/substvars.local ] \
   cmp -s debian/substvars.local debian/substvars.local.tmp \
   rm -f debian/substvars.local.tmp  exit 0; \
  mv debian/substvars.local.tmp debian/substvars.local; \
  touch stamps/03-control-stamp
fs=`echo debian/*-BV* debian/*GCJ* debian/*CXX* debian/*LC* debian/*FFI*|sort 
-u`; \
for f in $fs; do \
  [ -f $f ] || echo CANNOT FIND $f; \
  [ -f $f ] || continue; \
  f2=$(echo $f | sed 
's/BV/4.1/;s/PV//;s/CXX/6/;s/LGCJ/7-1/;s/GCJ/7/;s/LC/1/;s/FFI/4/'); \
  sed -e 's/@BV@/4.1/g' \
  -e 's/@PV@//g' \
  -e 's/@CXX@/6/g' \
  -e 's/@LGCJ@/7-1/g' \
  -e 's/@GCJ@/7/g' \
  -e 's/@LC@/1/g' \
  -e 's/@FFI@/4/g' \
  -e 's/@browser_dirs@/firefox iceape iceweasel mozilla midbrowser 
xulrunner/g' \
  -e 's/@GFDL@/#/g' \
$f  $f2; \
  touch -r $f $f2; \
done
CANNOT FIND debian/*FFI*
make[1]: Leaving directory `/build/user/gnat-4.1-4.1.2'
/usr/bin/make -f debian/rules2 stamps/04-configure-stamp
make[1]: Entering directory `/build/user/gnat-4.1-4.1.2'

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/01/03.dash/

Rumors say that Ubuntu is using dash as /bin/sh on their buildds, so a patch
might be available. Check http://packages.qa.debian.org/gnat-4.1, or
directly on launchpad: https://launchpad.net/ubuntu/+source/gnat-4.1.

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!

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#456867: gnat-4.2: FTBFS: dpkg-shlibdeps: failure: couldn't find library libgnat-4.2.so.1 needed by debian/libgnatprj4.2/usr/lib/libgnatprj.so.4.2 (its RPATH is '').

2007-12-18 Thread Lucas Nussbaum
Package: gnat-4.2
version: 4.2.2-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20071217 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  WARNING: removing doc directory  libgnatprj-dev
  dh_gencontrol -plibgnatprj-dev -- -v4.2.2-3 '-Vgcc:Version=4.2.2-2' 
  '-Vgcc:EpochVersion=1:4.2.2-3' '-Vgcc:SoftVersion=4.2.2-2' '-Vgpc:Version=' 
  '-Vgdc:Version=' '-Vgcj:Version=4.2.2-3' '-Vgcj:SoftVersion=4.2.2-2' 
  '-Vgcj:BaseVersion=4.2' '-Vgnat:Version=4.2.2-3' 
  '-Vbinutils:Version=2.17cvs20070426' '-Vdep:libgcc=libgcc1 (= 1:4.2.2-3)' 
  '-Vdep:libgccbiarch=lib64gcc1 (= 1:4.2.2-3)' '-Vdep:libcdev=libc6-dev (= 
  2.5)' '-Vdep:libcbiarch=libc6-amd64 (= 2.5)' 
  '-Vdep:libcbiarchdev=libc6-dev-amd64' '-Vdep:libunwinddev=' 
  '-Vdep:libcxxbiarch=lib64stdc++6 (= ${gcc:Version})' 
  '-Vdep:libcxxbiarchdbg=lib64stdc++6-4.2-dbg' '-Vdep:libgnat=libgnat-4.2 (= 
  4.2.2-3)' '-Vdep:ecj=libecj-java (= 3.3.0-2)' 
  '-Vgcc:multilib=gcc-4.2-multilib' '-Vgxx:multilib=g++-4.2-multilib' 
  '-Vgobjc:multilib=gobjc-4.2-multilib' 
  '-Vgobjcxx:multilib=gobjc++-4.2-multilib' 
  '-Vgfortran:multilib=gfortran-4.2-multilib' '-Vdep:gcj=gcc-4.2 (= 4.2.2-2)' 
  dh_md5sums -plibgnatprj-dev
  dh_builddeb -plibgnatprj-dev
  dpkg-deb: building package `libgnatprj-dev' in 
  `../libgnatprj-dev_4.2.2-3_i386.deb'.
  : # libgnatprj
  dh_movefiles -plibgnatprj4.2 usr/lib/libgnatprj.so.4.2
  debian/dh_doclink -plibgnatprj4.2 gnat-4.2-base
  WARNING: removing doc directory  libgnatprj4.2
  dh_strip -plibgnatprj4.2 --dbg-package=libgnatprj4.2-dbg
  dh_makeshlibs -plibgnatprj4.2 -V 'libgnatprj4.2 (= 4.2.2-3)'
  cat debian/libgnatprj4.2/DEBIAN/shlibs  debian/shlibs.local
  dh_shlibdeps -plibgnatprj4.2
  dpkg-shlibdeps: failure: couldn't find library libgnat-4.2.so.1 needed by 
  debian/libgnatprj4.2/usr/lib/libgnatprj.so.4.2 (its RPATH is '').
  Note: libraries are not searched in other binary packages that do not have 
  any shlibs file.
  To help dpkg-shlibdeps find private libraries, you might need to set 
  LD_LIBRARY_PATH.
  dh_shlibdeps: command returned error code 512
  make[1]: *** [stamps/08-binary-stamp-libgnatprj] Error 1
  make[1]: Leaving directory `/build/user/gnat-4.2-4.2.2'
  make: *** [binary] Error 2
  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary gave error 
  exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2007/12/17

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!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#456596: Please upload gcc-defaults 1.62

2007-12-18 Thread Lucas Nussbaum
On 16/12/07 at 23:53 +0100, Arthur Loiret wrote:
 
 reassign 456596 gcc-defaults 1.61
 thanks
 
 
 Matthias,
 
 Here is the diff against current SVN I already sent you.

Hi,

It would be great to fix this ASAP, as it makes a lot of packages
FTBFS...
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


signature.asc
Description: Digital signature


  1   2   >