Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822276 - dev-lisp/ecl-21.2.1-r4 - /.../sh:line <snip>: cd: .../.git: No such file or directory
Summary: dev-lisp/ecl-21.2.1-r4 - /.../sh:line <snip>: cd: .../.git: No such file or d...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-07 11:22 UTC by Toralf Förster
Modified: 2023-09-14 15:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.37 KB, text/plain)
2021-11-07 11:22 UTC, Toralf Förster
Details
dev-lisp:ecls-21.2.1-r4:20211107-111148.log (dev-lisp:ecls-21.2.1-r4:20211107-111148.log,72.85 KB, text/plain)
2021-11-07 11:22 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,202.26 KB, text/plain)
2021-11-07 11:22 UTC, Toralf Förster
Details
environment (environment,23.57 KB, text/plain)
2021-11-07 11:22 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,35.22 KB, application/x-bzip)
2021-11-07 11:22 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,21.04 KB, application/x-bzip)
2021-11-07 11:22 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.31 KB, application/x-bzip)
2021-11-07 11:22 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-11-07 11:22:28 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2021-11-07 11:22:29 UTC
Created attachment 749295 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-11-07 11:22:30 UTC
Created attachment 749298 [details]
dev-lisp:ecls-21.2.1-r4:20211107-111148.log
Comment 3 Toralf Förster gentoo-dev 2021-11-07 11:22:32 UTC
Created attachment 749301 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-11-07 11:22:33 UTC
Created attachment 749304 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-11-07 11:22:34 UTC
Created attachment 749307 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-11-07 11:22:35 UTC
Created attachment 749310 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-11-07 11:22:36 UTC
Created attachment 749313 [details]
temp.tar.bz2
Comment 8 Ulrich Müller gentoo-dev 2021-11-07 17:48:17 UTC
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.
Comment 9 Toralf Förster gentoo-dev 2021-11-07 17:57:08 UTC
(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
Comment 10 Toralf Förster gentoo-dev 2021-11-07 17:58:03 UTC
(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