Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238444 - sci-libs/cln-1.2.2 stable request
Summary: sci-libs/cln-1.2.2 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on: 240516
Blocks: 238471 240335
  Show dependency tree
 
Reported: 2008-09-23 06:11 UTC by Sebastian Luther (few)
Modified: 2008-10-08 21:21 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 Sebastian Luther (few) 2008-09-23 06:11:03 UTC
Been there for some months, no open bugs. Please mark at least x86 stable.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2008-09-25 10:12:58 UTC
Please also mark this one stable. ginac uses it and can be tested with it.

Thanks.
Comment 2 Ferris McCormick (RETIRED) gentoo-dev 2008-09-25 12:49:44 UTC
Not yet for sparc --- please see Bug 238471 for comments.
Comment 3 Brent Baude (RETIRED) gentoo-dev 2008-09-26 00:28:01 UTC
ppc stable
Comment 4 Sébastien Fabbro (RETIRED) gentoo-dev 2008-09-29 14:10:43 UTC
sparc, 

Could you add append-cppflags "-DNO_ASM" in src_compile and see if both cln-1.2.2 and ginac-1.4.3 pass tests and install fine?

Thanks
Comment 5 Ferris McCormick (RETIRED) gentoo-dev 2008-09-29 16:22:25 UTC
(In reply to comment #4)
> sparc, 
> 
> Could you add append-cppflags "-DNO_ASM" in src_compile and see if both
> cln-1.2.2 and ginac-1.4.3 pass tests and install fine?
> 
> Thanks
> 

With this change, ginac does fine with the tutorial (taking in a comment on the ginac bug into account).

Add it to the ebuild and we can make sparc stable for both.
Comment 6 Ferris McCormick (RETIRED) gentoo-dev 2008-09-30 12:46:46 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > sparc, 
> > 
> > Could you add append-cppflags "-DNO_ASM" in src_compile and see if both
> > cln-1.2.2 and ginac-1.4.3 pass tests and install fine?
> > 
> > Thanks
> > 
> 
> With this change, ginac does fine with the tutorial (taking in a comment on the
> ginac bug into account).
> 
> Add it to the ebuild and we can make sparc stable for both.
> 

For completeness, this little patch shows what I did, after which ginac works as expected:
===================================================
--- /usr/portage/sci-libs/cln/cln-1.2.2.ebuild  2008-09-26 00:40:10.000000000 +0000
+++ cln-1.2.2.ebuild    2008-09-30 12:38:31.000000000 +0000
@@ -22,6 +22,7 @@
        # -Os causes segmentation faults (see bug #174576)
        # checked for 1.2.1, gcc-4.2.3
        replace-flags -Os -O2
+       use sparc && append-cppflags "-DNO_ASM"
 
        econf  \
                --libdir=/usr/$(get_libdir) \
====================================================
Comment 7 Sébastien Fabbro (RETIRED) gentoo-dev 2008-09-30 13:10:32 UTC
cln-1.2.2 fixed for sparc in cvs.
Thanks.
Comment 8 Ferris McCormick (RETIRED) gentoo-dev 2008-09-30 13:52:46 UTC
Sparc stable, thanks for the help.
Comment 9 academicsam@gmail.com 2008-10-08 20:50:15 UTC
Fails to compile with -ftracer flag (see bug 237451). Removing it makes it compile without a problem.
Comment 10 Markus Meier gentoo-dev 2008-10-08 21:21:55 UTC
amd64/x86 stable, all arches done.