Bug#334668: marked as done (ImportError while trying to import the vte module)

Debian Bug Tracking System owner at bugs.debian.org
Tue Nov 8 22:48:51 UTC 2005


Your message dated Tue, 08 Nov 2005 14:33:31 -0800
with message-id <E1EZc1z-0003t0-00 at spohr.debian.org>
and subject line Bug#334001: fixed in vte 1:0.11.15-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Oct 2005 07:29:51 +0000
>From timur at oilspace.com Wed Oct 19 00:29:51 2005
Return-path: <timur at oilspace.com>
Received: from office.oilspace.com [194.129.65.230] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ES8OU-0003sv-00; Wed, 19 Oct 2005 00:29:51 -0700
Received: from localhost.localdomain (proxy-mow.oilspace.com [81.19.78.190])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by office.oilspace.com (Postfix) with ESMTP
	id 0B791137603; Wed, 19 Oct 2005 08:29:47 +0100 (BST)
Received: from timur by localhost.localdomain with local (Exim 4.51)
	id 1ES8ON-0004uZ-ST; Wed, 19 Oct 2005 11:29:43 +0400
Content-Type: multipart/mixed; boundary="===============0319192142=="
MIME-Version: 1.0
From: Timur Izhbulatov <timur at oilspace.com>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: ImportError while trying to import the vte module
X-Mailer: reportbug 3.14
Date: Wed, 19 Oct 2005 11:29:43 +0400
Message-Id: <E1ES8ON-0004uZ-ST at localhost.localdomain>
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============0319192142==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: python-vte
Version: 1:0.11.15-1
Severity: grave

I got the following error:

python -c 'import vte'
Traceback (most recent call last):
  File "<string>", line 1, in ?
  ImportError: /usr/lib/python2.3/site-packages/gtk-2.0/vtemodule.so: undefined symbol: pyg_set_object_has_new_constructor
  
Please see the attached strace output for the above command

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages python-vte depends on:
ii  libatk1.0-0              1.10.3-1        The ATK accessibility toolkit
ii  libc6                    2.3.5-4         GNU C Library: Shared libraries an
ii  libfontconfig1           2.3.2-1         generic font configuration library
ii  libfreetype6             2.1.10-1        FreeType 2 font engine, shared lib
ii  libglib2.0-0             2.8.3-1         The GLib library of C routines
ii  libgtk2.0-0              2.6.10-1        The GTK+ graphical user interface 
ii  libice6                  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libncurses5              5.4-6           Shared libraries for terminal hand
ii  libpango1.0-0            1.8.2-2         Layout and rendering of internatio
ii  libsm6                   4.3.0.dfsg.1-14 X Window System Session Management
ii  libvte4                  1:0.11.13-4     Terminal emulator widget for GTK+ 
ii  libx11-6                 6.8.2.dfsg.1-8  X Window System protocol client li
ii  libxft2                  2.1.7-1         FreeType-based font drawing librar
ii  libxrender1              1:0.9.0-2       X Rendering Extension client libra
ii  python                   2.3.5-2         An interactive high-level object-o
ii  python-gtk2              2.6.2-1         Python bindings for the GTK+ widge
ii  xlibs                    6.8.2.dfsg.1-7  X Window System client libraries m
ii  zlib1g                   1:1.2.2-4       compression library - runtime

python-vte recommends no packages.

-- no debconf information

--===============0319192142==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="vte.strace"

execve("/usr/bin/python", ["python", "-c", "import vte"], [/* 27 vars */]) = 0
uname({sys="Linux", node="timur", ...}) = 0
brk(0)                                  = 0x8136000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb4000
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=55899, ...}) = 0
old_mmap(NULL, 55899, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7fa6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300G\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=86570, ...}) = 0
old_mmap(NULL, 70904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f94000
old_mmap(0xb7fa2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0xb7fa2000
old_mmap(0xb7fa4000, 5368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7fa4000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libdl.so.2", O_RDONLY)   = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0
old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f90000
old_mmap(0xb7f92000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb7f92000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libutil.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\f\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=9656, ...}) = 0
old_mmap(NULL, 12432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f8c000
old_mmap(0xb7f8e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb7f8e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libm.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`3\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=149296, ...}) = 0
old_mmap(NULL, 151744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f66000
old_mmap(0xb7f8a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0xb7f8a000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1265136, ...}) = 0
old_mmap(NULL, 1275196, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2e000
old_mmap(0xb7f5f000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x130000) = 0xb7f5f000
old_mmap(0xb7f63000, 9532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f63000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e2d000
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e2c000
mprotect(0xb7f5f000, 4096, PROT_READ)   = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e2c6c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7fa6000, 55899)               = 0
set_tid_address(0xb7e2c708)             = 18841
rt_sigaction(SIGRTMIN, {0xb7f98370, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb7f983f0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
_sysctl({{CTL_KERN, KERN_VERSION, 0, 20859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 2, 0xbffc8890, 31, (nil), 0}) = 0
brk(0)                                  = 0x8136000
brk(0x8157000)                          = 0x8157000
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
futex(0x8136040, FUTEX_WAKE, 1)         = 0
futex(0x8136040, FUTEX_WAKE, 1)         = 0
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7deb000
open("/etc/mtab", O_RDONLY)             = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=266, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(3, "/dev/hda1 / ext3 rw,errors=remou"..., 4096) = 266
close(3)                                = 0
munmap(0xb7dea000, 4096)                = 0
open("/proc/meminfo", O_RDONLY)         = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(3, "MemTotal:       516284 kB\nMemFre"..., 1024) = 598
close(3)                                = 0
munmap(0xb7dea000, 4096)                = 0
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
fstat64(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
stat64("/home/timur/bin/python", 0xbffc7e78) = -1 ENOENT (No such file or directory)
stat64("/usr/local/bin/python", 0xbffc7e78) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=962860, ...}) = 0
readlink("/usr/bin/python", "python2.3", 1024) = 9
readlink("/usr/bin/python2.3", 0xbffc7e78, 1024) = -1 EINVAL (Invalid argument)
stat64("/usr/bin/Modules/Setup", 0xbffc7dcc) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/lib/python2.3/os.py", 0xbffc7dcc) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/lib/python2.3/os.pyc", 0xbffc7dcc) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/os.py", {st_mode=S_IFREG|0644, st_size=21029, ...}) = 0
stat64("/usr/bin/Modules/Setup", 0xbffc7e78) = -1 ENOENT (No such file or directory)
stat64("/usr/bin/lib/python2.3/lib-dynload", 0xbffc7e78) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_IGN}, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTSTP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_IGN}, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSYS, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_32, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x80e1120, [], 0}, NULL, 8) = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
stat64("/usr/lib/python23.zip", 0xbffc7b18) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
stat64("/usr/lib/python23.zip/site", 0xbffc80bc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/site.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/site.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python2.3/site", 0xbffc80bc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site.py", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=12900, ...}) = 0
open("/usr/lib/python2.3/site.pyc", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=11856, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, ";\362\r\n\220Z\265Bc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\206"..., 4096) = 4096
fstat64(4, {st_mode=S_IFREG|0644, st_size=11856, ...}) = 0
read(4, "hese path manipulations, an atte"..., 4096) = 4096
read(4, "s\32\0\0\0/usr/lib/python2.3/site.pys"..., 4096) = 3664
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
stat64("/usr/lib/python23.zip/os", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/os.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/osmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/os.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/os.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/os", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/os.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/osmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/os.py", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=21029, ...}) = 0
open("/usr/lib/python2.3/os.pyc", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=25998, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(5, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\34"..., 4096) = 4096
fstat64(5, {st_mode=S_IFREG|0644, st_size=25998, ...}) = 0
read(5, "es\4\0\0\0heads\4\0\0\0tails\6\0\0\0existss\10"..., 20480) = 20480
read(5, "_NOWAITs\t\0\0\0P_NOWAITOs\t\0\0\0_spawn"..., 4096) = 1422
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0xb7dea000, 4096)                = 0
stat64("/usr/lib/python23.zip/posixpath", 0xbffc619c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/posixpath.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/posixpathmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/posixpath.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/posixpath.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/posixpath", 0xbffc619c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/posixpath.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/posixpathmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/posixpath.py", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=13532, ...}) = 0
open("/usr/lib/python2.3/posixpath.pyc", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=14383, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(6, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0#\0\0\0@\0\0\0s\306"..., 4096) = 4096
fstat64(6, {st_mode=S_IFREG|0644, st_size=14383, ...}) = 0
read(6, "/lib/python2.3/posixpath.pys\f\0\0\0"..., 8192) = 8192
read(6, "resolve_links\10\0\0\0resolveds\4\0\0\0No"..., 4096) = 2095
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0xb7dea000, 4096)                = 0
stat64("/usr/lib/python23.zip/stat", 0xbffc520c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/stat.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/statmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/stat.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/stat.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/stat", 0xbffc520c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/stat.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/statmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/stat.py", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=1667, ...}) = 0
open("/usr/lib/python2.3/stat.pyc", O_RDONLY|O_LARGEFILE) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=3265, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(7, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s3"..., 4096) = 3265
fstat64(7, {st_mode=S_IFREG|0644, st_size=3265, ...}) = 0
read(7, "", 4096)                       = 0
close(7)                                = 0
munmap(0xb7dea000, 4096)                = 0
close(6)                                = 0
close(5)                                = 0
stat64("/usr/lib/python23.zip/UserDict", 0xbffc619c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/UserDict.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/UserDictmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/UserDict.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/UserDict.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/UserDict", 0xbffc619c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/UserDict.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/UserDictmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/UserDict.py", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=5446, ...}) = 0
open("/usr/lib/python2.3/UserDict.pyc", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=10661, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(6, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sF"..., 4096) = 4096
fstat64(6, {st_mode=S_IFREG|0644, st_size=10661, ...}) = 0
read(6, "\0\0\0get2\0\0\0s\6\0\0\0\0\1\21\1\10\1c\3\0\0\0\3\0\0"..., 4096) = 4096
read(6, "\0|\1\0\31}\3\0Wn)\0\4t\7\0j\n\0o\35\0\1\1\1\1|\2\0o\f"..., 4096) = 2469
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0xb7dea000, 4096)                = 0
close(5)                                = 0
brk(0x8178000)                          = 0x8178000
stat64("/usr/lib/python23.zip/copy_reg", 0xbffc619c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/copy_reg.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/copy_regmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/copy_reg.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/copy_reg.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/copy_reg", 0xbffc619c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/copy_reg.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/copy_regmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/copy_reg.py", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=6244, ...}) = 0
open("/usr/lib/python2.3/copy_reg.pyc", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=6062, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(6, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\331"..., 4096) = 4096
fstat64(6, {st_mode=S_IFREG|0644, st_size=6062, ...}) = 0
read(6, "\0\26\203\1\0\202\1\0n\1\0\1|\2\0t\10\0j\6\0o\36\0\1t\2"..., 4096) = 1966
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0xb7dea000, 4096)                = 0
stat64("/usr/lib/python23.zip/types", 0xbffc520c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/types.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/typesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/types.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/types.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/types", 0xbffc520c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/types.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/typesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/types.py", O_RDONLY|O_LARGEFILE) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=2154, ...}) = 0
open("/usr/lib/python2.3/types.pyc", O_RDONLY|O_LARGEFILE) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=3100, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(7, ";\362\r\n\30\203\24Cc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sN"..., 4096) = 3100
fstat64(7, {st_mode=S_IFREG|0644, st_size=3100, ...}) = 0
read(7, "", 4096)                       = 0
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7da9000
close(7)                                = 0
munmap(0xb7dea000, 4096)                = 0
close(6)                                = 0
close(5)                                = 0
close(4)                                = 0
stat64("/usr/local/lib/python2.3/site-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
open("/usr/local/lib/python2.3/site-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, /* 6 entries */, 4096)    = 176
getdents64(4, /* 0 entries */, 4096)    = 0
close(4)                                = 0
stat64("/usr/local/lib/site-python", 0xbffc78f8) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/python2.3/site-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, /* 122 entries */, 4096)  = 4088
getdents64(4, /* 19 entries */, 4096)   = 632
getdents64(4, /* 0 entries */, 4096)    = 0
close(4)                                = 0
open("/usr/lib/python2.3/site-packages/Numeric.pth", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, "Numeric\n", 4096)              = 8
stat64("/usr/lib/python2.3/site-packages/Numeric", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
open("/usr/lib/python2.3/site-packages/PIL.pth", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, "PIL\n", 4096)                  = 4
stat64("/usr/lib/python2.3/site-packages/PIL", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
open("/usr/lib/python2.3/site-packages/cairo.pth", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, "cairo\n", 4096)                = 6
stat64("/usr/lib/python2.3/site-packages/cairo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
open("/usr/lib/python2.3/site-packages/pygtk.pth", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, "gtk-2.0\n", 4096)              = 8
stat64("/usr/lib/python2.3/site-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
open("/usr/lib/python2.3/site-packages/wx.pth", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=19, ...}) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=19, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, "wx-2.6-gtk2-unicode", 4096)    = 19
read(4, "", 4096)                       = 0
stat64("/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
stat64("/usr/lib/site-python", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/site-python", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getdents64(4, /* 7 entries */, 4096)    = 208
getdents64(4, /* 0 entries */, 4096)    = 0
close(4)                                = 0
stat64("/usr/lib/python23.zip/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64("/usr/lib/python2.3/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/plat-linux2/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/lib-tk/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/lib-dynload/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/local/lib/python2.3/site-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat64("/usr/local/lib/python2.3/site-packages/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/site-packages/sitecustomize", 0xbffc712c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/sitecustomize.py", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
open("/usr/lib/python2.3/site-packages/sitecustomize.pyc", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(5, ";\362\r\nJ,\322Bc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\31\0"..., 4096) = 217
fstat64(5, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0xb7dea000, 4096)                = 0
close(4)                                = 0
close(3)                                = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
futex(0x8136518, FUTEX_WAKE, 1)         = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
stat64("/usr/lib/python23.zip/warnings", 0xbffc80cc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/warnings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/warningsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/warnings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/warnings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/warnings", 0xbffc80cc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/warnings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/warningsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/warnings.py", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=8717, ...}) = 0
open("/usr/lib/python2.3/warnings.pyc", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=9797, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(4, ";\362\r\n\30\203\24Cc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s%"..., 4096) = 4096
fstat64(4, {st_mode=S_IFREG|0644, st_size=9797, ...}) = 0
read(4, "\0d\7\0f\6\0j\6\0p\17\0\1t\2\0d\10\0|\0\0\r\26\202\2\0"..., 4096) = 4096
read(4, "\34\0t\f\0|\3\0t\r\0t\r\0|\6\0g\1\0\203\4\0}\2\0Wn$\0\4"..., 4096) = 1605
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7dea000, 4096)                = 0
stat64("/usr/lib/python23.zip/linecache", 0xbffc713c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/linecache.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/linecachemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/linecache.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/linecache.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/linecache", 0xbffc713c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/linecache.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/linecachemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/linecache.py", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2703, ...}) = 0
open("/usr/lib/python2.3/linecache.pyc", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=3113, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7dea000
read(5, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s^"..., 4096) = 3113
fstat64(5, {st_mode=S_IFREG|0644, st_size=3113, ...}) = 0
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0xb7dea000, 4096)                = 0
close(4)                                = 0
close(3)                                = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1590288, ...}) = 0
mmap2(NULL, 1590288, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7c24000
close(3)                                = 0
stat64("/usr/lib/python23.zip/encodings", 0xbffc80fc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/encodings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/encodings", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
stat64("/usr/lib/python2.3/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=4631, ...}) = 0
stat64("/usr/lib/python2.3/encodings/__init__", 0xbffc7cbc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/__init__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/__init__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/__init__.py", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4631, ...}) = 0
open("/usr/lib/python2.3/encodings/__init__.pyc", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c23000
read(4, ";\362\r\n\30\203\24Cc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s~"..., 4096) = 4096
fstat64(4, {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
read(4, "ss\6\0\0\0_caches\22\0\0\0_norm_encoding_"..., 4096) = 156
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7c23000, 4096)                = 0
stat64("/usr/lib/python2.3/encodings", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
stat64("/usr/lib/python2.3/encodings/codecs", 0xbffc6d2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/codecs.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python23.zip/codecs", 0xbffc6d3c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/codecs.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/codecs", 0xbffc6d3c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/codecs.py", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=21697, ...}) = 0
open("/usr/lib/python2.3/codecs.pyc", O_RDONLY|O_LARGEFILE) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=27256, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c23000
read(5, ";\362\r\n\27\203\24Cc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s"..., 4096) = 4096
fstat64(5, {st_mode=S_IFREG|0644, st_size=27256, ...}) = 0
read(5, "\0\0\0s\6\0\0\0\f\25\0\1\f\23s\f\0\0\0StreamWriterc"..., 20480) = 20480
read(5, "encoding(\0\0\0\0(\0\0\0\0s\34\0\0\0/usr/lib/"..., 4096) = 2680
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0xb7c23000, 4096)                = 0
close(4)                                = 0
stat64("/usr/lib/python2.3/encodings/exceptions", 0xbffc6d2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/exceptions.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/exceptionsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/exceptions.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/exceptions.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/encodings/types", 0xbffc6d2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/types.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/typesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/types.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/types.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
close(3)                                = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
stat64("/usr/lib/python2.3/encodings/encodings", 0xbffc7ebc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/encodings.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/encodings/utf_8", 0xbffc7ebc) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/utf_8.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/utf_8module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/encodings/utf_8.py", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=609, ...}) = 0
open("/usr/lib/python2.3/encodings/utf_8.pyc", O_RDONLY|O_LARGEFILE) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=1315, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c23000
read(4, ";\362\r\n\30\203\24Cc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sm"..., 4096) = 1315
fstat64(4, {st_mode=S_IFREG|0644, st_size=1315, ...}) = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7c23000, 4096)                = 0
close(3)                                = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
readlink("-c", 0xbffc82eb, 1024)        = -1 ENOENT (No such file or directory)
getcwd("/home/timur", 4096)             = 12
lstat64("/home/timur/-c", 0xbffc7a4c)   = -1 ENOENT (No such file or directory)
stat64("vte", 0xbffc7f2c)               = -1 ENOENT (No such file or directory)
open("vte.so", O_RDONLY|O_LARGEFILE)    = -1 ENOENT (No such file or directory)
open("vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("vte.py", O_RDONLY|O_LARGEFILE)    = -1 ENOENT (No such file or directory)
open("vte.pyc", O_RDONLY|O_LARGEFILE)   = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python23.zip/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/plat-linux2/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/lib-tk/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/lib-dynload/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/local/lib/python2.3/site-packages/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages/Numeric", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/site-packages/Numeric/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/Numeric/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/Numeric/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/Numeric/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/Numeric/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages/PIL", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
stat64("/usr/lib/python2.3/site-packages/PIL/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PIL/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PIL/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PIL/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PIL/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages/cairo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/site-packages/cairo/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/cairo/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/cairo/vtemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/cairo/vte.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/cairo/vte.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/python2.3/site-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/lib/python2.3/site-packages/gtk-2.0/vte", 0xbffc7f2c) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/gtk-2.0/vte.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/gtk-2.0/vtemodule.so", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=33720, ...}) = 0
futex(0xb7f93058, FUTEX_WAKE, 2147483647) = 0
open("/usr/lib/python2.3/site-packages/gtk-2.0/vtemodule.so", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P0\0\000"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=33720, ...}) = 0
old_mmap(NULL, 36756, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7c1b000
old_mmap(0xb7c23000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7000) = 0xb7c23000
close(4)                                = 0
open("/etc/ld.so.cache", O_RDONLY)      = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=55899, ...}) = 0
old_mmap(NULL, 55899, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb7fa6000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libvte.so.4", O_RDONLY)  = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\350"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=740760, ...}) = 0
old_mmap(NULL, 743840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7b65000
old_mmap(0xb7c12000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xac000) = 0xb7c12000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXft.so.2", O_RDONLY)  = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000m\353"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=73536, ...}) = 0
old_mmap(0x42eb3000, 75152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x42eb3000
old_mmap(0x42ec5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x11000) = 0x42ec5000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfreetype.so.6", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\fI"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=448008, ...}) = 0
old_mmap(0x4248a000, 445688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x4248a000
old_mmap(0x424f4000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6a000) = 0x424f4000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY)    = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\247"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=68724, ...}) = 0
old_mmap(0x41859000, 70528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x41859000
old_mmap(0x4186a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x10000) = 0x4186a000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXrender.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\225"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=30244, ...}) = 0
old_mmap(0x42e78000, 32000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x42e78000
old_mmap(0x42e7f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6000) = 0x42e7f000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgtk-x11-2.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pt\4\000"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=2863628, ...}) = 0
old_mmap(NULL, 2875248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb78a7000
old_mmap(0xb7b5a000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2b3000) = 0xb7b5a000
old_mmap(0xb7b62000, 12144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7b62000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgdk-x11-2.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2609\1"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=512068, ...}) = 0
old_mmap(NULL, 511420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb782a000
old_mmap(0xb78a4000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7a000) = 0xb78a4000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libatk-1.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300h\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=96908, ...}) = 0
old_mmap(NULL, 100396, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7811000
old_mmap(0xb7828000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x16000) = 0xb7828000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgdk_pixbuf-2.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0005\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=81456, ...}) = 0
old_mmap(NULL, 84464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb77fc000
old_mmap(0xb7810000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x13000) = 0xb7810000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\301\350"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=186168, ...}) = 0
old_mmap(0x42e82000, 191560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x42e82000
old_mmap(0x42eab000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x28000) = 0x42eab000
old_mmap(0x42eb0000, 3144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42eb0000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpangoxft-1.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P#\0\000"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=22616, ...}) = 0
old_mmap(NULL, 25604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb77f5000
old_mmap(0xb77fb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x5000) = 0xb77fb000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpangoft2-1.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300`\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=155508, ...}) = 0
old_mmap(NULL, 154616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb77cf000
old_mmap(0xb77f4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x25000) = 0xb77f4000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpangox-1.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P9\0\000"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=40104, ...}) = 0
old_mmap(NULL, 43124, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb77c4000
old_mmap(0xb77ce000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x9000) = 0xb77ce000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpango-1.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\213"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=220052, ...}) = 0
old_mmap(NULL, 223260, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb778d000
old_mmap(0xb77c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x34000) = 0xb77c2000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300g\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=229024, ...}) = 0
old_mmap(NULL, 229248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7755000
old_mmap(0xb778c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0xb778c000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libgmodule-2.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\r\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=9776, ...}) = 0
old_mmap(NULL, 8720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7752000
old_mmap(0xb7754000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0xb7754000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libglib-2.0.so.0", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\300"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=539360, ...}) = 0
old_mmap(NULL, 539312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb76ce000
old_mmap(0xb7751000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x83000) = 0xb7751000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libncurses.so.5", O_RDONLY)  = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\25\n"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=259992, ...}) = 0
old_mmap(0x43093000, 260364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x43093000
old_mmap(0x430ca000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0x430ca000
old_mmap(0x430d2000, 2316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x430d2000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libSM.so.6", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\222"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=32804, ...}) = 0
old_mmap(0x42587000, 34596, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x42587000
old_mmap(0x4258f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7000) = 0x4258f000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libICE.so.6", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\25"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=83384, ...}) = 0
old_mmap(0x4256e000, 92528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x4256e000
old_mmap(0x42582000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x13000) = 0x42582000
old_mmap(0x42583000, 6512, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42583000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libX11.so.6", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\23"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=826088, ...}) = 0
old_mmap(NULL, 830296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7603000
old_mmap(0xb76ca000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xc6000) = 0xb76ca000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXrandr.so.2", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\v\0"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=10012, ...}) = 0
old_mmap(NULL, 13084, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb75ff000
old_mmap(0xb7602000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0xb7602000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXi.so.6", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\21"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=28972, ...}) = 0
old_mmap(NULL, 32132, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb75f7000
old_mmap(0xb75fe000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6000) = 0xb75fe000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXinerama.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\10"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=6672, ...}) = 0
old_mmap(NULL, 9696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb75f4000
old_mmap(0xb75f6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0xb75f6000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libXext.so.6", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\31"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=54776, ...}) = 0
old_mmap(0x4190f000, 56820, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x4190f000
old_mmap(0x4191c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xc000) = 0x4191c000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libXcursor.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \224\367"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=34484, ...}) = 0
old_mmap(0x42f77000, 36204, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x42f77000
old_mmap(0x42f7f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x7000) = 0x42f7f000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libexpat.so.1", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\202"..., 512) = 512
fstat64(4, {st_mode=S_IFREG|0644, st_size=131296, ...}) = 0
old_mmap(0x42e56000, 128880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x42e56000
old_mmap(0x42e73000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1d000) = 0x42e73000
close(4)                                = 0
munmap(0xb7fa6000, 55899)               = 0
munmap(0xb7c1b000, 36756)               = 0
munmap(0xb7b65000, 743840)              = 0
munmap(0xb78a7000, 2875248)             = 0
munmap(0xb782a000, 511420)              = 0
munmap(0xb77f5000, 25604)               = 0
munmap(0x42eb3000, 75152)               = 0
munmap(0xb77cf000, 154616)              = 0
munmap(0x42e82000, 191560)              = 0
munmap(0x4248a000, 445688)              = 0
munmap(0x41859000, 70528)               = 0
munmap(0xb75ff000, 13084)               = 0
munmap(0x42f77000, 36204)               = 0
munmap(0x42e78000, 32000)               = 0
munmap(0xb7811000, 100396)              = 0
munmap(0xb77fc000, 84464)               = 0
munmap(0xb77c4000, 43124)               = 0
munmap(0xb778d000, 223260)              = 0
munmap(0xb7755000, 229248)              = 0
munmap(0xb7752000, 8720)                = 0
munmap(0xb76ce000, 539312)              = 0
munmap(0x43093000, 260364)              = 0
munmap(0x42587000, 34596)               = 0
munmap(0x4256e000, 92528)               = 0
munmap(0xb75f7000, 32132)               = 0
munmap(0xb75f4000, 9696)                = 0
munmap(0x4190f000, 56820)               = 0
munmap(0xb7603000, 830296)              = 0
munmap(0x42e56000, 128880)              = 0
close(3)                                = 0
futex(0x8136838, FUTEX_WAKE, 1)         = 0
write(2, "Traceback (most recent call last"..., 35) = 35
open("<string>", O_RDONLY|O_LARGEFILE)  = -1 ENOENT (No such file or directory)
open("<string>", O_RDONLY|O_LARGEFILE)  = -1 ENOENT (No such file or directory)
open("/usr/lib/python23.zip/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/plat-linux2/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-tk/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/lib-dynload/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.3/site-packages/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/Numeric/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PIL/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/cairo/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/gtk-2.0/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/site-python/<string>", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
write(2, "  File \"<string>\", line 1, in ?\n", 32) = 32
write(2, "ImportError", 11)             = 11
write(2, ": ", 2)                       = 2
write(2, "/usr/lib/python2.3/site-packages"..., 107) = 107
write(2, "\n", 1)                       = 1
rt_sigaction(SIGINT, NULL, {0x80e1120, [], 0}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
futex(0x8136518, FUTEX_WAKE, 1)         = 0
futex(0x8136040, FUTEX_WAKE, 1)         = 0
futex(0x8136040, FUTEX_WAKE, 1)         = 0
futex(0x8136040, FUTEX_WAKE, 1)         = 0
exit_group(1)                           = ?

--===============0319192142==--

---------------------------------------
Received: (at 334001-close) by bugs.debian.org; 8 Nov 2005 22:37:02 +0000
>From katie at spohr.debian.org Tue Nov 08 14:37:02 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EZc1z-0003t0-00; Tue, 08 Nov 2005 14:33:31 -0800
From: Loic Minier <lool at dooz.org>
To: 334001-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#334001: fixed in vte 1:0.11.15-3
Message-Id: <E1EZc1z-0003t0-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Tue, 08 Nov 2005 14:33:31 -0800
Delivered-To: 334001-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: vte
Source-Version: 1:0.11.15-3

We believe that the bug you reported is fixed in the latest version of
vte, which is due to be installed in the Debian FTP archive:

libvte-common_0.11.15-3_all.deb
  to pool/main/v/vte/libvte-common_0.11.15-3_all.deb
libvte-dev_0.11.15-3_i386.deb
  to pool/main/v/vte/libvte-dev_0.11.15-3_i386.deb
libvte-doc_0.11.15-3_all.deb
  to pool/main/v/vte/libvte-doc_0.11.15-3_all.deb
libvte4_0.11.15-3_i386.deb
  to pool/main/v/vte/libvte4_0.11.15-3_i386.deb
python-vte_0.11.15-3_i386.deb
  to pool/main/v/vte/python-vte_0.11.15-3_i386.deb
vte_0.11.15-3.diff.gz
  to pool/main/v/vte/vte_0.11.15-3.diff.gz
vte_0.11.15-3.dsc
  to pool/main/v/vte/vte_0.11.15-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 334001 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <lool at dooz.org> (supplier of updated vte package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  8 Nov 2005 22:38:50 +0100
Source: vte
Binary: python-vte libvte4 libvte-doc libvte-common libvte-dev
Architecture: source i386 all
Version: 1:0.11.15-3
Distribution: unstable
Urgency: high
Maintainer: Arnaud Patard <arnaud.patard at rtp-net.org>
Changed-By: Loic Minier <lool at dooz.org>
Description: 
 libvte-common - Terminal emulator widget for GTK+ 2.0 - common files
 libvte-dev - Terminal emulator widget for GTK+ 2.0 - development files
 libvte-doc - Terminal emulator widget for GTK+ 2.0 - development files
 libvte4    - Terminal emulator widget for GTK+ 2.0 - runtime files
 python-vte - Python bindings for the VTE widget set
Closes: 334001 334668 338090
Changes: 
 vte (1:0.11.15-3) unstable; urgency=high
 .
   * Force regeneration of the python bindings by removing python/vte.c.
     (Closes: #334001, #334668, #338090)
     [debian/rules]
Files: 
 4409a5479bd01704c6859dbe4649b5f7 1814 libs optional vte_0.11.15-3.dsc
 898a7064d35997114a5b50f4d6883c12 9800 libs optional vte_0.11.15-3.diff.gz
 905124ee7569ddcb5b29fe447cc1d7b4 113624 libs optional libvte-common_0.11.15-3_all.deb
 8823a661eb321534a38008f1a445c7e2 84796 doc optional libvte-doc_0.11.15-3_all.deb
 3ef89ad45cf45ebb99b80068b2813e7a 678354 libs optional libvte4_0.11.15-3_i386.deb
 3b50b6d0ae349370ccf50313ee4d584b 439028 libdevel optional libvte-dev_0.11.15-3_i386.deb
 52a0f17e49f9f7e060503d6b38572483 122146 python optional python-vte_0.11.15-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDcR2i4VUX8isJIMARAq71AJ4g3FLz+yFHtdiMFJwfjdIc8Ey7rwCbBgZS
aj8EexarS4dP5QQllXyRXuo=
=ZdO/
-----END PGP SIGNATURE-----





More information about the Pkg-gnome-maintainers mailing list