Package: fai Version: 4.0.0beta2 Justification: no longer builds from source Severity: normal
Hi, I had two problems when building fai from SVN (r6265) on a ubuntu lucid box: 1) first some build deps are missing, see patch below 2) during buildpackage perl choked about not finding setup-storage/Init.pm, which I fixed by setting export PERL5LIB=.../fai-sources/lib/setup-storage/ but since I was never a perl hacker, I have no clue how to patch that into the package. Yours, Steffen sneumann@geweniger:/vol/debian/fai/fai-sources $ svn diff Index: debian/control =================================================================== --- debian/control (revision 6265) +++ debian/control (working copy) @@ -4,7 +4,7 @@ Maintainer: Thomas Lange <[email protected]> Uploaders: Michael Prokop <[email protected]> Standards-Version: 3.9.1.0 -Build-Depends-Indep: asciidoc, asciidoc (>= 8.3) | lynx, w3m, dblatex, docbook-xsl, libxml2-utils +Build-Depends-Indep: asciidoc, asciidoc (>= 8.3) | lynx, w3m, dblatex, docbook-xsl, libxml2-utils, libparse-recdescent-perl, liblinux-lvm-perl, perl-tk Build-Depends: debhelper (>= 7) Vcs-Svn: svn://svn.debian.org/svn/fai/trunk Vcs-Browser: http://svn.debian.org/wsvn/fai bin/install_packages syntax OK Can't locate Init.pm in @INC (@INC contains: /usr/share/fai/setup-storage/ /home/neumanns/perl /home/neumanns/perl/share/perl/5.8.3/ /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at bin/setup-storage line 89. -- IPB Halle AG Massenspektrometrie & Bioinformatik Dr. Steffen Neumann http://www.IPB-Halle.DE Weinberg 3 http://msbi.bic-gh.de 06120 Halle Tel. +49 (0) 345 5582 - 1470 +49 (0) 345 5582 - 0 sneumann(at)IPB-Halle.DE Fax. +49 (0) 345 5582 - 1409 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

