Closed GoogleCodeExporter closed 9 years ago
Bah... nevermind... Package src already has a workaround for this issue. I
guess it didn't automatically apply it due to a version difference or something.
You can close this I guess.
Thanks!
Original comment by Shadowha...@gmail.com
on 8 Apr 2015 at 8:51
What needed to be changed to fix this? Do you know if it was pushed upstream
and is available in 1.4.0?
Original comment by johannko...@google.com
on 9 Apr 2015 at 3:29
The pkgsrc hacks.mk file only says:
### GCC 4.5.3 gets stuck while compiline "vp9/vp9_cx_iface.c".
### See PR port-sparc64/48501 for more details.
...
PKG_HACKS+= sparc-gcc-lock-up
BUILDLINK_TRANSFORM+= rm:-O[0-9]*
...
I'm not entirely sure what's happening behind the scenes haha.
...
Here's the thread... It's a compiler bug which was fixed with GCC 4.8 it seems.
http://mail-index.netbsd.org/netbsd-bugs/2014/01/05/msg035549.html
Original comment by Shadowha...@gmail.com
on 9 Apr 2015 at 10:50
nvm... easy... it's just removing O flags :P
Original comment by Shadowha...@gmail.com
on 9 Apr 2015 at 10:51
Oh, it removes the '-On' optimization level? That's not something we will apply
upstream :) sounds like it's also fixed with the newer compiler.
Original comment by johannko...@google.com
on 9 Apr 2015 at 10:56
Original issue reported on code.google.com by
Shadowha...@gmail.com
on 8 Apr 2015 at 4:22