You are not logged in.

#1 2014-07-11 16:30:04

Maggeych
Member
Registered: 2013-05-27
Posts: 9

colorgcc stopped working and freezes with no output (perl 5.20)

Hey everyone,

today I noticed that using the perl gcc wrapper "colorgcc" hangs endlessly.
No output whatsoever. I'm not shure this has anything to do with the perl 5.20 upgrade because about 2 weeks ago everything was fine.
Unfortunately I have no knowledge concerning perl so looking through the script myself doesn't really help.

I saw the colorgcc package got updated a few days ago, maybe that broke something?

I already tried the script on another system with the same result. I figured I can't be the only one using colorgcc?

Markus

Offline

#2 2014-07-11 18:22:46

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: colorgcc stopped working and freezes with no output (perl 5.20)

colorgcc breaks more things than it "fixes". I'd suggest using -fdiagnostics-color=auto (or always) if you really want colored output.

Offline

#3 2014-07-11 19:10:04

Maggeych
Member
Registered: 2013-05-27
Posts: 9

Re: colorgcc stopped working and freezes with no output (perl 5.20)

Thank you! I didn't even know about fdiagnostics smile
I switched to using that now.

Anyway colorgcc still is broken when using the official package.
If this is true for other users than it definitely should be addressed.

Offline

#4 2014-10-17 11:25:07

maggie
Member
Registered: 2011-02-12
Posts: 255

Re: colorgcc stopped working and freezes with no output (perl 5.20)

falconindy wrote:

colorgcc breaks more things than it "fixes". I'd suggest using -fdiagnostics-color=auto (or always) if you really want colored output.

Can this work with makepkg? I added it to the CFLAGS in /etc/makepkg.conf but it doesn't show up when I compile.

CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fdiagnostics-color=always"

Offline

Board footer

Powered by FluxBB