From owner-freebsd-xfce@FreeBSD.ORG Sat Jun 28 07:08:46 2014 Return-Path: Delivered-To: freebsd-xfce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65251C50 for ; Sat, 28 Jun 2014 07:08:46 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE9DD2BC1 for ; Sat, 28 Jun 2014 07:08:45 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id u56so5944709wes.21 for ; Sat, 28 Jun 2014 00:08:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=jjxJGMNyVpMRP2hCUIEvaEv462hFvCBjiOoiRXCiAwE=; b=dbqwgg9bSTRwz1npJ+dS+6I37CWGtiHjn1tZpuDa/9SoOxBAA/q5+jLpfrtqY7YCxY 5RzDB2OgJwFRarPVmVAPg2I/z0otMleHiCC75eWCS9do6wC0lCsLHPRWXBFXHkSSG0Lx guQiqPEUQPVIsYrFz06STjXGbAdY52s5me3hY54xxHHloW8bunnBVVZzLzyYYia7kZZf kpIusLVtdwz47VCdJl1Tqrvo57hlHj+aHNDaAn5PjL0aHpMFA/b+9iqxsM8/gIyUsWyx Wtm1yZRPnrEBj9A7tKxAK5M501MH6KAcGkoyfP/XObm5y27bPMJci+qejPbck7sw1U21 7PFw== X-Received: by 10.180.89.69 with SMTP id bm5mr16592134wib.41.1403939324143; Sat, 28 Jun 2014 00:08:44 -0700 (PDT) Received: from tuborg (AMarseille-656-1-632-143.w92-150.abo.wanadoo.fr. [92.150.57.143]) by mx.google.com with ESMTPSA id ft17sm26263259wjc.14.2014.06.28.00.08.43 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 28 Jun 2014 00:08:43 -0700 (PDT) Sender: Olivier Duchateau Date: Sat, 28 Jun 2014 09:06:48 +0000 From: Olivier Duchateau To: Warren Block Subject: Re: x11-toolkits/libxfce4gui, print/xfce4-print, and pkg_libchk Message-Id: <20140628090648.2c388076fba58142a5c4fe62@freebsd.org> In-Reply-To: References: X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.19; i386-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-xfce@FreeBSD.org X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 07:08:46 -0000 On Fri, 27 Jun 2014 12:42:05 -0600 (MDT) Warren Block wrote: > For the last few weeks, pkg_libchk from sysutils/bsdadminscripts has > complained about libxfce4gui and xfce4-print: > > % pkg_libchk > libxfce4gui-4.10.0_3: /usr/local/lib/libglade/2.0/libxfce4.so misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/bin/xfprint-settings misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/bin/xfprint-settings misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/bin/xfprint4 misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/bin/xfprint4 misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/bin/xfprint4-manager misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/bin/xfprint4-manager misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/lib/libxfprint.so.0.0.1 misses libxfcegui4.so.4 > xfce4-print-4.6.1_12: /usr/local/lib/xfce4/xfprint-plugins/bsdlpr_plugin.so misses libxfcegui4.so.4 > > Rebuilding shows this is a false positive, but I'm curious why this > started to happen and what can be done to fix it. > > Incidentally, I run pkg_libchk -qo routinely after port upgrades now. > It helps to avoid problems when versions aren't bumped or when the ports > tree has been updated just before a version bump. Hi, I think, this issue was introduced with revision r353097 [1], when tijl@ converted ports with USES= libtool. You can try this patch [2], or wait for an update (of Xfce related ports). Regards [1] http://svnweb.freebsd.org/ports?view=revision&revision=353097 [2] https://people.freebsd.org/~olivierd/patches/libxfce4gui.diff > _______________________________________________ > freebsd-xfce@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xfce > To unsubscribe, send any mail to "freebsd-xfce-unsubscribe@freebsd.org" -- olivier