Opened 14 years ago
Closed 14 years ago
#25574 closed defect (fixed)
qwt52 configure failure during upgrade
Reported by: | mf2k (Frank Schima) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | qwt52 |
Description
version:1 :msg:main ---> Computing dependencies for qwt52:info:main .:debug:main Searching for dependency: qt4-mac :debug:main Found Dependency: receipt exists for qt4-mac :msg:main :debug:main Executing org.macports.main (qwt52) :debug:main Skipping completed org.macports.fetch (qwt52) :debug:main Skipping completed org.macports.checksum (qwt52) :debug:main Skipping completed org.macports.extract (qwt52) :debug:main Skipping completed org.macports.patch (qwt52) :msg:main ---> Configuring qwt52 :debug:main Using compiler 'Mac OS X gcc 4.2' :debug:configure configure phase started at Wed Jul 7 10:05:34 MDT 2010 :debug:configure Executing org.macports.configure (qwt52) :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_trunk_dports_graphics_qwt52/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-pipe -O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2' :debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_graphics_qwt52/work/qwt-5.2.1" && /bin/qmake INSTALLBASE="/opt/local"' :info:configure sh: /bin/qmake: No such file or directory :info:configure shell command " cd "/opt/local/var/macports/build/_opt_mports_trunk_dports_graphics_qwt52/work/qwt-5.2.1" && /bin/qmake INSTALLBASE="/opt/local" " returned error 127 :error:configure Target org.macports.configure returned: configure failure: shell command failed :debug:configure Backtrace: configure failure: shell command failed while executing "$procedure $targetname" :info:configure Warning: the following items did not execute (for qwt52): org.macports.destroot org.macports.configure org.macports.build :notice:configure Log for qwt52 is at: /opt/local/var/macports/logs/_opt_mports_trunk_dports_graphics_qwt52/main.log
It is looking for /bin/qmake which is not present.
$ port installed qt4-mac The following ports are currently installed: qt4-mac @4.6.3_1+odbc (active)
Attachments (1)
Change History (9)
comment:1 Changed 14 years ago by michaelld (Michael Dickens)
comment:2 Changed 14 years ago by mf2k (Frank Schima)
What i posted is the complete macports log. Or is there another that you wanted? I looked in the work directory and did not see anything.
comment:3 Changed 14 years ago by michaelld (Michael Dickens)
Sorry; I was going for the debugging output, e.g., from "sudo port -d install qwt52". I'm expecting to see a line "DEBUG: Executing variant qt4 provides qt4" somewhere in that output. I'm wondering what the command line was you used, so that I can try replicating this issue.
comment:4 Changed 14 years ago by mf2k (Frank Schima)
Yes, i should have included this info:
$ port installed qwt52 The following ports are currently installed: qwt52 @5.2.0_2+qt4 (active)
Changed 14 years ago by mf2k (Frank Schima)
Attachment: | qwt52_debug.log added |
---|
comment:5 Changed 14 years ago by mf2k (Frank Schima)
I have attached the full debug log with the command used to start it.
comment:6 Changed 14 years ago by michaelld (Michael Dickens)
Summary: | qwt52 configure failure → qwt52 configure failure during upgrade |
---|
Thanks. I can replicate it here; it only happens when doing 'upgrade', darn it. Looking into it now.
comment:7 Changed 14 years ago by michaelld (Michael Dickens)
Should be fixed in r69526. Please sync & try the upgrade again. I'll leave this open until I hear from you. I didn't do a rev-bump since it's really only necessary for those having issues.
comment:8 Changed 14 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, it upgrades for me now. Thanks!
Can you attach the log file. I think I know the issue, but I'd like to see it just to verify.