Opened 14 years ago

Closed 13 years ago

#25150 closed defect (fixed)

py26-pyqt4-4.7.2 +universal fails to configure: Cannot find file: python.pro

Reported by: torsten@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: py26-pyqt4

Description

[trehn@~] > sudo port install py26-pyqt4 +universal
--->  Computing dependencies for py26-pyqt4
--->  Configuring py26-pyqt4
Error: Target org.macports.configure returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyqt4/work/PyQt-mac-gpl-4.7.2/designer &&  /opt/local/libexec/qt4-mac/bin/qmake -spec /opt/local/libexec/qt4-mac/mkspecs/macx-g++ -macx  -o Makefile python.pro" returned error 2
Command output: Cannot find file: python.pro.

Error: Status 1 encountered during processing.

Non-universal variant builds fine, all ports are at their latest version. Please let me know if I can provide any more debugging info.

Attachments (1)

pyqt4_configure_fail_python.pro.log (86.6 KB) - added by torsten@… 14 years ago.
full debug output

Download all attachments as: .zip

Change History (9)

Changed 14 years ago by torsten@…

full debug output

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

Cc: torsten@… removed
Owner: changed from macports-tickets@… to saispo@…
Port: py26-pyqt4 added

Please remember to fill in the Port field and cc the maintainer. Note that you do not need to be in cc when you are the reporter.

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from saispo@… to michaelld@…

comment:3 Changed 13 years ago by michaelld (Michael Dickens)

Your MacPorts install is old -- Qt is now at 4.7.1 (your is 4.6.2) and PyQt4 is at 4.8.1 (your is trying for 4.7.2). Please do:

sudo port clean py26-pyqt4
sudo port selfupdate
sudo port upgrade qt4-mac
sudo port install py26-pyqt4 +universal

and see if that works. It'll take a long time to do this upgrade, but hopefully doing so will take care of your issue.

comment:4 Changed 13 years ago by torsten@…

It was current when I reported the bug ;)

But I'll try to reproduce again and get back to you soon.

comment:5 Changed 13 years ago by michaelld (Michael Dickens)

Fair enough :) I'll await your reply.

comment:6 Changed 13 years ago by michaelld (Michael Dickens)

Any word?

comment:7 Changed 13 years ago by torsten@…

Sorry for taking so long, I ran into some problems updating GCC along the way and had to put this off for a while. Anyway, the current version compiles just fine. Please close this ticket. Thanks for your effort. :)

comment:8 Changed 13 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

Thanks for the reply! Closing as fixed.

Note: See TracTickets for help on using tickets.