* [Buildroot] [Bug 9381] New: check-host-rpath issues
@ 2016-10-26 11:45 bugzilla at busybox.net
2016-10-26 12:07 ` [Buildroot] [Bug 9381] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-10-26 11:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9381
Bug ID: 9381
Summary: check-host-rpath issues
Product: buildroot
Version: 2016.08
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: jpcartal at free.fr
CC: buildroot at uclibc.org
Target Milestone: ---
Hello,
It seems that the check-host-rpath script has issues with buildroot paths that
contains links :
jpcartal at florida:buildroot-2016.08$ echo $PWD
/home/jpcartal/Dev/Ssd/buildroot/buildroot-2016.08
jpcartal at florida:buildroot-2016.08$ realpath $PWD
/home/jpcartal/Ssd/buildroot/buildroot-2016.08
jpcartal at florida:buildroot-2016.08$ support/scripts/check-host-rpath toto
$PWD/output/host
***
*** ERROR: package toto installs executables without proper RPATH:
***
/home/jpcartal/Dev/Ssd/buildroot/buildroot-2016.08/output/host/usr/bin/crlutil
***
/home/jpcartal/Dev/Ssd/buildroot/buildroot-2016.08/output/host/usr/bin/arm-buildroot-linux-gnueabihf-ar
....
jpcartal at florida:buildroot-2016.08$ cd $(realpath $PWD)
jpcartal at florida:buildroot-2016.08$ support/scripts/check-host-rpath toto
$PWD/output/host
jpcartal at florida:buildroot-2016.08$
Also it seems that the $ORIGIN ld feature is not supported.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9381] check-host-rpath issues
2016-10-26 11:45 [Buildroot] [Bug 9381] New: check-host-rpath issues bugzilla at busybox.net
@ 2016-10-26 12:07 ` bugzilla at busybox.net
2016-10-26 12:11 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-10-26 12:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9381
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Did you test with Buildroot 2016.08, or the latest master?
Indeed, after 2016.08, we have merged some patches that make sure the Buildroot
build takes place from a canonical path, in order to avoid symlink related
problems. See
https://git.buildroot.org/buildroot/commit/Makefile?id=173135df5b69dfd5ae6fe6cf2de8833c6f74c143.
If you've tried with Buildroot 2016.08, can you try with the latest master?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9381] check-host-rpath issues
2016-10-26 11:45 [Buildroot] [Bug 9381] New: check-host-rpath issues bugzilla at busybox.net
2016-10-26 12:07 ` [Buildroot] [Bug 9381] " bugzilla at busybox.net
@ 2016-10-26 12:11 ` bugzilla at busybox.net
2016-10-26 12:22 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-10-26 12:11 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9381
--- Comment #2 from Jean-pierre Cartal <jpcartal@free.fr> ---
Hello,
Thanks for your answer.
I tried with release 2016.08, I'll give the master version a try and let you
know.
Do you know if there is any plan to support the $ORIGIN ld feature ?
Regards.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9381] check-host-rpath issues
2016-10-26 11:45 [Buildroot] [Bug 9381] New: check-host-rpath issues bugzilla at busybox.net
2016-10-26 12:07 ` [Buildroot] [Bug 9381] " bugzilla at busybox.net
2016-10-26 12:11 ` bugzilla at busybox.net
@ 2016-10-26 12:22 ` bugzilla at busybox.net
2016-10-27 7:15 ` bugzilla at busybox.net
2016-10-27 7:16 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-10-26 12:22 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9381
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
(In reply to Jean-pierre Cartal from comment #2)
> Do you know if there is any plan to support the $ORIGIN ld feature ?
Yes. Samuel sent patches doing this, which we discussed during the latest
Buildroot Developers Meeting. However, we felt that a better approach was to
improve the patchelf utility, so Samuel is normally working on this. Don't
hesitate to get in touch with Samuel Martin to see if he needs help on this
topic.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9381] check-host-rpath issues
2016-10-26 11:45 [Buildroot] [Bug 9381] New: check-host-rpath issues bugzilla at busybox.net
` (2 preceding siblings ...)
2016-10-26 12:22 ` bugzilla at busybox.net
@ 2016-10-27 7:15 ` bugzilla at busybox.net
2016-10-27 7:16 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-10-27 7:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9381
--- Comment #4 from Jean-pierre Cartal <jpcartal@free.fr> ---
(In reply to Thomas Petazzoni from comment #1)
Hi,
Just tested with master version and the link issue is indeed solved.
Thanks for your help.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 9381] check-host-rpath issues
2016-10-26 11:45 [Buildroot] [Bug 9381] New: check-host-rpath issues bugzilla at busybox.net
` (3 preceding siblings ...)
2016-10-27 7:15 ` bugzilla at busybox.net
@ 2016-10-27 7:16 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-10-27 7:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9381
Jean-pierre Cartal <jpcartal@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-10-27 7:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 11:45 [Buildroot] [Bug 9381] New: check-host-rpath issues bugzilla at busybox.net
2016-10-26 12:07 ` [Buildroot] [Bug 9381] " bugzilla at busybox.net
2016-10-26 12:11 ` bugzilla at busybox.net
2016-10-26 12:22 ` bugzilla at busybox.net
2016-10-27 7:15 ` bugzilla at busybox.net
2016-10-27 7:16 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox