unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#10310: Guile fails to bootstrap on Debian unstable
@ 2011-12-16 14:07 Stefano Lattarini
  2011-12-19 23:48 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Stefano Lattarini @ 2011-12-16 14:07 UTC (permalink / raw)
  To: 10310

[-- Attachment #1: Type: Text/Plain, Size: 2230 bytes --]

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

[-- Attachment #2: output.gz --]
[-- Type: application/x-gzip, Size: 94737 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#10310: Guile fails to bootstrap on Debian unstable
  2011-12-16 14:07 bug#10310: Guile fails to bootstrap on Debian unstable Stefano Lattarini
@ 2011-12-19 23:48 ` Ludovic Courtès
  2011-12-20 13:21   ` Stefano Lattarini
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2011-12-19 23:48 UTC (permalink / raw)
  To: Stefano Lattarini; +Cc: 10310

Hello,

Stefano Lattarini <stefano.lattarini@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’.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#10310: Guile fails to bootstrap on Debian unstable
  2011-12-19 23:48 ` Ludovic Courtès
@ 2011-12-20 13:21   ` Stefano Lattarini
  2011-12-21 13:41     ` Andy Wingo
  0 siblings, 1 reply; 5+ messages in thread
From: Stefano Lattarini @ 2011-12-20 13:21 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 10310

[-- Attachment #1: Type: text/plain, Size: 1406 bytes --]

On 12/20/2011 12:48 AM, Ludovic Courtès wrote:
> Hello,
> 
> Stefano Lattarini <stefano.lattarini@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

[-- Attachment #2: build.log.gz --]
[-- Type: application/gzip, Size: 20429 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#10310: Guile fails to bootstrap on Debian unstable
  2011-12-20 13:21   ` Stefano Lattarini
@ 2011-12-21 13:41     ` Andy Wingo
  2012-01-25 16:05       ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Wingo @ 2011-12-21 13:41 UTC (permalink / raw)
  To: Stefano Lattarini; +Cc: Ludovic Courtès, 10310, Rob Browning

On Tue 20 Dec 2011 14:21, Stefano Lattarini <stefano.lattarini@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/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#10310: Guile fails to bootstrap on Debian unstable
  2011-12-21 13:41     ` Andy Wingo
@ 2012-01-25 16:05       ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2012-01-25 16:05 UTC (permalink / raw)
  To: Andy Wingo; +Cc: Stefano Lattarini, Rob Browning, 10310-close

Hi,

This was fixed in commit 8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a, so
closing.

Thanks!

Ludo’.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-25 16:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-16 14:07 bug#10310: Guile fails to bootstrap on Debian unstable Stefano Lattarini
2011-12-19 23:48 ` Ludovic Courtès
2011-12-20 13:21   ` Stefano Lattarini
2011-12-21 13:41     ` Andy Wingo
2012-01-25 16:05       ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).