OpenBricks / openbricks

Embedded Linux Framework
http://www.geexbox.org/
GNU General Public License v2.0
82 stars 42 forks source link

chromium erron on build x64 #17

Closed unixer closed 9 years ago

unixer commented 9 years ago

hi, il i build chromium x86_64 config i have these error /usr/bin/ld: cannot find /lib/libpthread.so.0 inside /usr/bin/ld: cannot find /usr/lib64/libpthread_nonshared.a inside collect2: ld returned 1 exit status

tomlohave commented 9 years ago

ok, quite the same problem as for nss . I'm looking at LD to see if it's the problem. But it takes some times, I'm rebuilding from scratch

unixer commented 9 years ago

tnks, yes the problem is same for nss but i insert in the file build of chromium unset LDFLAGS but don't build :(

tomlohave commented 9 years ago

Le 19/10/2014 00:17, Unixer a écrit :

tnks, yes the problem is same for nss but i inser in the file build of chromium unset LDFLAGS but don't build :( can you test this : (it is building without error but not yet finished)

diff --git a/packages/net/chromium/build b/packages/net/chromium/build

index 66ff6c4..bbcd1ee 100755

--- a/packages/net/chromium/build

+++ b/packages/net/chromium/build @@ -13,7 +13,7 @@ if [ "$TARGET_ARCH" = i386 ] ; then fi

if [ "$TARGET_ARCH" = x86_64 ] ; then

— Reply to this email directly or view it on GitHub https://github.com/OpenBricks/openbricks/issues/17#issuecomment-59631699.

tomlohave commented 9 years ago

should be fixed with https://github.com/OpenBricks/openbricks/commit/c19c73ea4c8d137350f9c3aeab33d9432f46887c