From owner-freebsd-ports@freebsd.org Thu Mar 9 07:05:10 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1937D04682 for ; Thu, 9 Mar 2017 07:05:10 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a69.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 919561E8B for ; Thu, 9 Mar 2017 07:05:09 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a69.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a69.g.dreamhost.com (Postfix) with ESMTP id 7CC9C48000B35 for ; Wed, 8 Mar 2017 23:05:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type; s=menhennitt.com.au; bh=dQmMRThQ0Ajuz 5y0Y6erhC/JRvM=; b=OLBug4oQQIgl5lKVITKefrBFVwUyfQDdm70cnuTaTOe9E XSNt30K7iKqDjNt63SkUJIUfHLpnhhSNMUBAdzJwBnJ5PcKbEDSoQTTfMI85sxKr UU5irwmTqydRGUHMkJYHMlizjF/+OAmFpC8TIXw2e/cAOyKJEzSFRbRV+t5NIY= Received: from [203.2.73.68] (c122-107-214-88.mckinn3.vic.optusnet.com.au [122.107.214.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a69.g.dreamhost.com (Postfix) with ESMTPSA id 15C4848000B33 for ; Wed, 8 Mar 2017 23:05:02 -0800 (PST) Subject: Re: linker errors for OpenGL functions (solved) To: freebsd-ports@freebsd.org References: <99eb9add-a30b-0445-2f64-8b801d9072db@menhennitt.com.au> <58d6ed8f-5ca0-d7b9-4683-ff3db5ce98c6@menhennitt.com.au> From: Graham Menhennitt Message-ID: Date: Thu, 9 Mar 2017 18:05:01 +1100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <58d6ed8f-5ca0-d7b9-4683-ff3db5ce98c6@menhennitt.com.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 07:05:10 -0000 On 07/03/2017 08:38, Graham Menhennitt wrote: > On 6/03/2017 11:29 AM, Kevin Oberman wrote: >> On Sat, Mar 4, 2017 at 12:14 PM, Graham Menhennitt >> > >>> I've screwed up something on my system. When I try to build the >>> x11/kde4-workspace port, I get a pile of linker errors. I'm guessing >>> that I >>> just need to reinstall some other OpenGL port, but I can't find out >>> which >>> one. Any clues, please? >>> > I'll try reinstalling some more ports. > > Well, I've fixed it by reinstalling a number of ports. I'm not sure which one actually did the job, but I've reinstalled: graphics/dri x11/nvidia-driver graphics/qt4-opengl graphics/gle graphics/prison Graham