[oe-issues] [Bug 3511] New: openjade-native: FTBFS
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Dec 21 14:20:56 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=3511
Summary: openjade-native: FTBFS
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: thebohemian at gmx.net
Created an attachment (id=3641)
--> (http://bugs.openembedded.org/attachment.cgi?id=3641)
fix openjade-native build, provide jade binary
When linking the jade executable the build fails with:
g++: /home/rob/oe/chinook/tmp/staging/i686-linux/lib/.libs/libosp.so: No such
file or directory
However the library in question is available in ${STAGING_LIBDIR_NATIVE}. After
investigating the situation I found out that openjade's build systems points to
the library via its .la file.
Out of any other ideas I decided to patch the build system in a way that the
"libosp.la" entry is replaced with "libosp.so". This affects the build time
generated file jade/Makefile.lt. With this change in place the build finishes.
Another small problem I found is that openjade-native installs an 'openjade'
binary. However docbook-utils-native needs it as 'jade'. I added another
install command with that name to fix the issue.
--
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-issues
mailing list