On 20 February 2006 10:02, Dr. Volker Zell wrote: > > By the way if this gets all the needed votes, the package is GTG. Nothing > to build but packaging looks good. >
Hmm, I had to install cygbuild before I could build it from source, which seems a bit OTT just for installing a shell script! And I get this error which I think means it can't set DESTDIR right, so the install doesn't work. [EMAIL PROTECTED] /artimi/cyg-test-gt5/test> ./gt5-1.3-1.sh -v install -- Cygbuild 2006-02-17 1.832 http://cygbuild.sourceforge.net/ -- [INFO] Clearing environment flags that may interfere compiling -- Install command -- Emptying /artimi/cyg-test-gt5/test/gt5-1.3/.inst -- Installing docs to /artimi/cyg-test-gt5/test/gt5-1.3/.inst/usr/share/doc/gt 5-1.3 -- Running install to /artimi/cyg-test-gt5/test/gt5-1.3/.inst -- Running 'make install' (or equiv.) in /artimi/cyg-test-gt5/test/gt5-1.3/.bu ild/build Undefined subroutine &main::SetDebug called at -e line 1. DESTDIR = MANDIR1 = $(DESTDIR)$(man_prefix)/man/man1 BINDIR = $(DESTDIR)$(exec_prefix)/bin SBINDIR = $(DESTDIR)$(exec_prefix)/sbin ETCDIR = $(DESTDIR)$/etc/$PACKAGE SHAREDIR = $(DESTDIR)$(prefix)/share/$(PACKAGE) LIBDIR = $(DESTDIR)$(prefix)/lib/$(PACKAGE) /usr/bin/install -m 755 -d /artimi/cyg-test-gt5/test/gt5-1.3/.inst/usr/bin /usr/bin/install -m 755 gt5 /artimi/cyg-test-gt5/test/gt5-1.3/.inst/usr/bin /usr/bin/install -m 755 -d /artimi/cyg-test-gt5/test/gt5-1.3/.inst/usr/share/man /man1 /usr/bin/install -m 644 *.1 /artimi/cyg-test-gt5/test/gt5-1.3/.inst/usr/share/ma n/man1 -- Compressing manual pages -- Content of: /artimi/cyg-test-gt5/test/gt5-1.3/.inst gt5-1.3/.inst gt5-1.3/.inst/usr gt5-1.3/.inst/usr/bin gt5-1.3/.inst/usr/bin/gt5 gt5-1.3/.inst/usr/share gt5-1.3/.inst/usr/share/doc gt5-1.3/.inst/usr/share/doc/Cygwin gt5-1.3/.inst/usr/share/doc/Cygwin/gt5-1.3.README gt5-1.3/.inst/usr/share/doc/gt5-1.3 gt5-1.3/.inst/usr/share/doc/gt5-1.3/ChangeLog gt5-1.3/.inst/usr/share/doc/gt5-1.3/INSTALL gt5-1.3/.inst/usr/share/doc/gt5-1.3/LICENSE gt5-1.3/.inst/usr/share/doc/gt5-1.3/README gt5-1.3/.inst/usr/share/man gt5-1.3/.inst/usr/share/man/man1 gt5-1.3/.inst/usr/share/man/man1/gt5.1.gz -- Done. [EMAIL PROTECTED] /artimi/cyg-test-gt5/test> In my case DESTDIR ends up empty so it all gets installed in relative subdirs of the cwd at the time of the install, which is the .inst build dir. Did I do something wrong? cheers, DaveK -- Can't think of a witty .sigline today....
