Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29706 - Povray does not build with gcc 3.3.1
Summary: Povray does not build with gcc 3.3.1
Status: RESOLVED DUPLICATE of bug 25149
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 15:58 UTC by Markus
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***