From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 19:40:34 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0353D1065672 for ; Wed, 6 Jul 2011 19:40:34 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id B63788FC13 for ; Wed, 6 Jul 2011 19:40:33 +0000 (UTC) Received: by gxk28 with SMTP id 28so154091gxk.13 for ; Wed, 06 Jul 2011 12:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Yz4hB0eLlmtIRB48kBCdH1JzvVRqcQZGGkttlM9Qvl4=; b=vvozLd10d8hZ9gnY7PEgZwYToa5pm+HynTw7+rl6vCcxdoQD/lHGAf6EJLxaM0zXmZ zKDnY91g5AzT7y4Ne/5TTeaSXcdyoUbJ6xwDhKhnDPPST71B6/++vPM9IjEKlk6OjWYW 4D62w+L925HP1KC9ox4nH8lqyVKVPPmmSLhhE= MIME-Version: 1.0 Received: by 10.151.76.33 with SMTP id d33mr176372ybl.257.1309979830962; Wed, 06 Jul 2011 12:17:10 -0700 (PDT) Received: by 10.151.111.7 with HTTP; Wed, 6 Jul 2011 12:17:09 -0700 (PDT) Received: by 10.151.111.7 with HTTP; Wed, 6 Jul 2011 12:17:09 -0700 (PDT) In-Reply-To: <201107061500.p66F0Okt077194@freefall.freebsd.org> References: <201107061500.p66F0Okt077194@freefall.freebsd.org> Date: Wed, 6 Jul 2011 09:17:09 -1000 Message-ID: From: Kevin Oberman To: "Rodrigo OSORIO (ros)" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: Re: ports/158684: graphics/evince can not be build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2011 19:40:34 -0000 On Jul 6, 2011 8:00 AM, "Rodrigo OSORIO (ros)" wrote: > > The following reply was made to PR ports/158684; it has been noted by GNATS. > > From: "Rodrigo OSORIO (ros)" > To: bug-followup@FreeBSD.org, r.wobben@hotmail.com > Cc: > Subject: Re: ports/158684: graphics/evince can not be build > Date: Wed, 6 Jul 2011 16:53:25 +0200 > > Hi, > > Accoring with a post in the freebsd forums[1], this issue can be caused > by the replacement of LZMA Utils by XZ Utils distribution. > > ports/UPDATE says : > "20090921: > AFFECTS: users of archivers/lzmautils, archivers/lzmautils-devel > AUTHOR: Christian Weisgerber > > The XZ Utils distribution has superseded LZMA Utils, so the xz port has > been added and the lzmautils ports have been removed. To perform the > move, run one of the following commands: > > If using portupgrade: > > # portupgrade -o archivers/xz lzmautils\* > > If using portmaster: > > # portmaster -o archivers/xz archivers/lzmautils > or > # portmaster -o archivers/xz archivers/lzmautils-devel > > as applicable." > > Hope this help. > > [1] http://forums.freebsd.org/showthread.php?t=24880 Unfortunately, this advice only is applicable to a few cases. The more common case if you run stable or, maybe 8.2, is fixed by re-building all ports that depend on archives/xz (pkg_info -R xz-5\*) and then deleting the xz port. In stable, liblzma is part of the base system and that causes the rtld to hit conflicting libraries. R. Kevin Oberman, Network Engineer Retired kob6558@gmail.com