From owner-freebsd-ports-bugs@freebsd.org Sun Oct 13 19:04:16 2019 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 D68CA13A0BB for ; Sun, 13 Oct 2019 19:04:16 +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 46rrhc5LNQz4QXf for ; Sun, 13 Oct 2019 19:04:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B59B813A0B8; Sun, 13 Oct 2019 19:04:16 +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 B55AC13A0B7 for ; Sun, 13 Oct 2019 19:04:16 +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) server-signature RSA-PSS (4096 bits) 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 46rrhc4Pmjz4QXc for ; Sun, 13 Oct 2019 19:04:16 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AE6521651 for ; Sun, 13 Oct 2019 19:04:16 +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 x9DJ4GPP025746 for ; Sun, 13 Oct 2019 19:04:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x9DJ4GJA025745 for ports-bugs@FreeBSD.org; Sun, 13 Oct 2019 19:04:16 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 241232] math/libtommath - port must set dependency on libtommath to be usable Date: Sun, 13 Oct 2019 19:04:16 +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 Only Me X-Bugzilla-Who: samm@os2.kiev.ua X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gahr@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 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2019 19:04:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241232 Bug ID: 241232 Summary: math/libtommath - port must set dependency on libtommath to be usable Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gahr@FreeBSD.org Reporter: samm@os2.kiev.ua Assignee: gahr@FreeBSD.org Flags: maintainer-feedback?(gahr@FreeBSD.org) I found a build error on security/stoken port. When i was looking for the r= oot cause - i found that usability check of the libtomcrypt failed due to unsatisfied dependency: configure:13576: checking if libtomcrypt is usable configure:13592: cc -o conftest -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLTM_DESC -isystem /usr/local/inc= lude -fstack-protector-strong conftest.c -L/usr/local/lib -L/usr/local/lib -ltomcrypt >&5 /usr/bin/ld: warning: libtommath.so.1, needed by /usr/local/lib/libtomcrypt= .so, not found (try using -rpath or -rpath-link) /usr/local/lib/libtomcrypt.so: undefined reference to `mp_prime_is_prime' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_mulmod' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_mul_d' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_div_2' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_sqrmod' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_copy' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_cnt_lsb' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_sqr' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_to_unsigned_bin' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_invmod' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_exptmod' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_mul' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_add_d' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_montgomery_reduce' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_submod' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_mod_d' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_sub' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_gcd' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_div' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_clear' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_get_int' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_montgomery_setup' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_cmp' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_read_radix' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_count_bits' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_add' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_addmod' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_lcm' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_rand' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_unsigned_bin_size' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_read_unsigned_bin' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_toradix' /usr/local/lib/libtomcrypt.so: undefined reference to `mp_set_int' I think that libtomcrypt port should set dependency on libtommath to avoid = such errors --=20 You are receiving this mail because: You are the assignee for the bug.=