Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542806 - dev-util/jenkins-bin-1.600: missing dependency media-libs/freetype
Summary: dev-util/jenkins-bin-1.600: missing dependency media-libs/freetype
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Manuel Rüger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 11:37 UTC by gentoo
Modified: 2015-03-10 18:31 UTC (History)
2 users (show)

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


Attachments
jenkins.log (file_542806.txt,5.06 KB, text/plain)
2015-03-10 11:39 UTC, gentoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2015-03-10 11:37:56 UTC
> cat /etc/portage/package.use
dev-java/icedtea-bin -X -cups -alsa

After installing media-libs/freetype manually it works like a charme.
Comment 1 gentoo 2015-03-10 11:39:49 UTC
Created attachment 398586 [details]
jenkins.log
Comment 2 Patrice Clement gentoo-dev 2015-03-10 16:38:38 UTC
The following patch

--- jenkins-bin-1.600.ebuild    2015-03-01 16:05:47.000000000 +0000
+++ jenkins-bin-1.600-r1.ebuild 2015-03-10 16:37:12.946486251 +0000
@@ -15,7 +15,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""

-DEPEND="media-fonts/dejavu"
+DEPEND="media-fonts/dejavu
+       media-libs/freetype"
+
 RDEPEND="${DEPEND}
        !dev-util/jenkins-bin:lts
        virtual/jre"

would be my fix. 

Over to the maintainers to decide :)
Comment 3 Patrice Clement gentoo-dev 2015-03-10 18:25:56 UTC
+  10 Mar 2015; Patrice Clement <monsieurp@gentoo.org> jenkins-bin-1.600.ebuild:
+  Get DEPENDs right this time round by adding media-libs/freetype. Fix bug
+  542806.
+
Comment 4 Michael Palimaka (kensington) gentoo-dev 2015-03-10 18:31:51 UTC
Is it really required at build-time for a bin package?