On 12/20/2011 12:48 AM, Ludovic Courtès wrote:
> Hello,
> 
> Stefano Lattarini <[email protected]> skribis:
> 
>> Trying to boostrap and build Guile from the master branch of its git
>> repository fails for me on Debian GNU/Linux:
> 
> Can you please check the stable-2.0 branch instead?
>

 $ (sh autogen.sh && ./configure && make && make check) 2>&1 | tee build.log
 ...
  CC     test_pthread_create-test-pthread-create.o
  CCLD   test-pthread-create
  CC     test_pthread_create_secondary-test-pthread-create-secondary.o
In file included from test-pthread-create-secondary.c:30:0:
/usr/include/gc/gc_version.h:17:5: error: #error Inconsistent version info. 
Check README, version.h, and configure.ac.
make[5]: *** [test_pthread_create_secondary-test-pthread-create-secondary.o] 
Error 1
make[5]: Leaving directory `/devel/stefano/src/gnu/guile/test-suite/standalone'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/devel/stefano/src/gnu/guile/test-suite/standalone'
make[3]: *** [check] Error 2
make[3]: Leaving directory `/devel/stefano/src/gnu/guile/test-suite/standalone'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/devel/stefano/src/gnu/guile/test-suite'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/devel/stefano/src/gnu/guile'
make: *** [check] Error 2

Attached is the complete build.log file (compressed).

Regards,
  Stefano

Attachment: build.log.gz
Description: application/gzip

Reply via email to