From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 19 16:52:27 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B18B299 for ; Sun, 19 Apr 2015 16:52:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B8D6FD for ; Sun, 19 Apr 2015 16:52:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JGqR8s059253 for ; Sun, 19 Apr 2015 16:52:27 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sun, 19 Apr 2015 16:52:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: avilla@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 16:52:27 -0000 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.