[Bug 262037] Cannot build
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 262037] Cannot build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 16:43:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262037 Bug ID: 262037 Summary: Cannot build 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: daniel@flygpost.com CC: kde@FreeBSD.org, yuri@freebsd.org CC: kde@FreeBSD.org, yuri@freebsd.org Hello, I'm trying to build net-p2p/qbittorrent@nox via poudriere, but qt5-gui fails to build with the following message: <pre>===> Returning to build of qt5-gui-5.15.2p263 ===> qt5-gui-5.15.2p263 depends on shared library: libxcb.so - found (/usr/local/lib/libxcb.so) ===> qt5-gui-5.15.2p263 depends on shared library: libxkbcommon.so - found (/usr/local/lib/libxkbcommon.so) ===> qt5-gui-5.15.2p263 depends on shared library: libEGL.so - not found ===> Installing existing package /packages/All/libglvnd-1.4.0.pkg [freebsd_13_0x64-HEAD-job-01] Installing libglvnd-1.4.0... [freebsd_13_0x64-HEAD-job-01] Extracting libglvnd-1.4.0: .......... done ===> qt5-gui-5.15.2p263 depends on shared library: libEGL.so - found (/usr/local/lib/libEGL.so) ===> Returning to build of qt5-gui-5.15.2p263 ===> qt5-gui-5.15.2p263 depends on shared library: libGL.so - not found ===> Installing existing package /packages/All/libglvnd-1.4.0.pkg [freebsd_13_0x64-HEAD-job-01] Installing libglvnd-1.4.0... the most recent version of libglvnd-1.4.0 is already installed ===> qt5-gui-5.15.2p263 depends on shared library: libGL.so - not found *** Error code 1 Stop. make: stopped in /usr/ports/x11-toolkits/qt5-gui =>> Cleaning up wrkdir ===> Cleaning for qt5-gui-5.15.2p263 build of x11-toolkits/qt5-gui | qt5-gui-5.15.2p263 ended at Fri Feb 18 17:23:35 CET 2022 build time: 00:00:21 !!! build failure encountered !!!</pre> Any idea how to proceed? my make.conf look like this <pre>root@poudriere:~ # cat /usr/local/etc/poudriere.d/freebsd_13_0x64-make.conf OPTIONS_UNSET+= NLS X11</pre> -- You are receiving this mail because: You are the assignee for the bug.