Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402953 - sci-mathematics/jags-3.2.0 stabilization request
Summary: sci-mathematics/jags-3.2.0 stabilization request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2012-02-10 05:52 UTC by Xavier Fernández i Marín
Modified: 2012-02-11 16:08 UTC (History)
2 users (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 Xavier Fernández i Marín 2012-02-10 05:52:49 UTC
Please stabilize sci-mathematics/jags-3.2.0

Reproducible: Always
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2012-02-10 18:25:22 UTC
I added a missing dep for USE="doc" and tested and stabled on x86.
amd64, please go ahead.
Comment 2 Aaron Bauman (RETIRED) gentoo-dev 2012-02-10 21:58:47 UTC
amd64 ok.
Comment 3 Agostino Sarubbo gentoo-dev 2012-02-10 22:07:17 UTC
@tomka, 

seems there is a missing rdepend(via scanelf) on libtool, please check and fix
Comment 4 Agostino Sarubbo gentoo-dev 2012-02-10 22:10:04 UTC
amd64 stable, closing
Comment 5 Thomas Kahle (RETIRED) gentoo-dev 2012-02-11 10:13:37 UTC
(In reply to comment #3)
> @tomka, 
> 
> seems there is a missing rdepend(via scanelf) on libtool, please check and fix

Checked.  No idea what you are talking about.

# scanelf -a /usr/bin/jags 
#
Comment 6 Agostino Sarubbo gentoo-dev 2012-02-11 10:29:13 UTC
qlist -e "$package" | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -Cv | sort -u | awk '{print $1}' | uniq
Comment 7 Thomas Kahle (RETIRED) gentoo-dev 2012-02-11 16:08:46 UTC
(In reply to comment #6)
> qlist -e "$package" | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs
> qfile -Cv | sort -u | awk '{print $1}' | uniq

Well, I don't know what to say about this.  Of course a runtime dep on libtool makes no sense at all and indeed, if you install jags while libtool is not installed you will get rid of the runtime dep.  It is some sort of overlinking problem in their build system (which by the way ships its own copy of libtool anyway...).  A runtime dep on libtool is certainly not the correct solution, I'm open for suggestions.  Anyhow, the problem is so minor that it can be ignored for now I'd say.