From owner-freebsd-ports@freebsd.org Fri Apr 14 11:54:52 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E97ADD3C31E for ; Fri, 14 Apr 2017 11:54:52 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D7CE9279 for ; Fri, 14 Apr 2017 11:54:52 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: by mailman.ysv.freebsd.org (Postfix) id D426BD3C31A; Fri, 14 Apr 2017 11:54:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3CDCD3C319 for ; Fri, 14 Apr 2017 11:54:52 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:1008:bcb:1:1:0:1]) (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 A46D8278 for ; Fri, 14 Apr 2017 11:54:51 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:8c:2e0d:4f01:b9e7:2561:4103:9ffc] (p2003008C2E0D4F01B9E7256141039FFC.dip0.t-ipconnect.de [IPv6:2003:8c:2e0d:4f01:b9e7:2561:4103:9ffc]) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 3w4GL22LtnzLFf for ; Fri, 14 Apr 2017 13:54:50 +0200 (CEST) From: Michael Grimm Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: audio/logitechmediaserver fails to compile Message-Id: <90BAC09E-B379-432B-8014-B11A53079293@ellael.org> Date: Fri, 14 Apr 2017 13:54:49 +0200 To: FreeBSD Ports X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2017 11:54:53 -0000 Hi =E2=80=94 This is FreeBSD 11.0-STABLE #0 r316610. IIRC, starting with the recent upgrade to ... poudriere> clang --version FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) = (based on LLVM 4.0.0) ... audio/logitechmediaserver fails to compile (poudriere run): gmake[2]: Entering directory = '/wrkdirs/usr/ports/audio/logitechmediaserver/work/slimserver-vendor-14cc3= 92/CPAN/icu/source/i18n' [...] uspoof.cpp:369:22: error: ordered comparison between pointer and = zero ('int32_t *' (aka 'int *') and 'int') if (position > 0) { ~~~~~~~~ ^ ~ 1 warning and 1 error generated. gmake[2]: *** [../config/mh-bsd-gcc:41: uspoof.ao] Error 1 gmake[2]: Leaving directory = '/wrkdirs/usr/ports/audio/logitechmediaserver/work/slimserver-vendor-14cc3= 92/CPAN/icu/source/i18n' gmake[1]: *** [Makefile:119: all-recursive] Error 2 gmake[1]: Leaving directory = '/wrkdirs/usr/ports/audio/logitechmediaserver/work/slimserver-vendor-14cc3= 92/CPAN/icu/source' make failed Any ideas on how to fix this? Thanks in advance, Michael