Date: Thu, 26 May 2011 10:57:55 -0700 From: Jason Helfman <jhelfman@e-e.com> To: herbert langhans <herbert.raimund@gmx.net> Cc: freebsd-questions@freebsd.org Subject: Re: Unusual Error while compiling from Portstree Message-ID: <20110526175755.GK40108@eggman.experts-exchange.com> In-Reply-To: <20110526144415.GA7401@sandcat.edu> References: <20110418120036.87197106568C@hub.freebsd.org> <20110526144415.GA7401@sandcat.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 26, 2011 at 04:44:16PM +0200, herbert langhans thus spake: >Hi Daemons, >recently some of the ports get stuck when I compile from the portstree >with #make install - it says '1 out of 1 hunks failed--saving rejects to >nbase/configure.rej'. > >The portstree is updated, FreeBSD 7.2 on this laptop, many other ports >are working. > >I had such trouble with ports/graphics/xv, with ImageMagick and now with >nmap too. Here is the output: > ><snip> >sandcat# cd /usr/ports/security/nmap >sandcat# make install >===> Vulnerability check disabled, database not found >===> License GPLv2 accepted by the user >=> nmap-5.51.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. >=> Attempting to fetch http://nmap.org/dist/nmap-5.51.tar.bz2 >nmap-5.51.tar.bz2 100% of 16 MB 99 kBps >00m00s >===> Extracting for nmap-5.51_1 >=> SHA256 Checksum OK for nmap-5.51.tar.bz2. >===> Patching for nmap-5.51_1 >===> Applying FreeBSD patches for nmap-5.51_1 >1 out of 1 hunks failed--saving rejects to nbase/configure.rej >=> Patch patch-nbase__configure failed to apply cleanly. >=> Patch(es) patch-Makefile.in patch-TargetGroup.cc patch-configure >patch-libdnet-stripped__configure patch-libdnet-stripped__src__eth-bsd.c >applied cleanly. >*** Error code 1 > >Stop in /usr/ports/security/nmap. >sandcat# ></snip> > >Anybody has an idea whats wrong there? I have no clue what it is about >failed hunks and such! > >Thanks! >herb langhans > You may want to run a 'make clean' and also a 'portsnap fetch update', as I have a updated ports tree, as of this morning, and running 'make patch' exits with no issue. [jhelfman@eggman /usr/ports/security/nmap]$ sudo make patch ===> License GPLv2 accepted by the user => nmap-5.51.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://nmap.org/dist/nmap-5.51.tar.bz2 nmap-5.51.tar.bz2 100% of 16 MB 184 kBps 00m00s ===> Extracting for nmap-5.51_1 => SHA256 Checksum OK for nmap-5.51.tar.bz2. ===> Patching for nmap-5.51_1 ===> Applying FreeBSD patches for nmap-5.51_1 [jhelfman@eggman /usr/ports/security/nmap]$ -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110526175755.GK40108>