[Bug 199545] comms/usbmuxd: fails to build on 11.0 and 10.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 19 16:52:27 UTC 2015


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

            Bug ID: 199545
           Summary: comms/usbmuxd: fails to build on 11.0 and 10.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: avilla at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
          Assignee: avilla at FreeBSD.org
             Flags: maintainer-feedback?(avilla at FreeBSD.org)

Created attachment 155738
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155738&action=edit
autoconf way, v0

ppoll(2) was added in base r274462 and base r275986 (MFC) which leads to the
following build error

  main.c:153:12: error: static declaration of 'ppoll' follows non-static
declaration
  static int ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec
*timeout, const sigset_t *sigmask)
             ^
  /usr/include/poll.h:114:5: note: previous declaration is here
  int     ppoll(struct pollfd _pfd[], nfds_t _nfds,
          ^
  1 error generated.

https://github.com/libimobiledevice/usbmuxd/pull/36
https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20150413/230242.html

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


More information about the freebsd-ports-bugs mailing list