gnome2 build failure
Khairil Yusof
kaeru at pd.jaring.my
Fri Feb 20 17:35:39 PST 2004
On Fri, 2004-02-20 at 16:16 -0600, Jeremy Messenger wrote:
> Python compile the optimize on LookupManager.py and Main.py in Straw's
> script in the different way. So, there must be something in the
> LookupManager.py and Main.py that libpthread doesn't like? I tried to use
> the bsdiff and diff --text, but it doesn't show clear.
It actually works if you do a normal python install with setup.py
install.
What's the command it runs after:
/usr/local/bin/python -O /tmp/tmpm3u6iL.py
That line works fine (meaning the script runs and creates compiled
bytecodes for the list of files it was given)
I then ran setup.py install, and it installed without a hitch.
I also than managed to run straw and poll for the latest news.
The only difference I see is that you are installing it into /usr/X11R6/
share/gnome/straw
vs
The default, which is to install into /usr/local/lib/python2.3/site-
packages (directory where python loads all it's modules by default).
This was not a problem either, as setting STRAW_LIB=/usr/X11R6/share/
gnome/straw ran the port installed versions just fine.
I then ran it from compiled bytecodes (.pyo) and without (.py) with no
problems at all and was able to poll and read news.
I have to go now, I'll have a look later at find out what is running
after the bytecode compile script is run.
--
"You keep using that word. I do not think it means what you think it
means."
FreeBSD 5.2-CURRENT i386
9:00am up 9:38, 3 users, load averages: 1.98, 1.80, 1.78
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20040221/b3e65d6c/attachment.bin
More information about the freebsd-python
mailing list