1.24.2/Gentoo x64 Configure Stalls on test for MIME::Entity

Forum for questions and support relating to the 1.24.x releases only.
Locked
User avatar
Hazuki
Posts: 5
Joined: Sat Jun 27, 2009 9:00 pm

1.24.2/Gentoo x64 Configure Stalls on test for MIME::Entity

Post by Hazuki »

Basically what the above says. I installed all dependencies, have the ffmpeg USE flag set, built php and apache with what's needed. When I try to use either the ebuild or source, it stalls forever on "checking for Perl module MIME::Entity..."

I've never done this before, I'm not familiar with either Zoneminder or Perl, and my boss is getting angry. Any idea what's going on and how to fix it?
whatboy
Posts: 304
Joined: Mon Aug 31, 2009 10:31 pm

Post by whatboy »

Buy a lotto ticket, get rich, buy the company you work for, get your boss to do it!!!

Did you make sure the ccache package isn't installed???

When I compiled mine, ccache wasn't installed, so I install it and de-installed...

maybe it will work... but I will go for the first option!!!
TechGuy
Posts: 47
Joined: Sun Oct 18, 2009 8:16 pm

Post by TechGuy »

Check Perl version. My Gentoo server (x64) is using perl 5.8.8
User avatar
Hazuki
Posts: 5
Joined: Sat Jun 27, 2009 9:00 pm

Post by Hazuki »

5.10.1 here. It seems to have been pulled in as a dependency. 5.8.8-r5 was the previously-installed version. The CPAN shell insists MIME::Entity is installed and up to date.
TechGuy
Posts: 47
Joined: Sun Oct 18, 2009 8:16 pm

Post by TechGuy »

Hazuki wrote:5.10.1 here. It seems to have been pulled in as a dependency. 5.8.8-r5 was the previously-installed version. The CPAN shell insists MIME::Entity is installed and up to date.
Considering that package dev-lang/perl-5.10.1.ebuild was released updated this week, makes me think there is a problem with it.

Try running a pretend on "emerge -pv =dev-lang/perl-5.8.8-r6 and see if it will let you downgrade it. If not you might have to submit a bug report. Here is a list of open bugs with perl-5.10.1

http://bugs.gentoo.org/buglist.cgi?quic ... erl-5.10.1
User avatar
Hazuki
Posts: 5
Joined: Sat Jun 27, 2009 9:00 pm

Post by Hazuki »

None of those seem relevant. As far as I know nothing Unicode is being parsed here, and the problem is with locating a module anyway.
TechGuy
Posts: 47
Joined: Sun Oct 18, 2009 8:16 pm

Post by TechGuy »

Hazuki wrote:None of those seem relevant. As far as I know nothing Unicode is being parsed here, and the problem is with locating a module anyway.
What about rolling back to 5.8.8? Can you set up a VM box to test the problem? FWIW, its not a good idea to install apps on a production server without testing them on a test/sandbox server first.
gecko25
Posts: 1
Joined: Thu Nov 26, 2009 10:40 pm
Location: Brisbane, Australia

Post by gecko25 »

Hi,
I had the same problem on a clean Gentoo x86 install.
After lots of mucking about, and trying to debug the config file, I found
http://www.nntp.perl.org/group/perl.per ... 23204.html
installed Date::Format
(perl -MCPAN -eshell; install Date::Format)
Got past the hanging spot.
No problem
spychodelics
Posts: 14
Joined: Sun Jun 28, 2009 9:01 pm

Post by spychodelics »

worked for me too, great, thx
mastertheknife
Posts: 678
Joined: Wed Dec 16, 2009 4:32 pm
Location: Israel

Post by mastertheknife »

Worked great for me also!
Locked