Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 25149

Summary: povray-2.50c fails checking compiler version
Product: Gentoo Linux Reporter: Paper <c.merloni>
Component: New packagesAssignee: Philip Walls (RETIRED) <malverian>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo, lu_zero, mr_bones_
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paper 2003-07-23 17:34:41 UTC
the povray-2.50c ebuild check for presence of gcc 3.2 or later, but in fact it
dies if version is != 3.2
I successfully compiled it with gcc 3.3, so it should be safe to change the
check to "gcc version >= 3.2"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-07-23 18:14:35 UTC
Looks like the povray ebuild needs more help than just that.

It allows the use of icc, but still does gcc version checking.  Seems like
it should DEPEND on >=gcc-3.2 but only if not USEing icc.  I think that would
be better than the current gcc version checking in pkg_setup.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2003-09-26 16:12:40 UTC
*** Bug 29706 has been marked as a duplicate of this bug. ***
Comment 3 Nicolai Lissner 2003-10-08 05:55:34 UTC
pardon, you are discussing about this since july - there is a solution given
here and the ebuild haven't changed yet? well, at least version 3.5 still
contains that bug (although Markus <gentoo@jokey.tv> re-reported it more
than 2 weeks ago. Only a few lines to change - why does nobody do this? 
Comment 4 Luca Barbato gentoo-dev 2003-10-08 09:10:23 UTC
Fixed, hopefully.

Sorry but since was a low priority task probably nobody had the time.
Remeber that developers do not get paid and do what they do in their free
time.