From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 10:14:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4059B16A4CE for ; Tue, 2 Mar 2004 10:14:31 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0114643D3F for ; Tue, 2 Mar 2004 10:14:31 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 2 Mar 2004 12:14:50 -0600 Message-ID: <4044CF04.7000608@daleco.biz> Date: Tue, 02 Mar 2004 12:14:28 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <20040302180756.GA47742@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040302180756.GA47742@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Mar 2004 18:14:51.0125 (UTC) FILETIME=[411AF250:01C40082] cc: albi cc: freebsd-questions@freebsd.org cc: Osmany Guirola Cruz Subject: Re: linuxpluginwrapper ERROR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 18:14:31 -0000 Matthew Seaman wrote: >On Tue, Mar 02, 2004 at 12:09:24PM -0500, Osmany Guirola Cruz wrote: > > >> I am installin the linux plugin wrapper and it give me these error >> >> >> >>>>The linuxthreads port needs source code for libgcc >>>>Please install FreeBSD source code in /usr/src >>>> >>>> >>*** Error code 1 >> >> in my /usr/src i have the sys folder .. some weeks ago i compiled the kernel ..... i don't understand these error i think that i have the source code installed.... if these is not the way please HEKP ME >> >> > >Relax -- no need to panic. > >The sys directory contains just the kernel sources, but the >linuxthreads package needs bits of source code from the rest of the >system. Most people would simply use cvsup(1) to get all of the >system sources (including the kernel sources), however as that comes >to about 315Mb, you may not want to download all that. [Of course, >once you've got the bulk sources, then cvsup is excellent at keeping >them up to date using a minimum amount of network bandwidth]. > >If you have installation media you should be able to install system >sources from there, or you can take eg. a copy of the >/usr/share/examples/cvsup/standard.supfile and edit it to only pull >down the 'src-gnu' collection. > > Cheers, > > Matthew > > > Doh! my bad... Matthew is right as usual, it's /src/gnu you'd likely need, not /src/contrib .... Sorry for wasted b/w... Kevin Kinsey