You are not logged in.

#1 2011-03-24 07:45:06

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

[SOLVED] [perl] Encode object version 2.39 does not match bootstrap

I'm trying to update gnome-web-photo in the AUR, but I'm getting this error from perl (called from intltool-merge which is part of the 'make' from upstream)

gnome-web-photo/src/gnome-web-photo-0.10/data $ LC_ALL=C /usr/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../po thumbnailer.schemas.in thumbnailer.schemas
Encode object version 2.39 does not match bootstrap parameter 2.42 at /usr/lib/perl5/core_perl/DynaLoader.pm line 223.
Compilation failed in require at /usr/bin/intltool-merge line 45.
BEGIN failed--compilation aborted at /usr/bin/intltool-merge line 45.

In context of make:

/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10 git/(master) $ make
make  all-recursive
make[1]: Entering directory `/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10'
Making all in src
make[2]: Entering directory `/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10/src'
Making all in data
make[2]: Entering directory `/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10/data'
LC_ALL=C /usr/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../po thumbnailer.schemas.in thumbnailer.schemas
Encode object version 2.39 does not match bootstrap parameter 2.42 at /usr/lib/perl5/core_perl/DynaLoader.pm line 223.
Compilation failed in require at /usr/bin/intltool-merge line 45.
BEGIN failed--compilation aborted at /usr/bin/intltool-merge line 45.
make[2]: *** [thumbnailer.schemas] Error 2
make[2]: Leaving directory `/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fukawi2/aur-packages/gnome-web-photo/src/gnome-web-photo-0.10'
make: *** [all] Error 2

Does anyone have any idea what this perl error means and/or how to fix it? Google doesn't find a whole lot for me.

Last edited by fukawi2 (2011-05-15 10:04:01)

Offline

#2 2011-05-15 10:03:27

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

Re: [SOLVED] [perl] Encode object version 2.39 does not match bootstrap

Resolved... Turns out the permissions of directories inside /usr/lib/perl5/site_perl/auto/ were wrong (no read/execute for 'other'). I'm guessing this occurred because I've changed my umask to 0027

Offline

Board footer

Powered by FluxBB