Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 22:21:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193050] New: math/p5-Bit-Vector uses base cc for linking, causing build failure when using USE_GCC=yes
Message-ID:  <bug-193050-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193050

            Bug ID: 193050
           Summary: math/p5-Bit-Vector uses base cc for linking, causing
                    build failure when using USE_GCC=yes
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jhibbits@FreeBSD.org

Even though I set USE_GCC=yes in make.conf, math/p5-Bit-Vector links using cc. 
It compiles all objects using gcc47.  The result is /usr/bin/ld is used for
linking, and doesn't understand the relocations generated by gcc47
(R_PPC_TLSGD/R_PPC_TLSLD), which newer binutils (post-2007) understand, so the
build ultimately fails.

-- 
You are receiving this mail because:
You are the assignee for the bug.



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