cmake upgrade failure/success ?machine-dependant...

2010-11-18 Thread Gregory Dodwell
OSX 10.6.5 upgraded to latest Macports successfully on both machines (iMac
7,1; MacBookPro5,3).
Ran sudo port upgrade outdated with no failure on laptop. Same command
failed on iMac. (The iMac, being an older, non Pro machine cannot run OSX
in 64bit mode, despite similar Core2 Duo processor to laptop.)


Here's the terminal output:

bash-3.2$ sudo port upgrade outdated
---  Computing dependencies for cmake
---  Fetching cmake
---  Verifying checksum(s) for cmake
---  Extracting cmake
---  Applying patches to cmake
---  Configuring cmake
Error: Target org.macports.configure returned: configure failure: shell
command failed (see log for details)
Log for cmake is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/main.log
Error: Unable to upgrade port: 1
To report a bug, see http://guide.macports.org/#project.tickets


Please see snippets from the main.log:

version:1
:msg:main ---  Computing dependencies for cmake:info:main .:debug:main
Searching for dependency: libidn
:debug:main Found Dependency: receipt exists for libidn
:debug:main Searching for dependency: openssl
:debug:main Found Dependency: receipt exists for openssl
:msg:main
:debug:main Executing org.macports.main (cmake)
:msg:main ---  Fetching cmake
:debug:fetch fetch phase started at Thu Nov 18 22:45:29 EST 2010
:debug:fetch Executing org.macports.fetch (cmake)
:msg:fetch ---  Verifying checksum(s) for cmake
:debug:checksum checksum phase started at Thu Nov 18 22:45:29 EST 2010
:debug:checksum Executing org.macports.checksum (cmake)
:info:checksum ---  Checksumming cmake-2.8.3.tar.gz
:debug:checksum Correct (md5) checksum for cmake-2.8.3.tar.gz
:debug:checksum Correct (sha1) checksum for cmake-2.8.3.tar.gz
:debug:checksum Correct (rmd160) checksum for cmake-2.8.3.tar.gz
:msg:checksum ---  Extracting cmake
:debug:extract extract phase started at Thu Nov 18 22:45:29 EST 2010
:debug:extract Executing org.macports.extract (cmake)
:info:extract ---  Extracting cmake-2.8.3.tar.gz
:debug:extract setting option extract.args to
'/opt/local/var/macports/distfiles/cmake/cmake-2.8.3.tar.gz'
:debug:extract Environment: CPATH='/opt/local/include'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/.CC_PRINT_OPTIONS'
LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES'
MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:extract Assembled command: 'cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work
 /usr/bin/gzip -dc
'/opt/local/var/macports/distfiles/cmake/cmake-2.8.3.tar.gz' |
/usr/bin/gnutar --no-same-owner -xf -'
:debug:patch patch phase started at Thu Nov 18 22:45:32 EST 2010
:debug:patch Executing org.macports.patch (cmake)
:msg:patch ---  Applying patches to cmake
:info:patch ---  Applying /opt/local/var/macports/sources/
rsync.macports.org/release/ports/devel/cmake/files/patch-CMakeFindFrameworks.cmake.diff
:debug:patch Environment: CPATH='/opt/local/include'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/.CC_PRINT_OPTIONS'
LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES'
MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:patch Assembled command: 'cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.3
 /usr/bin/patch -p0'
:info:patch patching file Modules/CMakeFindFrameworks.cmake
:debug:patch Executing proc-post-org.macports.patch-patch-0
:msg:patch ---  Configuring cmake
:debug:patch Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Thu Nov 18 22:45:32 EST 2010
:debug:configure Executing org.macports.configure (cmake)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch
x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64'
LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6'
CMAKE_PREFIX_PATH='/opt/local' CXX='/usr/bin/g++-4.2'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/.CC_PRINT_OPTIONS'
F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' FCFLAGS='-O2
-m64' OBJC='/usr/bin/gcc-4.2' INSTALL='/usr/bin/install -c'
CMAKE_INCLUDE_PATH='/opt/local/include/ncurses'
CMAKE_LIBRARY_PATH='/opt/local/lib' FFLAGS='-O2 -m64' OBJCFLAGS='-O2 -arch
x86_64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
:debug:configure Assembled command: 'cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.3
 ./configure --prefix=/opt/local --mandir=/share/man
--docdir=/share/doc/cmake --parallel=2
--init=/opt/local/var/macports/sources/
rsync.macports.org/release/ports/devel/cmake/files/macports.cmake'
:info:configure -
:info:configure CMake 2.8.3, Copyright 

Re: cmake upgrade failure/success ?machine-dependant...

2010-11-18 Thread cssdev
It looks like gmake is missing the required libintl. Perhaps try reinstalling 
gmake? The system gmake usually works fine, but perhaps CMake picked up the 
MacPorts gmake from your environment instead.

Chris

-- 
Sent from my iPod 

On Nov 18, 2010, at 7:19 AM, Gregory Dodwell gregree...@gmail.com wrote:

 OSX 10.6.5 upgraded to latest Macports successfully on both machines (iMac 
 7,1; MacBookPro5,3).
 Ran sudo port upgrade outdated with no failure on laptop. Same command failed 
 on iMac. (The iMac, being an older, non Pro machine cannot run OSX in 64bit 
 mode, despite similar Core2 Duo processor to laptop.)
 
 
 Here's the terminal output:
 
 bash-3.2$ sudo port upgrade outdated
 ---  Computing dependencies for cmake
 ---  Fetching cmake
 ---  Verifying checksum(s) for cmake
 ---  Extracting cmake
 ---  Applying patches to cmake
 ---  Configuring cmake
 Error: Target org.macports.configure returned: configure failure: shell 
 command failed (see log for details)
 Log for cmake is at: 
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/main.log
 Error: Unable to upgrade port: 1
 To report a bug, see http://guide.macports.org/#project.tickets
 
 
 Please see snippets from the main.log:
 
 version:1
 :msg:main ---  Computing dependencies for cmake:info:main .:debug:main 
 Searching for dependency: libidn
 :debug:main Found Dependency: receipt exists for libidn
 :debug:main Searching for dependency: openssl
 :debug:main Found Dependency: receipt exists for openssl
 :msg:main 
 :debug:main Executing org.macports.main (cmake)
 :msg:main ---  Fetching cmake
 :debug:fetch fetch phase started at Thu Nov 18 22:45:29 EST 2010
 :debug:fetch Executing org.macports.fetch (cmake)
 :msg:fetch ---  Verifying checksum(s) for cmake
 :debug:checksum checksum phase started at Thu Nov 18 22:45:29 EST 2010
 :debug:checksum Executing org.macports.checksum (cmake)
 :info:checksum ---  Checksumming cmake-2.8.3.tar.gz
 :debug:checksum Correct (md5) checksum for cmake-2.8.3.tar.gz
 :debug:checksum Correct (sha1) checksum for cmake-2.8.3.tar.gz
 :debug:checksum Correct (rmd160) checksum for cmake-2.8.3.tar.gz
 :msg:checksum ---  Extracting cmake
 :debug:extract extract phase started at Thu Nov 18 22:45:29 EST 2010
 :debug:extract Executing org.macports.extract (cmake)
 :info:extract ---  Extracting cmake-2.8.3.tar.gz
 :debug:extract setting option extract.args to 
 '/opt/local/var/macports/distfiles/cmake/cmake-2.8.3.tar.gz'
 :debug:extract Environment: CPATH='/opt/local/include' 
 CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/.CC_PRINT_OPTIONS'
  LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' 
 MACOSX_DEPLOYMENT_TARGET='10.6'
 :debug:extract Assembled command: 'cd 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work
   /usr/bin/gzip -dc 
 '/opt/local/var/macports/distfiles/cmake/cmake-2.8.3.tar.gz' | 
 /usr/bin/gnutar --no-same-owner -xf -'
 :debug:patch patch phase started at Thu Nov 18 22:45:32 EST 2010
 :debug:patch Executing org.macports.patch (cmake)
 :msg:patch ---  Applying patches to cmake
 :info:patch ---  Applying 
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/cmake/files/patch-CMakeFindFrameworks.cmake.diff
 :debug:patch Environment: CPATH='/opt/local/include' 
 CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/.CC_PRINT_OPTIONS'
  LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' 
 MACOSX_DEPLOYMENT_TARGET='10.6'
 :debug:patch Assembled command: 'cd 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/cmake-2.8.3
   /usr/bin/patch -p0'
 :info:patch patching file Modules/CMakeFindFrameworks.cmake
 :debug:patch Executing proc-post-org.macports.patch-patch-0
 :msg:patch ---  Configuring cmake
 :debug:patch Using compiler 'Mac OS X gcc 4.2'
 :debug:configure configure phase started at Thu Nov 18 22:45:32 EST 2010
 :debug:configure Executing org.macports.configure (cmake)
 :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch 
 x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' 
 LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' 
 CMAKE_PREFIX_PATH='/opt/local' CXX='/usr/bin/g++-4.2' 
 CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_cmake/work/.CC_PRINT_OPTIONS'
  F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' FCFLAGS='-O2 
 -m64' OBJC='/usr/bin/gcc-4.2' INSTALL='/usr/bin/install -c' 
 CMAKE_INCLUDE_PATH='/opt/local/include/ncurses' 
 CMAKE_LIBRARY_PATH='/opt/local/lib' FFLAGS='-O2 -m64' OBJCFLAGS='-O2 -arch 
 x86_64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
 :debug:configure Assembled command: 'cd 
 

re cmake upgrade failure/success ?machine-dependant ...

2010-11-18 Thread Gregory Dodwell

 It looks like gmake is missing the required libintl. Perhaps try
 reinstalling gmake? The system gmake usually works fine, but perhaps CMake
 picked up the MacPorts gmake from your environment instead.

 Chris


I upgraded gmake, and cmake is now upgraded! Thank you Chris. Now to upgrade
the rest of the outdated ports.

Greg./

gregree...@gmail.com
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users