pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   dsainty
Date:           Mon Apr 27 10:26:19 UTC 2015

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
Bump GCC_REQD to 4.5.2 for internal compiler error.

display/nr-filter-slot.cpp: In constructor 'Inkscape::Filters::FilterSlot::FilterSlot(Inkscape::DrawingItem*, Inkscape::DrawingContext*, Inkscape::DrawingContext&, const 
Inkscape::Filters::FilterUnits&)':
display/nr-filter-slot.cpp:38: internal compiler error: in add_phi_arg, at tree-phinodes.c:391
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[3]: *** [display/nr-filter-slot.o] Error 1

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45709

ICE is present in 4.3 and 4.4.4.  It is meant to be fixed in gcc 4.4.5
but apparently not the "gcc version 4.4.5" that comes with some versions
of Ubuntu, because it's actually gcc 4.4.4 with Ubuntu's custom(ary)
sprinkling of poor judgement.

ICE is fixed in GCC 4.5.2 or any version of 4.6 and on, so that's a safe
minimum requirement.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/graphics/inkscape/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index