Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 16:52:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199545] comms/usbmuxd: fails to build on 11.0 and 10.2
Message-ID:  <bug-199545-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
          Assignee: avilla@FreeBSD.org
             Flags: maintainer-feedback?(avilla@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.



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