From owner-freebsd-ports Wed Sep 1 19:45:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from logisticsoftware.co.nz (pinnacle.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id DEF6314D31 for ; Wed, 1 Sep 1999 19:45:48 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id OAA01471; Thu, 2 Sep 1999 14:44:55 +1200 (NZST) Date: Thu, 2 Sep 1999 14:44:55 +1200 (NZST) From: Jonathan Chen To: freebsd-ports@freebsd.org Subject: Problems with glib12 port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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