From: Naga Toro <nagatoro@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Perl module problem
Date: Fri, 5 Oct 2007 22:00:56 +0200 [thread overview]
Message-ID: <200710052201.00265.nagatoro@gmail.com> (raw)
Hi,
I have two machines that uses x11-terms/rxvt-unicode-8.3. One is ~amd64 and
one is ~x86, both have the same version of perl and
perl-core/Scalar-List-Utils. One can use the perl extensions (~amd64 one) and
one gives this error on startup:
----
urxvt: perl hook 0 evaluation error: Undefined subroutine
&Scalar::Util::weaken called at /usr/lib/urxvt/urxvt.pm line 1191
----
nonworking:
$ strace urxvt 2>&1 | egrep 'open.*perl'
/usr/lib/perl5/5.8.8/Scalar/Util.pm
/usr/lib/perl5/5.8.8/List/Util.pm
----
working:
$ strace urxvt 2>&1 | egrep 'open.*perl'
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/Scalar/Util.pm
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/List/Util.pm
/usr/lib64/perl5/5.8.8/x86_64-linux/XSLoader.pm
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/List/Util/Util.so
----
This indicates that the working uses perl-core/Scalar-List-Utils but the
nonworking uses dev-lang/perl, but why?
Does anyone have an idea as to how I can debug this?
--
Naga
--
gentoo-user@gentoo.org mailing list
next reply other threads:[~2007-10-05 20:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-05 20:00 Naga Toro [this message]
2007-10-07 18:21 ` [gentoo-user] Re: Perl module problem Moshe Kamensky
2007-10-10 18:09 ` Naga Toro
2007-10-10 21:12 ` Moshe Kamensky
2007-10-12 17:09 ` [gentoo-user] [Solved] " Naga Toro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200710052201.00265.nagatoro@gmail.com \
--to=nagatoro@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox