| Summary: | GnuTLS build failure when building from a subdirectory of /usr/local | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Antoine Pierlot-Garcin <antoine.pierlot-garcin> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2014.02 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Minimal defconfig | ||
Created attachment 5378 [details] Minimal defconfig When placing the Buildroot sources under /usr/local (e.g. /usr/local/buildroot-2014.02), GnuTLS fails at the linking stage with the following error: make[5]: Entering directory `/usr/local/buildroot.git/output/build/gnutls-3.2.14/lib' CCLD libgnutls.la libtool: link: cannot find the library `/usr/local/buildroot.git/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/local/buildroot.git/output/build/pcre-8.35/libpcre.la' or unhandled argument `/usr/local/buildroot.git/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/local/buildroot.git/output/build/pcre-8.35/libpcre.la' make[5]: *** [libgnutls.la] Error 1 As you can see, the problem concerns the path of the PCRE library, which contains 2 occurences of "/usr/local/buildroot.git/...". The bug goes away when building from the /home/<user> directory. I was able to reproduce the bug using a minimal defconfig two different environments (Arch Linux and Debian 7.5 in LXC). It is present in both 2014.02 and 2014.05-rc1 (I did not test earlier releases). The defconfig targets the Silica Pengwyn ARM board (similar to the BeagleBone), and is attached to this bug report.