[bug] excessive RPATH to std. libdir

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[bug] excessive RPATH to std. libdir

Ildar Mulyukov-2
Issue status update for
http://smalltalk.gnu.org/node/635
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/635

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  ildar.mulyukov
 Updated by:   ildar.mulyukov
 Status:       active

Hi! I just built GST. As the result:

objdump -p .libs/gst-tool | grep RPATH
 RPATH                /usr/lib

It's usually not so bad, but lately is treated as a flaw.



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] excessive RPATH to std. libdir

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/635
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/635

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Build
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  ildar.mulyukov
 Updated by:   bonzinip
-Status:       active
+Status:       invalid

Patching out rpath is something that distros should do, not upstream.
See the Fedora packaging guidelines for more information.

--disable-rpath only takes care of libiconv, not of libtool, so you
need the second technique described there.



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk