Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437238 - >=dev-util/kbuild-0.1.9998_pre20120806 should not depend on sys-devel/automake-1.9
Summary: >=dev-util/kbuild-0.1.9998_pre20120806 should not depend on sys-devel/automa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessio Cassibba (X-Drum)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-10-04 21:40 UTC by Denis M. (Phr33d0m)
Modified: 2013-04-09 07:05 UTC (History)
2 users (show)

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


Attachments
kbuild-automake.patch (kbuild-automake.patch,252 bytes, patch)
2012-10-04 21:41 UTC, Denis M. (Phr33d0m)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis M. (Phr33d0m) 2012-10-04 21:40:39 UTC
Hello, kbuild has automake-1.9 as a dependency. It's actually the only package in my system that still pulls automake-1.9.

I've been testing and kbuild-0.1.9998_pre20120806 builds perfectly fine with stable automake-1.11.6.

Is there any reason that it still needs automake-1.9? And if not please change it to 1.11 at least.

Regards.

Reproducible: Always
Comment 1 Denis M. (Phr33d0m) 2012-10-04 21:41:55 UTC
Created attachment 325682 [details, diff]
kbuild-automake.patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-05 16:47:52 UTC
Confirmed. A test build runs fine with any higher one.

Index: kbuild-0.1.9998_pre20120806.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.9998_pre20120806.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 kbuild-0.1.9998_pre20120806.ebuild
--- kbuild-0.1.9998_pre20120806.ebuild  6 Aug 2012 17:27:55 -0000       1.1
+++ kbuild-0.1.9998_pre20120806.ebuild  5 Oct 2012 16:47:14 -0000
@@ -4,8 +4,6 @@
 
 EAPI=4
 
-WANT_AUTOMAKE=1.9
-
 inherit eutils autotools
 
 MY_P=kBuild-${PV/_/-}-src
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-04-09 07:05:14 UTC
+  09 Apr 2013; Lars Wendler <polynomial-c@gentoo.org>
+  kbuild-0.1.9998_pre20120806.ebuild:
+  Don't depend on specific automake version (bug #437238).
+