Opened 6 years ago

Closed 6 years ago

#57176 closed defect (fixed)

poppler@0.69.0 fails to configure on Mavericks

Reported by: tehcog (tehcog) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc:
Port: poppler

Description

Please see attached log

:info:configure CMake Error at /opt/local/share/cmake-3.12/Modules/CMakeTestCXXCompiler.cmake:45 (message):
:info:configure   The C++ compiler
:info:configure     "/usr/bin/clang++"
:info:configure   is not able to compile a simple test program.
:info:configure   It fails with the following output:
:info:configure     Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/work/build/CMakeFiles/CMakeTmp
:info:configure     
:info:configure     Run Build Command:"/opt/local/bin/gmake" "cmTC_b20e9/fast"
:info:configure     /opt/local/bin/gmake -f CMakeFiles/cmTC_b20e9.dir/build.make CMakeFiles/cmTC_b20e9.dir/build
:info:configure     gmake[1]: Entering directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/work/build/CMakeFiles/CMakeTmp'
:info:configure     Building CXX object CMakeFiles/cmTC_b20e9.dir/testCXXCompiler.cxx.o
:info:configure     /usr/bin/clang++    -pipe -Os -std=c++14 -DNDEBUG -I/opt/local/include -stdlib=libc++  -arch x86_64 -mmacosx-version-min=10.9   -o CMakeFiles/cmTC_b20e9.dir/testCXXCompiler.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/work/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
:info:configure     error: invalid value 'c++14' in '-std=c++14'
:info:configure     gmake[1]: *** [CMakeFiles/cmTC_b20e9.dir/build.make:66: CMakeFiles/cmTC_b20e9.dir/testCXXCompiler.cxx.o] Error 1
:info:configure     gmake[1]: Leaving directory '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/work/build/CMakeFiles/CMakeTmp'
:info:configure     gmake: *** [Makefile:121: cmTC_b20e9/fast] Error 2
:info:configure     
:info:configure   
:info:configure   CMake will not be able to correctly generate this project.

Attachments (1)

20180926_poppler_main.log (17.2 KB) - added by tehcog (tehcog) 6 years ago.
log

Download all attachments as: .zip

Change History (3)

Changed 6 years ago by tehcog (tehcog)

Attachment: 20180926_poppler_main.log added

log

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: dbevans removed
Keywords: configure removed
Owner: set to dbevans
Status: newassigned

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 0d6d0502f72e39308d1bc9376d003e69385fb9fe/macports-ports (master):

poppler: Blacklist non-C++14 compilers

Closes: #57176

Note: See TracTickets for help on using tickets.