Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25415 - pike-7.4.20.ebuild (new package)
Summary: pike-7.4.20.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Rainer Größlinger (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-07-28 04:13 UTC by Emil Sköldberg
Modified: 2003-08-30 14:50 UTC (History)
1 user (show)

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


Attachments
pike-7.4.20.ebuild (pike-7.4.20.ebuild,1004 bytes, text/plain)
2003-07-28 04:16 UTC, Emil Sköldberg
Details
pike-7.4.20.ebuild (pike-7.4.20.ebuild,1004 bytes, application/octet-stream)
2003-07-28 04:16 UTC, Emil Sköldberg
Details
pike-7.4.20.ebuild (pike-7.4.20.ebuild,1004 bytes, application/octet-stream)
2003-07-28 04:17 UTC, Emil Sköldberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emil Sköldberg 2003-07-28 04:13:57 UTC
Attached is pike-7.4.20.ebuild 

Pike is a programming language, in syntax quite similar to C. 
More info on pike can be found at http://pike.ida.liu.se/
I suggest dev-lang as an appropriate place for pike.

emil
Comment 1 Emil Sköldberg 2003-07-28 04:16:34 UTC
Created attachment 15114 [details]
pike-7.4.20.ebuild
Comment 2 Emil Sköldberg 2003-07-28 04:16:56 UTC
Created attachment 15115 [details]
pike-7.4.20.ebuild
Comment 3 Emil Sköldberg 2003-07-28 04:17:55 UTC
Created attachment 15116 [details]
pike-7.4.20.ebuild
Comment 4 Rainer Größlinger (RETIRED) gentoo-dev 2003-08-30 06:58:06 UTC
I'll take this one, please give me a day or two ;)
Comment 5 Rainer Größlinger (RETIRED) gentoo-dev 2003-08-30 08:23:37 UTC
ok, I already ran into a compilation problem.
-march=athlon-tbird -O3 -pipe
causes the compilation to fail whereas
-mcpu=i686 -O2 -pipe
didn't.

I am investigating this.

Also, I have to test the various configure args etc. so please gimme some time...
Comment 6 Rainer Größlinger (RETIRED) gentoo-dev 2003-08-30 13:53:39 UTC
ok, I found the culprit: -fomit-frame-pointer
pike 7.5 already has a check included but in 7.4 we need to filter it out maually.

I should have it committed later this night
Comment 7 Rainer Größlinger (RETIRED) gentoo-dev 2003-08-30 14:50:00 UTC
committed.
please test and have fun with this great programming language !