Opened 9 years ago
Last modified 4 years ago
#1195 new defect/bug
libnavit_core.so linked with rpath.
Reported by: | tuxmaster | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | version 0.6.0 |
Component: | core | Version: | git master |
Severity: | trivial | Keywords: | build, cmake, fedora |
Cc: |
Description
Hello, I think it shut be linked without rpath. See https://fedoraproject.org/wiki/Packaging:Guidelines#Beware_of_Rpath for more information.
SVN version: 5744
Attachments (1)
Change History (6)
comment:1 Changed 9 years ago by sleske
comment:2 Changed 9 years ago by usul
- Keywords build cmake fedora added
- Milestone set to version 0.5.1
- Severity changed from normal to trivial
sounds like a problem with packaging for fedora. Not sure if trivial but I guess it can be fixed without to much troubles.
As we want to get a stable base in 0.5.1. I suggest to schedule it for this hotfix.
comment:3 Changed 9 years ago by tuxmaster
No it was build under Fedora using mock(a tool witch build clean rpm packages). I have added the build log, where you can see each step and call. Because of the size limit, it is compressed via xz.
comment:4 Changed 5 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.1 to version 0.5.2
This ticket was pushed back in order to bring 0.5.1 out soon.
comment:5 Changed 4 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.2 to version 0.6.0
Ticket retargeted after milestone closed
Please provide some more details:
As far as I can see, -rpath is only used in the autotools build files (which are deprecated), and in the CMake build for Android ( navit/Toolchain/arm-eabi.cmake and navit/Toolchain/i686-android.cmake ). So is this an Android-only problem?