From owner-freebsd-i386@FreeBSD.ORG Fri Feb 17 17:51:37 2012 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD7E106564A; Fri, 17 Feb 2012 17:51:37 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 776C18FC14; Fri, 17 Feb 2012 17:51:37 +0000 (UTC) Received: by ghbg15 with SMTP id g15so2274162ghb.13 for ; Fri, 17 Feb 2012 09:51:36 -0800 (PST) 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=mdvDcd6EWrXp4cU+ahKPWxdyFmyMrdGJH/NGThUtZdU=; b=X9Ud3tcoAEBTKE/NGFqP+ciQYalghiuk7/6R2BOMbtu/rM44D/t07WH8iYIlc3/hcY kK4oSYNUySsHkOWa6RCVL0ufaUGnJc3e1m46+1/m0hnHzJ6sgesmso2Hz/qAbyKX2mGT AfctvhsmHSoxNyDykghW/r/HIwYuTydSEWuvc= MIME-Version: 1.0 Received: by 10.236.191.105 with SMTP id f69mr8726286yhn.23.1329499729699; Fri, 17 Feb 2012 09:28:49 -0800 (PST) Received: by 10.147.166.18 with HTTP; Fri, 17 Feb 2012 09:28:49 -0800 (PST) In-Reply-To: <201202162152.q1GLqOIL032144@freefall.freebsd.org> References: <201202162152.q1GLqOIL032144@freefall.freebsd.org> Date: Fri, 17 Feb 2012 18:28:49 +0100 Message-ID: From: J B To: remko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-i386@freebsd.org Subject: Re: i386/165058: xfce4 - startx errors X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:51:37 -0000 $ less -N /usr/local/lib/xfce4/xfconf-migration/xfconf-migration-4.6.pl 1 #!/usr/bin/perl5 -w 2 ... 20 use XML::Parser; 21 ... $ pkg_info -W /usr/local/lib/xfce4/xfconf-migration/xfconf-migration-4.6.pl /usr/local/lib/xfce4/xfconf-migration/xfconf-migration-4.6.pl was installed by package xfce4-utils-4.8.3_1 Ports: Category sysutils xfce4-utils-4.8.3_2 Requires: ... p5-XML-Parser-2.41 ... $ grep XML/Parser.pm /usr/ports/textproc/p5-XML-Parser/pkg-plist %%SITE_PERL%%/%%PERL_ARCH%%/XML/Parser.pm $ ls /var/db/pkg/*p5-XML-Parser* ls: /var/db/pkg/*p5-XML-Parser*: No such file or directory So, the direct dependency is not satisfied in FB9-RELEASE - package not installed. How about an indirect one ? Ports: Category textproc p5-XML-Parser-2.41 Also listed in: perl5 Requires: expat-2.0.1_2, perl-5.12.4_4 $ ls -d /var/db/pkg/perl-5.12.4_3/ /var/db/pkg/perl-5.12.4_3/ $ grep XML/Parser.pm /usr/ports/lang/perl5.12/pkg-plist $ So, the installed perl package version in FB9-RELEASE does not satisfy indirect dependency either. jb On Thu, Feb 16, 2012 at 10:52 PM, wrote: > Synopsis: xfce4 - startx errors > > State-Changed-From-To: open->closed > State-Changed-By: remko > State-Changed-When: Thu Feb 16 21:52:24 UTC 2012 > State-Changed-Why: > Ask around on the x11@ mailing list for assistance, this does not seem > like a PR yet. If this is indeed a problem with our infrastructure or a > bug in the OS, please get back to me. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=165058