Package: pyopengl
Version: 2.0.1.08-2
Severity: serious
The package it failing to build with this error:
xvfb-run python setup.py clean --all
Traceback (most recent call last):
File "setup.py", line 44, in ?
from setup.togl_setup import install, build_togl
File "/usr/src/pyopengl-2.0.1.08/setup/togl_setup.py", line 27,
in ?
tk = Tkinter.Tk()
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1564, in
__init__
self.tk = _tkinter.create(screenName, baseName, className)
_tkinter.TclError: this isn't a Tk applicationcouldn't connect to
display ":99"
/usr/bin/xvfb-run: line 134: kill: (1718) - No such process
On Mon, Aug 16, 2004 at 08:10:47AM +1000, Jamie Wilkinson wrote:
This one time, at band camp, Kurt Roeckx wrote:
The package it failing to build with this error:
xvfb-run python setup.py clean --all
Traceback (most recent call last):
File "setup.py", line 44, in ?
from setup.togl_setup import install, build_togl
File "/usr/src/pyopengl-2.0.1.08/setup/togl_setup.py", line 27,
in ?
tk = Tkinter.Tk()
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1564, in
__init__
self.tk = _tkinter.create(screenName, baseName, className)
_tkinter.TclError: this isn't a Tk applicationcouldn't connect to
display ":99"
/usr/bin/xvfb-run: line 134: kill: (1718) - No such process
Yes, thanks very much. Do you have any idea *what* dependencies these are?
From the /usr/bin/xvfb-run file:
# If anyone is using this to build a Debian package, make sure the
# package Build-Depends on xvfb, xbase-clients, and xfonts-base.
The xfonts-base are missing.
This one time, at band camp, Kurt Roeckx wrote:# If anyone is using this to build a Debian package, make sure the
Package: pyopengl
Version: 2.0.1.08-2
Severity: serious
The package it failing to build with this error:
xvfb-run python setup.py clean --all
Traceback (most recent call last):
File "setup.py", line 44, in ?
from setup.togl_setup import install, build_togl
File "/usr/src/pyopengl-2.0.1.08/setup/togl_setup.py", line 27,
in ?
tk = Tkinter.Tk()
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1564, in
__init__
self.tk = _tkinter.create(screenName, baseName, className)
_tkinter.TclError: this isn't a Tk applicationcouldn't connect to
display ":99"
/usr/bin/xvfb-run: line 134: kill: (1718) - No such process
Yes, thanks very much. Do you have any idea *what* dependencies these are?
From the /usr/bin/xvfb-run file:
On Mon, Aug 16, 2004 at 12:38:18AM +0200, Kurt Roeckx wrote:
On Mon, Aug 16, 2004 at 08:10:47AM +1000, Jamie Wilkinson wrote:
This one time, at band camp, Kurt Roeckx wrote:
The package it failing to build with this error:
xvfb-run python setup.py clean --all
Traceback (most recent call last):
File "setup.py", line 44, in ?
from setup.togl_setup import install, build_togl
File "/usr/src/pyopengl-2.0.1.08/setup/togl_setup.py", line 27,
in ?
tk = Tkinter.Tk()
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1564, in
__init__
self.tk = _tkinter.create(screenName, baseName, className)
_tkinter.TclError: this isn't a Tk applicationcouldn't connect to
display ":99"
/usr/bin/xvfb-run: line 134: kill: (1718) - No such process
Yes, thanks very much. Do you have any idea *what* dependencies these are?
From the /usr/bin/xvfb-run file:
# If anyone is using this to build a Debian package, make sure the
# package Build-Depends on xvfb, xbase-clients, and xfonts-base.
The xfonts-base are missing.
After installing that it build up to this point:
touch build-stamp-2.2
dh_testdir
xvfb-run python2.1 setup.py build
Traceback (most recent call last):
File "setup.py", line 44, in ?
from setup.togl_setup import install, build_togl
File "setup/togl_setup.py", line 27, in ?
tk = Tkinter.Tk()
File "/usr/lib/python2.1/lib-tk/Tkinter.py", line 1523, in
__init__
self.tk = _tkinter.create(screenName, baseName, className)
TclError: this isn't a Tk applicationcouldn't connect to display
":99"
/usr/bin/xvfb-run: line 134: kill: (9368) - No such process
Which looks very much like the first except that it's calling
python2.1 now.
This one time, at band camp, Kurt Roeckx wrote:
Which looks very much like the first except that it's calling
python2.1 now.
This second pass seems to be a race condition caused by the 3 second sleep
in xvfb-run. I saw this also but on the second attempt at building it got past this point.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 41:58:30 |
| Calls: | 12,109 |
| Files: | 15,006 |
| Messages: | 6,518,416 |