Leser: 2
|< 1 2 >| | 14 Einträge, 2 Seiten |
1
2
$ perl -MCPAN -e 'shell'
Cannot do `initialize' in Term::ReadLine::Gnu at /usr/lib/perl5/5.8.8/CPAN.pm line 105
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$ perl -d test.pl
Loading DB routines from perl5db.pl version 1.28
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(test.pl:7): print qq(hello\n);
Cannot do `initialize' in Term::ReadLine::Gnu at /usr/lib/perl5/5.8.8/perl5db.pl line 6029
at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Term/ReadLine/Gnu.pm line 693
Term::ReadLine::Gnu::AU::AUTOLOAD('Term::ReadLine=HASH(0x8d3e60c)') called at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Term/ReadLine/Gnu.pm line 226
Term::ReadLine::Gnu::new('Term::ReadLine', 'perldb', 'GLOB(0x8b57990)', 'GLOB(0x8aa8fd4)') called at /usr/lib/perl5/5.8.8/perl5db.pl line 6029
DB::setterm called at /usr/lib/perl5/5.8.8/perl5db.pl line 2203
DB::DB called at test.pl line 7
Cannot do `initialize' in Term::ReadLine::Gnu at /usr/lib/perl5/5.8.8/perl5db.pl line 6029
END failed--call queue aborted at test.pl line 269.
at test.pl line 269
Config::DESTROY(/usr/lib/perl5/5.8.8/i386-linux-thread-multi/Config.pm:63):
63: sub DESTROY { }
IO::Handle::DESTROY(/usr/lib/perl5/5.8.8/i386-linux-thread-multi/IO/Handle.pm:328):
328: sub DESTROY {}
1
2
3
4
5
6
7
8
9
10
11
12
$perl Makefile.PL
Found `/usr/lib/libtermcap.a'.
gcc -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -DHAVE_STRING_H rlver.c -o rlver -L/usr/local/lib -lreadline -ltermcap
It seems that you have the GNU Readline Library version 5.1.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
INSTALL
MANIFEST
README
t/comptest/README
Please inform the author.
Writing Makefile for Term::ReadLine::Gnu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$ make
cp Gnu.pm blib/lib/Term/ReadLine/Gnu.pm
cp Gnu/XS.pm blib/lib/Term/ReadLine/Gnu/XS.pm
AutoSplitting blib/lib/Term/ReadLine/Gnu/XS.pm (blib/lib/auto/Term/ReadLine/Gnu/XS)
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Gnu.xs > Gnu.xsc && mv Gnu.xsc Gnu.c
gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"1.17\" -DXS_VERSION=\"1.17\" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE" -DHAVE_STRING_H Gnu.c
In file included from Gnu.xs:19:
ppport.h:43:38: warning: "/*" within comment
Running Mkbootstrap for Term::ReadLine::Gnu ()
chmod 644 Gnu.bs
rm -f blib/arch/auto/Term/ReadLine/Gnu/Gnu.so
LD_RUN_PATH="/usr/lib:/lib" gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib Gnu.o -o blib/arch/auto/Term/ReadLine/Gnu/Gnu.so \
-lreadline -ltermcap \
chmod 755 blib/arch/auto/Term/ReadLine/Gnu/Gnu.so
cp Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs
chmod 644 blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs
Manifying blib/man3/Term::ReadLine::Gnu.3pm
Can't open blib/man3/Term::ReadLine::Gnu.3pm for writing: Invalid argument
at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132
make: *** [manifypods] Error 22
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/callback....ok
t/history.....ok
t/readline.... Failed 3/104 subtests
Test Summary Report
-------------------
t/readline (Wstat: 0 Tests: 104 Failed: 3)
Failed tests: 85-86, 93
Files=3, Tests=193, 0 wallclock secs ( 0.07 usr 0.01 sys + 0.16 cusr 0.03 csys = 0.27 CPU)
Result: FAIL
Failed 1/3 test programs. 3/193 subtests failed.
make: *** [test_dynamic] Error 255
1
2
3
4
5
# make install
Manifying blib/man3/Term::ReadLine::Gnu.3pm
Can't open blib/man3/Term::ReadLine::Gnu.3pm for writing: Invalid argument
at /usr/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 132
make: *** [manifypods] Error 22
1
2
3
4
5
6
7
8
9
10
cd blib/man3/
touch Term::ReadLine::Gnu.3pm
touch: setting times of `Term::ReadLine::Gnu.3pm': No such file or directory
cd ..
ll
...
drwxr-xr-x 2 leo leo 4096 Jan 19 21:31 man3
..
chown root:root man3
chown: changing ownership of `man3': Operation not permitted
|< 1 2 >| | 14 Einträge, 2 Seiten |