Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10672 - pstoedit does not compile
Summary: pstoedit does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-13 04:03 UTC by Juerd
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Juerd 2002-11-13 04:03:55 UTC
Pasting the last screen that "emerge pstoedit" outputs:   
   
 i686-pc-linux-gnu-g++ -DBUGGYGPP -ansi -pedantic -Wall -Wwrite-strings  
-Wcast-qual -Wpointer-arith -Wstrict-prototypes -c -DOLD_LIBPLOTTER   
-DHAVE_LIBPNG -DDEFAULTGS=/usr/bin/gs -O2 -march=athlon-tbird -pipe  
-fomit-frame-pointer  -DINTERNALBOOL  
-DPSTOEDITDATADIR="\"/usr/share/pstoedit\""  drvbase.cpp  
In file included from /usr/include/g++-v32/backward/strstream:51,  
                 from drvbase.cpp:31:  
/usr/include/g++-v32/backward/backward_warning.h:32:2: warning: #warning  
This file includes at least one deprecated or antiquated header. Please consider  
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.  
Examples include substituting the <X> header for the <X.h> header for C++  
includes, or <sstream> instead of the deprecated header <strstream.h>. To  
disable this warning use -Wno-deprecated.  
drvbase.cpp:1150: prototype for `Point Point::transform(float*) const' does not  
   match any in class `Point'  
drvbase.h:92: candidate is: Point Point::transform(const float*) const  
make: *** [drvbase.o] Error 1  
  
!!! ERROR: media-gfx/pstoedit-3.31-r1 failed.  
!!! Function src_compile, Line -155, Exitcode 2  
!!! emake failed  
 
 4;1 root@ouranos:/home/juerd#
Comment 1 Juerd 2002-11-13 04:12:59 UTC
The 3.32 ebuild did merge succesfully.  
  
It's not masked, yet emerge chooses 3.31-r1 instead. Why is this?   
Comment 2 SpanKY gentoo-dev 2002-11-14 12:09:44 UTC
changed emake to make and unmasked for x86, enjoy ;) 
 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/media-gfx/pstoedit/pstoedit-3.32.ebuild.diff?r1=1.1&r2=1.3