GNOME Bugzilla – Bug 318070
installation with DESTDIR is not supported
Last modified: 2005-10-12 15:57:38 UTC
Installation with DESTDIR is not supported: make[2]: Entering directory `/usr/local/src/seahorse-0.8/agent' /bin/sh ../mkinstalldirs /var/tmp/packages/opt/gnome2/bin /bin/sh ../libtool --mode=install /usr/bin/ginstall -c seahorse-agent /var/tmp/packages/opt/gnome2/bin/seahorse-agent libtool: install: warning: `../libseahorse/libseahorse-internal.la' has not been installed in `/opt/gnome2/lib' /usr/bin/ginstall -c .libs/seahorse-agent /var/tmp/packages/opt/gnome2/bin/seahorse-agent make install-exec-hook make[3]: Entering directory `/usr/local/src/seahorse-0.8/agent' chmod u+s /opt/gnome2/bin/seahorse-agent chmod: невозможно получить доступ к `/opt/gnome2/bin/seahorse-agent': No such file or directory make[3]: *** [install-exec-hook] Ошибка 1 make[3]: Leaving directory `/usr/local/src/seahorse-0.8/agent' Should be chmod u+s $DESTDIR/opt/gnome2/bin/seahorse-agent
Use prefix instead of destdir. ./configure --prefix=$DESTDIR/opt/gnome2
Created attachment 53124 [details] [review] Patch Does this patch fix the problem? LMK.
automake fails for me I think due to version mismatch, I have automake-1.9.5. I think the patch is trivial and it should fix the bug.
2005-10-12 Nate Nielsen <nielsen@memberwebs.com> * agent/Makefile.am: Be able to install in an alternat $DESTIR (bug #318070)