Date: Fri, 17 Feb 2012 18:28:49 +0100 From: J B <jb.1234abcd@gmail.com> To: remko@freebsd.org Cc: freebsd-i386@freebsd.org Subject: Re: i386/165058: xfce4 - startx errors Message-ID: <CAJXMFhHr9tNB4r%2BRPSYoUZEO_8gXJNVPrER_APUHJqCDWxPokg@mail.gmail.com> In-Reply-To: <201202162152.q1GLqOIL032144@freefall.freebsd.org> References: <201202162152.q1GLqOIL032144@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
$ 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, <remko@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJXMFhHr9tNB4r%2BRPSYoUZEO_8gXJNVPrER_APUHJqCDWxPokg>