From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 20 17:41:41 2013 Return-Path: Delivered-To: gnome@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 ESMTP id BBCCEF87 for ; Sun, 20 Oct 2013 17:41:41 +0000 (UTC) (envelope-from cjpugmed@gmail.com) Received: from mail-vb0-x243.google.com (mail-vb0-x243.google.com [IPv6:2607:f8b0:400c:c02::243]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D46624E1 for ; Sun, 20 Oct 2013 17:41:41 +0000 (UTC) Received: by mail-vb0-f67.google.com with SMTP id x16so867648vbf.10 for ; Sun, 20 Oct 2013 10:41:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nnDcxlbeTR2pMvJ8eBfbPcn3ioiaeMZ7XYMxvpW28F4=; b=aVBUekeROCEGpGq9tHxOTRP/eZq88xFanklVux1bMDkX7qHVlf8RlhK2oxI/YcZKer GfgaCNUkRrdYWrDz/gc78AhcuhFxR6VV8n5y6bq+VHnEvzxB3Rk7pcTVh9wezw5RKXGW Nvouhr4Cv8w8fNDRexYczOErMtIFNLewWTFsDrNt5oJY8uXmMTtkTWFYVRtim40KmfHL ulM3b/PafWg6CX5GNWZKTr7BnDRtH8LmkYv5Ka8/q0nY1AeM8XRZnYmJ9UkCQAni8K9q VqvtRC+ZpxrBJlPvfUPnIcwwgsMEW93Z6vS5+2lilukeA7665umeC3TNGPBN7sMd0qOf PXjQ== MIME-Version: 1.0 X-Received: by 10.52.27.243 with SMTP id w19mr7040692vdg.3.1382290900080; Sun, 20 Oct 2013 10:41:40 -0700 (PDT) Received: by 10.220.1.17 with HTTP; Sun, 20 Oct 2013 10:41:40 -0700 (PDT) Date: Sun, 20 Oct 2013 19:41:40 +0200 Message-ID: Subject: graphics/mate-document-viewer fails to install From: Carlos Jacobo Puga Medina To: FreeBSD GNOME Users Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 17:41:41 -0000 I noticed a problem trying to install mate-document-viewer-1.6.1. It seems that pkg_create(1) can't locate some files listed in pkg-plist. I cut the related piece of the build-package output. <--snip--> Creating bzip'd tar ball in '/usr/ports/graphics/mate-document-viewer/work/mate-document-viewer-1.6.1.tbz' tar: lib/atril/3/backends/impressdocument.atril-backend: Cannot stat: No such file or directory tar: lib/atril/3/backends/libimpressdocument.a: Cannot stat: No such file or directory tar: lib/atril/3/backends/libimpressdocument.la: Cannot stat: No such file or directory tar: lib/atril/3/backends/libimpressdocument.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** [do-package] Error code 1 Stop in /usr/ports/graphics/mate-document-viewer. *** [install] Error code 1 Stop in /usr/ports/graphics/mate-document-viewer. ===>>> A backup package for mate-document-viewer-1.6.1 should be located in /usr/ports/packages/portmaster-backup ===>>> Installation of mate-document-viewer-1.6.1 (graphics/mate-document-viewer) failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster graphics/mate-document-viewer ===>>> Exiting <--snip--> These are the related entries in /usr/ports/graphics/mate-document-viewer/pkg-plist %%IMPRESS%%lib/atril/3/backends/impressdocument.atril-backend %%IMPRESS%%lib/atril/3/backends/libimpressdocument.a %%IMPRESS%%lib/atril/3/backends/libimpressdocument.la %%IMPRESS%%lib/atril/3/backends/libimpressdocument.so A temporary solution is to disable "IMPRESS" option to be able to install successfully.