From owner-freebsd-current@FreeBSD.ORG Thu Jun 20 20:59:13 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 32056CA6 for ; Thu, 20 Jun 2013 20:59:13 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id E93A51698 for ; Thu, 20 Jun 2013 20:59:12 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uplwe-000535-EI for freebsd-current@freebsd.org; Thu, 20 Jun 2013 22:59:04 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jun 2013 22:59:04 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Jun 2013 22:59:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: Re: Can't compile lxpanel Date: Thu, 20 Jun 2013 20:58:48 +0000 (UTC) Lines: 24 Message-ID: References: <6390C1B9-5DBC-473D-8AE3-D4E7BFC700E9@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 20:59:13 -0000 On Fri, 07 Jun 2013 01:07:26 +0200, Dimitry Andric wrote: > On Jun 6, 2013, at 18:21, Walter Hurry wrote: >> On Thu, 06 Jun 2013 09:19:20 -0600, asomers wrote: >>> Looks like a bug upstream. If this port worked in FreeBSD-9, then the >>> difference might be the switch from gcc to clang. You could try >>> compiling the port with gcc. Just add these lines to /etc/make.conf >>> >>> CC=gcc CXX=g++ >>> CPP=gcpp >>> >>> Note: that will change the compiler used for ALL ports, as well as >>> kernel and world. To selectively change the compiler for just a few >>> ports, you can follow the examples here: >>> http://www.freebsd.org/doc/en/articles/custom-gcc/article.html >>> >> Thank you. Yes, switching to gcc (for that port only) worked. >> >> So should that go down as a defect in lxpanel, or in clang? > > It is a defect in lxpanel. The code is simply broken, as the error > messages clearly show. > Fixed now. Thanks go to the (new) maintainer.