Bug 122536

Summary: devel/libcheck won't build from port
Product: Ports & Packages Reporter: Vitaly Magerya <vmagerya>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vitaly Magerya 2008-04-07 17:20:03 UTC
devel/libcheck fails to build from port, with following error messages:

-------- cut --------

# cd /usr/ports/devel/libcheck
# make install
===>  Vulnerability check disabled, database not found
=> libcheck-0.9.5.tar.gz is not in /usr/ports/devel/libcheck/distinfo
=> Eather /usr/ports/devel/libcheck/distinfo is out of date, or
=> libcheck-0.9.5.tar.gz is spelled incorrectly.
*** Error code 1

Stop in /usr/ports/devel/libcheck.

-------- cut --------

The ports tree is upgraded via portsnap to Mon Apr 7 12:55:29 UTC 2008.
No other ports or packages are currently installed on the system except for portupgrade and it's dependencies.

The package for this port is up-to-date, so I'm confused about the error.

Fix: 

You can install libcheck via package:
# pkg_add -r libcheck
The package is currently up-to-date (libcheck-0.9.5) on most platforms.
How-To-Repeat: # cd /usr/ports/devel/libcheck
# make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-07 21:21:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mikeh

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 wenheping 2008-04-16 11:44:12 UTC
I can build and install libcheck correctly from ports.

and my system is :
FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24
19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
i386


and the last of the install is :

gmake[2]: Entering directory
`/usr/ports/devel/libcheck/work/check-0.9.5/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory
`/usr/ports/devel/libcheck/work/check-0.9.5/tests'
gmake[1]: Leaving directory
`/usr/ports/devel/libcheck/work/check-0.9.5/tests'
install-info --quiet /usr/local/info/check.info /usr/local/info/dir
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for libcheck-0.9.5_1
fb7#
Comment 3 Vitaly Magerya 2008-04-16 13:42:09 UTC
Yes, since the port was upgraded from 0.9.5 to 0.9.5_1 it builds properly.

(It was fixed in about 2 hours -- I'm impressed, good work.)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2008-09-01 01:59:59 UTC
Responsible Changed
From-To: mikeh->freebsd-ports-bugs

Maintainer was reset.
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-01 16:00:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2008-09-01 23:14:47 UTC
State Changed
From-To: open->closed

Problem is no more, the port builds correctly.