[oe-commits] [Bug 5261] New: guile-native_1.8.2 fails to build

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Fri Jun 26 13:33:54 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5261

           Summary: guile-native_1.8.2 fails to build
           Product: Openembedded
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: chrisfriedt at gmail.com


Admittedly, I'm actually using MokoMakefile to build my OM2009 distro with the
fso-testing image, but this recipe comes from org.openembedded.dev. I've never
seen an error like this before. The build fails with 

/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/libguile/guile.c:72:
undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'

See the full log below.


NOTE: make
make  all-recursive
make[1]: Entering directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2'
Making all in oop
make[2]: Entering directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/oop'
Making all in goops
make[3]: Entering directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/oop/goops'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/oop/goops'
make[3]: Entering directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/oop'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/oop'
make[2]: Leaving directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/oop'
Making all in libguile
make[2]: Entering directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/libguile'
make  all-am
make[3]: Entering directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/libguile'
/bin/sh ../libtool --tag=CC   --mode=link ccache gcc -pthread
-isystem/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/include
-O2 -ggdb3 -Wall -Wmissing-prototypes -Werror -dlpreopen force -pthread
-L/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib
-Wl,-rpath-link,/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib
-Wl,-rpath,/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib
-Wl,-O1  -L/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib -o
guile guile-guile.o libguile.la -lgmp -lcrypt -lm -lltdl 
rm -f .libs/guile.nm .libs/guile.nmS .libs/guile.nmT
creating .libs/guileS.c
(cd .libs && ccache gcc 
-isystem/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/include
-O2 -ggdb3 -c -fno-builtin "guileS.c")
rm -f .libs/guileS.c .libs/guile.nm .libs/guile.nmS .libs/guile.nmT
ccache gcc -pthread
-isystem/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/include
-O2 -ggdb3 -Wall -Wmissing-prototypes -Werror .libs/guileS.o -pthread
-Wl,-rpath-link
-Wl,/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib
-Wl,-rpath
-Wl,/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib -Wl,-O1
-o .libs/guile guile-guile.o -Wl,--export-dynamic 
-L/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib
./.libs/libguile.so
/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib/libgmp.so
-lcrypt -lm
/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib/libltdl.so
-Wl,--rpath
-Wl,/home/cfriedt/openmoko/fso-testing/tmp/staging/i686-linux/usr/lib
guile-guile.o: In function `main':
/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/libguile/guile.c:72:
undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
collect2: ld returned 1 exit status
make[3]: *** [guile] Error 1
make[3]: Leaving directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/cfriedt/openmoko/fso-testing/tmp/work/i686-linux/guile-native-1.8.2-r0/guile-1.8.2'
make: *** [all] Error 2
FATAL: oe_runmake failed

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list