Status: Accepted
Owner: ----
Labels: Type-Bug Priority-Medium
New issue 3733 by [email protected]: Linux build incorrectly sets
LD_LIBRARY_PATH
https://code.google.com/p/v8/issues/detail?id=3733
Check this line:
wingo@rusty:~/src/v8$ make x64.debug V=1
make[1]: Entering directory '/hack/v8/out'
LD_LIBRARY_PATH=/hack/v8/out/x64.debug/lib.host:/hack/v8/out/x64.debug/lib.target:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH; cd ../tools/gyp; mkdir -p
/hack/v8/out/x64.debug/obj.target/v8_snapshot/geni; "/hack/v8/out/x64.debug/mksnapshot"
--log-snapshot-positions
--logfile "/hack/v8/out/x64.debug/obj.target/v8_snapshot/geni/snapshot.log"
--random-seed
314159265 "/hack/v8/out/x64.debug/obj.target/v8_snapshot/geni/snapshot.cc"
My LD_LIBRARY_PATH isn't set so we will end up with:
LD_LIBRARY_PATH=/hack/v8/out/x64.debug/lib.host:/hack/v8/out/x64.debug/lib.target:
which is incorrect as it implicitly adds the current directory.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.