phpapi-20060613+lfs package is missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php-imagick (Debian) |
Fix Released
|
Unknown
|
|||
php-imagick (Ubuntu) |
Fix Released
|
High
|
Dustin Kirkland | ||
Lucid |
Fix Released
|
High
|
Dustin Kirkland |
Bug Description
Binary package hint: php5
Package is missing, making other packages in the archive uninstallable.
kirkland@addis:~$ sudo apt-get install pictor
[sudo] password for kirkland:
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:
pictor: Depends: php5-imagick but it is not going to be installed
E: Broken packages
kirkland@addis:~$ sudo apt-get install php5-imagick
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:
php5-imagick: Depends: phpapi-20060613+lfs but it is not installable
E: Broken packages
kirkland@addis:~$ sudo apt-get install phpapi-20060613+lfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package phpapi-20060613+lfs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package phpapi-20060613+lfs has no installation candidate
Related branches
affects: | php5 (Ubuntu) → php-imagick (Ubuntu) |
Changed in php-imagick (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: patch |
Changed in php-imagick (Debian): | |
status: | Unknown → Fix Committed |
Changed in php-imagick (Debian): | |
status: | Fix Committed → Fix Released |
php-imagick needs to be rebuild with PHP 5.3 and some duplicate "static" removed (but for that I'd need to figure out what's the easiest way to patch a tarball-in-tarball :( ).