Bug 7082 - GnuTLS build failure when building from a subdirectory of /usr/local
Summary: GnuTLS build failure when building from a subdirectory of /usr/local
Status: RESOLVED DUPLICATE of bug 5750
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2014.02
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 15:53 UTC by Antoine Pierlot-Garcin
Modified: 2014-05-13 15:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Minimal defconfig (6.54 KB, application/octet-stream)
2014-05-13 15:53 UTC, Antoine Pierlot-Garcin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Pierlot-Garcin 2014-05-13 15:53:10 UTC
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.
Comment 1 Antoine Pierlot-Garcin 2014-05-13 15:56:56 UTC
I re-did a search to be sure, and found a duplicate for this bug. I'm sorry for the noise.

*** This bug has been marked as a duplicate of bug 5750 ***