[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 16:55:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271047 --- Comment #57 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Dimitry Andric from comment #56) Aha, tried again and I see in the configure phase: Trying source 1 (type inline) of library mng ... + cd /wrkdirs/share/dim/ports/graphics/qt5-imageformats/work/kde-qtimageformats-5.15.8p6/config.tests/mng && /usr/local/lib/qt5/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'QMAKE_USE += mng' 'QMAKE_LIBS_MNG = -lmng' /wrkdirs/share/dim/ports/graphics/qt5-imageformats/work/kde-qtimageformats-5.15.8p6/config.tests/mng + cd /wrkdirs/share/dim/ports/graphics/qt5-imageformats/work/kde-qtimageformats-5.15.8p6/config.tests/mng && MAKEFLAGS= make > clang++ -c -pipe -O2 -w -fPIC -I. -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o main.o main.cpp > In file included from main.cpp:3: > In file included from /usr/local/include/libmng.h:385: > In file included from /usr/local/include/libmng_types.h:181: > /usr/local/include/lcms.h:1238:29: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] > typedef int (* _cmsSAMPLER)(register WORD In[], > ^~~~~~~~~ so that's the good old register stuff again. This can be solved similarly to bug 271421, bug 271422, and bug 271424. (I asked the lcms2 maintainer if we could fix it in that port, but there were just three dependent ports at the time.) -- You are receiving this mail because: You are on the CC list for the bug.