Schrift
[thread]5579[/thread]

Modul installieren via CPAN: LWP failed with code[404]

Leser: 1


<< >> 7 Einträge, 1 Seite
styx-cc
 2006-11-21 19:12
#48125 #48125
User since
2006-05-20
533 Artikel
BenutzerIn

user image
Halli hallo, ich habe gerade versucht ein Modul zu installieren, leider ohne erfolg und mit Fehlermeldung (bei jedem Modul das ich ausprobiere):

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
cpan> install Tk::ResizeButton
CPAN: Storable loaded ok
Going to read /home/stefan/.cpan/Metadata
Database was generated on Sun, 28 May 2006 12:27:23 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
LWP failed with code[404] message[File '01mailrc.txt.gz' not found]
Fetching with Net::FTP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
Couldn't fetch 01mailrc.txt.gz from cpan.noris.de
Fetching with LWP:
ftp://cpan.provocation.net/authors/01mailrc.txt.gz
LWP failed with code[404] message[File '01mailrc.txt.gz' not found]
Fetching with Net::FTP:
ftp://cpan.provocation.net/authors/01mailrc.txt.gz
Couldn't fetch 01mailrc.txt.gz from cpan.provocation.net
Fetching with LWP:
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/CPAN/authors/01mailrc.txt.gz
LWP failed with code[404] message[File '01mailrc.txt.gz' not found]


[...]

Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
Got another SIGINTLWP failed with code[500] message[
]
Trying to get away with old file:
7356794 128 -rw-r--r-- 1 1000 1000 125200 Oct 23 23:21 /home/stefan/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/stefan/.cpan/sources/authors/01mailrc.txt.gz

gzip: /home/stefan/.cpan/sources/authors/01mailrc.txt.gz: not in gzip format
Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
LWP failed with code[404] message[File '01mailrc.txt.gz' not found]
Trying to get away with old file:
7356794 128 -rw-r--r-- 1 1000 1000 125200 Oct 23 23:21 /home/stefan/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/stefan/.cpan/sources/authors/01mailrc.txt.gz

gzip: /home/stefan/.cpan/sources/authors/01mailrc.txt.gz: not in gzip format
Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
LWP failed with code[404] message[File '01mailrc.txt.gz' not found]
Trying to get away with old file:
7356794 128 -rw-r--r-- 1 1000 1000 125200 Oct 23 23:21 /home/stefan/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/stefan/.cpan/sources/authors/01mailrc.txt.gz

gzip: /home/stefan/.cpan/sources/authors/01mailrc.txt.gz: not in gzip format
Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
Got another SIGINTLWP failed with code[500] message[
]
Trying to get away with old file:
7356794 128 -rw-r--r-- 1 1000 1000 125200 Oct 23 23:21 /home/stefan/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/stefan/.cpan/sources/authors/01mailrc.txt.gz

gzip: /home/stefan/.cpan/sources/authors/01mailrc.txt.gz: not in gzip format
Running install for module Tk::ResizeButton
Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
LWP failed with code[404] message[File '01mailrc.txt.gz' not found]
Trying to get away with old file:
7356794 128 -rw-r--r-- 1 1000 1000 125200 Oct 23 23:21 /home/stefan/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/stefan/.cpan/sources/authors/01mailrc.txt.gz

gzip: /home/stefan/.cpan/sources/authors/01mailrc.txt.gz: not in gzip format
Running make for X/XP/XPIX/Tk-ResizeButton-0.01.tar.gz
Fetching with LWP:
ftp://cpan.noris.de/pub/CPAN/authors/id/X/XP/XPIX/Tk-ResizeButton-0.01.tar.gz
LWP failed with code[404] message[File 'Tk-ResizeButton-0.01.tar.gz' not found]
Giving up on '/home/stefan/.cpan/sources/authors/id/X/XP/XPIX/Tk-ResizeButton-0.01.tar.gz'
Note: Current database in memory was generated on Sun, 28 May 2006 12:27:23 GMT


Ich komm da leider nciht weiter, via Browser kann ich die Dateien aufrufen, vielleicht hat ja einer von euch ne Idee

MfG, styx-cc
Pörl.
renee
 2006-11-21 19:49
#48126 #48126
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Bist Du hinter nem Proxy? Ist der bei CPAN.pm eingestellt?

Zu Not probier mal CPAN.pm neu zu konfigurieren...

(perl -MCPAN -e shell, dann "o conf init")
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
styx-cc
 2006-11-21 20:00
#48127 #48127
User since
2006-05-20
533 Artikel
BenutzerIn

user image
Uiui, das wird nichts mit dem Konfigurieren denke ich, wir sind hier im Freifunk, http://www.freifunk.de da sind so viele APs und WRTs zwischen und unterschiedliche Routen werden benutzt, ssh auf meinen Rechner funktioniert leider auch nciht, wie koennte ich das dann loesen in Zukunft, alle Module runterladen und lokal installieren?

MfG, styx-cc\n\n

<!--EDIT|styx-cc|1164132074-->
Pörl.
bloonix
 2006-11-21 20:00
#48128 #48128
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Quote
gzip: /home/stefan/.cpan/sources/authors/01mailrc.txt.gz: not in gzip format


Es kann sein, dass das File wirklich nicht im gzip-Format ist, das ist mir
auch schon passiert... dann hat der Autor wohl "-z" beim "tar" vergessen.

Lade es doch mal manuell runter und schau es dir an...
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.
styx-cc
 2006-11-21 21:07
#48129 #48129
User since
2006-05-20
533 Artikel
BenutzerIn

user image
So, lokal hab ich das schon mal installiert bekommen, allerdings meckert er jetzt rum das ihm e.al fehlt:

Code: (dl )
1
2
stefan@workaholic:~/programmierung/perl/Snippets$ perl resizeButtonHlist.txt
Can't locate auto/Tk/e.al in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at resizeButtonHlist.txt line 1


Ich hab bei CPAN, google und hier danach gesucht, aber leider nichts gefunden..

MfG
Pörl.
ptk
 2006-11-21 22:28
#48130 #48130
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Den Fehler kann ich so nachvollziehen:
Code: (dl )
perl -MTk -e 'Tk->e'
. Sieht wie ein Programmierfehler aus, eine nicht existente Methode wurde aufgerufen.
styx-cc
 2006-11-21 22:42
#48131 #48131
User since
2006-05-20
533 Artikel
BenutzerIn

user image
Entschuldigt bitte, ich war so auf das Can't locate im Zusammenhang mit Modulen fixiert das ich das vollkommen ignoeriert habe.
Am anfang stand einfach ein
e Tk::ResizeButton;

Danke ;)
Pörl.
<< >> 7 Einträge, 1 Seite



View all threads created 2006-11-21 19:12.