[Python-bugs-list] [ python-Bugs-785527 ] 2.3 build fails: Invalid Form

SourceForge.net noreply at sourceforge.net
Fri Aug 8 12:14:24 EDT 2003


Bugs item #785527, was opened at 2003-08-08 11:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=785527&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Gillogly (gillogly)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.3 build fails: Invalid Form

Initial Comment:
Linux 2.4.12, Mandrake, gcc 3.2.1
Python-2.3.tgz downloaded 2003-08-08

I did a "configure" which completed.  The file
config.log ends with "configure: exit 0"

"make" failed during the linking phase:

$ make
c++ -pthread  -Xlinker -export-dynamic -o python \
		Modules/python.o \
		libpython2.3.a -lpthread -ldl  -lutil   -lm  
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM
value: 14.
libpython2.3.a(posixmodule.o): In function `posix_tmpnam':
/b/jim/Tools/Python-2.3/Modules/posixmodule.c:5783: the
use of `tmpnam_r' is dangerous, better use `mkstemp'
libpython2.3.a(posixmodule.o): In function `posix_tempnam':
/b/jim/Tools/Python-2.3/Modules/posixmodule.c:5738: the
use of `tempnam' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status
make: *** [python] Error 1


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=785527&group_id=5470



More information about the Python-bugs-list mailing list