Closed unixer closed 10 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
tnks, yes the problem is same for nss but i insert in the file build of chromium unset LDFLAGS but don't build :(
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
cp $ROOT/$PACKAGES/$PKG_SECTION/$1/config/x86-64/* . fi
arm_float_abi="" @@ -87,7 +87,8 @@ export CC=$TARGET_CC export CXX=$TARGET_CXX export CC_host=$HOST_CC export CXX_host=$HOST_CXX -export LD +export LD=$TARGET_CXX +export LDFLAGS="" unset CCACHE_DIR
build/gyp_chromium --depth=. ${EXTRA_OEGYP}
— Reply to this email directly or view it on GitHub https://github.com/OpenBricks/openbricks/issues/17#issuecomment-59631699.
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