Summary: | dev-lisp/ecl-21.2.1-r4 - /.../sh:line <snip>: cd: .../.git: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Common Lisp Bugs <common-lisp> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-lisp:ecls-21.2.1-r4:20211107-111148.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() 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 |