Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 05:29:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 220590] math/fftw3: fails to build on armv6 (729 ports skipped)
Message-ID:  <bug-220590-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220590-29464>