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

Bug 29706

Summary: Povray does not build with gcc 3.3.1
Product: Gentoo Linux Reporter: Markus <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor CC: mr_bones_
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus 2003-09-26 15:58:48 UTC
When I try to emerge povray, it gives the following error: 
 
# emerge povray 
Calculating dependencies ...done! 
>>> emerge (1 of 1) media-gfx/povray-3.50c to / 
>>> md5 src_uri ;-) povuni_s.tgz 
 * This build needs gcc-3.2 or later 
 
!!! ERROR: media-gfx/povray-3.50c failed. 
!!! Function pkg_setup, Line 27, Exitcode 0 
!!! This build needs gcc-3.2 or later 
 
If I replace 3.2 by 3.3 in the line 
  if [ "$(gcc-version)" != "3.2" ] ; then 
 
it works 

Reproducible: Always
Steps to Reproduce:
1. update to gcc 3.3 
2. emerge povray
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-09-26 16:12:39 UTC

*** This bug has been marked as a duplicate of 25149 ***