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

Bug 409659

Summary: gnome-extra/nm-applet-0.8.4 failed to build
Product: Gentoo Linux Reporter: Peter Silie <ka5427-536>
Component: [OLD] GNOMEAssignee: Robert Piasek (RETIRED) <dagger>
Status: RESOLVED INVALID    
Severity: normal CC: nirbheek, pyxlcy, qiaomuf, tetromino
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info =gnome-extra/nm-applet-0.8.4
emerge -pqv =gnome-extra/nm-applet-0.8.4

Description Peter Silie 2012-03-25 17:11:30 UTC
Created attachment 306615 [details]
build.log

Here is what I did:

 sudo emerge nm-applet
 
Here is where it fails:

  ...
  utils.c:31:27: fatal error: nm-gsm-device.h: No such file or directory
  compilation terminated.
  make[4]: *** [libutils_la-utils.lo] Error 1
  make[4]: *** Waiting for unfinished jobs....
  mv -f .deps/libutils_la-nmn-mobile-providers.Tpo .deps/libutils_la-nmn-mobile-providers.Plo
  mobile-wizard.c:34:27: fatal error: nm-gsm-device.h: No such file or directory
  compilation terminated.
  make[4]: *** [libutils_la-mobile-wizard.lo] Error 1
  mv -f .deps/libutils_la-nma-bling-spinner.Tpo .deps/libutils_la-nma-bling-spinner.Plo
  make[4]: Leaving directory `/var/tmp/portage/gnome-extra/nm-applet-0.8.4/work/network-manager-applet-0.8.4/src/utils'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/var/tmp/portage/gnome-extra/nm-applet-0.8.4/work/network-manager-applet-0.8.4/src/utils'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/var/tmp/portage/gnome-extra/nm-applet-0.8.4/work/network-manager-applet-0.8.4/src'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/var/tmp/portage/gnome-extra/nm-applet-0.8.4/work/network-manager-applet-0.8.4'
  make: *** [all] Error 2
  emake failed
   * ERROR: gnome-extra/nm-applet-0.8.4 failed (compile phase):
    *   compile failure
  ...

some logs (attached)

  emerge --info =gnome-extra/nm-applet-0.8.4 > emerge-info.txt  

  emerge -pqv =gnome-extra/nm-applet-0.8.4 > emerge-pqv.txt

  and also the build.log
Comment 1 Peter Silie 2012-03-25 17:12:56 UTC
Created attachment 306617 [details]
emerge --info =gnome-extra/nm-applet-0.8.4
Comment 2 Peter Silie 2012-03-25 17:13:50 UTC
Created attachment 306619 [details]
emerge -pqv =gnome-extra/nm-applet-0.8.4
Comment 3 Richard Grenville 2012-03-26 02:19:17 UTC
Found a similar report on Gentoo Forums:

http://forums.gentoo.org/viewtopic-p-6885324.html#6885324

"The recent networkmanager update, or rather the portage instructions that came with it, were incomplete. If you have networkmanager 0.9.2.0, and have the ~x86 keyword set, you need to set ~x86 for gnome-extra/nm-applet, so that nm-applet gets updated to 0.9.2.0, too."
Comment 4 Peter Silie 2012-03-26 06:45:05 UTC
(In reply to comment #3)
> Found a similar report on Gentoo Forums:
> 
> http://forums.gentoo.org/viewtopic-p-6885324.html#6885324
> 
> "The recent networkmanager update, or rather the portage instructions that
> came with it, were incomplete. If you have networkmanager 0.9.2.0, and have
> the ~x86 keyword set, you need to set ~x86 for gnome-extra/nm-applet, so
> that nm-applet gets updated to 0.9.2.0, too."


That's it! Thanks a lot.