| 1 |
Gwyddion for Debian |
Gwyddion for Debian |
| 2 |
------------------- |
------------------- |
| 3 |
|
|
| 4 |
|
dpkg-shlibdeps emits currently some warnings like: |
| 5 |
|
|
| 6 |
|
dpkg-shlibdeps: warning: symbol gwy_layer_basic_set_gradient_key used by |
| 7 |
|
debian/gwyddion/usr/lib/gwyddion/modules/process/polylevel.so found in |
| 8 |
|
none of the libraries. |
| 9 |
|
|
| 10 |
|
These may in future be degraded to something less dramatic than a warning (see |
| 11 |
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481165), as they are kind of |
| 12 |
|
incorrect in our case. The symbols are resolved through the main application, |
| 13 |
|
which takes care of loading all necessary libraries. The modules then don't |
| 14 |
|
need to link individually to them, which causes this warning. The complete |
| 15 |
|
explanation can be found here: |
| 16 |
|
http://sourceforge.net/mailarchive/forum.php?thread_name=48762E7D.2000000%40beathovn.de&forum_name=gwyddion-devel |
| 17 |
|
|
| 18 |
|
-- Jan Beyer <jan@beathovn.de> Fri, 11 Jul 2008 08:29:03 +0200 |
| 19 |
|
|
| 20 |
On amd64, all binaries get rpaths to /usr/lib set. |
On amd64, all binaries get rpaths to /usr/lib set. |
| 21 |
The fix-rpath-issue.diff replaces all occurences of hardcode_into_libs=... into |
The fix-rpath-issue.diff replaces all occurences of hardcode_into_libs=... into |
| 22 |
hardcode_into_libs=no in the configure script. This gets rid off the rpaths in |
hardcode_into_libs=no in the configure script. This gets rid off the rpaths in |