Re: Problem with system-config-printer.py

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for helping me look into this. I'm not versed in Python, and I didn't want to learn it just to debug this.

Are you sure you want to see all the output that is *not* ENOENT? It doesn't seem very informative to me.

The last few lines are:

open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 4
open("/usr/share/X11/locale/iso8859-1/XLC_LOCALE", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 4
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 4
open("/usr/share/X11/locale/iso8859-1/XLC_LOCALE", O_RDONLY) = 4
open("/usr/share/locale/locale.alias", O_RDONLY) = 4
open("/etc/nsswitch.conf", O_RDONLY)    = 4
open("/etc/ld.so.cache", O_RDONLY)      = 4
open("/lib/libnss_files.so.2", O_RDONLY) = 4
open("/etc/passwd", O_RDONLY|0x80000 /* O_??? */) = 4
open("/usr/lib/gtk-2.0/modules/libgnomebreakpad.so", O_RDONLY) = 4
open("/usr/lib/bug-buddy/libbreakpad.so.0", O_RDONLY) = 4
open("/etc/ld.so.cache", O_RDONLY)      = 4
open("/usr/lib/libelf.so.1", O_RDONLY)  = 4
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 4
open("/lib/libgcc_s.so.1", O_RDONLY)    = 4
open("/var/run/gdm/auth-cookie-XXRCSCEU-for-carlson", O_RDONLY) = 5
open("/usr/lib/python2.5/site-packages/gtk-2.0/gtk/glade.so", O_RDONLY|O_LARGEFILE) = 3
open("/usr/lib/python2.5/site-packages/gtk-2.0/gtk/glade.so", O_RDONLY) = 5
open("/etc/ld.so.cache", O_RDONLY)      = 5
open("/usr/lib/libglade-2.0.so.0", O_RDONLY) = 5
open("/usr/lib/libxml2.so.2", O_RDONLY) = 5

The last few lines of ENOENT errors are:

open("/usr/lib/bug-buddy/libelf.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libelf.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/bug-buddy/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/bug-buddy/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libglade-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libxml2.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)

Thanks again,
Chris


Tim Waugh wrote:
On Sun, 2008-07-06 at 12:44 -0700, Chris Carlson wrote:
Since this is repeatable simply by trying to set up a printer from the desktop, I would think others would be running into it as well. Am I the only one?

I'm afraid you are.  The printer configuration tool is working fine for
me on all my test installations, and on my main working installation of
Fedora 9. (I'm the maintainer of the program.)

You will probably find that this command fails in the same way:

python -c 'import gtk.glade'

What output does this give?:

strace -eopen python -c 'import gtk.glade' 2>&1 | grep -v NOENT

Tim.
*/


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux