Thread Kephra auf Linux installieren (14 answers)
Opened by umbrella at 2010-07-18 16:23

kristian
 2010-07-19 22:23
#139951 #139951
User since
2005-04-14
684 Artikel
BenutzerIn
[Homepage] [default_avatar]
teste gerade:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
srv1:~# perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.9402)
Enter 'h' for help.

cpan[1]> install Kephra
CPAN: Storable loaded ok (v2.20)
Going to read '/root/.cpan/Metadata'
Database was generated on Tue, 13 Jul 2010 12:27:03 GMT
CPAN: LWP::UserAgent loaded ok (v5.834)
CPAN: Time::HiRes loaded ok (v1.9719)
Fetching with LWP:
ftp://ftp.fu-berlin.de/unix/languages/perl/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v0.71)
Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
CPAN: Compress::Zlib loaded ok (v2.02)
............................................................................DONE
Fetching with LWP:
ftp://ftp.fu-berlin.de/unix/languages/perl/modules/02packages.details.txt.gz
Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Mon, 19 Jul 2010 12:27:02 GMT
............................................................................DONE
Fetching with LWP:
ftp://ftp.fu-berlin.de/unix/languages/perl/modules/03modlist.data.gz
Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Going to write /root/.cpan/Metadata
Running install for module 'Kephra'

The module Kephra isn't available on CPAN.

Either the module has not yet been uploaded to CPAN, or it is
temporary unavailable. Please contact the author to find out
more about the status. Try 'i Kephra'.

cpan[2]> i Kephra
Module id = Kephra
DESCRIPTION crossplatform GUI Text-Editor
CPAN_USERID LICHTKIND (Herbert Breunung <lichtkind@cpan.org>)
CPAN_VERSION undef
CPAN_FILE Contact Author Herbert Breunung <lichtkind@cpan.org>
DSLIP_STATUS bmphg (beta,mailing-list,perl,hybrid,GPL)
INST_FILE (not installed)

Code: (dl )
1
2
wget -c http://search.cpan.org/CPAN/authors/id/L/LI/LICHTKIND/Kephra-0.4.2_36.tar.gz
tar xf Kephra-0.4.2_36.tar.gz

Hier sollte man vorher ein eigenes Verzeichnis anlegen und dort entpacken, die Hoffnung, dass automatisch ein Verzeichnis angelegt wird ist falsch.
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
 srv1:~/Software# mkdir Kephra
srv1:~/Software# cd Kephra
srv1:~/Software/Kephra# wget -c http://search.cpan.org/CPAN/authors/id/L/LI/LICHTKIND/Kephra-0.4.2_36.tar.gz
--2010-07-19 22:13:35-- http://search.cpan.org/CPAN/authors/id/L/LI/LICHTKIND/Kephra-0.4.2_36.tar.gz
Auflösen des Hostnamen »search.cpan.org«.... 64.235.248.44, 207.115.101.144
Verbindungsaufbau zu search.cpan.org|64.235.248.44|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 302 Found
Platz: http://cpan.cpantesters.org/authors/id/L/LI/LICHTKIND/Kephra-0.4.2_36.tar.gz[folge]
--2010-07-19 22:13:36-- http://cpan.cpantesters.org/authors/id/L/LI/LICHTKIND/Kephra-0.4.2_36.tar.gz
Auflösen des Hostnamen »cpan.cpantesters.org«.... 88.198.23.179
Verbindungsaufbau zu cpan.cpantesters.org|88.198.23.179|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 429535 (419K) [application/x-gzip]
In »Kephra-0.4.2_36.tar.gz« speichern.

100%[=========================================================================================================================>] 429.535 600K/s in 0,7s

2010-07-19 22:13:38 (600 KB/s) - »Kephra-0.4.2_36.tar.gz« gespeichert [429535/429535]

srv1:~/Software/Kephra# tar -xzf Kephra-0.4.2_36.tar.gz

srv1:~/Software/Kephra# perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite File::UserConfig 0 not found.
Warning: prerequisite Test::Script 0.01 not found.
Writing Makefile for Kephra
srv1:~/Software/Kephra#
srv1:~# perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.9402)
Enter 'h' for help.

cpan[1]> install File::UserConfig
CPAN: Storable loaded ok (v2.20)
Going to read '/root/.cpan/Metadata'
Database was generated on Mon, 19 Jul 2010 12:27:02 GMT
Running install for module 'File::UserConfig'
Running make for A/AD/ADAMK/File-UserConfig-0.06.tar.gz
CPAN: LWP::UserAgent loaded ok (v5.834)
CPAN: Time::HiRes loaded ok (v1.9719)
Fetching with LWP:
ftp://ftp.fu-berlin.de/unix/languages/perl/authors/id/A/AD/ADAMK/File-UserConfig-0.06.tar.gz
CPAN: YAML loaded ok (v0.71)
CPAN: Digest::SHA loaded ok (v5.47)
CPAN: Compress::Zlib loaded ok (v2.02)
Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/File-UserConfig-0.06.tar.gz ok
Scanning cache /root/.cpan/build for sizes
............................................................................DONE
CPAN: Archive::Tar loaded ok (v1.52)
File-UserConfig-0.06/
File-UserConfig-0.06/README
File-UserConfig-0.06/Makefile.PL
File-UserConfig-0.06/LICENSE
File-UserConfig-0.06/META.yml
File-UserConfig-0.06/lib/
File-UserConfig-0.06/lib/File/
File-UserConfig-0.06/lib/File/UserConfig.pm
File-UserConfig-0.06/MANIFEST
File-UserConfig-0.06/share/
File-UserConfig-0.06/share/afile.conf
File-UserConfig-0.06/Changes
File-UserConfig-0.06/t/
File-UserConfig-0.06/t/97_meta.t
File-UserConfig-0.06/t/01_compile.t
File-UserConfig-0.06/t/98_pod.t
File-UserConfig-0.06/t/02_main.t
File-UserConfig-0.06/t/99_pmv.t
File-UserConfig-0.06/t/testfrom/
File-UserConfig-0.06/t/testfrom/subdir/
File-UserConfig-0.06/t/testfrom/subdir/bfile.txt
File-UserConfig-0.06/t/testfrom/afile.conf
File-UserConfig-0.06/inc/
File-UserConfig-0.06/inc/Module/
File-UserConfig-0.06/inc/Module/Install/
File-UserConfig-0.06/inc/Module/Install/Win32.pm
File-UserConfig-0.06/inc/Module/Install/WriteAll.pm
File-UserConfig-0.06/inc/Module/Install/Can.pm
File-UserConfig-0.06/inc/Module/Install/Metadata.pm
File-UserConfig-0.06/inc/Module/Install/Base.pm
File-UserConfig-0.06/inc/Module/Install/Makefile.pm
File-UserConfig-0.06/inc/Module/Install/Share.pm
File-UserConfig-0.06/inc/Module/Install/Fetch.pm
File-UserConfig-0.06/inc/Module/Install.pm
CPAN: File::Temp loaded ok (v0.22)

CPAN.pm: Going to build A/AD/ADAMK/File-UserConfig-0.06.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for File::UserConfig
Installing blib/lib/auto/share/dist/File-UserConfig/afile.conf
cp lib/File/UserConfig.pm blib/lib/File/UserConfig.pm
Manifying blib/man3/File::UserConfig.3pm
ADAMK/File-UserConfig-0.06.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_compile.t .. ok
t/02_main.t ..... ok
t/97_meta.t ..... skipped: Author tests not required for installation
t/98_pod.t ...... skipped: Author tests not required for installation
t/99_pmv.t ...... skipped: Author tests not required for installation
All tests successful.
Files=5, Tests=29, 1 wallclock secs ( 0.11 usr 0.02 sys + 0.61 cusr 0.10 csys = 0.84 CPU)
Result: PASS
ADAMK/File-UserConfig-0.06.tar.gz
/usr/bin/make test -- OK
Running make install
Prepending /root/.cpan/build/File-UserConfig-0.06-gf9F6t/blib/arch /root/.cpan/build/File-UserConfig-0.06-gf9F6t/blib/lib to PERL5LIB for 'install'
Installing /usr/local/share/perl/5.10.1/auto/share/dist/File-UserConfig/afile.conf
Installing /usr/local/share/perl/5.10.1/File/UserConfig.pm
Installing /usr/local/man/man3/File::UserConfig.3pm
Appending installation info to /usr/local/lib/perl/5.10.1/perllocal.pod
ADAMK/File-UserConfig-0.06.tar.gz
/usr/bin/make install UNINST=1 -- OK

cpan[2]> install Test::Script
Running install for module 'Test::Script'
Running make for A/AD/ADAMK/Test-Script-1.07.tar.gz
Fetching with LWP:
ftp://ftp.fu-berlin.de/unix/languages/perl/authors/id/A/AD/ADAMK/Test-Script-1.07.tar.gz
Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/Test-Script-1.07.tar.gz ok
Test-Script-1.07/
Test-Script-1.07/README
Test-Script-1.07/Makefile.PL
Test-Script-1.07/LICENSE
Test-Script-1.07/META.yml
Test-Script-1.07/MANIFEST
Test-Script-1.07/lib/
Test-Script-1.07/lib/Test/
Test-Script-1.07/lib/Test/Script.pm
Test-Script-1.07/Changes
Test-Script-1.07/inc/
Test-Script-1.07/inc/Module/
Test-Script-1.07/inc/Module/Install/
Test-Script-1.07/inc/Module/Install/DSL.pm
Test-Script-1.07/inc/Module/Install/Win32.pm
Test-Script-1.07/inc/Module/Install/WriteAll.pm
Test-Script-1.07/inc/Module/Install/Can.pm
Test-Script-1.07/inc/Module/Install/Metadata.pm
Test-Script-1.07/inc/Module/Install/Base.pm
Test-Script-1.07/inc/Module/Install/Makefile.pm
Test-Script-1.07/inc/Module/Install/Fetch.pm
Test-Script-1.07/inc/Module/Install.pm
Test-Script-1.07/t/
Test-Script-1.07/t/03_compiles_bad.t
Test-Script-1.07/t/04_runs_good.t
Test-Script-1.07/t/97_meta.t
Test-Script-1.07/t/01_compile.t
Test-Script-1.07/t/98_pod.t
Test-Script-1.07/t/02_compiles_good.t
Test-Script-1.07/t/05_runs_bad.t
Test-Script-1.07/t/99_pmv.t
Test-Script-1.07/t/bin/
Test-Script-1.07/t/bin/bad.pl
Test-Script-1.07/t/bin/good.pl
Test-Script-1.07/t/bin/print.pl
Test-Script-1.07/t/bin/four.pl

CPAN.pm: Going to build A/AD/ADAMK/Test-Script-1.07.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Script
cp lib/Test/Script.pm blib/lib/Test/Script.pm
Manifying blib/man3/Test::Script.3pm
ADAMK/Test-Script-1.07.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_compile.t ........ ok
t/02_compiles_good.t .. ok
t/03_compiles_bad.t ... ok
t/04_runs_good.t ...... ok
t/05_runs_bad.t ....... ok
t/97_meta.t ........... skipped: Author tests not required for installation
t/98_pod.t ............ skipped: Author tests not required for installation
t/99_pmv.t ............ skipped: Author tests not required for installation
All tests successful.
Files=8, Tests=20, 2 wallclock secs ( 0.13 usr 0.03 sys + 1.66 cusr 0.37 csys = 2.19 CPU)
Result: PASS
ADAMK/Test-Script-1.07.tar.gz
/usr/bin/make test -- OK
Running make install
Prepending /root/.cpan/build/Test-Script-1.07-_xVEgv/blib/arch /root/.cpan/build/Test-Script-1.07-_xVEgv/blib/lib to PERL5LIB for 'install'
Installing /usr/local/share/perl/5.10.1/Test/Script.pm
Installing /usr/local/man/man3/Test::Script.3pm
Appending installation info to /usr/local/lib/perl/5.10.1/perllocal.pod
ADAMK/Test-Script-1.07.tar.gz
/usr/bin/make install UNINST=1 -- OK

srv1:~/Software/Kephra# perl Makefile.PL
Writing Makefile for Kephra

"make" und "make install" funktioniert dann für mich.
Jetzt bin ich mal gespannt, was kephra - es startet - so kann.

Gruß
Kristian


EDIT:
Auf den ersten Blick wirklich gut, ich glaube damit werde ich mich ausführlich beschäftigen.




Last edited: 2010-07-19 22:29:01 +0200 (CEST)

View full thread Kephra auf Linux installieren