Bugs item #1758310, was opened at 2007-07-22 06:03
Message generated for change (Settings changed) made by righiandr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1758310&group_id=259

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v3.8.1
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Keith Steward (ksteward)
Assigned to: Andrea Righi (righiandr)
Summary: on redhat8, doing configure, then make for v3.8.1 Fails

Initial Comment:
here's the tail end of the session output just before it fails (including the 
fail):
--------- 8<-----------------
cd /mnt/md0/downloads/systemimager-3.8.1/initrd_source/src/cx_Freeze-3.0.2 && 
cat  < /dev/null | patch -p1
touch 
/mnt/md0/downloads/systemimager-3.8.1/initrd_source/src/cx_Freeze-3.0.2.unpack
cd /mnt/md0/downloads/systemimager-3.8.1/initrd_source/src/cx_Freeze-3.0.2 && 
/usr/bin/python2 MakeFrozenBases.py
gcc -c -I. -I/usr/include/python2.2 -I/usr/include/python2.2 -o Console.o 
Console.c
Console.c: In function `FatalError':
Console.c:19: warning: passing arg 1 of `Py_FatalError' discards qualifiers 
from pointer target type
gcc -o bases/Console Console.o  -s -rdynamic -L/usr/lib/python2.2/config 
-lpython2.2 -ldl  -lpthread -lutil -lm  
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function 
`posix_tmpnam':
posixmodule.o(.text+0x3977): the use of `tmpnam_r' is dangerous, better use 
`mkstemp'
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function 
`posix_tempnam':
posixmodule.o(.text+0x385e): the use of `tempnam' is dangerous, better use 
`mkstemp'
gcc -c -I. -I/usr/include/python2.2 -I/usr/include/python2.2 -o 
ConsoleKeepPath.o ConsoleKeepPath.c
ConsoleKeepPath.c: In function `FatalError':
ConsoleKeepPath.c:24: warning: passing arg 1 of `Py_FatalError' discards 
qualifiers from pointer target type
gcc -o bases/ConsoleKeepPath ConsoleKeepPath.o  -s -rdynamic 
-L/usr/lib/python2.2/config -lpython2.2 -ldl  -lpthread -lutil -lm  
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function 
`posix_tmpnam':
posixmodule.o(.text+0x3977): the use of `tmpnam_r' is dangerous, better use 
`mkstemp'
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function 
`posix_tempnam':
posixmodule.o(.text+0x385e): the use of `tempnam' is dangerous, better use 
`mkstemp'
cd /mnt/md0/downloads/systemimager-3.8.1/initrd_source/src/cx_Freeze-3.0.2 && 
/usr/bin/python2 FreezePython.py --no-copy-deps FreezePython.py
Traceback (most recent call last):
  File "FreezePython.py", line 1, in ?
    import optparse
ImportError: No module named optparse
make: *** 
[/mnt/md0/downloads/systemimager-3.8.1/initrd_source/src/cx_Freeze-3.0.2.build] 
Error 1
-----end-------------


----------------------------------------------------------------------

Comment By: Andrea Righi (righiandr)
Date: 2007-07-31 12:47

Message:
Logged In: YES 
user_id=696767
Originator: NO

I think that optparse requires at least python 2.3, so, if possible, you
shold upgrade python to a recent release. Otherwise you can always use the
official bin RPMs available in the download section.

-Andrea

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1758310&group_id=259

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to