Bug 10336

Summary: lttng compilation fails : linking error
Product: buildroot Reporter: Frederic MATHIEU <frederic.mathieu>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: buildroot
Priority: P5    
Version: 2017.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: compilation log

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!