Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70708 - new version available for "epix"
Summary: new version available for "epix"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 13:50 UTC by gunix
Modified: 2004-11-23 16:55 UTC (History)
0 users

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


Attachments
epix-1.0.0.ebuild (epix-1.0.0.ebuild,1.14 KB, text/plain)
2004-11-23 15:55 UTC, Marcus D. Hanwell (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gunix 2004-11-10 13:50:41 UTC
There is a new version available for "epix".

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-11-22 06:12:49 UTC
I have some trouble with the build procedure:
./libepixtest.a(functions.o)(.text+0x6de): In function `ePiX::newton(double (*)(double), double (*)(double), double)':
: undefined reference to `ePiX::epix_warning(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
./libepixtest.a(functions.o)(.text+0x738): In function `ePiX::newton(double (*)(double), double (*)(double), double)':
: undefined reference to `ePiX::epix_warning(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
collect2: ld returned 1 exit status
failed, exiting
(deep down somewhere called from helpfiles.sh)

Help would be appreciated.
Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2004-11-22 08:24:54 UTC
I have also been working on an ebuild for the new version of epix, and come across
the same error - seems to be in a test build the script performs. I was going to
look at it more later to see if I could get to the bottom of it. I had also 
converted it to get compiler from toolchain-funcs eclass. I will stop working on
an ebuild for it if you are doing this now - although I will see if I can figure
out what is wrong with this compile step.
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2004-11-23 00:35:40 UTC
No, just go ahead - I currently don't have much time for gentoo.
Comment 4 Marcus D. Hanwell (RETIRED) gentoo-dev 2004-11-23 13:28:14 UTC
Success! I have found the problem within helpfiles.sh and what was stopping the
docs from compiling successfully. I now have it all building successfully - I just
want to do a little more testing before submitting the ebuild for it. Should be
ready later today.
Comment 5 Marcus D. Hanwell (RETIRED) gentoo-dev 2004-11-23 15:55:11 UTC
Created attachment 44610 [details]
epix-1.0.0.ebuild

New epix ebuild - please test. I currently have it filtering -Ox flags, as it
has
linking problems when using any of them on my system (amd64, gcc 3.4.3). If you

would like to test on your system with -O2, some files are compiled -O2 anyway.

The docs are building now too, and the sedding seems redundant.
Comment 6 Olivier Fisette (RETIRED) gentoo-dev 2004-11-23 16:55:20 UTC
In CVS. Thanks for your work, Marcus.