Issue Details (XML | Word | Printable)

Key: MODPYTHON-65
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Graham Dumpleton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

3.2 working version will not install on Mac OS X (10.3.7)

Created: 22/Jul/05 07:24 AM   Updated: 05/Mar/06 02:12 PM
Return to search
Component/s: core
Affects Version/s: 3.2.7
Fix Version/s: 3.2.7

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works setup.py.in-2.diff 2005-08-19 07:07 PM Graham Dumpleton 1 kB
File Licensed for inclusion in ASF works setup.py.in.diff 2005-07-22 07:43 PM Graham Dumpleton 1 kB
Environment: Mac OS X (10.3.7)

Resolution Date: 10/Aug/05 08:01 PM


 Description  « Hide
Something is wrong with configure or setup.py file.

/usr/bin/python setup.py build
running build
running build_py
running build_ext
building 'mod_python_so' extension
gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/mod_python.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/_apachemodule.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/connobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/filterobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/hlist.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/hlistobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/requestobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/serverobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/tableobject.o build/temp.darwin-7.7.0-Power_Macintosh-2.3/Users/grahamd/Workspaces/mod_python/src/util.o -L -lapr-0 -laprutil-0 -o build/lib.darwin-7.7.0-Power_Macintosh-2.3/mod_python_so.so
ld: -L: directory name missing
error: command 'gcc' failed with exit status 1

More later when I have a chance to work out what is wrong.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #226294 Thu Jul 28 23:43:22 UTC 2005 jgallacher Applied Graham Dumpleton's patch to support installation on Mac OS X (10.3.7)
Ref MODPYTHON-65
Files Changed
MODIFY /httpd/mod_python/trunk/dist/setup.py.in

Repository Revision Date User Message
ASF #234024 Sat Aug 20 13:19:13 UTC 2005 jgallacher Applied Graham's setup.py.IN-2.diff patch to fix Mac OSX compile problems.
Ref MODPYTHON-65
Files Changed
MODIFY /httpd/mod_python/trunk/src/include/mpversion.h
MODIFY /httpd/mod_python/trunk/dist/setup.py.in