Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 16:21:28 +0900
From:      "WAKABAYASHI, Nobutaka" <wakabayashin@nttdocomo.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   pkg repo ignores tgz?
Message-ID:  <013101cfb6c7$32eaf5c0$98c0e140$@nttdocomo.com>

next in thread | raw e-mail | index | archive | help
After upgrading pkg from 1.2.x to 1.3.x, pkg repo ignores tgz-ipped packages.
Is this what pkg meant to do?

$ sudo pkg create -f tgz  sl-5.01
Creating package for sl-5.01
$ ls
sl-5.01.tgz
$
$ pkg repo .
pkg: No package files have been found
Cannot create repository catalogue
$ sudo pkg create -f txz  sl-5.01
Creating package for sl-5.01
$ pkg repo .
Creating repository in .: 100%
Packing files for repository: 100%
$

$ pkg -v
1.3.6
$




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?013101cfb6c7$32eaf5c0$98c0e140$>