[Module::Build] Alzabo / Module::Build Cygwin installation problem
Status: Beta
Brought to you by:
kwilliams
|
From: Terrence B. <met...@ur...> - 2003-11-10 12:32:03
|
Thanks for all the work to get Module::Build functional under Cygwin. I
was not able to run the more-recent versions of Alzabo until this
happened. However, attempting to install Alzabo-0.80 yields an error
which appears to be coming from Module::Build. I just installed Cygwin 3
days ago, so it is definitely the latest version.
Some of the CPAN.pm output is removed to facilitate reading.
The Perl version is 5.8.0
Module::Build is 0.21
~ $ perl -MCPAN -e 'install Alzabo'
CPAN: Storable loaded ok
Going to read /home/metaperl/.cpan/Metadata
Database was generated on Mon, 10 Nov 2003 07:50:25 GMT
Running install for module Alzabo
Running make for D/DR/DROLSKY/Alzabo-0.80.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/home/metaperl/.cpan/sources/authors/id/D/DR/DROLSKY/Alzabo-0.80.tar.gz ok
Scanning cache /home/metaperl/.cpan/build for sizes
Deleting from cache: /home/metaperl/.cpan/build/Alzabo-0.80 (10.5>10.0 MB)
Alzabo-0.80/
Alzabo-0.80/t/
Alzabo-0.80/t/05a-rules-mysql.t
Alzabo-0.80/t/02-create.t
...
Alzabo-0.80/INSTALL
Alzabo-0.80/Makefile.PL
Alzabo-0.80/SIGNATURE
CPAN.pm: Going to build D/DR/DROLSKY/Alzabo-0.80.tar.gz
/usr/bin/perl Build.PL
Please select a root directory for Alzabo (schema files will be stored
under this root.
Alzabo root? [/home/metaperl/alzaobo] /home/metaperl/alzabo
The following questions pertain to optional features of Alzabo. These
questions help the installer determine what additional system checks
to perform.
To use the MySQL driver requires DBD::mysql (2.1017).
Do you want to use the MySQL driver? [no]
no
To use the PostgreSQL driver requires DBD::Pg (1.13).
Do you want to use the PostgreSQL driver? [yes]
yes
The information from the following questions are used solely for
testing the pieces of Alzabo that require a real database for proper
testing.
Do tests with Postgres RDBMS? [yes]
yes
Please provide a username that can be used to connect to the Postgres
RDBMS? This user must have the ability to create a new
database/schema.
Username? metaperl
Password for metaperl?
What host is the Postgres RDBMS located on. Press enter to skip this if
the database server is located on the localhost or can be determined
in another way (for example, Oracle can use TNS to find the database).
Host?
What port is the Postgres RDBMS located on. Press enter to skip this.
Port?
Please provide a database name that can be used for testing. A
database/schema with this name will be created and dropped during the
testing process.
Database name? [test_alzabo_pg]
test_alzabo_pg
Usage: Cwd::cwd() at /usr/lib/perl5/site_perl/5.8.0/Module/Build/Base.pm
line 84.
Couldn't run Build.PL: at
/usr/lib/perl5/site_perl/5.8.0/Module/Build/Compat.pm line 120.
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
~ $
|