Date: Tue, 1 Aug 2000 06:46:07 -0700 (PDT) From: <sobomax@FreeBSD.org> To: ap@bnc.net, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/20003: building gtk needs glibc installed for building Message-ID: <200008011346.GAA22263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: building gtk needs glibc installed for building State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Aug 1 06:42:21 PDT 2000 State-Changed-Why: LIB_DEPENDS should be sufficient in all cases when one library depends on another. Most likely that you deinstalled glib12 using pkg_delete command, but forgit to delete /usr/ports/devel/glib12/work directory, so when you are trying to install gtk12 it discovers /usr/ports/devel/glib12/work/.install_done file and thinks that glib12 already installed. Try to do "cd /usr/ports ; make clean" and repeat your attempts. http://www.freebsd.org/cgi/query-pr.cgi?pr=20003 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?200008011346.GAA22263>