Judging from the log ... > /usr/lib/i386-linux-gnu/rep/libtool: 1564: > /usr/lib/i386-linux-gnu/rep/libtool: preserve_args+= --tag CC: not found
You will have to replace all the Bash-valid (but Dash invalid) expressions of the form X+=Y by a valid Dash expression X="$X Y" On 19 October 2014 14:00, fuchur <[email protected]> wrote: > Hi, > > If i try to build sawfish with "dpkg-buildpackage -d -rfakeroot" or > "fakeroot debian/rules binary" then i can't build sawfish. (I have > change my default shell(s) after the "ShellShock"). > > > -- > Regards, > Fuchur > > GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53 C116 E5BC 70D5 B8D7 B2B0 > > > On Sat, 18 Oct 2014 21:11:38 +0200 > wrote "Robert 'Bobby' Zenz" <[email protected]>: > >>That's a common one, something about using a different shell, try the >>following: >> >> make SHELL=/bin/bash >> >>Or was it >> >> export CONFIG_SHELL="/bin/bash" >> ./configure >> make >> >>? I can never remember. But something like that. >> >> >>On Sat, 18 Oct 2014 19:58:30 +0200 >>fuchur <[email protected]> wrote: >> >>> Hi, >>> >>> If i try to build sawfish on debian or mint and i use as default shell >>> the dash (ls -al /bin/sh -> dash) i can't build sawfish. See log. I >>> can sawfish only build if the dash is not the default shell >>> (ls -al /bin/sh -> bash). >> >> > -- Sawfish ML
