Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516716 - gnome-extra/gnome-system-monitor-3.12.2 configure script is broken for --disable-wnck
Summary: gnome-extra/gnome-system-monitor-3.12.2 configure script is broken for --disa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-08 18:11 UTC by tux_mind
Modified: 2014-07-14 18:34 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 tux_mind 2014-07-08 18:11:28 UTC
gnome-system-monitor-3.12.2 has a bug in the configure script.

configure will set $enable_wnck to "yes" even if you give it "--disable-wnck" or "--enable-wnck=no".
solution is to call configure without any of those arguments, because it's default value is "no".

Reproducible: Always

Steps to Reproduce:
1.ensure to not have libwnck on your system
2.USE="-X" emerge '=gnome-extra/gnome-system-monitor-3.12.2'
Actual Results:  
configure step will fail due to missing WNCK.

Expected Results:  
configure script should assign "no" to "enable_wnck" if "--disable-wnck" or "--enable-wnck=no" argument is passed as args.
Comment 1 Pacho Ramos gentoo-dev 2014-07-14 18:34:16 UTC
+  14 Jul 2014; Pacho Ramos <pacho@gentoo.org>
+  +files/gnome-system-monitor-3.12.2-configure-wnck.patch,
+  -gnome-system-monitor-3.12.1.ebuild, gnome-system-monitor-3.12.2.ebuild:
+  Fix configure switch, bug #516716 by tux_mind; drop old
+