From owner-freebsd-current@FreeBSD.ORG Thu Jun 6 16:21:59 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2556DA65 for ; Thu, 6 Jun 2013 16:21:59 +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 DB80D1C7F for ; Thu, 6 Jun 2013 16:21:58 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ukcwn-0005Q2-IK for freebsd-current@freebsd.org; Thu, 06 Jun 2013 18:21:57 +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, 06 Jun 2013 18:21:57 +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, 06 Jun 2013 18:21:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: Re: Can't compile lxpanel Date: Thu, 6 Jun 2013 16:21:40 +0000 (UTC) Lines: 17 Message-ID: References: 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, 06 Jun 2013 16:21:59 -0000 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?