Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 176992

Summary: networkmanager-0.6.5 cannot be compiled without gnome
Product: Gentoo Linux Reporter: Miroslaw Mieszczak <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED NEEDINFO    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Corrected ebuild

Description Miroslaw Mieszczak 2007-05-04 06:40:07 UTC
When try to compile networkmanager-0.6.5 without gnome, the compilation breaks at test of presence of gnome-keyring. There is missing same setting flag as in previous versions.

Reproducible: Always
Comment 1 Miroslaw Mieszczak 2007-05-04 06:41:38 UTC
Created attachment 118119 [details]
Corrected ebuild

There is corrected ebuild with set correctly gnome compilation flag
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-05-04 06:48:20 UTC
Comment on attachment 118119 [details]
Corrected ebuild

Well, sorry but I fail to see what you've 'fixed' here?

-	`use_with crypt gcrypt` \
-	`use_with gnome` \
+'	`use_with crypt gcrypt` \
+	$(use_with crypt gcrypt) \
+	$(use_with gnome ) \

Also, use unified diffs instead of attaching the whole ebuild in future.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-05-04 06:49:41 UTC
Post the compile errors, emerge -pv networkmanager output and reopen then.
Comment 4 Miroslaw Mieszczak 2007-05-04 10:26:30 UTC
This bug is duplicate of bug No 176867
which have been corrected 1 hour before this one reported