Date: Thu, 2 Sep 1999 14:44:55 +1200 (NZST) From: Jonathan Chen <jonc@logisticsoftware.co.nz> To: freebsd-ports@freebsd.org Subject: Problems with glib12 port Message-ID: <Pine.SC5.4.10.9909021428470.1166-100000@kiwi.logisticsoftware.co.nz>
next in thread | raw e-mail | index | archive | help
Hi, A "make install" followed by a "make deinstall" for devel/glib12 fails with: ===> Deinstalling for glib-1.2.3 pkg_delete: file `/usr/local/lib/libglib12.a' doesn't really exist pkg_delete: file `/usr/local/lib/libglib12.so' doesn't really exist pkg_delete: file `/usr/local/lib/libglib12.so.2' doesn't really exist pkg_delete: file `/usr/local/lib/libgmodule12.a' doesn't really exist pkg_delete: file `/usr/local/lib/libgmodule12.so' doesn't really exist pkg_delete: file `/usr/local/lib/libgmodule12.so.2' doesn't really exist pkg_delete: file `/usr/local/lib/libgthread12.a' doesn't really exist pkg_delete: file `/usr/local/lib/libgthread12.so' doesn't really exist pkg_delete: file `/usr/local/lib/libgthread12.so.2' doesn't really exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) This is because the port is installing the libraries as libglib-12.{a|so} libgmodule-12.{a|so} libgthread-12.{a|so} which appears to be incorrect, as other ports (eg: gtk12) requires it to be libglib12.{a|so}. Makefile version: # $FreeBSD: ports/devel/glib12/Makefile,v 1.24 1999/08/31 06:41:47 mharo Exp $ Jonathan Chen | "In prosperity our friends know us; | in adversity we know our friends." | - John Churton Collins 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?Pine.SC5.4.10.9909021428470.1166-100000>