[Bug 58564] Re: php4-yaz won't install (broken dependency)

2011-10-02 Thread Rolf Leggewie
** Changed in: php4-yaz (Ubuntu Dapper) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/58564 Title: php4-yaz won't install (broken dependency) To manage

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-16 Thread Daniel T Chen
Accepted: OK: php4-yaz_1.0.4-1ubuntu0.1.dsc - Component: universe Section: web OK: php4-yaz_1.0.4-1ubuntu0.1.diff.gz This upload awaits approval by a distro manager * *BEGIN ENCRYPTED or SIGNED PART* * Format: 1.7 Date: Sat, 2 Sep 2006 14:25:08 +0200 Source: php4-yaz

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-03 Thread Niki Kovacs
Thanks for the detailed answer. It worked in the way that I could install php4-yaz, but now I have a new problem. Everytime I want to install a new package on the server, apt-get informs me that something is broken, and that php4-yaz will be removed. Of course, I can always a) remove php4-yaz b)

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-03 Thread Niki Kovacs
Well, I searched around quite a bit, and found a solution: 'equivs' is a dirty hack which permits to create a 'ghost' phpapi package, so php4-yaz can install normally. Cheers. -- php4-yaz won't install (broken dependency) https://launchpad.net/bugs/58564 -- ubuntu-bugs mailing list

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-02 Thread Michael Bienia
Here is a fix for it. diff -u php4-yaz-1.0.4/debian/rules php4-yaz-1.0.4/debian/rules --- php4-yaz-1.0.4/debian/rules +++ php4-yaz-1.0.4/debian/rules @@ -10,7 +10,7 @@ PHPIZE = /usr/bin/phpize -PHPAPIVERSION := $(shell egrep '\#define PHP_API_VERSION ' /usr/include/php4/main/php.h | sed -e

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-02 Thread Michael Bienia
Here is a debdiff for dapper-updates. -- php4-yaz won't install (broken dependency) https://launchpad.net/bugs/58564 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-02 Thread Niki Kovacs
Erm... sorry, but I'm new to this, and I don't quite know what to do with the changes you submitted. (BTW, I'm impressed by the speed of your reaction...) What do I have to do to get php4-yaz to work on a Ubuntu install (both Server and desktop)? Thanks. -- php4-yaz won't install (broken

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-02 Thread Niki Kovacs
Thinking of it... how much time would it take so I can simply issue 'apt-get update apt-get upgrade' to be able to install php4-yaz correctly? -- php4-yaz won't install (broken dependency) https://launchpad.net/bugs/58564 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-02 Thread Michael Bienia
These changes are primary interesting for the ubuntu developer reviewing this fix. But if you know how to rebuild a package you could use it to create a fixed package for you. It depends on how fast I can find a developer review this change and upload it till a fixed package will be available

[Bug 58564] Re: php4-yaz won't install (broken dependency)

2006-09-02 Thread Michael Bienia
I can't currently build packages suitable for dapper. But you can download the (broken) package and tell dpkg to ignore the dependencies. Make sure that you have the other dependecies installed. A small howto: wget