Hi,

On Sat, Jun 28, 2008 at 7:22 PM, Ben Taylor <bentaylor.solx86 at gmail.com> 
wrote:
> On Sat, Jun 28, 2008 at 12:56 PM, michael schuster
> <Michael.Schuster at sun.com> wrote:
>> Lukas et. al.
>>
>> I was just about to write an email about a compilation failure I'm seeing
>> with CBE & FOSS when I saw this line in the log file:
>>
>> pkgbuild: /bin/bash ../libtool --mode=compile
>> /ws/onnv-tools/SUNWspro/SS12/bin/cc
>
> looks like a pathing issue.  mine picked up all the places I have
> cc hiding.
>
>> and while /ws/onnv-tools is indeed a valid path to an SS12 compiler, I'm
>> not sure it's patched the way we require it to be (this is auto-mounted
>> from the nevada build tools on SWAN), whereas the one locally installed *is*.
>
> cbe-install asked me if I wanted to chose my compiler...
>
>>
>> how do I correctly setup CBE or use the env. file to make sure it uses
>> /usr/bin/cc or /opt/SUNWspro/...? (I'm fairly sure I didn't botch the
>> selection of compilers when CBE asked me).
>
> not sure what to tell you.  Mine picked up the right stuff. Maybe
> removing the /ws/onnv-tools from your path before rerunning
> cbe-install.
>
> I also found that our libtool hardcodes SDE=/opt/kdebld/bin/sed,
> which doesn't exist if we have cbe installed and not kde.  I wrote
> a short conditional around if [ -x /opt/kdebld/bin/sed ];.... else
> if [ -x /opt/dtbld/bin/sed ]; which seemed to work.
>
libtool and Makefile should be changed when we will switch from KBE to CBE.

I have it done in my local copy.  CBE_PREFIX variable is exported
variable, then we can use it.

/opt/kdebld/bin/sed shoould be change to $CBE_PREFIX/bin/sed

I'm re-building now all dude stuff right now with CBE.

I would like to switch from KBE to CBE, when will be releases as
stable version 1.7.0


Thanks for these reports


-- 
Lukas 'Luc' Oboril
IRC nickname: luc^ at freenode


When dealing with people, let us remember we are not dealing with
creatures of logic. We are dealing with creatures of emotions,
creatures bristling with prejudices and motivated by pride and vanity.
Dale Carnegie

Reply via email to