Schrift
[thread]11260[/thread]

cpan findet heruntergeladeneDateien nicht(tmp-file



<< >> 6 Einträge, 1 Seite
Gast Gast
 2008-02-07 11:10
#105675 #105675
Ich habe mein eigenes Perl mit gcc gemacht:
# env PATH=/usr/opt/perl5gcc/bin/:$PATH perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=aix, osvers=5.3.0.0, archname=aix-thread-multi
config_args='-Dcc=gcc -Dprefix=/usr/opt/perl5gcc -Dusethreads -des'
cc='gcc', ccflags ='-D_THREAD_SAFE -D_ALL_SOURCE -D_ANSI_C_SOURCE ccversion='', gccversion='4.0.0', gccosandvers=''
ActivePerl Build 822
Built under aix
@INC:
/usr/opt/perl5gcc/lib/5.8.8/aix-thread-multi
/usr/opt/perl5gcc/lib/5.8.8
/usr/opt/perl5gcc/lib/site_perl/5.8.8/aix-thread-multi
/usr/opt/perl5gcc/lib/site_perl/5.8.8
Wenn ich cpan (ftp mit ncftp) aufrufe erhalte ich:
# env PATH=/usr/opt/perl5gcc/bin/:$PATH cpan
CPAN: File::HomeDir loaded ok (v0.69)
CPAN: Term::ANSIColor loaded ok (v1.12)
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan> reload index
CPAN: Storable loaded ok (v2.16)
CPAN: Time::HiRes loaded ok (v1.9707)
Trying with "/usr/local/bin/ncftpget" to get
ftp://mirror.switch.ch/mirror/CPAN/authors/01mailr...
01mailrc.txt.gz: 136.74 kB 898.49 kB/s
CPAN: Compress::Zlib loaded ok (v2.008)
Cannot gzopen /root/.cpan/sources/authors/01mailrc.txt.tmp368826: input file '/root/.cpan/sources/authors/01mailrc.txt.tmp368826' does not exist
Could not open /root/.cpan/sources/authors/01mailrc.txt.tmp368826: A file or directory in the path name does not exist.Error while trying to rename '/root/.cpan/sources/authors/01mailrc.txt.gz.tmp368826' to '/root/.cpan/sources/authors/01mailrc.txt.gz': A file or directory in the path name does not exist.
Die Datei ist ohne tmp vorhanden :
[root@testp6]:~# ls -la /root/.cpan/sources/authors/
-rw-r--r-- 1 root system 140021 Feb 06 06:19 01mailrc.txt.gz
-rw-r--r-- 1 root system 140021 Feb 06 06:19 01mailrc.txt.gz.bak368826
ptk
 2008-02-07 23:11
#105695 #105695
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Das sieht wie ein Bug aus. Kannst du statt ncftp Net::FTP verwenden? Und vielleicht siehst du das Problem, wenn du das Debugging einschaltest. In der CPAN-Shell: o debug all
Gast Gast
 2008-02-08 09:54
#105698 #105698
"debug all" wird zwar entgegengenommen --> aber an der Ausgabe ändert sich nichts --> schreibt "debug all" informationen auf STDOUT oder in eine Datei ?

ncftp habe ich wegen meines proxy --> der will
1. open proxy #(kein user und password)
2. user@host #(bei ncftp habe ich user='' angegeben)
# mit user='anonymous' funkts auch

Auf der gleichen Maschine habe ich noch ein Perl (5.8.2) (mit aix mitgeliefert aber mit xlC.C gebildet) --> und da funktioniert alles (mit ncftp)
ptk
 2008-02-08 22:12
#105730 #105730
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Das "o" ist nicht optional: o debug all.
Gast Gast
 2008-02-11 09:42
#105777 #105777
ok o hab ich übersehen --> aaaaber nun siehts immer noch wie bug aus:


Debug(FTP,CPAN.pm,4317,[FTP,CPAN.pm,4280,hostdlhard]): localizing funkyftpwise[ftp://mirror.switch.ch/mirror/CPAN/authors/01mailr...]

Trying with "/usr/local/bin/ncftpget" to get
ftp://mirror.switch.ch/mirror/CPAN/authors/01mailr...
Debug(FTP,CPAN.pm,4355,[FTP,CPAN.pm,4280,hostdlhard]): system[cd /root/.cpan/sources/authors && /usr/local/bin/ncftpget "ftp://mirror.switch.ch/mirror/CPAN/authors/01mailr..." ]
01mailrc.txt.gz: 136.79 kB 1.22 MB/s
CPAN: Compress::Zlib loaded ok (v2.008)
Cannot gzopen /root/.cpan/sources/authors/01mailrc.txt.tmp528454: input file '/root/.cpan/sources/authors/01mailrc.txt.tmp528454' does not exist
Could not open /root/.cpan/sources/authors/01mailrc.txt.tmp528454: A file or directory in the path name does not exist.Debug(FTP,CPAN.pm,4059,[Index,CPAN.pm,5036,localize]): ret[/root/.cpan/sources/authors/01mailrc.txt.gz.tmp528454]aslocal[/root/.cpan/sources/authors/01mailrc.txt.gz]
Error while trying to rename '/root/.cpan/sources/authors/01mailrc.txt.gz.tmp528454' to '/root/.cpan/sources/authors/01mailrc.txt.gz': A file or directory in the path name does not exist.
ptk
 2008-02-11 22:23
#105796 #105796
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Den Bug bitte dem Autor von CPAN.pm berichten.
<< >> 6 Einträge, 1 Seite



View all threads created 2008-02-07 11:10.