From owner-freebsd-ports-bugs@freebsd.org Sat Mar 23 02:55:28 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBEC8155B756 for ; Sat, 23 Mar 2019 02:55:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0DCA071AEC for ; Sat, 23 Mar 2019 02:55:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BDF9D155B74F; Sat, 23 Mar 2019 02:55:26 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 820E3155B74B for ; Sat, 23 Mar 2019 02:55:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DBC371ADD for ; Sat, 23 Mar 2019 02:55:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 44D731A3E9 for ; Sat, 23 Mar 2019 02:55:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x2N2tPIC064682 for ; Sat, 23 Mar 2019 02:55:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x2N2tPPg064681 for ports-bugs@FreeBSD.org; Sat, 23 Mar 2019 02:55:25 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 236719] x11-toolkits/plib: consumers fail --no-allow-shlib-undefined with Gold or LLD 9 (or on 13-CURRENT) Date: Sat, 23 Mar 2019 02:55:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, 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: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked short_desc Message-ID: In-Reply-To: References: 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 02:55:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236719 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |236141 Summary|[PATCH] games/torcs: add |x11-toolkits/plib: |libusbhid link to try fix |consumers fail |in 13-CURRENT |--no-allow-shlib-undefined | |with Gold or LLD 9 (or on | |13-CURRENT) --- Comment #1 from Jan Beich --- Still fails. -lplibjs depends on hid_* symbols, so every consumer have to be patched. Given there's no pkg-config file to specify static library dependencies maybe plib should be converted into a shared library. ld: error: export/lib/libtgfclient.so: undefined reference to hid_end_parse ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_data ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_item ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_report_desc ld: error: export/lib/libtgfclient.so: undefined reference to hid_report_si= ze ld: error: export/lib/libtgfclient.so: undefined reference to hid_start_par= se Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236141 [Bug 236141] LLD (unlike BFD) ignores unresolved references in libraries for indirect linking --=20 You are receiving this mail because: You are the assignee for the bug.=