Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 1995 08:25:13 -0700
From:      asami@CS.Berkeley.EDU (Satoshi Asami)
To:        jkh@freefall.cdrom.com
Cc:        jkh@FreeBSD.org, ports@FreeBSD.org
Subject:   Re: nethack package
Message-ID:  <199506101525.IAA04544@silvia.HIP.Berkeley.EDU>
In-Reply-To: <15563.802797336@freefall.cdrom.com> (jkh@freefall.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * > >> tar tvzf nethack-3.1.3.tgz | grep bin\/nethack
 * > -rwxr-xr-x games/bin      1115 May 18 07:39 1995 bin/nethack
 * 
 * This is with a fresh copy of the package extracted on a newly
 * installed machine (I copied the entire hierarchy from thud
 * just a few hours ago).  I don't know how much more I could
 * check it than that!

Can you check the package with "tar" like I did above?  The file IS in
the package, if pkg_add is complaining, it might be the bug of the new
pkg_add.  (thud's pkg_add is pretty old, I don't know how to check out 
the 2.0.5 branch.)

 * The ONLY way to be sure is to completely erase /usr/local
 * and start over - trust me!  Why do you think I'm submitting
 * these bug reports??  I know that you're not likely to do
 * that on thud! :)

Well, I didn't delete the whole /usr/local but I did the following:

=======
# pkg_delete nethack-3.1.3     
# ls -l /usr/local/bin/nethack
colorls: /usr/local/bin/nethack: No such file or directory
# pkg_add nethack-3.1.3.tgz 
# ls -l /usr/local/bin/nethack
2 -rwxr-xr-x  1 games  bin  1115 May 18 07:39 /usr/local/bin/nethack*
# tar tvzf nethack-3.1.3.tgz | grep bin\/nethack
-rwxr-xr-x games/bin      1115 May 18 07:39 1995 bin/nethack
=======

This is as close as I can get.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506101525.IAA04544>