Opened 11 years ago

Closed 9 years ago

#38686 closed defect (worksforme)

py24-readline and py25-readline: builds fail because /Developer/usr/bin/llvm-gcc-4.2 does not exist

Reported by: eric.lebigot@… Owned by: petrrr
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: py24-readline py25-readline

Description

py24-readline and py25-readline fail to build because /Developer/usr/bin/llvm-gcc-4.2 does not exist.

Attachments (1)

main.log (75.9 KB) - added by eric.lebigot@… 11 years ago.
Error log file

Download all attachments as: .zip

Change History (12)

comment:1 Changed 11 years ago by jmroot (Joshua Root)

comment:2 in reply to:  1 Changed 11 years ago by eric.lebigot@…

Replying to jmr@…:

These built fine on all of the buildslaves:

Please provide more information, including at least attaching your build log.

I attached the log. I just tried again with py25-readline, and the problem is the same:

:info:build unable to execute /Developer/usr/bin/llvm-gcc-4.2: No such file or directory

There is indeed no /Developer/usr/ on my machine (OS X 10.7.5, XCode 4.6).

Last edited 11 years ago by eric.lebigot@… (previous) (diff)

comment:3 Changed 11 years ago by eric.lebigot@…

This problem is fixed by manually adding a link to /usr in /Developer.

This looks like a hack to me, though.

The problem is that /Developer/usr/bin/llvm-gcc-4.2 does not exist on my machine (/Developer only contains Applications/). I guess that llvm-gcc-4.2 should simply not be looked for there, but instead be looked for in /usr/bin/.

comment:4 in reply to:  3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to eric.lebigot@…:

This problem is fixed by manually adding a link to /usr in /Developer.

This looks like a hack to me, though.

Indeed, you should not have to do that (and should undo that).

The log you attached was not from a clean attempt. Please clean and try again.

Changed 11 years ago by eric.lebigot@…

Attachment: main.log added

Error log file

comment:5 Changed 11 years ago by eric.lebigot@…

Good point. I cleaned the install and replaced the log file attached to this ticket. The error is the same: /Developer/usr does not exist.

comment:6 Changed 10 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:7 Changed 10 years ago by petrrr

Note that python 2.4 and 2.5 are deprecated and will be removed soon. After removal this ticket will be closed as wontfix.

comment:8 Changed 10 years ago by petrrr

Owner: changed from macports-tickets@… to petr@…
Status: newassigned

comment:9 Changed 10 years ago by petrrr

Cc: petr@… removed

Cc Me!

comment:10 Changed 10 years ago by petrrr

The described problem might also be an individual issue, i.e. this ticket is invalid. I could imagine something like Xcode command line tools not installed correctly. But I have not experience with 10.7. I tried to build these, however on a OS X 10.8, and all looks good.

comment:11 Changed 9 years ago by petrrr

Resolution: worksforme
Status: assignedclosed

I was not able to reproduce this issue, the cited ports are now removed.

Note: See TracTickets for help on using tickets.