Opened 13 years ago

Closed 12 years ago

#31697 closed defect (fixed)

python25 @2.5.6 build fails with subversion 1.7 installed

Reported by: gthb (Gunnlaugur Thor Briem) Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: python25

Description

python25 build fails on a fresh Lion/Xcode 4.2 setup (new MacBook Pro, migrated from TimeMachine backup, followed Migration steps, this is in step 4 ... so it's a fresh MacPorts setup.)

python26 and python27 installed just fine, this is just python2.5

The salient lines from main.log:

:info:build /Developer/usr/bin/clang -c -arch x86_64  -fno-strict-aliasing -mno-fused-madd -fno-common -dynamic -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include -I/opt/local/include -D_DARWIN_C_SOURCE  -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
:info:build clang: error: no such file or directory: 'directory"'
:info:build make: *** [Modules/getbuildinfo.o] Error 1

The whole main.log is attached.

Attachments (2)

main.log (23.8 KB) - added by gthb (Gunnlaugur Thor Briem) 13 years ago.
main.log from the failed install
python25.main.log (173.5 KB) - added by gthb (Gunnlaugur Thor Briem) 13 years ago.
Complete python25 main.log with the failure

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by gthb (Gunnlaugur Thor Briem)

Attachment: main.log added

main.log from the failed install

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jwa@… removed
Owner: changed from macports-tickets@… to jwa@…

Please clean python25 and try again and if it fails again, attach a complete main.log.

comment:2 Changed 13 years ago by gthb (Gunnlaugur Thor Briem)

Ah, I missed that I was posting from the resumed attempt. Here comes one from scratch, same failure.

Changed 13 years ago by gthb (Gunnlaugur Thor Briem)

Attachment: python25.main.log added

Complete python25 main.log with the failure

comment:3 Changed 12 years ago by singingwolfboy@…

I'm having this issue, as well.

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Seems to be because the output of svnversion now contains a space.

comment:5 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Summary: python25 @2.5.6 build fails on Lion/Xcode 4.2: no such file or directory: 'directory"'python25 @2.5.6 build fails with subversion 1.7 installed
Note: See TracTickets for help on using tickets.