Bug 193487 - /usr/ports/print/indexinfo fails to install
Summary: /usr/ports/print/indexinfo fails to install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-09 14:30 UTC by DoubleAman
Modified: 2014-09-18 13:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DoubleAman 2014-09-09 14:30:27 UTC
Attempted to build Xfce4 and it called Thunar as a dependency. Thunar called indexinfo as a dependency.  Indexinfo fails to make and make install. I sent an email to maintainer last week (bapt@freebsd.org) but I haven't heard anything. I checked the pkg-descr file and saw it was trying to go to http://fossil.etoilebsd.net/indexinfo and at the time the link was dead. My build is on the latest release 10.0 with the most up to date patches and port updates as of 9/6. The included string info is my output I get when trying to make and make install.

#make
#make install
===>Installing for indexinfo-0.2
===>Checking if indexinfo already installed
===>Registering installation for indexinfo-0.2
*** Error code 74

Stop.
make: stopped in /usr/ports/print/indexinfo
#
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2014-09-11 15:37:15 UTC
over to maintainer
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2014-09-11 17:03:20 UTC
What pkg version are you using the error code 74 is from pkg not index info

next is: env DEBUG_LEVEL=4 make install
Comment 3 DoubleAman 2014-09-15 12:59:07 UTC
Indexinfo version 0.2
Comment 4 DoubleAman 2014-09-15 13:26:46 UTC
# 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
#
Comment 5 Baptiste Daroussin freebsd_committer freebsd_triage 2014-09-15 13:46:13 UTC
Which version of pkg are you using?
Are you sure you have the latest ports tree?
Comment 6 DoubleAman 2014-09-16 23:51:34 UTC
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.
Comment 7 Baptiste Daroussin freebsd_committer freebsd_triage 2014-09-17 05:53:05 UTC
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.
Comment 8 DoubleAman 2014-09-18 13:20:27 UTC
That worked!  Thank you.  Pkg upgraded to version 1.3.7 and indexinfo installed no problem.