[oe-issues] [Bug 1863] New: lyx bb file from org.openembedded.oz354x won't build
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Sun Feb 11 20:06:25 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1863
Summary: lyx bb file from org.openembedded.oz354x won't build
Product: Openembedded
Version: OpenZaurus 3.5.4.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: alexr at caltech.edu
QAContact: tinderbox-oe at gmx.net
Attempting to build lyx using `bitbake lyx` fails, using the bb from stable.
All the other bb's I tried to build work fine so I know it's not a problem with
the setup.
The problem is that ld is trying to link the app against my compiling system's
libraries in /usr/lib instead of the arm libraries in the staging directory. If
you look on the command line you'll notice switches of the form -L/usr/lib/*.so
Build gives errors of the form:
...
| ccache arm-linux-g++
-I/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/include
-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2
-fpermissive -Wl,-rpath-link
-Wl,/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib -Wl,-O1 -o lyx
BufferView.o BufferView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o
FloatList.o Floating.o FuncStatus.o InsetList.o LColor.o LaTeX.o
LaTeXFeatures.o LyXAction.o MenuBackend.o paragraph_funcs.o ParagraphList.o
ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o ToolbarDefaults.o
boost.o boost-inst.o box.o buffer.o bufferlist.o bufferparams.o
bufferview_funcs.o chset.o converter.o counters.o debug.o encoding.o exporter.o
gettext.o factory.o funcrequest.o importer.o intl.o iterators.o kbmap.o
kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o lyx_main.o
lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o lyxgluelength.o lyxlayout.o
lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o
lyxtextclasslist.o lyxvc.o main.o paragraph.o paragraph_pimpl.o ispell.o
SpellBase.o sgml.o tabular.o tabular-old.o tabular_funcs.o tex-accent.o
tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o trans_mgr.o undo.o
undo_funcs.o vc-backend.o version.o vspace.o
-L/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib mathed/.libs/libmathed.a
insets/.libs/libinsets.a frontends/.libs/libfrontends.a
-L/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/qt3//lib
/usr/lib/libqt-mt.so -L/usr/X11R6/lib -lfontconfig -lXt /usr/lib/libjpeg.so
-lXrender -lXrandr -lXcursor -lXft /usr/lib/libfreetype.so -lfontconfig -lXext
-lX11 -lSM -lICE -laudio /usr/lib/libXt.so
/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib/.libs/libjpeg.so -lpng -lz
-lXi /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXfixes.so
-lXinerama /usr/lib/libXft.so /usr/lib/libXrender.so
/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib/.libs/libfontconfig.so
/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib/.libs/libfreetype.so
/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib/.libs/libexpat.so
/usr/lib/libXext.so -lpthread graphics/.libs/libgraphics.a
support/.libs/libsupport.a ../boost/libs/regex/src/.libs/libboostregex.a
../boost/libs/signals/src/.libs/libboostsignals.a /usr/lib/libSM.so
/usr/lib/libICE.so -lc -lm
/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib/.libs/libX11.so
/usr/lib/libXau.so -ldl -Wl,--rpath
-Wl,/home/alexr/Desktop/zaurus/tmp/staging/arm-linux/lib/.libs
| /usr/lib/libqt-mt.so: could not read symbols: File in wrong format
| collect2: ld returned 1 exit status
...
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list