make[2]: Entering directory '/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/build/doc' cp -r /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/doc/manual . /bin/sh: line 1: cd: /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/../.git: No such file or directory tags generation failed, but this does not break the build. /bin/mkdir -p '/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/build/share/man/man3' /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/man/ffi.3 /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/man/ffi_call.3 /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/man/ffi_prep_cif.3 /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/man/ffi_prep_cif_var.3 '/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/build/share/man/man3' make MAKEINFO=/usr/bin/makeinfo -C manual info ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1-j4_debug-20211105-183959 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-11.2.0 * clang version 13.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/13/bin /usr/lib/llvm/13 13.0.0 Python 3.9.8 Available Rust versions: [1] rust-1.56.1 * The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: HEAD of ::gentoo commit f6f85714015003567d23430819bffbcd1abe7bb1 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Nov 7 09:51:32 2021 +0000 2021-11-07 09:51:31 UTC emerge -qpvO dev-lisp/ecls [ebuild N ] dev-lisp/ecls-21.2.1-r4 USE="X gengc precisegc unicode -cxx -debug -emacs -threads" CPU_FLAGS_X86="sse"
Created attachment 749295 [details] emerge-info.txt
Created attachment 749298 [details] dev-lisp:ecls-21.2.1-r4:20211107-111148.log
Created attachment 749301 [details] emerge-history.txt
Created attachment 749304 [details] environment
Created attachment 749307 [details] etc.portage.tar.bz2
Created attachment 749310 [details] logs.tar.bz2
Created attachment 749313 [details] temp.tar.bz2
This is intentional, see src/Makefile.in: .git/tags: ( cd $(srcdir)/../.git && test "x$(CTAGS)" != "x" && $(CTAGS) -f tags -R --langmap=c:+.d ../src || false) || echo "tags generation failed, but this does not break the build." Why do you consider this an error? The build doesn't fail, and the tags file isn't being installed.
(In reply to Ulrich Müller from comment #8) > This is intentional, see src/Makefile.in: > > .git/tags: > ( cd $(srcdir)/../.git && test "x$(CTAGS)" != "x" && $(CTAGS) -f tags -R > --langmap=c:+.d ../src || false) || echo "tags generation failed, but this > does not break the build." > > Why do you consider this an error? The build doesn't fail, and the tags file > isn't being installed. Oh, emerge returns with an error. SO I filed this as a bug
(In reply to Toralf Förster from comment #9) > (In reply to Ulrich Müller from comment #8) > > This is intentional, see src/Makefile.in: > > > > .git/tags: > > ( cd $(srcdir)/../.git && test "x$(CTAGS)" != "x" && $(CTAGS) -f tags -R > > --langmap=c:+.d ../src || false) || echo "tags generation failed, but this > > does not break the build." > > > > Why do you consider this an error? The build doesn't fail, and the tags file > > isn't being installed. > > Oh, emerge returns with an error. > SO I filed this as a bug But it seems that the real culprit is : Building ecl_min... GC Warning: Memory unmapping is disabled as incompatible with MPROTECT_VDB Internal or unrecoverable error in: Got signal before environment was installed on our thread ;;; ECL C Backtrace ;;; ./ecl_min(+0xb4796) [0x555dee496796] ;;; ./ecl_min(+0xa2b98) [0x555dee484b98] ;;; ./ecl_min(+0xcadb0) [0x555dee4acdb0] ;;; ./ecl_min(+0xcbb2b) [0x555dee4adb2b] ;;; /usr/lib64/libgc.so.1(+0xc1dc) [0x7f9fb31c41dc] ;;; /lib64/libc.so.6(+0x3db10) [0x7f9fb2f26b10] ;;; ./ecl_min(+0xcf222) [0x555dee4b1222] ;;; ./ecl_min(+0xcf536) [0x555dee4b1536] ;;; ./ecl_min(+0xcf127) [0x555dee4b1127] ;;; ./ecl_min(+0x78fd1) [0x555dee45afd1] ;;; ./ecl_min(+0x77ac0) [0x555dee459ac0] ;;; /lib64/libc.so.6(+0x292fa) [0x7f9fb2f122fa] ;;; /lib64/libc.so.6(__libc_start_main+0x78) [0x7f9fb2f123a8] ;;; ./ecl_min(+0x77121) [0x555dee459121] make[1]: *** [Makefile:99: bin/ecl] Error 134 make[1]: Leaving directory '/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/build' make: *** [Makefile:65: all] Error 2 * ERROR: dev-lisp/ecls-21.2.1-r4::gentoo failed (compile phase): * emake failed