From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 13:20:06 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22C1E106564A for ; Thu, 8 Apr 2010 13:20:06 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id BE3118FC13 for ; Thu, 8 Apr 2010 13:20:05 +0000 (UTC) Received: from omta21.westchester.pa.mail.comcast.net ([76.96.62.72]) by qmta07.westchester.pa.mail.comcast.net with comcast id 2xdt1e0071ZXKqc5716ruc; Thu, 08 Apr 2010 13:06:51 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta21.westchester.pa.mail.comcast.net with comcast id 31AU1e00e3S48mS3h1AVgp; Thu, 08 Apr 2010 13:10:30 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 7AE2F9B419; Thu, 8 Apr 2010 06:06:37 -0700 (PDT) Date: Thu, 8 Apr 2010 06:06:37 -0700 From: Jeremy Chadwick To: Antonio Olivares Message-ID: <20100408130637.GA83223@icarus.home.lan> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100405213133.3b29591f@it.buh.tecnik93.com> <20100407153638.6e0be5d8@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Thu, 08 Apr 2010 13:48:23 +0000 Cc: Garrett Cooper , stable@freebsd.org, Ion-Mihai Tetcu , questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 13:20:06 -0000 On Thu, Apr 08, 2010 at 07:42:06AM -0500, Antonio Olivares wrote: > On Wed, Apr 7, 2010 at 7:36 AM, Ion-Mihai Tetcu wrote: > > On Wed, 7 Apr 2010 07:20:47 -0500 > > Antonio Olivares wrote: > > > >  [ .. ] > > > >> ===>>> Port directory: /usr/ports/sysutils/fusefs-kmod > >>         ===>>> This port is marked IGNORE > >>         ===>>> requires the userland sources to be installed. Set > >> SRC_BASE if it is not in /usr/src > >> > >>         ===>>> If you are sure you can build it, remove the > >>                IGNORE line in the Makefile and try again. > >> > >> ===>>> Update for sysutils/fusefs-kmod failed > >> ===>>> Aborting update > > > >  [ .. ] > >> What should I do in this case? > > > > First, please don't top post. > > > > Second, you don't seem to have the base sources installed and that > > port, being a kernel module, needs them. > > See: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > > > -- > > IOnut - Un^d^dregistered ;) FreeBSD "user" > >  "Intellectual Property" is   nowhere near as valuable   as "Intellect" > > FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B > > > > Dear Ion-Mihai, > > I have installed cvsup, but I don't really understand the page that I > was refered to > > ===> SECURITY REPORT: > This port has installed the following files which may act as network > servers and may therefore pose a remote security risk to the system. > /usr/local/sbin/cvsupd > /usr/local/bin/cvsup > /usr/local/bin/cvpasswd > > If there are vulnerabilities in these programs there may be a security > risk to the system. FreeBSD makes no guarantee about the security of > ports included in the Ports Collection. Please type 'make deinstall' > to deinstall the port if this is a concern. > > For more information, and contact details about the security > status of this software, see the following webpage: > http://www.cvsup.org/ > ===> Cleaning for ezm3-1.1_2 > ===> Cleaning for cvsup-without-gui-16.1h_4 > > I have installed it using ports system, but still get same error as > above. I try to use cvsup the file, I get nothing, I try to go to the > port that refuses to update and make install clean and it says source > not available or refused? > > I have used ports before and had no problems, I don't know what to do. > > Thank you and others who have provided help. > > *Sorry for top posting You didn't need to install cvsup from ports. csup in the base system will work just fine; it's the official replacement for cvsup. itetcu@ was pointing you to the documentation describing the procedure for using cvsup/csup. Based on the thread so far, my understanding is that you need to download the FreeBSD source repository (kernel, base system, etc.), because the port you're trying to build (which is a kernel module) requires it. There are two cvsup files associated with the source repo: /usr/share/examples/cvsup/standard-supfile /usr/share/examples/cvsup/stable-supfile Which you should use depends on if you're running -RELEASE or -STABLE. The most important part in those files is the "*default release=cvs tag=XXX". Specifically the "tag=XXX" part. 8.0-RELEASE's tag is RELENG_8_0, while 8.0-STABLE's tag is RELENG_8. So which tag you use should be based on what version you wish to run. So at this point, you should: 1) pkg_delete ezm3-1.1_2 2) pkg_delete cvsup-without-gui-16.1h_4 3) csup -h -L 2 /usr/share/example/cvsup/stable-supfile or csup -h -L 2 /usr/share/example/cvsup/standard-supfile This will populate /usr/src on your system. From there, you should be able to build ports/sysutils/fusefs-kmod as normal without any problem. Does this help explain things better? -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |