From owner-freebsd-ports-bugs@freebsd.org Fri Oct 30 10:39:01 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F57D44E4E6 for ; Fri, 30 Oct 2020 10:39:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4CMzLs0PqDz3YNC for ; Fri, 30 Oct 2020 10:39:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0DECB44E8AB; Fri, 30 Oct 2020 10:39:01 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DB2844E4E5 for ; Fri, 30 Oct 2020 10:39:01 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMzLr6cq9z3YHt for ; Fri, 30 Oct 2020 10:39:00 +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 C2A5715343 for ; Fri, 30 Oct 2020 10:39:00 +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 09UAd0pk066920 for ; Fri, 30 Oct 2020 10:39:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 09UAd0tB066919 for ports-bugs@FreeBSD.org; Fri, 30 Oct 2020 10:39:00 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 250739] games/widelands: fails to build with libglvnd Date: Fri, 30 Oct 2020 10:39:00 +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: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status keywords bug_severity priority component assigned_to reporter blocked flagtypes.name 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 MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2020 10:39:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250739 Bug ID: 250739 Summary: games/widelands: fails to build with libglvnd Product: Ports & Packages Version: Latest Hardware: Any URL: https://reviews.freebsd.org/P450 OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: amdmi3@FreeBSD.org Reporter: jbeich@FreeBSD.org Blocks: 246767 Flags: maintainer-feedback?(amdmi3@FreeBSD.org) Assignee: amdmi3@FreeBSD.org Apply review D25020 then notice build fails (see URL for poudriere log). Replacing files/patch-CMakeLists.txt with USES=3Dlocalbase:ldflags fixes the build. -- Found OpenGL: /usr/local/lib/libOpenGL.so [...] FAILED: src/io/filesystem/test/test_io_filesystem=20 ld: error: undefined symbol: glReadPixels >>> referenced by screen.cc >>> screen.cc.o:(Screen::to_texture() const) in archive src/g= raphic/libgraphic_surface.a ld: error: undefined symbol: glGenTextures >>> referenced by texture.cc >>> texture.cc.o:(Texture::Texture(int, int)) in archive src/= graphic/libgraphic_surface.a ld: error: undefined symbol: glTexParameteri >>> referenced by texture.cc >>> texture.cc.o:(Texture::Texture(int, int)) in archive src/= graphic/libgraphic_surface.a ld: error: undefined symbol: glTexParameteri >>> referenced by texture.cc >>> texture.cc.o:(Texture::Texture(int, int)) in archive src/= graphic/libgraphic_surface.a ld: error: undefined symbol: glTexImage2D >>> referenced by texture.cc >>> texture.cc.o:(Texture::Texture(int, int)) in archive src/= graphic/libgraphic_surface.a ld: error: undefined symbol: glGenTextures >>> referenced by texture.cc >>> texture.cc.o:(Texture::init(unsigned short, unsigned shor= t)) in archive src/graphic/libgraphic_surface.a [...] $ grep -i OPENGL.\*LIBRARY.\*so $(make -V BUILD_WRKSRC)/CMakeCache.txt OPENGL_egl_LIBRARY:FILEPATH=3D/usr/local/lib/libEGL.so OPENGL_glu_LIBRARY:FILEPATH=3D/usr/local/lib/libGLU.so OPENGL_glx_LIBRARY:FILEPATH=3D/usr/local/lib/libGLX.so OPENGL_opengl_LIBRARY:FILEPATH=3D/usr/local/lib/libOpenGL.so $ pkg info -l libglvnd | grep '.so$' | xargs nm -A 2>&1 | fgrep 'T glReadPixels' /usr/local/lib/libGL.so:0000000000072ac0 T glReadPixels /usr/local/lib/libGLESv1_CM.so:0000000000006e40 T glReadPixels /usr/local/lib/libGLESv2.so:000000000000e040 T glReadPixels /usr/local/lib/libOpenGL.so:0000000000021620 T glReadPixels Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246767 [Bug 246767] graphics/mesa-libs: enable libglvnd support --=20 You are receiving this mail because: You are the assignee for the bug.=