topic title: Ceni
Posts: 43
nt351
Joined: 22 Dec 2009
#1
Where to get Ceni in a package ?
Apt-get claims it does not know how to download ceni, or how to install ceni.
Is there binary or source somewhere ?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
It is in aptosid repos.

deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://debian.tu-bs.de/project/aptosid/debian/"
linktext was:"http://debian.tu-bs.de/project/aptosid/debian/"
====================================
sid main fix.main
Posts: 43
nt351
Joined: 22 Dec 2009
#3
Thank you


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://debian.tu-bs.de/project/aptosid/debian/pool/main/c/ceni/"
linktext was:"http://debian.tu-bs.de/project/aptosid/ ... in/c/ceni/"
====================================

M-8.2 wrote: demo@cq56:~/ceni/usr/bin$ ./Ceni
Can't locate Ceni/Backend.pm in @INC (@INC contains: /home/demo/ceni/usr/bin/../lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./Ceni line 18.
BEGIN failed--compilation aborted at ./Ceni line 18.

demo@cq56:~/ceni/usr/bin$ ./Ceni
Can't locate Expect.pm in @INC (@INC contains: /home/demo/ceni/usr/bin/../lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/perl5/Ceni/Backend.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/Ceni/Backend.pm line 8.
Compilation failed in require at ./Ceni line 18.
BEGIN failed--compilation aborted at ./Ceni line 18.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
Why not install the deb?

You might need to apt-get -f install to get the dependencies (and alter your repos)
Posts: 43
nt351
Joined: 22 Dec 2009
#5
That worked
M-8.2 wrote:cq56:/home/demo# dpkg --install ceni_2.23_all.deb
Unpacking ceni (from ceni_2.23_all.deb) ...
dpkg: dependency problems prevent configuration of ceni:
ceni depends on libexpect-perl; however:
Package libexpect-perl is not installed.
dpkg: error processing ceni (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for menu ...
Errors were encountered while processing:
ceni
cq56:/home/demo#

cq56:/home/demo# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Need to get 19.2 MB of archives.
After this operation, 8,708 kB disk space will be freed.
Do you want to continue [Y/n]?

Setting up perl-modules (5.14.2-5) ...
Setting up perl (5.14.2-5) ...
Setting up libsdl-perl (2.2.5-1+b4) ...
Setting up libhtml-parser-perl (3.69-1+b1) ...
Setting up libcompress-raw-zlib-perl (2.040-1+b1) ...
Setting up libcurses-perl (1.28-1+b2) ...
Setting up libsocket6-perl (0.23-1+b2) ...
Setting up libterm-readkey-perl (2.30-4+b2) ...
Setting up libproc-processtable-perl (0.45-3+b1) ...
Setting up libcompress-bzip2-perl (2.09-2+b2) ...
Setting up libio-stty-perl (0.02-10) ...
Setting up libio-pty-perl (1:1.08-1+b2) ...
Setting up libexpect-perl (1.21-1) ...
Setting up ceni (2.23) ...
Processing triggers for python-support ...
Processing triggers for menu ...
Errors were encountered while processing:
python2.7-minimal
python2.7
E: Sub-process /usr/bin/dpkg returned an error code (1)
cq56:/home/demo#