[Bug 195676] New: graphics/graphviz bitten by stricter linker semantics

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 4 13:09:43 UTC 2014


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 at FreeBSD.org
          Reporter: cnehren+freebsd-bugs at pobox.com
          Assignee: dinoex at FreeBSD.org
             Flags: maintainer-feedback?(dinoex at 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 at FreeBSD.org> ---
Auto-assigned to maintainer dinoex at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list