Windows Vistaの問題でした。
DLLアドレスのコンフリクトが原因とのこと。
rebaseを使って解決できます。
Cygwinで動くすべてを終了。
ash.exeを起動。
ash上で/bin/rebaseall を実行。
さて、これでうまく行きました。が。。。
[メールアドレス保護] ~
$ perl -MCPAN -e shell
CPAN: File::HomeDir loaded ok (v0.80)
Exiting subroutine via last at /usr/lib/perl5/5.10/CPAN.pm line 1450.
There seems to be running another CPAN process (pid 3372). Contacting...
Other job not responding. Shall I overwrite the lockfile
'/home/khirano/.cpan/.lock'? (Y/n) [y]
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
cpan[1]> install Archive::Zip
CPAN: Storable loaded ok (v2.18)
Going to read /home/khirano/.cpan/Metadata
Database was generated on Fri, 03 Oct 2008 19:28:35 GMT
CPAN: YAML loaded ok (v0.66)
Going to read /home/khirano/.cpan/build/
............................................................................DONE
Found 1 old build, restored the state of 1
Running install for module 'Archive::Zip'
Running make for A/AD/ADAMK/Archive-Zip-1.24.tar.gz
Has already been unwrapped into directory
/home/khirano/.cpan/build/Archive-Zip-1.24-IAi9RU
Has already been made
Running make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/01_compile....................ok
t/02_main.......................ok
t/03_ex.........................ok
t/04_readmember.................ok
t/05_tree.......................ok
t/06_update.....................ok
t/07_filenames_of_0.............ok
t/08_readmember_record_sep......ok
t/09_output_record_sep..........ok
t/10_chmod......................ok
t/97_meta.......................skipped: Author tests not required for
installation
t/98_pod........................skipped: Author tests not required for
installation
t/99_pmv........................skipped: Author tests not required for
installation
All tests successful.
Files=13, Tests=207, 16 wallclock secs ( 0.11 usr 0.05 sys + 8.87
cusr 4.85 csys = 13.87 CPU)
Result: PASS
ADAMK/Archive-Zip-1.24.tar.gz
/usr/bin/make test -- OK
Running make install
Prepending /home/khirano/.cpan/build/Archive-Zip-1.24-IAi9RU/blib/arch
/home/khirano/.cpan/build/Archive-Zip-1.24-IAi9RU/blib/lib to PERL5LIB
for 'install'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/bin'
Do not have write permissions on '/usr/bin'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1
make: *** [pure_site_install] Error 255
ADAMK/Archive-Zip-1.24.tar.gz
/usr/bin/make install -- NOT OK
----
You may have to su to root to install the package
(Or you may want to run something like
o conf make_install_make_command 'sudo make'
to raise your permissions.Failed during this command:
ADAMK/Archive-Zip-1.24.tar.gz : install NO
-------------------------------------------------------
どうやってルートになる?
:)
Thanks,
khirano
2008/10/4 Takashi Ono
<[メールアドレス保護]>:
> khiranoさん
>
> 原因はよくわかりませんが、old build が見つかっているところが気になります。クリーンイン
> ストールであればふつうはパッケージリスト、モジュールリストをダウンロードしたあとで該当
> のパッケージがダウンロードされるはずです。
>
> わたしのところで新しくインストールすると以下のようなログになります。
>
> cpan[1]> install Archive::Zip
> CPAN: Storable loaded ok (v2.18)
> CPAN: LWP::UserAgent loaded ok (v5.813)
>
> I would like to connect to one of the following sites to get
> 'authors/01mailrc.t
> xt.gz':
>
> http://www.perl.org/CPAN/
> ftp://ftp.perl.org/pub/CPAN/
>
> Is it OK to try to connect to the Internet? [yes]
> Fetching with LWP:
> http://www.perl.org/CPAN/authors/01mailrc.txt.gz
> Going to read /home/takashi/.cpan/sources/authors/01mailrc.txt.gz
> ............................................................................DONE
>
> Fetching with LWP:
> http://www.perl.org/CPAN/modules/02packages.details.txt.gz
> Going to read /home/takashi/.cpan/sources/modules/02packages.details.txt.gz
> Database was generated on Fri, 03 Oct 2008 19:28:35 GMT
> ............................................................................DONE
>
> Fetching with LWP:
> http://www.perl.org/CPAN/modules/03modlist.data.gz
> Going to read /home/takashi/.cpan/sources/modules/03modlist.data.gz
> ............................................................................DONE
>
> Going to write /home/takashi/.cpan/Metadata
> Running install for module 'Archive::Zip'
> Running make for A/AD/ADAMK/Archive-Zip-1.24.tar.gz
> Fetching with LWP:
> http://www.perl.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-1.24.tar.gz
> CPAN: Digest::SHA loaded ok (v5.47)
> Fetching with LWP:
> http://www.perl.org/CPAN/authors/id/A/AD/ADAMK/CHECKSUMS
> Checksum for
> /home/takashi/.cpan/sources/authors/id/A/AD/ADAMK/Archive-Zip-1.24.
> tar.gz ok
> Scanning cache /home/takashi/.cpan/build for sizes
> DONE
> Archive-Zip-1.24/
> Archive-Zip-1.24/META.yml
> Archive-Zip-1.24/LICENSE
> Archive-Zip-1.24/Makefile.PL
> Archive-Zip-1.24/README
> Archive-Zip-1.24/bin/
> Archive-Zip-1.24/bin/crc32
> Archive-Zip-1.24/MANIFEST
> Archive-Zip-1.24/examples/
> Archive-Zip-1.24/examples/writeScalar2.pl
> Archive-Zip-1.24/examples/mailZip.pl
> Archive-Zip-1.24/examples/ziptest.pl
> Archive-Zip-1.24/examples/zipinfo.pl
> Archive-Zip-1.24/examples/selfex.pl
> Archive-Zip-1.24/examples/writeScalar.pl
> Archive-Zip-1.24/examples/updateTree.pl
> Archive-Zip-1.24/examples/zipcheck.pl
> Archive-Zip-1.24/examples/ziprecent.pl
> Archive-Zip-1.24/examples/calcSizes.pl
> Archive-Zip-1.24/examples/zipGrep.pl
> Archive-Zip-1.24/examples/zip.pl
> Archive-Zip-1.24/examples/copy.pl
> Archive-Zip-1.24/examples/readScalar.pl
> Archive-Zip-1.24/examples/extract.pl
> Archive-Zip-1.24/examples/unzipAll.pl
> Archive-Zip-1.24/examples/updateZip.pl
> Archive-Zip-1.24/examples/mfh.pl
> Archive-Zip-1.24/Changes
> Archive-Zip-1.24/lib/
> Archive-Zip-1.24/lib/Archive/
> Archive-Zip-1.24/lib/Archive/Zip.pm
> Archive-Zip-1.24/lib/Archive/Zip/
> Archive-Zip-1.24/lib/Archive/Zip/FAQ.pod
> Archive-Zip-1.24/lib/Archive/Zip/Tree.pm
> Archive-Zip-1.24/lib/Archive/Zip/MockFileHandle.pm
> Archive-Zip-1.24/lib/Archive/Zip/MemberRead.pm
> Archive-Zip-1.24/lib/Archive/Zip/DirectoryMember.pm
> Archive-Zip-1.24/lib/Archive/Zip/NewFileMember.pm
> Archive-Zip-1.24/lib/Archive/Zip/BufferedFileHandle.pm
> Archive-Zip-1.24/lib/Archive/Zip/ZipFileMember.pm
> Archive-Zip-1.24/lib/Archive/Zip/Archive.pm
> Archive-Zip-1.24/lib/Archive/Zip/Member.pm
> Archive-Zip-1.24/lib/Archive/Zip/StringMember.pm
> Archive-Zip-1.24/lib/Archive/Zip/FileMember.pm
> Archive-Zip-1.24/t/
> Archive-Zip-1.24/t/common.pl
> Archive-Zip-1.24/t/09_output_record_sep.t
> Archive-Zip-1.24/t/06_update.t
> Archive-Zip-1.24/t/02_main.t
> Archive-Zip-1.24/t/data/
> Archive-Zip-1.24/t/data/chmod.zip
> Archive-Zip-1.24/t/08_readmember_record_sep.t
> Archive-Zip-1.24/t/07_filenames_of_0.t
> Archive-Zip-1.24/t/97_meta.t
> Archive-Zip-1.24/t/01_compile.t
> Archive-Zip-1.24/t/98_pod.t
> Archive-Zip-1.24/t/10_chmod.t
> Archive-Zip-1.24/t/05_tree.t
> Archive-Zip-1.24/t/99_pmv.t
> Archive-Zip-1.24/t/badjpeg/
> Archive-Zip-1.24/t/badjpeg/source.zip
> Archive-Zip-1.24/t/badjpeg/expected.jpg
> Archive-Zip-1.24/t/03_ex.t
> Archive-Zip-1.24/t/04_readmember.t
> CPAN: File::Temp loaded ok (v0.20)
>
> CPAN.pm: Going to build A/AD/ADAMK/Archive-Zip-1.24.tar.gz
>
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Archive::Zip
> cp lib/Archive/Zip/FileMember.pm blib/lib/Archive/Zip/FileMember.pm
> cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm
> cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm
> cp lib/Archive/Zip/BufferedFileHandle.pm
> blib/lib/Archive/Zip/BufferedFileHandle
> .pm
> cp lib/Archive/Zip/StringMember.pm blib/lib/Archive/Zip/StringMember.pm
> cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm
> cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod
> cp lib/Archive/Zip/Member.pm blib/lib/Archive/Zip/Member.pm
> cp lib/Archive/Zip/Archive.pm blib/lib/Archive/Zip/Archive.pm
> cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm
> cp lib/Archive/Zip/DirectoryMember.pm blib/lib/Archive/Zip/DirectoryMember.pm
> cp lib/Archive/Zip/NewFileMember.pm blib/lib/Archive/Zip/NewFileMember.pm
> cp lib/Archive/Zip/ZipFileMember.pm blib/lib/Archive/Zip/ZipFileMember.pm
> cp bin/crc32 blib/script/crc32
> /usr/bin/perl.exe "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/crc32
> ADAMK/Archive-Zip-1.24.tar.gz
> /usr/bin/make -- OK
> Running make test
> /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
> 'b
> lib/arch')" t/*.t
> t/01_compile....................ok
> t/02_main.......................ok
> t/03_ex.........................ok
> t/04_readmember.................ok
> t/05_tree.......................ok
> t/06_update.....................ok
> t/07_filenames_of_0.............ok
> t/08_readmember_record_sep......ok
> t/09_output_record_sep..........ok
> t/10_chmod......................ok
> t/97_meta.......................skipped: Author tests not required for
> installat
> ion
> t/98_pod........................skipped: Author tests not required for
> installat
> ion
> t/99_pmv........................skipped: Author tests not required for
> installat
> ion
> All tests successful.
> Files=13, Tests=207, 27 wallclock secs ( 0.11 usr 0.08 sys + 14.75 cusr
> 5.74 c
> sys = 20.68 CPU)
> Result: PASS
> ADAMK/Archive-Zip-1.24.tar.gz
> /usr/bin/make test -- OK
> Running make install
> Prepending /home/takashi/.cpan/build/Archive-Zip-1.24-uIIJTn/blib/arch
> /home/tak
> ashi/.cpan/build/Archive-Zip-1.24-uIIJTn/blib/lib to PERL5LIB for 'install'
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/Archive.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/BufferedFileHandle.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/DirectoryMember.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/FAQ.pod
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/FileMember.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/Member.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/MemberRead.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/MockFileHandle.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/NewFileMember.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/StringMember.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/Tree.pm
> Installing /usr/lib/perl5/site_perl/5.10/Archive/Zip/ZipFileMember.pm
> Writing /usr/lib/perl5/site_perl/5.10/i686-cygwin/auto/Archive/Zip/.packlist
> Appending installation info to /usr/lib/perl5/5.10/i686-cygwin/perllocal.pod
> ADAMK/Archive-Zip-1.24.tar.gz
> /usr/bin/make install -- OK
>
> cpan[2]>
>
>
>
> In message "Re: [ja-dev] Re: OpenOffice.org 3 MinGW+tcsh Build",
> Kazunari Hirano wrote...
> >Perl の追加モジュールインストールで躓いています。
> >
> >$ perl -MCPAN -e shell
> >
> >これで、cpan のシェルに行って:
> >
> >cpan> install Archive::Zip
> >CPAN: Storable loaded ok (v2.18)
> >Going to read /home/khirano/.cpan/sources/authors/01mailrc.txt.gz
> >CPAN: Compress::Zlib loaded ok (v2.011)
> >Going to read /home/khirano/.cpan/build/
>
> >............................................................................DONE
> >Found 1 old build, restored the state of 1
>
> >............................................................................DONE
> >Going to read /home/khirano/.cpan/sources/modules/02packages.details.txt.gz
> > Database was generated on Fri, 03 Oct 2008 08:28:20 GMT
> >CPAN: HTTP::Date loaded ok (v5.810)
>
> >............................................................................DONE
> >Going to read /home/khirano/.cpan/sources/modules/03modlist.data.gz
>
> >............................................................................DONE
> >Going to write /cpan/Metadata
> >Running install for module 'Archive::Zip'
> >Running make for A/AD/ADAMK/Archive-Zip-1.24.tar.gz
> >
> > CPAN.pm: Going to build A/AD/ADAMK/Archive-Zip-1.24.tar.gz
> >
> > 5 [main] perl 672 C:\cygwin\bin\perl.exe: *** fatal error -
> >unable to remap
> >C:\cygwin\lib\perl5\5.10\i686-cygwin\auto\Data\Dumper\Dumper.dll to
> >same address as parent(0x8F0000) != 0x1730000
> >ここで止まってしまいます。
> >
> >Thanks,
> >khirano
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> [メールアドレス保護]
> >For additional commands, e-mail:
> [メールアドレス保護]
> >
>
> Takashi Ono
> ([メールアドレス保護])
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [メールアドレス保護]
> For additional commands, e-mail:
> [メールアドレス保護]
>
>
--
OpenOffice.org Community Forum
http://user.services.openoffice.org
OpenOffice.org Marketing Contacts
http://marketing.openoffice.org/contacts.html
Participate in OpenOffice.org
http://contributing.openoffice.org/
http://openoffice.exblog.jp
[メールアドレス保護]
---------------------------------------------------------------------
To unsubscribe, e-mail:
[メールアドレス保護]
For additional commands, e-mail:
[メールアドレス保護]