Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348995 - sci-mathematics/unuran-1.8.0 - configure fails
Summary: sci-mathematics/unuran-1.8.0 - configure fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-18 07:56 UTC by Helmut Jarausch
Modified: 2010-12-18 21:46 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 Helmut Jarausch 2010-12-18 07:56:41 UTC
emerging sci-mathematics/unuran-1.8.0 fails due to
checking for RngStream.h... yes
configure: error: bad value 'rngstreams' for --with-urng-default
 * ERROR: sci-mathematics/unuran-1.8.0 failed:
 *   econf failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 2917:  Called econf '--enable-shared' '--with-urng-default=rngstreams' '--disable-static' '--without-urng-gsl' '--without-urng-prng' '--with-urng-rngstream'


Reproducible: Always
Comment 1 Helmut Jarausch 2010-12-18 08:27:29 UTC
(In reply to comment #0)
> emerging sci-mathematics/unuran-1.8.0 fails due to
> checking for RngStream.h... yes
> configure: error: bad value 'rngstreams' for --with-urng-default
>  * ERROR: sci-mathematics/unuran-1.8.0 failed:
>  *   econf failed
>  * 
>  * Call stack:
>  *     ebuild.sh, line   56:  Called src_configure
>  *   environment, line 2917:  Called econf '--enable-shared'
> '--with-urng-default=rngstreams' '--disable-static' '--without-urng-gsl'
> '--without-urng-prng' '--with-urng-rngstream'
> 
> 
> Reproducible: Always
> 

It's just a typo
In the ebuild it should read
	use rngstreams && udefault=rngstream
instead of
	use rngstreams && udefault=rngstreams
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2010-12-18 21:46:43 UTC
fixed. thanks!