I'm having some issues whilst trying to update certain ports.
Does anyone know more about the nature of:
error reports?
# /usr/local/sbin/portupgrade -r mysql-server-5.5.29\*
Code:
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
Change Dir: /usr/ports/databases/mysql55-server/work/mysql-5.5.32/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/bin/gmake "cmTryCompileExec760590957/fast"
Shared object "libintl.so.9" not found, required by "gmake"
# /usr/local/sbin/portupgrade -r cmake-2.8.9\*
Code:
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
Change Dir: /usr/ports/devel/cmake/work/cmake-2.8.11.2/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/bin/gmake "cmTryCompileExec1383712450/fast"
Shared object "libintl.so.9" not found, required by "gmake"
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:14 (project)
# /usr/local/sbin/portupgrade -r mysql-client-5.5.29\*
Code:
---> Upgrading 'mysql-client-5.5.29' to 'mysql-client-5.5.32' (databases/mysql55-client)
...
-- Running cmake version 2.8.9
-- The C compiler identification is GNU 4.2.1
CMake Error: Could not find cmake module file:/usr/ports/databases/mysql55-client/work/mysql-5.5.32/CMakeFiles/CMakeCCompiler.cmake
-- The CXX compiler identification is GNU 4.2.1
CMake Error: Could not find cmake module file:/usr/ports/databases/mysql55-client/work/mysql-5.5.32/CMakeFiles/CMakeCXXCompiler.cmake
-- Check for working C compiler: /usr/bin/cc
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:47 (try_compile):
Unknown extension ".c" for file
/usr/ports/databases/mysql55-client/work/mysql-5.5.32/CMakeFiles/CMakeTmp/testCCompiler.c
try_compile() works only for enabled languages. Currently these are:
C CXX
See project() command to enable other languages.
Call Stack (most recent call first):
CMakeLists.txt:94 (PROJECT)
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:94 (PROJECT)
-- Configuring incomplete, errors occurred!
*** Error code 1
Stop in /usr/ports/databases/mysql55-client.
*** Error code 1
Stop in /usr/ports/databases/mysql55-client.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20130711-59895-txwous env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mysql-client-5.5.29 UPGRADE_PORT_VER=5.5.29 make
** Fix the problem and try again.
---> Skipping 'databases/mysql55-server' (mysql-server-5.5.29) because a requisite package 'mysql-client-5.5.29' (databases/mysql55-client) failed (specify -k to force)
---> Skipping 'devel/apr1' (apr-1.4.6.1.4.1_3) because a requisite package 'mysql-client-5.5.29' (databases/mysql55-client) failed (specify -k to force)
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! databases/mysql55-client (mysql-client-5.5.29) (unknown build error)
* databases/mysql55-server (mysql-server-5.5.29)
* devel/apr1 (apr-1.4.6.1.4.1_3)
Does anyone know more about the nature of:
Code:
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
-- Check for working C compiler: /usr/bin/cc -- broken