Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Dec 2014 13:09:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195676] New: graphics/graphviz bitten by stricter linker semantics
Message-ID:  <bug-195676-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 195676
           Summary: graphics/graphviz bitten by stricter linker semantics
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: cnehren+freebsd-bugs@pobox.com
          Assignee: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)

Trying to portmaster graphics/graphviz this morning and I get the following:

  CCLD     smyrna
/usr/bin/ld: //lib/libm.so.5: invalid DSO for symbol `cos@@FBSD_1.0' definition
//lib/libm.so.5: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)

I did some research and it appears that the link line for smyrna assumes that
libm will be passed in. If I explicitly add -lm to the compile line, it works.
Looks like the port needs to be patched for this, though I'm not sure what the
most "right" way is.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer dinoex@FreeBSD.org

-- 
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-195676-13>