From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 22:46:17 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9014A1065672; Fri, 21 Nov 2008 22:46:17 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 1AE2B8FC0A; Fri, 21 Nov 2008 22:46:16 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from localhost (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id CBC8E130C3B; Fri, 21 Nov 2008 23:46:15 +0100 (CET) X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by localhost (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dsc9ayZpHOdB; Fri, 21 Nov 2008 23:46:12 +0100 (CET) Received: from wedge.madpilot.net (wedge.madpilot.net [172.24.42.11]) by megatron.madpilot.net (Postfix) with ESMTP; Fri, 21 Nov 2008 23:46:12 +0100 (CET) Message-ID: <49273A33.9050909@madpilot.net> Date: Fri, 21 Nov 2008 23:46:11 +0100 From: Guido Falsi User-Agent: Thunderbird 2.0.0.17 (X11/20080927) MIME-Version: 1.0 To: Wesley Shields References: <20081118103904.GA60683@megatron.madpilot.net> <20081118185228.1e08f278@it.buh.tecnik93.com> <20081121150741.GA13869@megatron.madpilot.net> <20081121185750.6be66cd4@it.buh.tecnik93.com> <20081121192612.GA80092@atarininja.org> In-Reply-To: <20081121192612.GA80092@atarininja.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Ion-Mihai Tetcu Subject: Re: games/traindirector: Help reproduce problem on AMD 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: Fri, 21 Nov 2008 22:46:17 -0000 Wesley Shields wrote: >>> I checked the plist, which states the file QAT can't find should be >>> there. >>> >>> I went on to install FreeBSD-amd64 on a spare PC at work and tried >>> compiling the port and it works like a charm. I can't really reproduce >>> the problem. >>> >>> How should I proceed? Any help would be appreciated. Thank you. >>> >>> I don't want to blame it on QAT, but if I can't test the problem I >>> really don't know how to fix it. >> I'll test it again on an other amd tinderbox. Please allow me until >> tomorrow for that. > > I tested this on an AMD64 tinderbox of my own and I duplicated the same > failure seen by the QAT. Are you building everything with the same > flags as used by QAT? The three important ones that I know QAT uses > are: > > NOPORTDOCS > NOPORTEXAMPLES > NOPORTDATA > > I don't see how these could have an impact on your testing but I'm just > throwing it out there. Unluckily, as I said, the only amd64 machine I could find is at work, so I can't do much testing till Monday. I'm puzzled because QAT tells me it can't find -lwx_gtk2u_adv-2.8, but the file should be there. Could you please check if you have such a library under /usr/local/lib? I can't see how the port could find it sometimes and fail some others... My port looks like doing it's best to find it, but sometimes it appears not to be there. Tinderboxes use packages for dependencies, maybe some problem with wxgtk2.8 pkg? The test machine I build is a very clean one, a clean install with just ntpd and xorg running, then I installed wxgtk and traindirector. I'll try those flags, but I really can't see how they can affect it. I'm also just throwing ideas, because I really can't get to this error... -- Guido Falsi