Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 11:59:08 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        ports@freebsd.org
Subject:   testing a port: make deinstall warnings
Message-ID:  <20020117115908.C78437@iib.unsam.edu.ar>

next in thread | raw e-mail | index | archive | help
Hi all!

Thanks to the help from several people on this list I finally have my
port of kaptain building cleanly.

Upon deinstall, all installed files clean OK, but a few warnings
appear:

===>  Deinstalling for kaptain-0.6
pkg_delete: couldn't open dependency file `/var/db/pkg/qt-2.3.1_1/+REQUIRED_BY'
pkg_delete: couldn't open dependency file `/var/db/pkg/png-1.2.1/+REQUIRED_BY'
pkg_delete: couldn't open dependency file `/var/db/pkg/libmng-1.0.3/+REQUIRED_BY'
pkg_delete: couldn't open dependency file `/var/db/pkg/lcms-1.08/+REQUIRED_BY'
pkg_delete: couldn't open dependency file `/var/db/pkg/jpeg-6b_1/+REQUIRED_BY'
pkg_delete: couldn't open dependency file `/var/db/pkg/Mesa-3.4.2_2/+REQUIRED_BY'

Is this something related to my own pkgdb?

I am using the following in the port's Makefile:

USE_XLIB=       	yes
USE_GMAKE=      	yes
GNU_CONFIGURE=  	yes
USE_QT_VER=     	2

I suppose that png-, jpeg-, etc are dependencies of QT or X ... any
idea how to fix this?


Thanks in advance for your help,

Fernan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020117115908.C78437>