Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415975 - Please stabilize sci-mathematics/frobby-0.9.0
Summary: Please stabilize sci-mathematics/frobby-0.9.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Thomas Kahle (RETIRED)
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2012-05-14 18:42 UTC by Thomas Kahle (RETIRED)
Modified: 2012-05-18 16:32 UTC (History)
1 user (show)

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 Thomas Kahle (RETIRED) gentoo-dev 2012-05-14 18:42:38 UTC
Rock-solid.  Comes with tests.

Reproducible: Always
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2012-05-14 18:43:16 UTC
Arches, please do.
Comment 2 Elijah "Armageddon" El Lazkani (amd64 AT) 2012-05-16 16:45:49 UTC
amd64: pass

repoman complains, can output be suppressed ?
   sci-mathematics/frobby/frobby-0.9.0.ebuild: Upstream parallel compilation bug (ebuild calls emake -j1 on line: 33)
Comment 3 Thomas Kahle (RETIRED) gentoo-dev 2012-05-16 17:47:24 UTC
(In reply to comment #2)
> amd64: pass
> 
> repoman complains, can output be suppressed ?
>    sci-mathematics/frobby/frobby-0.9.0.ebuild: Upstream parallel compilation
> bug (ebuild calls emake -j1 on line: 33)

Oh yeah.  Since we only build the pdf manual anyway, -j1 is not necessary there.  Fixed, thanks.
Comment 4 Agostino Sarubbo gentoo-dev 2012-05-18 07:37:38 UTC
Thomas, it calls gcc directly:


g++ -march=native -O2 -g0  -Wall -ansi -pedantic -I  -Wno-uninitialized -Wno-unused-parameter -c src/main.cpp -o bin/release/main.o

(not a blocker)
Comment 5 Agostino Sarubbo gentoo-dev 2012-05-18 07:38:44 UTC
(In reply to comment #4)
> Thomas, it calls gcc directly:
> 
> 
> g++ -march=native -O2 -g0  -Wall -ansi -pedantic -I  -Wno-uninitialized
> -Wno-unused-parameter -c src/main.cpp -o bin/release/main.o
> 
> (not a blocker)

and also, it does g++ ${CFLAGS} instead of g++ ${CXXFLAGS} 

please check
Comment 6 Agostino Sarubbo gentoo-dev 2012-05-18 08:05:15 UTC
amd64 stable
Comment 7 Thomas Kahle (RETIRED) gentoo-dev 2012-05-18 16:32:36 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > Thomas, it calls gcc directly:
> > 
> > 
> > g++ -march=native -O2 -g0  -Wall -ansi -pedantic -I  -Wno-uninitialized
> > -Wno-unused-parameter -c src/main.cpp -o bin/release/main.o
> > 
> > (not a blocker)
> 
> and also, it does g++ ${CFLAGS} instead of g++ ${CXXFLAGS} 
> 
> please check

All fixed and x86 stable.  Thanks. Closing.