On Mon, Jan 07, 2008 at 11:27:47AM +0100, Alexander Klink wrote:
> just ask, maybe we can fill the mailing list archive with some useful
> information in this way :-)

i'm starting new thread ...

i'm using Debian Etch, i have clean vserver system 
(similar to debootstrap generated system)

/etc/apt/sources.list:

---------
deb http://ftp.sk.debian.org/debian/ etch main
deb http://security.debian.org etch/updates main

# lenny deb-src lines for backporting some perl modules
deb-src http://ftp.sk.debian.org/debian/ lenny main
deb-src http://security.debian.org lenny/updates main
---------


apt-get install perl-modules openssl libssl-dev build-essential \
 dh-make-perl unzip lynx ftp gnupg less ncftp bzip2 subversion

apt-get build-dep libclass-std-perl
apt-get -b source libclass-std-perl
dpkg -i libclass-std-perl_0.0.8-3_all.deb

apt-get build-dep libconfig-std-perl
apt-get -b source libconfig-std-perl
dpkg -i libconfig-std-perl_0.0.4-2_all.deb

apt-get install liblog-log4perl-perl libcgi-session-perl libdbi-perl \
 libtimedate-perl libdatetime-perl libdigest-sha1-perl \
 libipc-sharelite-perl libmail-rfc822-address-perl libnet-ip-perl \
 libnet-server-perl libnet-ldap-server-perl libtest-pod-perl \
 libtest-pod-coverage-perl libtest-exception-perl libxml-sax-perl \
 libxml-sax-writer-perl libxml-parser-perl libxml-simple-perl \
 libversion-perl libtext-csv-perl libtree-dagnode-perl \
 libclass-factory-perl libdatetime-format-strptime-perl \
 libtest-exception-perl libio-prompt-perl

apt-get build-dep libtemplate-perl
apt-get -b source libtemplate-perl
dpkg -i libtemplate-perl_2.19-1_i386.deb

dh-make-perl --build --cpan Devel::StackTrace
dpkg -i libdevel-stacktrace-perl_1.15-1_all.deb

apt-get build-dep libexception-class-perl
apt-get -b source libexception-class-perl
dpkg -i libexception-class-perl_1.23-1_all.deb

dh-make-perl --build --cpan Data::Password
dh-make-perl --build --cpan Locale::TextDomain
dh-make-perl --build --cpan Proc::ProcessTable
dh-make-perl --build --cpan Sys::SigAction
dh-make-perl --build --cpan Class::Observable
dh-make-perl --build --cpan DBD::Mock

dpkg -i libdata-password-perl_1.07-1_all.deb \
 libintl-perl_1.16-1_i386.deb libproc-processtable-perl_0.41-1_i386.deb \
 libsys-sigaction-perl_0.10-1_all.deb \
 libclass-observable-perl_1.04-1_all.deb libdbd-mock-perl_1.36-1_all.deb

dh-make-perl --build --cpan Workflow
dh-make-perl --build --cpan XML::Filter::XInclude
dh-make-perl --build --cpan XML::Validator::Schema

dpkg -i libworkflow-perl_0.31-1_all.deb \
libxml-filter-xinclude-perl_1.0-1_all.deb \
libxml-validator-schema-perl_1.08-1_all.deb

svn co https://openxpki.svn.sourceforge.net/svnroot/openxpki svn-openxpki

cd svn-openxpki/trunk/perl-modules/core/trunk

svn info | grep Revision
Revision: 1198

perl Makefile.PL

OpenSSL library: /usr/lib
OpenSSL headers: /usr/include
OpenSSL binary:  /usr/bin/openssl
OpenSSL version: OpenSSL 0.9.8c 05 Sep 2006
All modules will be installed.
This is OpenXPKI version 0.9.1197
C compiler supports -share. Adding it to LDDLFLAGS.
Warning: prerequisite IO::Prompt 0.99.4 not found. We have 0.099004.
Writing Makefile for OpenXPKI


error is: "Warning: prerequisite IO::Prompt 0.99.4 not found. We have 0.099004."
i have debian package libio-prompt-perl - version 0.99.4-3

after:

dh-make-perl --build --cpan IO::Prompt
dpkg -i libio-prompt-perl_0v0.99.4-1_all.deb

i have same error:
"Warning: prerequisite IO::Prompt 0.99.4 not found. We have 0.099004."


what is wrong???

-- 

5o   Peter.Mann at tuke.sk



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to