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

Bug 41638

Summary: euler 1.60.6 does not compile, error in metaps.c
Product: Gentoo Linux Reporter: Pietro Franchi <tinaught>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pietro Franchi 2004-02-15 01:17:55 UTC
there is an error doing emerge euler because of an error in metaps.c.

I've investigated a bit and the problem seems to be fixed by this patch:

--- metaps.c.old        2004-02-15 09:53:10.502606720 +0100
+++ metaps.c    2004-02-15 09:55:52.156031664 +0100
@@ -209,7 +209,7 @@
 //     rectangle clipping
 //     x1 y1 x2 y2 setclip
 static char setclipmacro[]= "/setclip {\n\
-gsave
+gsave\n\
        /y2 exch def\n\
        /x2 exch def\n\
        /y1 exch def\n\


:)
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-15 06:25:25 UTC
If you attache the patch next time instead of pasting it, you can save me even more time :-)

Thanks. Silent fix in 1.60.6, -r1 makes use of CFLAGS additionally.