[Bug 205442] [PATCH] deskutils/py-spice-gtk: Fix plist and unmark BROKEN.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 19 22:31:41 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205442

            Bug ID: 205442
           Summary: [PATCH] deskutils/py-spice-gtk: Fix plist and unmark
                    BROKEN.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: rakuco at FreeBSD.org
                CC: olevole at olevole.ru
          Keywords: patch
             Flags: maintainer-feedback?(olevole at olevole.ru)
                CC: olevole at olevole.ru

Created attachment 164396
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164396&action=edit
Proposed patch

The attached patch removes the static library version of SpiceClientGtk.a from
the port's plist. After 0.26, the spice-gtk disables static builds by default.
I tried passing --enable-static, but the build fails:

gmake[3]: Entering directory
'/wrkdirs/usr/ports/deskutils/py-spice-gtk/work/spice-gtk-0.30/tests'
  CC       coroutine.o
  CC       util.o
  CC       session.o
  CCLD     coroutine
  CCLD     session
  CCLD     util
/usr/bin/ld: undefined reference to symbol `hypot@@FBSD_1.0' (try adding -lm)
//lib/libm.so.5: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:719: recipe for target 'session' failed

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


More information about the freebsd-ports-bugs mailing list