Dirk_Gently;405972 Wrote:
> I had the same issue, somehow the ebuild for the perl module is
> generating a flawed library.
>
> I unmerged that ebuild, and manually built the module and that did work
> fine:
>
> # emerge -C dev-perl/Encode-Detect
> # cd /usr/portage/distfiles
> # tar xvf Encode-
Amazing, this really works :-)
Thank you very much for this great tip.
I looked at the Encode-Detect ebuild to see what specialty is causing
this, but it is as plain as it can get IMHO...
Then I compared the outputs during the build process with that of the
manual make, they are virtually identi
I had the same issue, somehow the ebuild for the perl module is
generating a flawed library.
I unmerged that ebuild, and manually built the module and that did work
fine:
# emerge -C dev-perl/Encode-Detect
# cd /usr/portage/distfiles
# tar xvf Encode-Detect-1.01.tar.gz
# cd Encode-Detect-1.01
#
Exactly the same problem here, would be cool if someone comes up with a
solution for this.
The Squeezecenter 7.3.2 ebuild works fine on another gentoo x64 system,
this error is only on a friend's 32bit gentoo. Could be unrelated though
and only a coincidence...
--
anybody
-
when i re-emerge Encode - there is such text beside other:
## Differing version of auto/Encode/Detect/Detector/Detector.so found.
You might like to
rm
/usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Encode/Detect/Detector/Detector.so
## Running 'make install UNINST=1' will unlink this file for y
Sorry - but I can't think of anything immediately that I know of that
could cause that if those packages and all their dependencies are up to
date. I'll keep trying to think of something, though.
It might be a question better suited for the Gentoo forums, especially
as you can reproduce it indepen
I did all three:
1) emerged -D world
ok, it took some time
2) revdep-rebuild
doesn't show problems
3) perl -e "use Encode::Detect::Detector"
it shows the same msg:
mar...@slimserver ~ $ perl -e "use Encode::Detect::Detector"
Can't load
'/usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/Encode/Dete
If it brought in 30 packages when you only wanted to reinstall the
"top-level" Encode::Detect it suggests that you've got older packages
that have not been updated recently.
Have you run an "emerge -D world" (deep) and a "revdep-rebuild" (from
the gentoolkit package)? I can't say for certain but t
done. couple hours and 30 packages.
but it didn't help.
Martin
--
marliv
marliv's Profile: http://forums.slimdevices.com/member.php?userid=26342
View this thread: http://forums.slimdevices.com/showthread.php?t=61056
I put together the SqueeceCenter package for Gentoo - sorry you're
having trouble.
Can you try re-emerging Encode::Detect with "emerge -aDvt
dev-perl/Encode-Detect" first and seeing if that helps?
Stuart
On Sat, 2009-03-07 at 09:10 -0800, marliv wrote:
> after merge 7.3.2 - it required a lot of
after merge 7.3.2 - it required a lot of unmask,
as now many modules were ~x86
mar...@slimserver /etc/portage $ cat package.keywords
media-sound/squeezecenter ~x86
media-sound/alac_decoder ~x86
dev-perl/DBI ~x86
dev-perl/SQL-Abstract-Limit ~x86
dev-perl/YAML-Syck ~x86
dev-perl/Encode-Detect ~x86
11 matches
Mail list logo