#668843 ecl/experimental: FTBFS[!linux]: testsuite hangs

#668843#5
Date:
2012-04-14 20:29:39 UTC
From:
To:
Hi!

Your package failed to build on the kfreebsd-* buildds:

if [ -f CROSS-COMPILER ]; then \
		touch ecl_min; \
	else \
		gcc  -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -latomic_ops -leclffi  -lgmp -lgc -lpthread -ldl  -lm ;\
	fi
sed -e 's,@ecldir\\@,/usr/lib/ecl-12.2.1/,g' \
	    -e 's,@libdir\\@,/usr/lib/,g' < compile.pre > compile.lsp
echo "#" `uname -a` > build-stamp
head -8 config.log | tail -6 >> build-stamp
if [ -f CROSS-COMPILER ]; then \
		./CROSS-COMPILER compile; \
	else \
		ECLDIR=`pwd`/ ./ecl_min compile; \
	fi
;*** Lisp core booted ****
ECL (Embeddable Common Lisp)

;;;
;;; Welcome to bare.lsp. Let's bring this instance up!
;;;
;;;
;;; About to load lsp/load.lsp
E: Caught signal 'Terminated': terminating immediately
make[2]: *** [bin/ecl] Terminated
make[1]: *** [all] Terminated
make: *** [build-arch-stamp] Terminated
;;; Build killed with signal TERM after 150 minutes of inactivity

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=ecl&arch=kfreebsd-amd64&ver=12.2.1-1&stamp=1334416886

Regards

    Christoph

#668843#10
Date:
2012-04-15 14:05:19 UTC
From:
To:
Hi all!

Christoph Egger <christoph@debian.org> writes:

It gets past this point with kfreebsd-9.0 kernel and a patched eglibc

Regards

     Christoph

#668843#15
Date:
2012-04-15 14:09:28 UTC
From:
To:
Christoph Egger <christoph@debian.org> writes:

;;; About to load lsp/load.lsp
;;;
;;; Loading src:lsp;export.lsp
;;; Loading src:lsp;defmacro.lsp
E: Caught signal 'Terminated': terminating immediately
make[2]: *** [bin/ecl] Terminated
make[1]: *** [all] Terminated
make: *** [build-arch-stamp] Terminated

Regards

    Christoph

#668843#20
Date:
2012-04-15 14:28:42 UTC
From:
To:
El 15 d’abril de 2012 16:09, Christoph Egger >>> ;;; About to load lsp/load.lsp

Are you sure it's related to my eglibc patches?  It might be a race.

#668843#25
Date:
2012-04-15 14:43:56 UTC
From:
To:
Robert Millan <rmh@debian.org> writes:

It probably just also fails if the patches are there.

Regards

    Christoph

#668843#32
Date:
2013-12-23 13:41:41 UTC
From:
To:
kfreebsd is now fine (at least since 12.12) so not RC any
more. Suggestions/Patches from hurd people welcome ;-)

  Christoph