On Tue, 1 Jun 2004, Mike Hearn wrote:
On Tue, 2004-06-01 at 13:02 -0700, Bryce Harrington wrote:
autopackage/libexec/autosu-gtk: relocation error: autopackage/libexec/autosu-gtk: undefined symbol: g_str_has_prefix
Doh. Fixed in CVS. We should not be depending on glib/gtk > 2.0.
I guess we should add some kind of API checking tool to apbuild to catch this sort of mistake in future.
Ideally the core should not depend on glib at all, we should do something about that before 1.0
In a few days we'll hopefully have incorporated things like the umask and xauth fixes, at which point I'll push a 0.6 tarball and build inkscape/gtkmm/libsigc++ packages to go with it. Then you can try them again and hopefully it should work this time.
Okay, cool. I can probably rope in a few other distros to test on the next go-around, if you find this useful.
Now that I've successfully uninstalled, I tried installing but again ran into the looping behavior where it keeps downloading and installing autopackage - it appears to install the autopackage-gtk part successfully, but gets hung up on autopackage proper.
After setting `umask 22` installation worked smoothly, and permissions were set correctly. That seems to be the trick. All is well now.
Thanks, Bryce