pkg meta.txz: Not found

Carlos Jacobo Puga Medina cpm at fbsd.es
Sat Aug 2 11:23:22 UTC 2014


> I updated to pkg-1.3.3 and am getting these annoying messages:

> pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/meta.txz: Not Found
> pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/new_xorg/meta.txz: Not Found

> They appear to be harmless,  but is there a way to turn them off or can 
> the repository put in meta.txz file?

> Ummm... I think that the 'official' FreeBSD repositories should not 
> generate these messages...

Same here:

# pkg update
Updating repository catalogue
pkg: http://pkg.FreeBSD.org/freebsd:11:x86:32/latest/meta.txz: Not Found
pkg: repository FreeBSD has no meta file, using default settings
FreeBSD repository is up-to-date
All repositories are up-to-date

As you point this messages are harmless and could be safely ignored.

See libpkg/repo/binary/update.c for further details:

/* Fetch meta */
        local_t = *mtime;
        if (pkg_repo_fetch_meta(repo, &local_t) == EPKG_FATAL)
                pkg_emit_notice("repository %s has no meta file, using "
                    "default settings", repo->name);

Cheers,
-- 
Carlos Jacobo Puga Medina <cpm at fbsd.es>


More information about the freebsd-ports mailing list