On Thu, Mar 03, 2005 at 03:40:59PM +1100, Rob Weir said
> There are some other bash-isms in the test suite which various people
> are looking at right now, hopefully this has already been fixed.

As far as I can tell, fakeroot won't run with /bin/sh pointing at posh.
For example:

$ fakeroot debian/rules clean binary
/usr/bin/fakeroot:92: shift: nothing to shift

Then if that is fixed, the configure script fails to run:

dh_testdir
[ -d /home/rob/projects/debian/baz/bazaar-1.2/debian/build ] || mkdir 
/home/rob/projects/debian/baz/bazaar-1.2/debian/build
cd /home/rob/projects/debian/baz/bazaar-1.2/debian/build && 
/home/rob/projects/debian/baz/bazaar-1.2/src/configure --prefix '/usr'
.: invalid option -- -

and if I fix that:

[ -d /home/rob/projects/debian/baz/bazaar-1.2/debian/build ] || mkdir 
/home/rob/projects/debian/baz/bazaar-1.2/debian/build
cd /home/rob/projects/debian/baz/bazaar-1.2/debian/build && 
/home/rob/projects/debian/baz/bazaar-1.2/src/configure --prefix '/usr'
eval: invalid option -- c
/home/rob/projects/debian/baz/bazaar-1.2/src/build-tools/platforms/sysconfig:25 
"/bin/sh": not found
ERROR: no such option ("gnu-diff")!
ERROR: no such option ("gnu-diff3")!

So, yeah...I'm not even sure how you got it to build :-)

-- 
Words of the day:  Sears Tower president Crowell Pakistan Australia rs9512c MD5


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to