Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176992 - networkmanager-0.6.5 cannot be compiled without gnome
Summary: networkmanager-0.6.5 cannot be compiled without gnome
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 06:40 UTC by Miroslaw Mieszczak
Modified: 2007-05-04 10:26 UTC (History)
0 users

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


Attachments
Corrected ebuild (networkmanager-0.6.5.ebuild,2.41 KB, text/plain)
2007-05-04 06:41 UTC, Miroslaw Mieszczak
Details

Note You need to log in before you can comment on or make changes to this bug.
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