From nobody Sat Sep 11 15:34:30 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C4E1117A434E for ; Sat, 11 Sep 2021 15:34:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H6Gxy4xtTz4RFH for ; Sat, 11 Sep 2021 15:34:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 894D022A62 for ; Sat, 11 Sep 2021 15:34:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 18BFYUmp018449 for ; Sat, 11 Sep 2021 15:34:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 18BFYU8L018448 for ports-bugs@FreeBSD.org; Sat, 11 Sep 2021 15:34:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258435] devel/cmake fails to build with poudriere amd64 stable/13 Date: Sat, 11 Sep 2021 15:34:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: transitive@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.mimetype attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258435 Bug ID: 258435 Summary: devel/cmake fails to build with poudriere amd64 stable/13 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: transitive@gmail.com Assignee: kde@FreeBSD.org Flags: maintainer-feedback?(kde@FreeBSD.org) Attachment #227837 text/plain mime type: Created attachment 227837 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227837&action= =3Dedit devel/cmake build log with build error The build of the port devel/cmake failed to build using poudriere on my 13-stable amd64 freeBSD system. The following is the error from the build log: [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExecuteProcessCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExpandedCommandArgument.cxx.o Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 568, in _build_master ws.require(__requires__) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 886, in require needed =3D self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 777, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (MarkupSafe 1.1.1 (/usr/local/lib/python3.8/site-packages), Requirement.parse('MarkupSafe>=3D2.0.0rc2'), {'Jinja2'}) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/sphinx-build", line 33, in sys.exit(load_entry_point('Sphinx=3D=3D3.5.2', 'console_scripts', 'sphinx-build')()) File "/usr/local/bin/sphinx-build", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/local/lib/python3.8/importlib/metadata.py", line 77, in load module =3D import_module(match.group('module')) File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 843, in exec_module File "", line 219, in _call_with_frames_remo= ved File "/usr/local/lib/python3.8/site-packages/sphinx/cmd/build.py", line 2= 5, in from sphinx.application import Sphinx File "/usr/local/lib/python3.8/site-packages/sphinx/application.py", line= 43, in from sphinx.registry import SphinxComponentRegistry File "/usr/local/lib/python3.8/site-packages/sphinx/registry.py", line 22= , in from pkg_resources import iter_entry_points File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 3243, in def _initialize_master_working_set(): File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 3226, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 3255, in _initialize_master_working_set working_set =3D WorkingSet._build_master() File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 570, in _build_master return cls._build_from_requirements(__requires__) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 583, in _build_from_requirements dists =3D ws.resolve(reqs, Environment()) File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", = line 772, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'MarkupSafe>=3D2.0.0rc2' distributi= on was not found and is required by Jinja2 [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportCommand.c= xx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportLibraryDependenciesCommand.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFLTKWrapUICommand.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileCommand.cxx= .o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindBase.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindCommon.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindFileCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindLibraryCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindPackageCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindPathCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindProgramCommand.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmForEachCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFunctionBlocker.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFunctionCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetDirectoryPropertyCommand.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetCMakePropertyCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetFilenameComponentCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetPropertyCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetSourceFilePropertyCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetTargetPropertyCommand.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetTestPropertyCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIfCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeExternalMSProjectCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeCommand.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmHexFileConverter.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeDirectoryCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeGuardCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeRegularExpressionCommand.cxx.o --- Utilities/Sphinx/doc_format_man --- *** [Utilities/Sphinx/doc_format_man] Error code 1 make[3]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 1 error make[3]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 --- Utilities/Sphinx/CMakeFiles/documentation.dir/all --- *** [Utilities/Sphinx/CMakeFiles/documentation.dir/all] Error code 2 make[2]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 --- Source/CMakeFiles/CMakeLib.dir/all --- *** [Source/CMakeFiles/CMakeLib.dir/all] Error code 6 make[2]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 2 errors make[2]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 *** [all] Error code 2 make[1]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 1 error make[1]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.0 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=