From owner-freebsd-gnome@FreeBSD.ORG Sun Jan 30 13:13:50 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F37106566C for ; Sun, 30 Jan 2011 13:13:50 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id 378698FC0C for ; Sun, 30 Jan 2011 13:13:49 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep17-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20110130125634.IISS11401.viefep17-int.chello.at@edge01.upcmail.net>; Sun, 30 Jan 2011 13:56:34 +0100 Received: from [192.168.0.104] ([77.250.185.194]) by edge01.upcmail.net with edge id 1owY1g00X4C4r9101owZE9; Sun, 30 Jan 2011 13:56:34 +0100 X-SourceIP: 77.250.185.194 From: Koop Mast To: Oliver Lehmann In-Reply-To: <20110130124404.19219qgei7k4iuio@avocado.salatschuessel.net> References: <20110130124404.19219qgei7k4iuio@avocado.salatschuessel.net> Content-Type: text/plain; charset="UTF-8" Date: Sun, 30 Jan 2011 13:58:26 +0100 Message-ID: <1296392306.11671.7.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=HQ3F56nxkum+cgCiDL7AXQpbvw7DWrWCBJRnYYnM0Zc= c=1 sm=0 a=IkcTkHD0fZMA:10 a=wFaEK3txAAAA:8 a=6I5d2MoRAAAA:8 a=jWEH2-oWMzkDXklUP28A:9 a=Xogd1Ep7-YB3kwFQ7dgA:7 a=q5hTBzxAvfpA7yw29eKFtxtu_cAA:4 a=QEXdDO2ut3YA:10 a=9zM3adXDJLMA:10 a=SEw2uVDF3OIA:10 a=0NTeHesdVDEA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: gnome@freebsd.org Subject: Re: invalid include directories X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 13:13:51 -0000 On Sun, 2011-01-30 at 12:44 +0100, Oliver Lehmann wrote: > Hi, > > maybe it makes sense fixing this somehow? I'm talking about invalid > INCLUDE compiler flags which are comming from several pkg-config (gio, > dbus, gthread, gdk-pixbuf....) calls like: > > # pkg-config --cflags dbus-glib-1 > -D_REENTRANT -I/usr/local/include/dbus-1.0 > -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include > > > /usr/local/lib/glib-2.0/include does of course not exist ;) I already had this fixed this in our devel repo. I kind of forgot about ports because of the slush. Will fix this after the slush lifts. -Koop > > > Oliver Lehmann wrote: > > > CC libtumbler_1_la-tumbler-provider-factory.lo > > cc1: internal compiler error: Segmentation fault: 11cc1: internal > > compiler error: Segmentation fault: 11 > > I fixed it by removing --enable-debug in the CONFIGURE_ARGS of xfce4-tumbler. > This caused the adding of -Wmissing-include-dirs to the compiler flags. > Various gnome ports are comming with invalid include directories like > -I/usr/local/lib/glib-2.0/include like specified in their .pc files. > > This compiler flag is known as causing segmentation faults. > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2008-10/msg00433.html > > Removing --enable-debug fixes this for now. > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >