Back around Oct 12, with the help of Andy G, I was able to get SC7
running on my PPC-based LinkStation HG. But then a week or so later
there were changes and I haven't been able to update SC7 since. The
problem seems to lie with the Encode::Detect::Detector module. I'm
probably missing some library or other, but haven't been able to figure
out what. I'm running perl 5.8.8, and just upgraded my CPAN.pm to
1.9204.

Here's the beginning and end of the terminal output. The full log is in
the attached zip file. I'd really appreciate some help here. Thanks in
advance.

[EMAIL PROTECTED]:/usr/local/slimserver$ sudo ./slimserver.pl --daemon
The following CPAN modules were found but cannot work with
SqueezeCenter:
Encode::Detect::Detector (loaded 1.00 but missing object file, need
1.00)

To fix this problem you have several options:
1. Install the latest version of the module(s) using CPAN: sudo cpan
Some::Module
2. Update the module's package using apt-get, yum, etc.
3. Run the .tar.gz version of SqueezeCenter which includes all required
CPAN modules.

[EMAIL PROTECTED]:/usr/local/slimserver$ sudo cpan Encode::Detect::Detector
CPAN: File::HomeDir loaded ok (v0.66)
CPAN: Storable loaded ok (v2.15)
Going to read /home/ken/.cpan/Metadata
Database was generated on Tue, 06 Nov 2007 23:36:38 GMT
Running install for module 'Encode::Detect::Detector'
Running make for J/JG/JGMYERS/Encode-Detect-1.00.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.007)
Checksum for
/home/ken/.cpan/sources/authors/id/J/JG/JGMYERS/Encode-Detect-1.00.tar.gz
ok
Encode-Detect-1.00/
Encode-Detect-1.00/t/
Encode-Detect-1.00/t/base.t
Encode-Detect-1.00/t/encoding.t

<snip>

cc -Isrc -I/usr/lib/perl/5.8/CORE -fPIC -x c++ -Iinclude -c
-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2 -o src/nsSBCharSetProber.o
src/nsSBCharSetProber.cpp
cc -Isrc -I/usr/lib/perl/5.8/CORE -fPIC -x c++ -Iinclude -c
-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2 -o src/LangThaiModel.o
src/LangThaiModel.cpp
Copying Detect.pm -> blib/lib/Encode/Detect.pm
Copying Detector.pm -> blib/lib/Encode/Detect/Detector.pm
Copying Detector.xs -> lib/Encode/Detect/Detector.xs
lib/Encode/Detect/Detector.xs -> lib/Encode/Detect/Detector.c
/mnt/usr/bin/perl -I/usr/lib/perl/5.8 -I/usr/share/perl/5.8
/usr/share/perl/5.8/ExtUtils/xsubpp -noprototypes -typemap
/usr/share/perl/5.8/ExtUtils/typemap lib/Encode/Detect/Detector.xs
cc -Isrc -I/usr/lib/perl/5.8/CORE -DXS_VERSION="1.00" -DVERSION="1.00"
-fPIC -x c++ -Iinclude -c -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o
lib/Encode/Detect/Detector.o lib/Encode/Detect/Detector.c
In file included from Detector.xs:40:
/usr/lib/perl/5.8/CORE/perl.h:2700: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perl.h:2710: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perl.h:2710: error: syntax error before `)'
token
In file included from /usr/lib/perl/5.8/CORE/iperlsys.h:51,
from /usr/lib/perl/5.8/CORE/perl.h:2733,
from Detector.xs:40:
/usr/lib/perl/5.8/CORE/perlio.h:117: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `void
PerlIO_define_layer(...)':
/usr/lib/perl/5.8/CORE/perlio.h:118: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `PerlIO_funcs* 
PerlIO_find_layer(...)':
/usr/lib/perl/5.8/CORE/perlio.h:121: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `PerlIOl**
PerlIO_push(...)':
/usr/lib/perl/5.8/CORE/perlio.h:123: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `void PerlIO_pop(...)':
/usr/lib/perl/5.8/CORE/perlio.h:124: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `AV*
PerlIO_get_layers(...)':
/usr/lib/perl/5.8/CORE/perlio.h:125: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `void PerlIO_clone(...)':
/usr/lib/perl/5.8/CORE/perlio.h:220: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `void PerlIO_init(...)':
/usr/lib/perl/5.8/CORE/perlio.h:233: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `PerlIOl**
PerlIO_openn(...)':
/usr/lib/perl/5.8/CORE/perlio.h:351: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `PerlIOl**
PerlIO_fdupopen(...)':
/usr/lib/perl/5.8/CORE/perlio.h:360: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `int
PerlIO_apply_layers(...)':
/usr/lib/perl/5.8/CORE/perlio.h:364: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `int
PerlIO_binmode(...)':
/usr/lib/perl/5.8/CORE/perlio.h:371: error: parse error before
`__attribute__'
/usr/lib/perl/5.8/CORE/perlio.h: In function `void
PerlIO_destruct(...)':
/usr/lib/perl/5.8/CORE/perlio.h:376: error: parse error before
`__attribute__'
In file included from /usr/lib/perl/5.8/CORE/perl.h:2746,
from Detector.xs:40:
/usr/lib/perl/5.8/CORE/regexp.h: In function `void
PerlIO_cleanup(...)':
/usr/lib/perl/5.8/CORE/regexp.h:31: error: declaration of `struct
regexp' in `
void PerlIO_cleanup(...)' which does not enclose `::'
/usr/lib/perl/5.8/CORE/regexp.h:31: confused by earlier errors, bailing
out
error building lib/Encode/Detect/Detector.o from
'lib/Encode/Detect/Detector.c' at
/usr/local/share/perl/5.8.8/ExtUtils/CBuilder/Base.pm line 109.
make: *** [all] Error 2
JGMYERS/Encode-Detect-1.00.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
[EMAIL PROTECTED]:/usr/local/slimserver$ 
-


+-------------------------------------------------------------------+
|Filename: putty.zip                                                |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=3638|
+-------------------------------------------------------------------+

-- 
aubuti
------------------------------------------------------------------------
aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=40016

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to