| Summary: | /usr/ports/print/indexinfo fails to install | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | DoubleAman <sacmail08> |
| Component: | Individual Port(s) | Assignee: | Baptiste Daroussin <bapt> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | arved |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | i386 | ||
| OS: | Any | ||
|
Description
DoubleAman
2014-09-09 14:30:27 UTC
over to maintainer What pkg version are you using the error code 74 is from pkg not index info next is: env DEBUG_LEVEL=4 make install Indexinfo version 0.2 # env DEBUG_LEVEL=4 make install DBG(1)> pkg initialized DBG(1)> PkgConfig: loading repositories in /etc/pkg DBG(1)> PKgConfig: loading /etc/pkg/FreeBSD.conf DBG(1)> PkgConfig: parsing key 'FreeBSD' DBG(1)> PkgConfig: parsing repository object FreeBSD DBG(4)> Pkgdb: running 'PRAGMA user_version;' DBG(4)> Pkgdb: executing 'PRAGMA foreign_keys = ON;' DBG(4)> Pkgdb: running 'SELECT id, origin, name, version, comment, desc, message, arch, maintainer, www, prefix, flatsize, licenselogic, automatic, locked, time FROM packages AS p WHERE name GLOB ?1 OR name || "-" || version GLOB ?1 ORDER BY p.name;' DBG(1)> pkg inialized DBG(1)> PkgConfig: loading repositories in /etc/pkg DBG(1)> PKgConfig: loading /etc/pkg/FreeBSD.conf DBG(1)> PkgConfig: parsing key 'FreeBSD' DBG(1)> PkgConfig: parsing repository object FreeBSD DBG(1)> Parsing manifest from '/usr/ports/print/indexinfo/work/.metadir/+MANIFEST' DBG(2)> Falling back in yaml # Which version of pkg are you using? Are you sure you have the latest ports tree? The pkg version is 1.2.4_1. I thought the ports was the problem (even though I just installed FreeBSD). I ran a ports update to see if it would fix the issue on 9/3. I had the same problem trying to install the port before and after the update. The problem here is pkg 1.2.4, when you update the ports, always upgrade pkg to the version that goes with the ports first. That worked! Thank you. Pkg upgraded to version 1.3.7 and indexinfo installed no problem. |