Opened 4 years ago

Closed 4 years ago

#59372 closed defect (fixed)

doxygen @1.8.16 does not build on PPC Mac OS X 10.5.8, Leopard, because Target "whatever" requires the language dialect "CXX11"

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: leopard Cc:
Port: doxygen

Description

-- Configuring done
CMake Error in liblodepng/CMakeLists.txt:
  Target "lodepng" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in libmscgen/CMakeLists.txt:
  Target "mscgen" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in libversion/CMakeLists.txt:
  Target "doxygen_version" requires the language dialect "CXX11" (with
  compiler extensions), but CMake does not know the compile flags to use to
  enable it.


CMake Error in qtools/CMakeLists.txt:
  Target "qtools" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in vhdlparser/CMakeLists.txt:
  Target "vhdlparser" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in src/CMakeLists.txt:
  Target "doxycfg" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in src/CMakeLists.txt:
  Target "_doxygen" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in src/CMakeLists.txt:
  Target "doxygen" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in addon/doxmlparser/src/CMakeLists.txt:
  Target "doxmlparser" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.


CMake Error in addon/doxmlparser/examples/metrics/CMakeLists.txt:
  Target "doxmlparser_metrics" requires the language dialect "CXX11" (with
  compiler extensions), but CMake does not know the compile flags to use to
  enable it.


CMake Error in addon/doxmlparser/test/CMakeLists.txt:
  Target "doxmlparser_test" requires the language dialect "CXX11" (with
  compiler extensions), but CMake does not know the compile flags to use to
  enable it.


-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_POLICY_DEFAULT_CMP0025


CMake Generate step failed.  Build files cannot be regenerated correctly.
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.16" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX='/opt/local' -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_C_COMPILER="$CC" -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_MAKE_PROGRAM=/usr/bin/make -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/opt/local;/usr" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -Wno-dev -DPython_ADDITIONAL_VERSIONS=2.7 -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_OSX_ARCHITECTURES="ppc" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.5" -DCMAKE_OSX_SYSROOT="/" /opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.16 
Exit code: 1
Error: Failed to configure doxygen: configure failure: command execution failed

Attachments (1)

main.log (20.3 KB) - added by ballapete (Peter "Pete" Dyballa) 4 years ago.
Main.log from PPC Leopard

Download all attachments as: .zip

Change History (6)

Changed 4 years ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

Main.log from PPC Leopard

comment:1 Changed 4 years ago by ballapete (Peter "Pete" Dyballa)

It built with configure.compiler=macports-gcc-6.

comment:2 Changed 4 years ago by kencu (Ken)

This ticket has likely been fixed by [42b36f4ae65e27b1824dd34c9fc23c022caa61e3/macports-base] ,but a base version with that commit hasn't been released yet.

comment:3 Changed 4 years ago by jmroot (Joshua Root)

Cc: css@… removed
Owner: set to cssdev
Status: newassigned

comment:4 Changed 4 years ago by kencu (Ken)

This was not fixed by that commit. The Portfile now requires

compiler.cxx_standard 2011

to choose a proper compiler.

comment:5 Changed 4 years ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed

In d54bb6cced5099258e21ccb57cde2318f7467214/macports-ports (master):

doxygen: requires c++11

closes: #59372

Note: See TracTickets for help on using tickets.