From nobody Mon Jul 05 16:31:17 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 DB5ED7CE89A for ; Mon, 5 Jul 2021 16:31:17 +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 4GJWQs5p5Tz4hs7 for ; Mon, 5 Jul 2021 16:31:17 +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 AE82F16A7 for ; Mon, 5 Jul 2021 16:31:17 +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 165GVHc5099630 for ; Mon, 5 Jul 2021 16:31:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 165GVHx3099629 for ports-bugs@FreeBSD.org; Mon, 5 Jul 2021 16:31:17 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 256997] devel/simavr does not build after mesa-libs enable libglvnd support Date: Mon, 05 Jul 2021 16:31:17 +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 Some People X-Bugzilla-Who: pr@aoek.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@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 cc 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 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=3D256997 Bug ID: 256997 Summary: devel/simavr does not build after mesa-libs enable libglvnd support Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pr@aoek.com CC: felix@palmen-it.de CC: felix@palmen-it.de Flags: maintainer-feedback?(felix@palmen-it.de) devel/simavr does not build after mesa-libs enables libglvnd support as per= =20 https://reviews.freebsd.org/D30824 https://cgit.freebsd.org/ports/commit/?id=3Dda3162c7c9f01912ba1940e188b253f= 2b5c7ba77 Extracted from the log: gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/simavr/work/simavr-1.7/examples/board_ds1338' AVR-CC atmega32_ds1338.c 902 0 1 903 387 atmega32_ds1338.axf CC ../parts/ac_input.c CC ../parts/ds1338_virt.c CC ds1338demo.c LD obj-aarch64-unknown-freebsd14.0/ds1338demo.elf ds1338demo done gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/simavr/work/simavr-1.7/examples/board_ds1338' gmake[3]: Entering directory '/wrkdirs/usr/ports/devel/simavr/work/simavr-1.7/examples/board_hd44780' AVR-CC atmega48_charlcd.c 2102 14 5 2121 849 atmega48_charlcd.axf CC ../parts/ac_input.c CC ../parts/hd44780.c CC ../parts/hd44780_glut.c CC charlcd.c LD obj-aarch64-unknown-freebsd14.0/charlcd.elf ld: error: undefined symbol: glGenTextures >>> referenced by hd44780_glut.c:40 (../parts/hd44780_glut.c:40) >>> obj-aarch64-unknown-freebsd14.0/hd44780_glut.o:(hd44780_g= l_init) ld: error: undefined symbol: glBindTexture >>> referenced by hd44780_glut.c:41 (../parts/hd44780_glut.c:41) >>> obj-aarch64-unknown-freebsd14.0/hd44780_glut.o:(hd44780_g= l_init) >>> referenced by hd44780_glut.c:95 (../parts/hd44780_glut.c:95) >>> obj-aarch64-unknown-freebsd14.0/hd44780_glut.o:(glputchar) Full poudriere log available if useful. Please note this excerpt is from an aach64 CURRENT build, but amd64 12.2 is failing the same way. --=20 You are receiving this mail because: You are the assignee for the bug.=