greg heil <[email protected]> writes: > Tomasz > > Got stuck again... > > ... After > ... > apt-get sourcelibrep > sudo apt-get build-dep librep > cd l<TAB> > ... > ... i issue > ... > gh@duo:~/s/wm/sawfish/librep-0.92.2.1$ dpkg-buildpackage -rfakeroot > ... > ... & i get > ... > dh: unable to load addon autoreconf: Can't locate > Debian/Debhelper/Sequence/autoreconf.pm in @INC (@INC contains: > /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 > /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 > /usr/share/perl/5.14 /usr/local/lib/site_perl .) at (eval 4) line 2. > BEGIN failed--compilation aborted at (eval 4) line 2. > > Perhaps i need to apt-get something first. > Following the instructions in the README failed also.
$ locate autoreconf.pm /usr/share/perl5/Debian/Debhelper/Sequence/autoreconf.pm $ dpkg -S /usr/share/perl5/Debian/Debhelper/Sequence/autoreconf.pm dh-autoreconf: /usr/share/perl5/Debian/Debhelper/Sequence/autoreconf.pm It seems like missing dh-autoconf package. It should be installed by 'apt-get build-dep', I think, unless on debian it is in different package. Hope this helps. Regards Tomasz Gajewski -- Sawfish ML
