unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Build errors, stable-2.0, missing declarations
@ 2011-03-22 22:43 Kevin Fletcher
  2011-03-23 23:22 ` Andreas Rottmann
  2011-03-24 19:39 ` Andy Wingo
  0 siblings, 2 replies; 5+ messages in thread
From: Kevin Fletcher @ 2011-03-22 22:43 UTC (permalink / raw)
  To: bug-guile

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

Branch: 190d4b0..8099352  stable-2.0 -> origin/stable-2.0

'make -k' log attached.

[-- Attachment #2: make-log --]
[-- Type: application/octet-stream, Size: 6110 bytes --]

/usr/bin/make  all-recursive
make[1]: Entering directory `/home/kjfletch/repos/guile'
Making all in lib
make[2]: Entering directory `/home/kjfletch/repos/guile/lib'
/usr/bin/make  all-recursive
make[3]: Entering directory `/home/kjfletch/repos/guile/lib'
make[4]: Entering directory `/home/kjfletch/repos/guile/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/kjfletch/repos/guile/lib'
make[3]: Leaving directory `/home/kjfletch/repos/guile/lib'
make[2]: Leaving directory `/home/kjfletch/repos/guile/lib'
Making all in meta
make[2]: Entering directory `/home/kjfletch/repos/guile/meta'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kjfletch/repos/guile/meta'
Making all in libguile
make[2]: Entering directory `/home/kjfletch/repos/guile/libguile'
/usr/bin/make  all-am
make[3]: Entering directory `/home/kjfletch/repos/guile/libguile'
  CC     libguile_2.0_la-threads.lo
threads.c:542: warning: 'struct GC_stack_base' declared inside parameter list
threads.c:542: warning: its scope is only this definition or declaration, which is probably not what you want
threads.c: In function 'do_thread_exit_trampoline':
threads.c:547: warning: implicit declaration of function 'GC_register_my_thread'
threads.c:551: error: 'GC_SUCCESS' undeclared (first use in this function)
threads.c:551: error: (Each undeclared identifier is reported only once
threads.c:551: error: for each function it appears in.)
threads.c:552: warning: implicit declaration of function 'GC_unregister_my_thread'
threads.c: In function 'on_thread_exit':
threads.c:584: warning: implicit declaration of function 'GC_call_with_stack_base'
make[3]: *** [libguile_2.0_la-threads.lo] Error 1
make[3]: Target `all-am' not remade because of errors.
make[3]: Leaving directory `/home/kjfletch/repos/guile/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/kjfletch/repos/guile/libguile'
Making all in module
make[2]: Entering directory `/home/kjfletch/repos/guile/module'
  GUILEC ice-9/eval.go
exec: 136: /home/kjfletch/repos/guile/libguile/guile: not found
make[2]: *** [ice-9/eval.go] Error 2
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/kjfletch/repos/guile/module'
Making all in guile-readline
make[2]: Entering directory `/home/kjfletch/repos/guile/guile-readline'
/usr/bin/make  all-am
make[3]: Entering directory `/home/kjfletch/repos/guile/guile-readline'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/kjfletch/repos/guile/guile-readline'
make[2]: Leaving directory `/home/kjfletch/repos/guile/guile-readline'
Making all in examples
make[2]: Entering directory `/home/kjfletch/repos/guile/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kjfletch/repos/guile/examples'
Making all in emacs
make[2]: Entering directory `/home/kjfletch/repos/guile/emacs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kjfletch/repos/guile/emacs'
Making all in test-suite
make[2]: Entering directory `/home/kjfletch/repos/guile/test-suite'
Making all in standalone
make[3]: Entering directory `/home/kjfletch/repos/guile/test-suite/standalone'
/usr/bin/make  all-am
make[4]: Entering directory `/home/kjfletch/repos/guile/test-suite/standalone'
make[4]: *** No rule to make target `../../libguile/libguile-2.0.la', needed by `libtest-asmobs.la'.
make[4]: Target `all-am' not remade because of errors.
make[4]: Leaving directory `/home/kjfletch/repos/guile/test-suite/standalone'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/kjfletch/repos/guile/test-suite/standalone'
Making all in vm
make[3]: Entering directory `/home/kjfletch/repos/guile/test-suite/vm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/kjfletch/repos/guile/test-suite/vm'
make[3]: Entering directory `/home/kjfletch/repos/guile/test-suite'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/kjfletch/repos/guile/test-suite'
make[2]: *** [all-recursive] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/kjfletch/repos/guile/test-suite'
Making all in benchmark-suite
make[2]: Entering directory `/home/kjfletch/repos/guile/benchmark-suite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kjfletch/repos/guile/benchmark-suite'
Making all in gc-benchmarks
make[2]: Entering directory `/home/kjfletch/repos/guile/gc-benchmarks'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kjfletch/repos/guile/gc-benchmarks'
Making all in am
make[2]: Entering directory `/home/kjfletch/repos/guile/am'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kjfletch/repos/guile/am'
Making all in doc
make[2]: Entering directory `/home/kjfletch/repos/guile/doc'
Making all in ref
make[3]: Entering directory `/home/kjfletch/repos/guile/doc/ref'
GUILE_AUTO_COMPILE=0				\
	"/home/kjfletch/repos/guile/meta/guile" "./make-texinfo.scm"	\
	  "/home/kjfletch/repos/guile/doc/ref/standard-library.scm" > "standard-library.texi.tmp"
exec: 136: /home/kjfletch/repos/guile/libguile/guile: not found
make[3]: *** [standard-library.texi] Error 2
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/kjfletch/repos/guile/doc/ref'
Making all in r5rs
make[3]: Entering directory `/home/kjfletch/repos/guile/doc/r5rs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/kjfletch/repos/guile/doc/r5rs'
make[3]: Entering directory `/home/kjfletch/repos/guile/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/kjfletch/repos/guile/doc'
make[2]: *** [all-recursive] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/kjfletch/repos/guile/doc'
make[2]: Entering directory `/home/kjfletch/repos/guile'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/kjfletch/repos/guile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kjfletch/repos/guile'
make: *** [all] Error 2

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

end of thread, other threads:[~2011-03-31 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 22:43 Build errors, stable-2.0, missing declarations Kevin Fletcher
2011-03-23 23:22 ` Andreas Rottmann
2011-03-24 19:39 ` Andy Wingo
2011-03-31 19:42   ` Kevin Fletcher
2011-03-31 20:18     ` Andy Wingo

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).