From owner-freebsd-stable Fri Dec 20 23:27:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E045A37B401 for ; Fri, 20 Dec 2002 23:27:49 -0800 (PST) Received: from one.2531.org (w005.z064003115.lax-ca.dsl.cnc.net [64.3.115.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34F4443EE6 for ; Fri, 20 Dec 2002 23:27:39 -0800 (PST) (envelope-from mmca@2531.org) Received: from 2531.org (localhost.2531.org [127.0.0.1]) by one.2531.org (8.12.6/8.12.6) with ESMTP id gBL7SVJ8016973; Fri, 20 Dec 2002 23:28:35 -0800 (PST) (envelope-from mmca@2531.org) Message-Id: <200212210728.gBL7SVJ8016973@one.2531.org> Date: Fri, 20 Dec 2002 23:28:30 -0800 (PST) From: mmca@2531.org Subject: Re: More information (was Re: pthread woes) To: eta@lclark.edu Cc: marcus@marcuscom.com, wes@softweyr.com, coolvibe@hackerheaven.org, freebsd-stable@FreeBSD.ORG In-Reply-To: <1040453002.638.7.camel@anholt-mini.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20 Dec, Eric Anholt wrote: > On Fri, 2002-12-20 at 22:21, mmca@2531.org wrote: >> On 21 Dec, Joe Marcus Clarke wrote: >> > On Fri, 2002-12-20 at 17:38, Wes Peters wrote: >> >> On Fri, 20 Dec 2002 03:05:45 +0100 Emiel Kollof wrote: >> >> >> >> > * Emiel Kollof (coolvibe@hackerheaven.org) wrote: >> >> > > Hi folks, >> >> > > >> >> > > I have a problem with compiling stuff that uses POSIX threads. I used >> >> > > the following snippet of code to test: >> >> > >> >> I removed all of X and just about everthing that needed >> XFree86-4-libaries using pkg_deinstall, re cvsup'd ports (Dec 20, 2002 >> 5:00PM GMT-08) and rebuilt with a make.conf of: >> >> CPUTYPE=p3 >> BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ >> -Wcast-qual -Wchar-subscripts -Winline \ >> -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ >> -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings >> >> and it seems fine now. Everything built cleanly including mplayer which >> is what started all this for me. So I don't think its a problem with >> the XFree port. > > Did you have any different CFLAGS/CPUTYPE for your previous setup when > it was failing (including what you built world with, maybe). > world was built with: CFLAGS= -O3 -pipe I tried rebuilding XFree86-libraries with no optimiztion but that didnt help. gtk and mplayer still failed to compile. The only thing I can think of is portsupgrade -a broke something in -libraries, but I cant imagine how that would happen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message