
A listview of USE flags is simplier, IMHO.IWBCMAN wrote: http://iwbcman.homelinux.org/Screenshot-2.jpg
I've just used the reference manual in the past:dol-sen wrote:[...] If anyone out there knows how to use the clipboard functions, DON'T BE SHY Help will be glady accepted.

Code: Select all
Traceback (most recent call last):
File "/usr/lib/porthole/views.py", line 196, in _clicked
self._category_changed(category)
File "/usr/lib/porthole/mainwindow.py", line 384, in category_changed
raise Exception("The programmer is stupid.");
Exception: The programmer is stupid.Code: Select all
# porthole -d
or if not installed & running a local cvs copy
# cd porthole
# ./porthole -l -d
I have a similar problem. However, I mistakenly posted it in the porthole-0.2 thread. I repost it here:metnik wrote:I tried to emerge gnome-vfs-sftp-0.1.2 with Porthole, but It writes some errors..
000005 /usr/sbin/ebuild.sh: line 13: rm: command not found
...
000151 ./usr/share/doc/gnome-vfs-sftp-0.1.2/AUTHORS.gz
I started porthole from the command-line as root.chutz wrote:I tried porthole-0.3-r1, but every time I try to emerge a package I get:and again, and again.... After sticking a ">>> echo PATH=$PATH" in the beginning of /usr/sbin/ebuild.sh, this is what I get in the Porthole-Terminal:Code: Select all
/usr/sbin/ebuild.sh: line 13: rm: command not found /usr/sbin/ebuild.sh: line 28: tee: command not found /usr/sbin/ebuild.sh: line 30: rm: command not found/var/tmp/portage/gxmms-0.1.0/temp/environment does contain a proper PATH. Portage is 2.0.50-r6Code: Select all
000001 *** emerge --nospinner gnome-extra/gxmms *** 000002 Calculating dependencies ...done! 000003 >>> emerge (1 of 1) gnome-extra/gxmms-0.1.0 to / 000004 >>> PATH=/usr/lib/portage/bin: 000005 >>> md5 src_uri ;-) gxmms-0.1.0.tar.gz 000006 >>> PATH=/usr/lib/portage/bin: 000007 /usr/sbin/ebuild.sh: line 13: rm: command not found 000008 /usr/sbin/ebuild.sh: line 28: tee: command not found 000009 /usr/sbin/ebuild.sh: line 30: rm: command not found 000010 >>> PATH=/usr/lib/portage/bin: 000011 /usr/sbin/ebuild.sh: line 13: rm: command not found 000012 /usr/sbin/ebuild.sh: line 28: tee: command not found 000013 /usr/sbin/ebuild.sh: line 30: rm: command not found 000014 >>> PATH=/usr/lib/portage/bin: 000015 /usr/sbin/ebuild.sh: line 13: rm: command not found 000016 *** process killed ***


Code: Select all
tux etc # porthole
(porthole:12791): Gtk-CRITICAL **: file gtklabel.c: line 946 (gtk_label_set_text): assertion `GTK_IS_LABEL (label)' failed
(porthole:12791): Gtk-CRITICAL **: file gtklabel.c: line 946 (gtk_label_set_text): assertion `GTK_IS_LABEL (label)' failed
Segmentation fault

Tried the cvs today. Works fine indeed.dol-sen wrote:chutz
I have had those rm not found errors before, but did not know what caused them. I believe it was because we were not passing the path variable in the environment we were giving emerge. That has now been changed to pass all of the environment plus whatever else we needed to emerge.
I will re-check to see if that error no longer appears.
look forward to a big bugfix release next week. just a few more bugs I want to squash first.

actually i just searched for an installed packaged. then i hit the "-" (minus sign) to unemerge it. and it popped up the error. but it did manage to remove the package. i went back into porthole and the package was removed.dol-sen wrote:As for your error, it looks like a gtk bug, poked at by porthole. I have not seen that one before. Nor have I tried an emerge -C in porthole before. You must have enetered that from the run custom command. "emerge -c" hmm... something I may have to try
Code: Select all
===> new search_term = :edb
MAINWINDOW: view_filter_changed()
MAIN: Showing search results
MAINWINDOW: clear_notebook()
MAINWINDOW: set_package_actions_sensitive(0)
MAINWINDOW: package_changed()
MAINWINDOW: set_package_actions_sensitive(1)
SUMMARY: update_package_info(); versions
TERMINAL: terminal_notebook() new self.visible_tablist:
[0]
TERMINAL: get & connect to vadjustments
TERMINAL: start_queue()
TERMINAL: There are pending processes, running now... [edb]
TERMINAL: terminal_notebook() new self.visible_tablist:
[0, 3]
TERMINAL: self.term.visible_tablist
[0, 3]
TERMINAL: cntrl-C sent to process
TERMINAL: leaving kill()
TERMINAL: leaving kill_process

start up porthole.I have never noticed the undefined error in the status bar, but I will look into it.
