Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274151 - gnome-extra/nm-applet-0.7.1-r2: fails to compile
Summary: gnome-extra/nm-applet-0.7.1-r2: fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Robert Piasek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-14 18:40 UTC by PhobosK
Modified: 2009-06-14 19:21 UTC (History)
1 user (show)

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 PhobosK 2009-06-14 18:40:20 UTC
Emerging gnome-extra/nm-applet-0.7.1-r2 fails to compile.

Reproducible: Always

Steps to Reproduce:
Run:
emerge -av nm-applet

Actual Results:  
Making all in wireless-security
make[3]: Entering directory `/var/tmp/portage/gnome-extra/nm-applet-0.7.1-r2/work/network-manager-applet-0.7.1/src/wireless-security'
/bin/sh ../../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..  -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-keyring-1   -I../../src/utils -I../../src/gconf-helpers   -march=athlon64 -O2 -pipe -MT libwireless_security_la-wireless-security.lo -MD -MP -MF .deps/libwireless_security_la-wireless-security.Tpo -c -o libwireless_security_la-wireless-security.lo `test -f 'wireless-security.c' || echo './'`wireless-security.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-keyring-1 -I../../src/utils -I../../src/gconf-helpers -march=athlon64 -O2 -pipe -MT libwireless_security_la-wireless-security.lo -MD -MP -MF .deps/libwireless_security_la-wireless-security.Tpo -c wireless-security.c  -fPIC -DPIC -o .libs/libwireless_security_la-wireless-security.o
In file included from wireless-security.h:82,
                 from wireless-security.c:34:
ws-wep-key.h:30: error: expected specifier-qualifier-list before ‘NMWepKeyType’
ws-wep-key.h:37: error: expected declaration specifiers or ‘...’ before ‘NMWepKeyType’
make[3]: *** [libwireless_security_la-wireless-security.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-extra/nm-applet-0.7.1-r2/work/network-manager-applet-0.7.1/src/wireless-security'

Expected Results:  
Compilation and install with no errors.

NM is net-misc/networkmanager-0.7.1-r3 and fresh compiled/emerged

The fail happens no matter if it is an update process (an update from gnome-extra/nm-applet-0.7.1-r1) or it is a new merge (I "emerge -C nm-applet", and now i lost the working 0.7.1-r1 version :S because it is not in the tree anymore :S).

I guess it has something to do with the applied patches like: 03_all_nm-applet-0.7.1-let_NM_handle_WEP_and_WPA_passphrases.patch
Comment 1 Robert Piasek (RETIRED) gentoo-dev 2009-06-14 19:21:25 UTC
Could you please update to networkmanager-0.7.1-r4.

nm-applet-0.7.1-r2 depends on networkmanager-0.7.1-r4. I will update the dependencies accordingly.

Thank you for reporting.