Re: [Sawfish] Build error if i use the dash as shell |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] Build error if i use the dash as shell
- From: Michal Maruska <mmaruska@xxxxxxxxx>
- Date: Sun, 19 Oct 2014 22:40:03 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=AcyHnKD1PUpy39PGp0pXH8hkINoP6GBnm3AXh2vflYY=; b=c0gnwgwb/XFihs/pnTugGZFiWSesAXhHtAQK8Z//HSp6GAKpu4J8KOlyNXCiK/BbIn 2q9dp2eIFYABcpD6fZ0oYN1VSD1KMk5bHBYB7h2SQsSzG2+npr8q0xO4LR9Fx+y02Bu9 AG/8yZK8VEQ8c8/mEVST1VCddpPDZt4UwZFmg/MVcQUlXD4aapywGootp5Q/V32nKy9t IJfOILS6ZypMbTANav/Vo2U14HCpSXTaM4YLIWZ6SXMgp+vq8BnSYYRHju6qVJf1zUQO DvQAESNAq5B0YhuyWDlgLCIGaTKnObiZ+wq3QSTH9f9Jp3FTfAX4qIK9LDMiHFAQ/5sG RExA==
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 <flohtransporter@xxxxxxxxx> 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" <Robert.Zenz@xxxxxxxxxxxxxx>:
>
>>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 <flohtransporter@xxxxxxxxx> 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