[cl-debian] package araneida FTBFS

Hi Peter, building Araneida from sources fails with the following error: ... dh_link --verbose install -d debian/araneida/usr/share/common-lisp/systems rm -f debian/araneida/usr/share/common-lisp/systems/araneida.system ln -sf ../repositories/araneida/araneida.system debian/araneida/usr/share/common-lisp/systems/araneida.system dh_link: link destination debian/araneida/usr/share/common-lisp/source/araneida is a directory The following seems to fix it (looks like dh_link invokes 'install' with the '-d' switch anyway so there's no need for the first line in debian/links): --- debian/links_orig 2005-10-24 11:06:46.000000000 +0200 +++ debian/links 2005-10-24 11:06:49.000000000 +0200 @@ -1,2 +1 @@ -/usr/share/common-lisp/repositories/araneida /usr/share/common-lisp/source/araneida /usr/share/common-lisp/repositories/araneida/araneida.system /usr/share/common-lisp/systems/araneida.system HTH Ralf Mattes

On Monday 24 October 2005 11:10, R. Mattes wrote:
Hi Peter,
building Araneida from sources fails with the following error:
The current version should already have solved this by using dh-lisp. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson|

On Mon, 2005-10-24 at 13:00 +0200, Peter Van Eynde wrote:
On Monday 24 October 2005 11:10, R. Mattes wrote:
Hi Peter,
building Araneida from sources fails with the following error:
The current version should already have solved this by using dh-lisp.
Hmm, doesn't seem to: ralf@hobbes:/tmp/araneida-0.9-a3$ fakeroot debian/rules binary dh_testdir # Add here commands to compile the package. #make CFLAGS="-O2 -g -Wall" touch build-stamp dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the files into debian/tmp dh_lisp dh_installdocs dh_installexamples dh_installchangelogs dh_link --verbose install -d debian/araneida/usr/share/common-lisp/systems rm -f debian/araneida/usr/share/common-lisp/systems/araneida.system ln -sf ../repositories/araneida/araneida.system debian/araneida/usr/share/common-lisp/systems/araneida.system dh_link: link destination debian/araneida/usr/share/common-lisp/source/araneida is a directory make: *** [binary-arch] Error 1 This is from a fresh 'apt-get source araneida'. Even so it _does_ use dh-lisp it fails. BTW, what is 'araneida.system' supposed to be? The link that's created dangles ... Cheers, RalfD
Groetjes, Peter
participants (2)
-
Peter Van Eynde
-
R. Mattes