Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102039 - automake not listed as dependancy
Summary: automake not listed as dependancy
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 12:18 UTC by Alex Beregszaszi
Modified: 2005-08-11 01:11 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 Alex Beregszaszi 2005-08-10 12:18:43 UTC
Hi,

I run a minimalistic gentoo system, installing packages which are really needed.

It looks like automake is mandatory for GTK-2.6.8 and was not listed. I'm not
sure about the required automake version, but it worked with 1.7.9 under powerpc.

Here's the patch:

--- gtk+-2.6.8.ebuild	2005-07-10 21:01:23.000000000 +0200
+++ gtk+-2.6.8.alex.ebuild	2005-07-10 21:00:55.000000000 +0200
@@ -20,6 +20,7 @@
 	>=dev-libs/atk-1.0.1
 	>=x11-libs/pango-1.8
 	x11-misc/shared-mime-info
+	>=sys-devel/automake-1.7.9
 	>=media-libs/libpng-1.2.1
 	jpeg? ( >=media-libs/jpeg-6b-r2 )
 	tiff? ( >=media-libs/tiff-3.5.7 )"
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-08-10 13:01:00 UTC
isn't automake a part of 'system'? 

emerge -ep system | grep automake | awk -- '{print $4}'
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-11 00:49:49 UTC
Both sys-devel/automake sys-devel/automake-wrapper are in
/usr/portage/profiles/base/packages; automake-wrapper depends on automake-1.7*.
If you ended up without it (like you unmerged it etc.), it's not Gentoo fault. 
Comment 3 Alex Beregszaszi 2005-08-11 01:11:53 UTC
I have never unmerged anything on the system. Anyway, thanks for the "nice" 
answer.