*** This bug is a duplicate of bug 993070 ***
    https://bugs.launchpad.net/bugs/993070

I can confirm this issue as well, however php-letodms-lucene is not the
core problematic package (see below);

nathan@LINUXMINT ~ $ sudo apt-get install letodms
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 letodms : Depends: php-letodms-lucene but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

nathan@LINUXMINT ~ $ sudo apt-get install letodms php-letodms-lucene
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 php-letodms-lucene : Depends: zendframework but it is not installable
E: Unable to correct problems, you have held broken packages.

nathan@LINUXMINT ~ $ apt-cache search zend
libzend-framework-php - a simple, straightforward, open-source software 
framework for PHP 5
libzend-framework-zendx-php - a simple, straightforward, open-source software 
framework for PHP 5
php-letodms-lucene - Document management system - Fulltext search
zend-framework - a simple, straightforward, open-source software framework for 
PHP 5
zend-framework-bin - a simple, straightforward, open-source software framework 
for PHP 5


As you can see, the main issue is as such;

letodms depends on php-letodms-lucene which depends on zendframework.
zend-framework exists, but not zendframework. 

Package name is root cause, or missing hyphen in php-letodms-lucene
dependency (see below);

nathan@LINUXMINT ~ $ apt-rdepends -d php-letodms-lucene
Reading package lists... Done
Building dependency tree       
Reading state information... Done
digraph packages {
concentrate=true;
size="30,40";
"php-letodms-lucene" [shape=box];
"php-letodms-lucene" -> "php-pear";
"php-letodms-lucene" -> "zendframework";
"php-pear" [shape=box];
"php-pear" -> "php5-cli";
"php-pear" -> "php5-common";
"php5-cli" [shape=box];
"php5-cli" -> "libbz2-1.0";
"php5-cli" -> "libc6";
"php5-cli" -> "libdb5.1";
"php5-cli" -> "libedit2";
"php5-cli" -> "libmagic1";
"php5-cli" -> "libpcre3";
"php5-cli" -> "libssl1.0.0";
"php5-cli" -> "libxml2";
"php5-cli" -> "mime-support";
"php5-cli" -> "php5-common";
"php5-cli" -> "tzdata";
"php5-cli" -> "ucf";
"php5-cli" -> "zlib1g";
"libbz2-1.0" [shape=box];
"libbz2-1.0" -> "libc6";
"libbz2-1.0" -> "multiarch-support"[color=blue];
"libc6" [shape=box];
"libc6" -> "libc-bin";
"libc6" -> "libgcc1";
"libc6" -> "tzdata";
"libc-bin" [shape=box];
"libgcc1" [shape=box];
"libgcc1" -> "gcc-4.6-base";
"libgcc1" -> "libc6";
"libgcc1" -> "multiarch-support"[color=blue];
"gcc-4.6-base" [shape=box];
"multiarch-support" [shape=box];
"multiarch-support" -> "libc6";
"tzdata" [shape=box];
"tzdata" -> "debconf";
"tzdata" -> "debconf-2.0";
"debconf" [shape=box];
"debconf" -> "perl-base"[color=blue];
"perl-base" [shape=box];
"perl-base" -> "dpkg"[color=blue];
"perl-base" -> "libc6"[color=blue];
"dpkg" [shape=box];
"dpkg" -> "coreutils"[color=blue];
"dpkg" -> "libbz2-1.0"[color=blue];
"dpkg" -> "libc6"[color=blue];
"dpkg" -> "libselinux1"[color=blue];
"dpkg" -> "tar"[color=blue];
"dpkg" -> "xz-utils"[color=blue];
"dpkg" -> "zlib1g"[color=blue];
"coreutils" [shape=box];
"coreutils" -> "dpkg";
"coreutils" -> "install-info";
"coreutils" -> "libacl1"[color=blue];
"coreutils" -> "libattr1"[color=blue];
"coreutils" -> "libc6"[color=blue];
"coreutils" -> "libselinux1"[color=blue];
"install-info" [shape=box];
"install-info" -> "libc6";
"libacl1" [shape=box];
"libacl1" -> "libattr1";
"libacl1" -> "libc6";
"libacl1" -> "multiarch-support"[color=blue];
"libattr1" [shape=box];
"libattr1" -> "libc6";
"libattr1" -> "multiarch-support"[color=blue];
"libselinux1" [shape=box];
"libselinux1" -> "libc6";
"libselinux1" -> "multiarch-support"[color=blue];
"tar" [shape=box];
"tar" -> "libc6"[color=blue];
"xz-utils" [shape=box];
"xz-utils" -> "libc6";
"xz-utils" -> "liblzma5";
"liblzma5" [shape=box];
"liblzma5" -> "libc6";
"liblzma5" -> "multiarch-support"[color=blue];
"zlib1g" [shape=box];
"zlib1g" -> "libc6";
"zlib1g" -> "multiarch-support"[color=blue];
"debconf-2.0" [shape=ellipse];
"libdb5.1" [shape=box];
"libdb5.1" -> "libc6";
"libdb5.1" -> "multiarch-support"[color=blue];
"libedit2" [shape=box];
"libedit2" -> "libbsd0";
"libedit2" -> "libc6";
"libedit2" -> "libtinfo5";
"libedit2" -> "multiarch-support"[color=blue];
"libbsd0" [shape=box];
"libbsd0" -> "libc6";
"libbsd0" -> "multiarch-support"[color=blue];
"libtinfo5" [shape=box];
"libtinfo5" -> "libc6";
"libtinfo5" -> "multiarch-support"[color=blue];
"libmagic1" [shape=box];
"libmagic1" -> "libc6";
"libmagic1" -> "zlib1g";
"libpcre3" [shape=box];
"libpcre3" -> "libc6";
"libpcre3" -> "multiarch-support"[color=blue];
"libssl1.0.0" [shape=box];
"libssl1.0.0" -> "debconf";
"libssl1.0.0" -> "debconf-2.0";
"libssl1.0.0" -> "libc6";
"libssl1.0.0" -> "zlib1g";
"libssl1.0.0" -> "multiarch-support"[color=blue];
"libxml2" [shape=box];
"libxml2" -> "libc6";
"libxml2" -> "zlib1g";
"libxml2" -> "multiarch-support"[color=blue];
"mime-support" [shape=box];
"php5-common" [shape=box];
"php5-common" -> "libc6";
"php5-common" -> "sed";
"sed" [shape=box];
"sed" -> "dpkg";
"sed" -> "install-info";
"sed" -> "libc6"[color=blue];
"sed" -> "libselinux1"[color=blue];
"ucf" [shape=box];
"ucf" -> "coreutils";
"ucf" -> "debconf";
"zendframework" [shape=ellipse];

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029356

Title:
  Cant install letodms, unmet dependency "php-letodms-lucene"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/letodms/+bug/1029356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to