Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409659 - gnome-extra/nm-applet-0.8.4 failed to build
Summary: gnome-extra/nm-applet-0.8.4 failed to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Robert Piasek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-25 17:11 UTC by Peter Silie
Modified: 2012-03-26 08:47 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,21.12 KB, text/plain)
2012-03-25 17:11 UTC, Peter Silie
Details
emerge --info =gnome-extra/nm-applet-0.8.4 (emerge-info.txt,4.70 KB, text/plain)
2012-03-25 17:12 UTC, Peter Silie
Details
emerge -pqv =gnome-extra/nm-applet-0.8.4 (emerge-pqv.txt,62 bytes, text/plain)
2012-03-25 17:13 UTC, Peter Silie
Details

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