[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266306] devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 01:50:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266306 Bug ID: 266306 Summary: devel/cmake: fails to build when OPTIONS_UNSET += X11 set in the make.conf Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: ard_1@mail.ru Latest cmake conversion to metaport structure doesn't honor OPTIONS_UNSET += X11 and fails to build when it is set in the make.conf file. This is due to the fact that this conversion brought additional dependency on x11-toolkits/qt5-gui and it in turn depends on graphics/libglvnd. When graphics/libglvnd is build with OPTIONS_UNSET += X11 it doesn't include libGL.so library that is required to build x11-toolkits/qt5-gui successfully. Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262036 for additional details on this issue. This leads to unresolved dependencies and cmake build failure. -- You are receiving this mail because: You are the assignee for the bug.