Gentoo Archives: gentoo-dev

From: Jonathan Kelly <j0n@×××××××.au>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Povray 3.5 Testing
Date: Mon, 05 Aug 2002 10:03:34
Message-Id: 20020806010148.29441fbf.j0n@tpg.com.au
In Reply to: [gentoo-dev] Povray 3.5 Testing by Ryan Phillips
1 On Sun, 4 Aug 2002 20:21:06 -0700
2 Ryan Phillips <rphillips@g.o> wrote:
3
4 > I have included a masked version of the new povray 3.5 ebuild into the
5 > portage tree. Povray's package has changed to an autoconf system, and
6 > the source needs to be patched for gcc 3.1 to get it to compile
7 > correctly (atleast on my machine).
8 >
9 I'm getting this error on compiling ...
10 <snip>
11 g++ -DPREFIX=\"/usr\" -DPOV_LIB_DIR=\"/usr/share/povray-3.5\"
12 -DCOMPILER_VER=\".Linux.gcc\" -DSYSCONFDIR=\"/etc\" -march=i686 -O3
13 -pipe -finline-functions -ffast-math -ansi -c `if [ "Xgcc" = "Xgcc" ];
14 then echo "-Wno-multichar"; fi ` -c file_pov.cpp
15 express.cpp: In function `void Parse_Num_Factor(double *, int *)':
16 express.cpp:724: implicit declaration of function `int acosh(...)'
17 express.cpp:727: implicit declaration of function `int asinh(...)'
18 express.cpp:730: implicit declaration of function `int atanh(...)'
19 express.cpp:1023: warning: assignment to `int' from `double'
20 g++ -DPREFIX=\"/usr\" -DPOV_LIB_DIR=\"/usr/share/povray-3.5\"
21 -DCOMPILER_VER=\".Linux.gcc\" -DSYSCONFDIR=\"/etc\" -march=i686 -O3
22 -pipe -finline-functions -ffast-math -ansi -c `if [ "Xgcc" = "Xgcc" ];
23 then echo "-Wno-multichar"; fi ` -c fncode.cpp
24 make: *** [express.o] Error 1
25 make: *** Waiting for unfinished jobs....
26
27 !!! ERROR: The ebuild did not complete successfully.
28 !!! Function src_compile, Line 90, Exitcode 2
29 !!! (no error message)
30
31 !!! emerge aborting on /usr/portage/media-gfx/povray/povray-3.50a.ebuild
32 .
33
34 Cheers.
35 Jonathan Kelly.