[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#342408: Fixing enscript for GNU/kFreeBSD



> I'm adopting enscript and want to fix the config.* junk so GNU/kFreeBSD 
> can compile enscript.

Thanks.

> So run these commands:
> 
> sudo apt-get build-dep enscript
> apt-get source enscript
> cd enscript-1.6.4
> libtoolize -c --force
> aclocal
> fakeroot debian/rules binary
> 
> Does it build?

In general, it should work, only change
unversioned "aclocal" into versioned "aclocal-1.7".

In this case, it fails later with:
Making install in po
make[2]: Entering directory `/tmp/enscript-1.6.4/po'
/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) 
echo "../.././mkinstalldirs" ;; esac` 
/tmp/enscript-1.6.4/debian/enscript/usr/share
/bin/sh: ../.././mkinstalldirs: No such file or directory
make[2]: *** [install-data-yes] Error 127

I dont't know why, it may affect also other architectures.


For GNU/kFreeBSD is sufficient to perform following:

sudo apt-get build-dep enscript
sudo apt-get install autotools-dev
cd enscript-1.6.4
cp /usr/share/misc/config.* .
fakeroot debian/rules binary

It updates only two files - config.sub, config.guess.

Thanks

	Petr





Reply to: