From owner-freebsd-questions Sat Jan 27 12:32:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from changeofhabit.mr.itd.umich.edu (changeofhabit.mr.itd.umich.edu [141.211.144.17]) by hub.freebsd.org (Postfix) with ESMTP id 762A537B401 for ; Sat, 27 Jan 2001 12:32:13 -0800 (PST) Received: from tim.elnsng1.mi.home.com (c1129767-a.elnsng1.mi.home.com [24.183.248.20]) by changeofhabit.mr.itd.umich.edu (8.9.3/3.2r) with SMTP id PAA27702; Sat, 27 Jan 2001 15:32:11 -0500 (EST) From: Tim McMillen To: "David S. Jackson" , freebsd-questions@FreeBSD.ORG Subject: Re: compiling mixer.c Date: Sat, 27 Jan 2001 15:36:28 -0500 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="us-ascii" References: <20010127121141.A12985@scee.dsj.net> In-Reply-To: <20010127121141.A12985@scee.dsj.net> MIME-Version: 1.0 Message-Id: <0101271536280L.25766@tim.elnsng1.mi.home.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How recently have you cvsupped your ports tree? Try that and then make clean in the port dir, and then try building the port again. That often works because new patches get committed. Just trying the make clean before retrying the build may work too. On Saturday January 27, 2001 12:11, David S. Jackson wrote: > Hi, > > I was doing a make && make install under /usr/ports/audio/xmms and > wound up getting a whole bunch of other stuff made too. That's pretty normal. That's how a port works. If it requires other things, it will also build those and then finish building the one you asked for. A quick and dirty way of finding out what port dependencies will be built is to run a make clean in the port dir. For ex: cd /usr/ports/audio/xmms; make clean will list all the things the xmms port requires. There is another way of doing that, but I can never remember it and can't find it in my mail right now. > while making all in esd ( I think ), I get the following error while compiling mixer.c: I am a little confused about the make targets for the ports as the ports manpage says one thing and Greg's book says another, but make install always works for me, and I usually do make install clean to get rid of the extra stuff from the build process. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message