* [Buildroot] QT packackage grantlee not building @ 2012-11-09 21:44 Sagaert Johan 2012-11-09 21:48 ` Arnout Vandecappelle 0 siblings, 1 reply; 4+ messages in thread From: Sagaert Johan @ 2012-11-09 21:44 UTC (permalink / raw) To: buildroot Hi Currently the build of the QT grantlee package is broken: it seems like libpthread is not linked in. [ 97%] Building CXX object templates/defaulttags/CMakeFiles/grantlee_defaulttags.dir/moc_spaceless.cxx.o [ 97%] Building CXX object templates/defaulttags/CMakeFiles/grantlee_defaulttags.dir/moc_ssi.cxx.o [ 97%] Building CXX object templates/defaulttags/CMakeFiles/grantlee_defaulttags.dir/moc_templatetag.cxx.o [ 98%] Building CXX object templates/defaulttags/CMakeFiles/grantlee_defaulttags.dir/moc_widthratio.cxx.o [ 98%] Building CXX object templates/defaulttags/CMakeFiles/grantlee_defaulttags.dir/moc_with.cxx.o Linking CXX shared module ../../grantlee/0.2/grantlee_defaulttags.so make[3]: Leaving directory `/home/buildroot12git/output/build/grantlee-0.2.0' [ 98%] Built target grantlee_defaulttags Linking CXX executable testgenerictypes_exec /home/buildroot12git/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/b in/ld: /home/buildroot12git/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libQtCore.so: undefined reference to symbol 'pthread_cancel' /home/buildroot12git/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/b in/ld: note: 'pthread_cancel' is defined in DSO /home/buildroot12git/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/lib/libpthread.so.0 so try adding it to the linker command line /home/buildroot12git/output/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/lib/libpthread.so.0: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[3]: *** [templates/tests/testgenerictypes_exec] Error 1 make[3]: Leaving directory `/home/buildroot12git/output/build/grantlee-0.2.0' make[2]: *** [templates/tests/CMakeFiles/testgenerictypes_exec.dir/all] Error 2 make[2]: Leaving directory `/home/buildroot12git/output/build/grantlee-0.2.0' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/buildroot12git/output/build/grantlee-0.2.0' make: *** [/home/buildroot12git/output/build/grantlee-0.2.0/.stamp_built] Error Regards Johan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121109/fe4fbd19/attachment.html> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] QT packackage grantlee not building 2012-11-09 21:44 [Buildroot] QT packackage grantlee not building Sagaert Johan @ 2012-11-09 21:48 ` Arnout Vandecappelle 2012-11-11 21:05 ` Zoltan Gyarmati 0 siblings, 1 reply; 4+ messages in thread From: Arnout Vandecappelle @ 2012-11-09 21:48 UTC (permalink / raw) To: buildroot On 11/09/12 22:44, Sagaert Johan wrote: > Currently the build of the QT grantlee package is broken: > it seems like libpthread is not linked in. Could you post a defconfig so we can try to reproduce? Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286540 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] QT packackage grantlee not building 2012-11-09 21:48 ` Arnout Vandecappelle @ 2012-11-11 21:05 ` Zoltan Gyarmati [not found] ` <5ECF3E39D913490AB1D4F8AF7FA3450B@JohanW7> 0 siblings, 1 reply; 4+ messages in thread From: Zoltan Gyarmati @ 2012-11-11 21:05 UTC (permalink / raw) To: buildroot Hi, going to check it as soon a spossible, a defconfig would be useful indeed. Thx for the report! BR, Zoltan Gyarmati On 11/09/2012 10:48 PM, Arnout Vandecappelle wrote: > On 11/09/12 22:44, Sagaert Johan wrote: >> Currently the build of the QT grantlee package is broken: >> it seems like libpthread is not linked in. > > Could you post a defconfig so we can try to reproduce? > > Regards, > Arnout ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <5ECF3E39D913490AB1D4F8AF7FA3450B@JohanW7>]
* [Buildroot] QT packackage grantlee not building [not found] ` <5ECF3E39D913490AB1D4F8AF7FA3450B@JohanW7> @ 2012-11-12 21:17 ` Zoltan Gyarmati 0 siblings, 0 replies; 4+ messages in thread From: Zoltan Gyarmati @ 2012-11-12 21:17 UTC (permalink / raw) To: buildroot On 11/11/2012 11:26 PM, Sagaert Johan wrote: > Hi > > I included my config > > Regards , Johan > > > > -----Oorspronkelijk bericht----- > Van: buildroot-bounces at busybox.net [mailto:buildroot-bounces at busybox.net] Namens Zoltan Gyarmati > Verzonden: zondag 11 november 2012 22:05 > Aan: buildroot at busybox.net > Onderwerp: Re: [Buildroot] QT packackage grantlee not building > > Hi, > > going to check it as soon a spossible, a defconfig would be useful indeed. > Thx for the report! > > BR, > Zoltan Gyarmati > > > > On 11/09/2012 10:48 PM, Arnout Vandecappelle wrote: >> On 11/09/12 22:44, Sagaert Johan wrote: >>> Currently the build of the QT grantlee package is broken: >>> it seems like libpthread is not linked in. >> Could you post a defconfig so we can try to reproduce? >> >> Regards, >> Arnout > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot Hi, i just managed to reproduce the issue, i'll send a patch to fix it, thx -- br, Zoltan Gyarmati mail: mr.zoltan.gyarmati at gmail.com freenode nick: zgyarmati ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-12 21:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 21:44 [Buildroot] QT packackage grantlee not building Sagaert Johan
2012-11-09 21:48 ` Arnout Vandecappelle
2012-11-11 21:05 ` Zoltan Gyarmati
[not found] ` <5ECF3E39D913490AB1D4F8AF7FA3450B@JohanW7>
2012-11-12 21:17 ` Zoltan Gyarmati
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.