| Summary: | STABLE fails to build on amd64 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Joshua Isom <jrisom> |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Joshua Isom
2007-06-17 11:40:04 UTC
I believe I have discovered the cause of this. After rebooting under a 6.2-RELEASE generic kernel and rebuilding world inside a jail running the 6.2-RELEASE userland and getting the same problem, I knew there had to be some misconfiguration somewhere. But to support testing a program that uses a shared library without installing it, I had LD_LIBRARY_PATH set to include '.' which seems to have caused the fault. The make scripts don't do anything to ignore LD_LIBRARY_PATH which causes 64-bit executables to try to use a 32-bit library in the present directory which fails. State Changed From-To: open->closed Pilot error. |