From owner-freebsd-ports@FreeBSD.ORG Mon Nov 14 21:29:34 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5819C106564A for ; Mon, 14 Nov 2011 21:29:34 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 14CD98FC08 for ; Mon, 14 Nov 2011 21:29:33 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RQ45s-00050h-MO for freebsd-ports@freebsd.org; Mon, 14 Nov 2011 22:29:32 +0100 Received: from 189.61.210.138 ([189.61.210.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Nov 2011 22:29:32 +0100 Received: from rakuco by 189.61.210.138 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Nov 2011 22:29:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Raphael Kubo da Costa Date: Mon, 14 Nov 2011 19:29:17 -0200 Lines: 37 Message-ID: <87mxbyo0k2.fsf@FreeBSD.org> References: <4EC16E74.7040903@passap.ru> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 189.61.210.138 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (berkeley-unix) Cancel-Lock: sha1:CEPKvDzajG89LyzKKFXex/WWGu0= Subject: Re: multimedia/phonon: CMake Error at CMakeLists.txt:58 (if): X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2011 21:29:34 -0000 Boris Samorodov writes: > Hi List, > > I've got an error while multimedia/phonon building: > ----- > % uname -a > FreeBSD srv.bb.tel.ru 9.0-RC2 FreeBSD 9.0-RC2 #0: Sun Nov 13 03:46:26 > SAMT 2011 bsam@srv.bb.tel.ru:/usr/obj/usr/src/sys/BB i386 > > % sudo make -C /usr/ports/multimedia/phonon > [...] > -- Performing Test __KDE_HAVE_GCC_VISIBILITY > -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success > CMake Error at CMakeLists.txt:58 (if): > if given arguments: > > "AND" "PHONON_BUILD_DESIGNER_PLUGIN" > > Unknown arguments specified > > > -- Configuring incomplete, errors occurred! > *** Error code 1 > ----- > > I found alike problem but it's a warning while for me it's an error: > http://kde.ixsystems.com/index.php?action=display_markup_log&build=9-area51&id=689 > > Any help is appreciated. Thanks! Thanks, I've just fixed this upstream and added my fix to area51 (r7826). I'll commit it to ports as soon as I get an OK from avilla or makc. BTW, you were supposed to get a warning instead of an error too, do you have some special setting that raises the severity of warnings?