Hi David In case you will want to take a look at this (and just so it does not get lost) I am enclosing the ebuild for the binary version of gps. Since this is binary, it has to go under /opt. I also had to create a symlink for libpng - gps expects libpng.so.2 which seems to correspond to libpng.so.3 for libpng-1.2*. I also added the env file that sets up PATH and GPS_DOC_PATH. George Reproducible: Always Steps to Reproduce: 1. 2. 3.
Assigning to dholm@telia.com for the time, while your @gentoo.org email is not activited yet.
Created attachment 14567 [details] gps-bin-1.2.2.ebuild
Created attachment 14568 [details] files/10gps-bin Only contains addition to PATH, DOC_PATH gets added dynamically
Did someone work for the source version ? If not i'm going to do it...
I was planning to but if you want to do it go ahead as I haven't started yet. I have tons of other ada-related ebuilds to take care of at the moment so I would appreciate the help =).
Ok, since from-source gps turns out to be problemmatic, I somewhat cleaned-up and committed this ebuild. Everybody interested: please test! George
Reclosing the bug. Note to David: its ben here a while and its not like we can do anything with pre-packaged binaries. However I cannot move this one into stable until gtkada gets there ;). So, basically at some point we will need to mark stable a bunch of stuff in dev-ada. George
I think gps-bin does not depend on gtk+gtkada, it has already some libs in the tgz: ls -l /opt/gps-bin/lib/ totale 5792 -rwxr-xr-x 1 root root 86628 18 lug 23:17 libatk-1.0.so.0 -rwxr-xr-x 1 root root 131248 18 lug 23:17 libgdk_pixbuf-2.0.so.0 -rwxr-xr-x 1 root root 390484 18 lug 23:17 libgdk-x11-2.0.so.0 -rwxr-xr-x 1 root root 422084 18 lug 23:17 libglib-2.0.so.0 -rwxr-xr-x 1 root root 10564 18 lug 23:17 libgmodule-2.0.so.0 -rwxr-xr-x 1 root root 212812 18 lug 23:17 libgobject-2.0.so.0 -rwxr-xr-x 1 root root 2217392 18 lug 23:17 libgtkada-2.2.so.1 -rwxr-xr-x 1 root root 2109032 18 lug 23:17 libgtk-x11-2.0.so.0 -rwxr-xr-x 1 root root 194544 18 lug 23:17 libpango-1.0.so.0 -rwxr-xr-x 1 root root 129156 18 lug 23:17 libpangox-1.0.so.0 lrwxrwxrwx 1 root root 18 18 lug 23:17 libpng.so.2 -> /usr/lib/libpng.so I have also tested succesfully a version bump to 1.4. Matteo