Bug 10336 - lttng compilation fails : linking error
Summary: lttng compilation fails : linking error
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.08
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-25 16:10 UTC by Frederic MATHIEU
Modified: 2017-10-31 21:22 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
compilation log (43.26 KB, text/plain)
2017-09-25 16:10 UTC, Frederic MATHIEU
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic MATHIEU 2017-09-25 16:10:28 UTC
Created attachment 7241 [details]
compilation log

Hi

my configuration :
- gcc 5.4.0
- X64
- custom HOST_DIR

With the same configuration, this package compile successfully with buildroot 2017.02.x.
it may be related to removing the output/host/usr directory ?


regards
Frederic MATHIEU
Comment 1 Thomas Petazzoni 2017-10-31 21:22:50 UTC
I can't reproduce with the following defconfig:

BR2_x86_64=y
BR2_HOST_DIR="/home/test/custom-host-dir/"
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_GCC_VERSION_5_X=y
BR2_PACKAGE_LTTNG_LIBUST=y

Are you sure your build failure is reproducible after doing a "make clean all" ? If it is, then please reopen this bug, attaching a minimal defconfig that allows to reproduce the build failure.

Thanks!