Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41638 - euler 1.60.6 does not compile, error in metaps.c
Summary: euler 1.60.6 does not compile, error in metaps.c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 01:17 UTC by Pietro Franchi
Modified: 2004-03-15 06:25 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 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.