Re: [gentoo-user] cannot create executables ...

2013-07-26 Thread Stefan G. Weichinger
Am 27.07.2013 00:08, schrieb Mick:
> On Friday 26 Jul 2013 21:13:53 Stefan G. Weichinger wrote:
> 
>> anyway, I will try to rebuild ccache maybe ...
> 
> Or not use ccache at all?  Some emerges break with ccache set up.

Sure. I disabled it first, re-emerged it later and for now it is off.
Just some $FEATURES set in the past ... tested and forgotten.

Stefan




Re: [gentoo-user] cannot create executables ...

2013-07-26 Thread Mick
On Friday 26 Jul 2013 21:13:53 Stefan G. Weichinger wrote:
> Am 26.07.2013 22:08, schrieb Yohan Pereira:
> > Try compiling a simple hello world program in C and see if the compiler
> > output gives you any more information.
> 
> thanks for the suggestion ... I may have found the problem already ...
> something around "ccache" ... if I remove it from $FEATURES the builds
> run through.
> 
> loads of
> 
> ccache: failed to create /root/.ccache (Permission denied)
> 
> in the logs instead, even with an existing and (IMO) correctly set up
> /root/.ccache
> 
> anyway, I will try to rebuild ccache maybe ...

Or not use ccache at all?  Some emerges break with ccache set up.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] cannot create executables ...

2013-07-26 Thread Stefan G. Weichinger
Am 26.07.2013 22:08, schrieb Yohan Pereira:

> Try compiling a simple hello world program in C and see if the compiler output
> gives you any more information.

thanks for the suggestion ... I may have found the problem already ...
something around "ccache" ... if I remove it from $FEATURES the builds
run through.

loads of

ccache: failed to create /root/.ccache (Permission denied)

in the logs instead, even with an existing and (IMO) correctly set up
/root/.ccache

anyway, I will try to rebuild ccache maybe ...

Thanks for now, Stefan



Re: [gentoo-user] cannot create executables ...

2013-07-26 Thread Yohan Pereira
On 26/07/13 at 10:01pm, Stefan G. Weichinger wrote:
> Am 26.07.2013 21:49, schrieb Stefan G. Weichinger:
> 
> 
> > Should I quickpkg a gcc from my thinkpad and transfer?
> 
> hmm, not really. Found that I had created a binary package on my machine
> anyway and re-installed that. Doesn't help.
> 
> S
> 

Try compiling a simple hello world program in C and see if the compiler output
gives you any more information.
-- 

- Yohan Pereira

The difference between a Miracle and a Fact is exactly the difference
between a mermaid and a seal.
-- Mark Twain



Re: [gentoo-user] cannot create executables ...

2013-07-26 Thread Stefan G. Weichinger
Am 26.07.2013 21:49, schrieb Stefan G. Weichinger:


> Should I quickpkg a gcc from my thinkpad and transfer?

hmm, not really. Found that I had created a binary package on my machine
anyway and re-installed that. Doesn't help.

S




[gentoo-user] cannot create executables ...

2013-07-26 Thread Stefan G. Weichinger

Something broke my setup today ... right now I can't emerge anything as
I always get

configure: error: C compiler cannot create executables

in a way or another ...

both my choices of

# gcc-config -l
 [1] x86_64-pc-linux-gnu-4.6.4 *
 [2] x86_64-pc-linux-gnu-4.7.3

bring the same issues.

Should I quickpkg a gcc from my thinkpad and transfer?

Stefan