Having an issue installing gnome on my server. It keeps failing on deskbar-applet
Snippet from /usr/ports/deskutils/deskbar-applet/work/deskbar-applet-2.32.0/config.log
I have done a portsnap update...make deinstall and reinstall...portupgrade -i. Nothing is making this work. I'm thinking I'm just doing something newbish and stupid. Any thoughts would be wonderfully appreciated.
Code:
checking for DESKBAR... yes
checking for gnomeapplet module... no
configure: error: gnomeapplet Python module required to build deskbar
===> Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gnome@FreeBSD.org, and attach (a)
"/usr/ports/deskutils/deskbar-applet/work/deskbar-applet-2.32.0/config.log",
(b) the output of the failed make command, and (c) the gnomelogalyzer output.
Also, it might be a good idea to provide an overview of all packages installed
on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
send-pr(1) with the attachment. Try to avoid sending any attachments to the
mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing
lists are usually discarded by the mailing list software.
*** Error code 1
Stop in /usr/ports/deskutils/deskbar-applet.
*** Error code 1
Stop in /usr/ports/deskutils/deskbar-applet.
*** Error code 1
Stop in /usr/ports/x11/gnome2.
*** Error code 1
Stop in /usr/ports/x11/gnome2.
Snippet from /usr/ports/deskutils/deskbar-applet/work/deskbar-applet-2.32.0/config.log
Code:
configure:13303: $? = 0
configure:13380: result: yes
configure:13387: checking for gnomeapplet module
configure:13389: DISPLAY= $PYTHON -c '
import pygtk
pygtk.require("2.0")
try:
import gnomeapplet
except ImportError, e:
if str(e).find("gnomeapplet") >= 0:
raise
except:
pass
'
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named pygtk
configure:13414: $? = 1
configure:13419: result: no
configure:13421: error: gnomeapplet Python module required to build deskbar