From owner-freebsd-toolchain@freebsd.org Mon Jul 10 05:29:38 2017 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D90D9DD04 for ; Mon, 10 Jul 2017 05:29:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2E9C47C1DC for ; Mon, 10 Jul 2017 05:29:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6A5Tb7P043844 for ; Mon, 10 Jul 2017 05:29:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 220590] math/fftw3: fails to build on armv6 (729 ports skipped) Date: Mon, 10 Jul 2017 05:29:37 +0000 X-Bugzilla-Reason: CC 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, regression 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: jhale@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords 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 MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2017 05:29:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220590 Bug ID: 220590 Summary: math/fftw3: fails to build on armv6 (729 ports skipped) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch, regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: jhale@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: freebsd-toolchain@FreeBSD.org Assignee: jhale@FreeBSD.org Flags: maintainer-feedback?(jhale@FreeBSD.org) 3.3.5 built fine but 3.3.6 (both pl1 and pl2) don't. Both arm* and mips* ha= ve LDBL_PREC=3D53 but 3.3.6 builds fine on mips*, so the issue is Clang-relate= d. It seems -O1 (or higher) combined with -ffast-math makes it emit references to sincos() rather than sin() + cos(). ../libbench2/libbench2.a(verify-lib.o): In function `aphase_shift': verify-lib.c:(.text+0x580): undefined reference to `sincos' ../libbench2/libbench2.a(verify-lib.o): In function `tf_shift': verify-lib.c:(.text+0x1440): undefined reference to `sincos' verify-lib.c:(.text+0x1794): undefined reference to `sincos' cc: error: linker command failed with exit code 1 (use -v to see invocation) https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-2017070= 3/498191.html # fftw3 https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-2017070= 3/498192.html # fftw3-float https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-2017070= 3/498863.html # fftw3-long --=20 You are receiving this mail because: You are on the CC list for the bug.=