Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 1995 14:24:49 -0800
From:      Ed Hudson <elh_fbsd@spnet.com>
To:        bugs@freebsd.org
Cc:        elh@spnet.com
Subject:   packages-2.1, pkg_add
Message-ID:  <199510312224.OAA01289@p54c.spnet.com>

next in thread | raw e-mail | index | archive | help

howdy.

	i might have missed this in the hackers mail.

	2.1.0-951026-SNAP, packages-2.1, and pkg_add don't seem
	to like each other:
 
 l486# pkg_add color_xterm-pl5.tgz
 tar: can't open archive ./color_xterm-pl5.tgz : No such file or directory
 tar: child returned status 3
 tar: +CONTENTS not found in archive
 Unable to open table of contents file `+CONTENTS' - not a package?
 l486# 
 
 l486# pkg_add color_xterm-pl5.tgz
 tar: can't open archive ./color_xterm-pl5.tgz : No such file or directory
 tar: child returned status 3
 tar: +CONTENTS not found in archive
 Unable to open table of contents file `+CONTENTS' - not a package?
 l486# /bin/ls -ld color_xterm-pl5.tgz
 -rw-------  1 elh  40  79374 Oct  6 16:07 color_xterm-pl5.tgz

 l486# cksum color_xterm-pl5.tgz
 4256599028 79374 color_xterm-pl5.tgz
 l486# 

 l486# tar tvfz color_xterm-pl5.tgz
 -rw-r--r-- root/wheel      161 Oct  6 16:07 1995 +CONTENTS
 -rw-r--r-- root/wheel       46 Oct  6 16:07 1995 +COMMENT
 -rw-r--r-- root/wheel      671 Oct  6 16:07 1995 +DESC
 -rwsr-xr-x root/sys     147456 Oct  6 16:06 1995 bin/color_xterm
 -r--r--r-- root/sys       3033 Oct  6 16:06 1995 lib/X11/app-defaults/Color_xterm
 -r--r--r-- root/sys      18459 Oct  6 16:06 1995 man/man1/color_xterm.1.gz
 l486# 


 

	what am i doing wrong?

	thanks.

		-elh



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