Date: Sat, 08 Jan 2005 18:48:40 -0500 From: Aaron Myles Landwehr <aaron@snaphat.com> To: rsh.lists@comcast.net, freebsd-questions@freebsd.org Subject: Re: Makefile correction? Message-ID: <41E07158.2010205@snaphat.com> In-Reply-To: <41E04ECA.80508@comcast.net> References: <41E04ECA.80508@comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Sean wrote: > Hello All, > > I am trying to install gnuchess but when I start the build process > it errors out as follows. > > ---------------------------------------- > tardis# make install clean > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for gnuchess-5.07 > ===> Extracting for gnuchess-5.07 > => Checksum OK for book_1.01.pgn.gz. > /usr/ports/distfiles//gnuchess-5.07.tar.gz: No such file or directory > tar: Error opening archive: Empty input file: Inappropriate file type > or format > *** Error code 1 > > Stop in /usr/ports/games/gnuchess. > ---------------------------------------- Hello, I attempted to install the port and recieved the same error as you. The current makefile does not grab the gnuchess.tar.gz, whenever WITH_OPENING_BOOK is specified, because EXTRACT_ONLY is misplaced underneathe of that section. Comment out that EXTRACT_ONLY line and underneathe the MASTER_SITE_SUBDIR line add the following two lines: DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} I suppose someone should submit a patch for this... -Aaron Myles Landwehr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E07158.2010205>