GNU bug report logs - #10310
Guile fails to bootstrap on Debian unstable

Previous Next

Package: guile;

Reported by: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Date: Fri, 16 Dec 2011 14:10:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10310 in the body.
You can then email your comments to 10310 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#10310; Package guile. (Fri, 16 Dec 2011 14:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefano Lattarini <stefano.lattarini <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Fri, 16 Dec 2011 14:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: bug-guile <at> gnu.org
Subject: Guile fails to bootstrap on Debian unstable
Date: Fri, 16 Dec 2011 15:07:02 +0100
[Message part 1 (text/plain, inline)]
Hello.

Trying to boostrap and build Guile from the master branch of its git
repository fails for me on Debian GNU/Linux:

  $ (set -x && ./autogen.sh && ./configure && cat config.log && make) 2>&1 | tee output
  + ./autogen.sh

  autoconf (GNU Autoconf) 2.68
  Copyright (C) 2010 Free Software Foundation, Inc.
  ...
  ... [MEGA-SNIP]
  ...
  CC     libguile_2.2_la-weak-table.lo
  weak-table.c: In function 'move_disappearing_links':
  weak-table.c:164:7: warning: passing argument 1 of 'GC_unregister_disappearing_link'
  from incompatible pointer type [enabled by default]
  /usr/include/gc/gc.h:771:12: note: expected 'void **' but argument is of type 'scm_t_bits *'
  weak-table.c:165:7: warning: passing argument 1 of 'GC_general_register_disappearing_link'
  from incompatible pointer type [enabled by default]
  /usr/include/gc/gc.h:744:12: note: expected 'void **' but argument is of type 'scm_t_bits *'
  weak-table.c:175:7: warning: passing argument 1 of 'GC_unregister_disappearing_link'
  from incompatible pointer type [enabled by default]
  /usr/include/gc/gc.h:771:12: note: expected 'void **' but argument is of type 'scm_t_bits *'
  weak-table.c:176:7: warning: passing argument 1 of 'GC_general_register_disappearing_link'
  from incompatible pointer type [enabled by default]
  /usr/include/gc/gc.h:744:12: note: expected 'void **' but argument is of type 'scm_t_bits *'
    CC     libguile_2.2_la-weak-vector.lo
    CC     dynl.lo
    CC     posix.lo
    CC     net_db.lo
    CC     socket.lo
    CC     regex-posix.lo
    CCLD   libguile-2.2.la
    CC     guile-guile.o
    CCLD   guile
  ./.libs/libguile-2.2.so: undefined reference to `GC_gcollect_and_unmap'
  ./.libs/libguile-2.2.so: undefined reference to `GC_get_unmapped_bytes'
  collect2: ld returned 1 exit status
  make[3]: *** [guile] Error 1
  make[3]: Leaving directory `/devel/stefano/src/gnu/guile/libguile'
  make[2]: *** [all] Error 2
  make[2]: Leaving directory `/devel/stefano/src/gnu/guile/libguile'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/devel/stefano/src/gnu/guile'
  make: *** [all] Error 2

Attached is the captured output (compressed).  Let me know if you neeed
more information.

Regards,
  Stefano
[output.gz (application/x-gzip, attachment)]

Information forwarded to bug-guile <at> gnu.org:
bug#10310; Package guile. (Mon, 19 Dec 2011 23:51:01 GMT) Full text and rfc822 format available.

Message #8 received at 10310 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 10310 <at> debbugs.gnu.org
Subject: Re: bug#10310: Guile fails to bootstrap on Debian unstable
Date: Tue, 20 Dec 2011 00:48:36 +0100
Hello,

Stefano Lattarini <stefano.lattarini <at> gmail.com> 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?

I don’t think it’s necessary to report build issues against ‘master’
since it’s bleeding edge anyway.  :-)

Thanks,
Ludo’.




Information forwarded to bug-guile <at> gnu.org:
bug#10310; Package guile. (Tue, 20 Dec 2011 13:24:01 GMT) Full text and rfc822 format available.

Message #11 received at 10310 <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 10310 <at> debbugs.gnu.org
Subject: Re: bug#10310: Guile fails to bootstrap on Debian unstable
Date: Tue, 20 Dec 2011 14:21:09 +0100
[Message part 1 (text/plain, inline)]
On 12/20/2011 12:48 AM, Ludovic Courtès wrote:
> Hello,
> 
> Stefano Lattarini <stefano.lattarini <at> gmail.com> 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
[build.log.gz (application/gzip, attachment)]

Information forwarded to bug-guile <at> gnu.org:
bug#10310; Package guile. (Wed, 21 Dec 2011 13:45:02 GMT) Full text and rfc822 format available.

Message #14 received at 10310 <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 10310 <at> debbugs.gnu.org,
	Rob Browning <rlb <at> defaultvalue.org>
Subject: Re: bug#10310: Guile fails to bootstrap on Debian unstable
Date: Wed, 21 Dec 2011 14:41:59 +0100
On Tue 20 Dec 2011 14:21, Stefano Lattarini <stefano.lattarini <at> gmail.com> writes:

>  $ (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.

I wonder what this is about.  Debian has a patch here, AFAIK:

  http://patch-tracker.debian.org/patch/series/view/guile-2.0/2.0.3+1-2/0003-Include-gc.h-rather-than-gc-gc_version.h-in-pthread-.patch

Andy
-- 
http://wingolog.org/




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Wed, 25 Jan 2012 16:06:02 GMT) Full text and rfc822 format available.

Notification sent to Stefano Lattarini <stefano.lattarini <at> gmail.com>:
bug acknowledged by developer. (Wed, 25 Jan 2012 16:06:02 GMT) Full text and rfc822 format available.

Message #19 received at 10310-close <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Andy Wingo <wingo <at> pobox.com>
Cc: Stefano Lattarini <stefano.lattarini <at> gmail.com>,
	Rob Browning <rlb <at> defaultvalue.org>, 10310-close <at> debbugs.gnu.org
Subject: Re: bug#10310: Guile fails to bootstrap on Debian unstable
Date: Wed, 25 Jan 2012 17:05:02 +0100
Hi,

This was fixed in commit 8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a, so
closing.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 Feb 2012 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.