Subject: Re: gcc34 build problem on Tru64 UNIX 5.1b
To: Alexey Lebedev <lebedev@zhtw.org.ru>
From: Tobias Nygren <tnn+nbsd@nygren.pp.se>
List: pkgsrc-users
Date: 09/19/2006 13:18:15
Alexey Lebedev wrote:
> On Tue, 2006-09-19 at 11:05 +0100, Raymond Meyer wrote:
>   
>> On Tue, 19 Sep 2006 13:44:01 +0400
>> Alexey Lebedev <lebedev@zhtw.org.ru> wrote:
>>
>>     
>>> Hi!
>>>
>>> I couldn't build gcc34 on Alpha 21146 under Tru64 UNIX:
>>>       
>> Have a look at config.log file, it should tell you something interesting about
>> why an error occurs
>>     
>
> Sorry, I can't understand what problem is. Config.log contains folowing:
>
>   
[snip]

There are other config.logs in gcc subdirectories.
My gut tells me this is a tool incompatibility issue.
Most likely candidates are sh, awk or sed.
You can try to install bash, gawk, gsed from pkgsrc and
set this in your mk.conf while building gcc.

SED=/usr/pkg/bin/gsed
AWK=/usr/pkg/bin/gawk
SH=/usr/pkg/bin/bash

You'll need to restart the build from scratch. Hope this helps.