Reported by: Bjørn Mork <bjorn@mork.no>
Date: Wed, 27 Aug 2008 11:04:58 UTC
Severity: minor
Tags: moreinfo
Found in version php5/5.2.6-3
Done: Ondřej Surý <ondrej@sury.org>
Bug is archived. No further changes may be made.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#496775; Package php5.
(full text, mbox, link).
Acknowledgement sent to Bjørn Mork <bjorn@mork.no>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5 Version: 5.2.6-3 Severity: minor -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am a bit unsure about this, but at least it surprised me as a user so an explanation could be needed. Please point me in the correct direction in case it's a FAQ... I prefer the threaded apache2-mpm-worker and am therefore using php5-cgi instead of libapache2-mod-php5. When running "apt-get dist-upgrade" I was presented with canardo:/home/bjorn# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be REMOVED: apache2-mpm-worker The following NEW packages will be installed: apache2-mpm-prefork libapache2-mod-php5 The following packages will be upgraded: checksecurity freeradius freeradius-common gpsd gpsd-clients libfreeradius2 libgps17 libgraphviz4 php-pear php5 php5-cgi php5-cli php5-common php5-gd php5-imap php5-ldap php5-mcrypt php5-mysql php5-pspell php5-snmp php5-tidy php5-xmlrpc reportbug rhino x11-xserver-utils 25 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. Need to get 14.1MB of archives. After this operation, 6234kB of additional disk space will be used. Do you want to continue [Y/n]? n Abort. I know I could (and should?) have avoided this by doing "apt-get upgrade", but the point is that the suggested removal of apache2-mpm-worker is completely unnecessary. It seems to be caused by php5 depending on specific versions of libapache2-mod-php5 | php5-cgi. This means that the dependendcy is unsatisfied at the point of upgrade and apt-get will try to satisfy it by installing the first option it finds: The newer version of libapache2-mod-php5. I believe the versioned dependecy is unnecessary. php5 could just as well depend on libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi, php5-common and thereby avoid apt-get dragging in libapache2-mod-php5 when libapache2-mod-php5filter or php5-cgi is already installed. Bjørn - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages php5 depends on: ii php5-cgi 5.2.6-3 server-side, HTML-embedded scripti ii php5-common 5.2.6-3 Common files for packages built fr php5 recommends no packages. php5 suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAki1M5gACgkQ10rqkowbIsnNuACffbLJpIl1GXVONgtn5l1tESif /uEAniERGEvRTanmPTdFTTGCjhuuV9a8 =8lnI -----END PGP SIGNATURE-----
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#496775; Package php5.
(Tue, 25 Aug 2009 14:24:19 GMT) (full text, mbox, link).
Acknowledgement sent
to Ondřej Surý <ondrej@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Tue, 25 Aug 2009 14:24:19 GMT) (full text, mbox, link).
Message #10 received at 496775@bugs.debian.org (full text, mbox, reply):
tags 496775 +moreinfo thank you Hi Bjørn, that's strange and it should not happen. Does it still happen? This could also be caused by some other package explicitly requesting libapache2-mod-php5 or some stranginess when installing/upgrading php5 meta-package. Ondrej 2008/8/27 Bjørn Mork <bjorn@mork.no>: > Package: php5 > Version: 5.2.6-3 > Severity: minor > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I am a bit unsure about this, but at least it surprised me as a user so > an explanation could be needed. Please point me in the correct > direction in case it's a FAQ... > > I prefer the threaded apache2-mpm-worker and am therefore using php5-cgi > instead of libapache2-mod-php5. When running "apt-get dist-upgrade" I > was presented with > > canardo:/home/bjorn# apt-get dist-upgrade > Reading package lists... Done > Building dependency tree > Reading state information... Done > Calculating upgrade... Done > The following packages will be REMOVED: > apache2-mpm-worker > The following NEW packages will be installed: > apache2-mpm-prefork libapache2-mod-php5 > The following packages will be upgraded: > checksecurity freeradius freeradius-common gpsd gpsd-clients > libfreeradius2 libgps17 libgraphviz4 php-pear php5 php5-cgi > php5-cli php5-common php5-gd php5-imap php5-ldap php5-mcrypt > php5-mysql php5-pspell php5-snmp php5-tidy php5-xmlrpc reportbug > rhino x11-xserver-utils > 25 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. > Need to get 14.1MB of archives. > After this operation, 6234kB of additional disk space will be used. > Do you want to continue [Y/n]? n > Abort. > > I know I could (and should?) have avoided this by doing "apt-get upgrade", > but the point is that the suggested removal of apache2-mpm-worker is > completely unnecessary. It seems to be caused by php5 depending on > specific versions of libapache2-mod-php5 | php5-cgi. This means that the > dependendcy is unsatisfied at the point of upgrade and apt-get will try > to satisfy it by installing the first option it finds: The newer version > of libapache2-mod-php5. > > I believe the versioned dependecy is unnecessary. php5 could just as > well depend on > libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi, php5-common > and thereby avoid apt-get dragging in libapache2-mod-php5 when > libapache2-mod-php5filter or php5-cgi is already installed. > > > Bjørn > > - -- System Information: > Debian Release: lenny/sid > APT prefers testing > APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable') > Architecture: amd64 (x86_64) > > Kernel: Linux 2.6.25-2-amd64 (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/bash > > Versions of packages php5 depends on: > ii php5-cgi 5.2.6-3 server-side, HTML-embedded scripti > ii php5-common 5.2.6-3 Common files for packages built fr > > php5 recommends no packages. > > php5 suggests no packages. > > - -- no debconf information > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAki1M5gACgkQ10rqkowbIsnNuACffbLJpIl1GXVONgtn5l1tESif > /uEAniERGEvRTanmPTdFTTGCjhuuV9a8 > =8lnI > -----END PGP SIGNATURE----- > > > > _______________________________________________ > pkg-php-maint mailing list > pkg-php-maint@lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint -- Ondřej Surý <ondrej@sury.org> http://blog.rfc1925.org/
Added tag(s) moreinfo.
Request was from Ondřej Surý <ondrej@debian.org>
to control@bugs.debian.org.
(Tue, 25 Aug 2009 14:24:20 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#496775; Package php5.
(Tue, 25 Aug 2009 16:24:11 GMT) (full text, mbox, link).
Acknowledgement sent
to Bjørn Mork <bjorn@mork.no>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Tue, 25 Aug 2009 16:24:12 GMT) (full text, mbox, link).
Message #17 received at 496775@bugs.debian.org (full text, mbox, reply):
Ondřej Surý <ondrej@debian.org> writes: > Hi Bjørn, > > that's strange and it should not happen. Does it still happen? This > could also be caused by some other package explicitly requesting > libapache2-mod-php5 or some stranginess when installing/upgrading php5 > meta-package. I haven't noticed this in a long time, but that may be just because I'm now aware of the possibility. It was mostly the surprise that made me report it as a bug. But I just tried to recreate the bug in a virtual maching running sid, by installing apache from sid and php5 from lenny and then try to upgrade: kvm-sid:~# apt-get install apache2-mpm-worker Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libbrlapi0.5 libadns1 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap Suggested packages: apache2-doc apache2-suexec apache2-suexec-custom Recommended packages: ssl-cert The following NEW packages will be installed: apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 2100kB of archives. After this operation, 7057kB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://ftp.se.debian.org sid/main libapr1 1.3.8-1 [123kB] Get:2 http://ftp.se.debian.org sid/main libaprutil1 1.3.9+dfsg-1+b1 [90.2kB] Get:3 http://ftp.se.debian.org sid/main libaprutil1-dbd-sqlite3 1.3.9+dfsg-1+b1 [27.7kB] Get:4 http://ftp.se.debian.org sid/main libaprutil1-ldap 1.3.9+dfsg-1+b1 [25.5kB] Get:5 http://ftp.se.debian.org sid/main apache2.2-bin 2.2.12-1 [1387kB] Get:6 http://ftp.se.debian.org sid/main apache2-utils 2.2.12-1 [155kB] Get:7 http://ftp.se.debian.org sid/main apache2.2-common 2.2.12-1 [289kB] Get:8 http://ftp.se.debian.org sid/main apache2-mpm-worker 2.2.12-1 [2262B] Fetched 2100kB in 5s (387kB/s) Selecting previously deselected package libapr1. (Reading database ... 33535 files and directories currently installed.) Unpacking libapr1 (from .../libapr1_1.3.8-1_amd64.deb) ... Selecting previously deselected package libaprutil1. Unpacking libaprutil1 (from .../libaprutil1_1.3.9+dfsg-1+b1_amd64.deb) ... Selecting previously deselected package libaprutil1-dbd-sqlite3. Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.9+dfsg-1+b1_amd64.deb) ... Selecting previously deselected package libaprutil1-ldap. Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.9+dfsg-1+b1_amd64.deb) ... Selecting previously deselected package apache2.2-bin. Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.12-1_amd64.deb) ... Selecting previously deselected package apache2-utils. Unpacking apache2-utils (from .../apache2-utils_2.2.12-1_amd64.deb) ... Selecting previously deselected package apache2.2-common. Unpacking apache2.2-common (from .../apache2.2-common_2.2.12-1_all.deb) ... Selecting previously deselected package apache2-mpm-worker. Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.12-1_all.deb) ... Processing triggers for man-db ... Setting up libapr1 (1.3.8-1) ... Setting up libaprutil1 (1.3.9+dfsg-1+b1) ... Setting up libaprutil1-dbd-sqlite3 (1.3.9+dfsg-1+b1) ... Setting up libaprutil1-ldap (1.3.9+dfsg-1+b1) ... Setting up apache2.2-bin (2.2.12-1) ... Setting up apache2-utils (2.2.12-1) ... Setting up apache2.2-common (2.2.12-1) ... Enabling site default. Enabling module alias. Enabling module autoindex. Enabling module dir. Enabling module env. Enabling module mime. Enabling module negotiation. Enabling module setenvif. Enabling module status. Enabling module auth_basic. Enabling module deflate. Enabling module authz_default. Enabling module authz_user. Enabling module authz_groupfile. Enabling module authn_file. Enabling module authz_host. Setting up apache2-mpm-worker (2.2.12-1) ... Starting web server: apache2apache2: apr_sockaddr_info_get() failed for kvm-sid apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName . kvm-sid:~# apt-get install -t stable php5-cgi php5 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libbrlapi0.5 libadns1 Use 'apt-get autoremove' to remove them. The following extra packages will be installed: libkrb53 php5-common Suggested packages: krb5-doc krb5-user php-pear The following NEW packages will be installed: libkrb53 php5 php5-cgi php5-common 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 5972kB of archives. After this operation, 13.5MB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://security.debian.org lenny/updates/main libkrb53 1.6.dfsg.4~beta1-5lenny1 [519kB] Get:2 http://security.debian.org lenny/updates/main php5-common 5.2.6.dfsg.1-1+lenny3 [368kB] Get:3 http://security.debian.org lenny/updates/main php5-cgi 5.2.6.dfsg.1-1+lenny3 [5083kB] Get:4 http://security.debian.org lenny/updates/main php5 5.2.6.dfsg.1-1+lenny3 [1078B] Fetched 5972kB in 14s (426kB/s) Selecting previously deselected package libkrb53. (Reading database ... 34101 files and directories currently installed.) Unpacking libkrb53 (from .../libkrb53_1.6.dfsg.4~beta1-5lenny1_amd64.deb) ... Replaced by files in installed package libkrb5-3 ... Replaced by files in installed package libkrb5support0 ... Replaced by files in installed package libk5crypto3 ... Replaced by files in installed package libgssapi-krb5-2 ... Selecting previously deselected package php5-common. Unpacking php5-common (from .../php5-common_5.2.6.dfsg.1-1+lenny3_amd64.deb) ... Selecting previously deselected package php5-cgi. Unpacking php5-cgi (from .../php5-cgi_5.2.6.dfsg.1-1+lenny3_amd64.deb) ... Selecting previously deselected package php5. Unpacking php5 (from .../php5_5.2.6.dfsg.1-1+lenny3_all.deb) ... Processing triggers for man-db ... Setting up libkrb53 (1.6.dfsg.4~beta1-5lenny1) ... Setting up php5-common (5.2.6.dfsg.1-1+lenny3) ... Setting up php5-cgi (5.2.6.dfsg.1-1+lenny3) ... Creating config file /etc/php5/cgi/php.ini with new version update-alternatives: using /usr/bin/php5-cgi to provide /usr/bin/php-cgi (php-cgi) in auto mode. update-alternatives: using /usr/lib/cgi-bin/php5 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode. Setting up php5 (5.2.6.dfsg.1-1+lenny3) ... And sure enough, the behaviour is still the same: kvm-sid:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be REMOVED: apache2-mpm-worker The following NEW packages will be installed: apache2-mpm-prefork libapache2-mod-php5 The following packages will be upgraded: php5 php5-cgi php5-common 3 upgraded, 2 newly installed, 1 to remove and 0 not upgraded. Need to get 8126kB of archives. After this operation, 6279kB of additional disk space will be used. Do you want to continue [Y/n]? But dropping the unecessary "dist-" eliminates the problem: kvm-sid:~# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: php5 php5-cgi php5-common 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 5507kB of archives. After this operation, 16.4kB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://ftp.se.debian.org sid/main php5-cgi 5.2.10.dfsg.1-2 [5084kB] Get:2 http://ftp.se.debian.org sid/main php5-common 5.2.10.dfsg.1-2 [422kB] Get:3 http://ftp.se.debian.org sid/main php5 5.2.10.dfsg.1-2 [1078B] Fetched 5507kB in 13s (415kB/s) (Reading database ... 34156 files and directories currently installed.) Preparing to replace php5-cgi 5.2.6.dfsg.1-1+lenny3 (using .../php5-cgi_5.2.10.dfsg.1-2_amd64.deb) ... Unpacking replacement php5-cgi ... Preparing to replace php5-common 5.2.6.dfsg.1-1+lenny3 (using .../php5-common_5.2.10.dfsg.1-2_amd64.deb) ... Unpacking replacement php5-common ... Preparing to replace php5 5.2.6.dfsg.1-1+lenny3 (using .../php5_5.2.10.dfsg.1-2_all.deb) ... Unpacking replacement php5 ... Processing triggers for man-db ... Setting up php5-common (5.2.10.dfsg.1-2) ... Setting up php5-cgi (5.2.10.dfsg.1-2) ... Replacing config file /etc/php5/cgi/php.ini with new version Setting up php5 (5.2.10.dfsg.1-2) ... Not sure if this really is a bug, or if it is to be expected. Working around it is certainly easy. You just need to be aware of the possibility. Bjørn
Reply sent
to Ondřej Surý <ondrej@sury.org>:
You have taken responsibility.
(Sun, 10 Apr 2011 21:48:53 GMT) (full text, mbox, link).
Notification sent
to Bjørn Mork <bjorn@mork.no>:
Bug acknowledged by developer.
(Sun, 10 Apr 2011 21:48:55 GMT) (full text, mbox, link).
Message #22 received at 496775-done@bugs.debian.org (full text, mbox, reply):
Doesn't happen anymore in unstable: root@howl:/# apt-get update Get:1 http://ftp.cz.debian.org sid InRelease [186 kB] Ign http://ftp.cz.debian.org stable InRelease Get:2 http://ftp.cz.debian.org stable Release.gpg [1671 B] Get:3 http://ftp.cz.debian.org stable Release [79.8 kB] Get:4 http://ftp.cz.debian.org sid/main amd64 Packages/DiffIndex [2038 B] Get:5 http://ftp.cz.debian.org sid/main TranslationIndex [2264 B] Get:6 http://ftp.cz.debian.org sid/main amd64 2011-04-10-0225.34.pdiff [18.5 kB] Get:7 http://ftp.cz.debian.org stable/main amd64 Packages [6540 kB] Get:8 http://ftp.cz.debian.org sid/main amd64 2011-04-10-0225.34.pdiff [18.5 kB] Get:9 http://ftp.cz.debian.org stable/main TranslationIndex [2232 B] Get:10 http://ftp.cz.debian.org sid/main amd64 2011-04-10-0828.10.pdiff [5038 B] Get:11 http://ftp.cz.debian.org sid/main amd64 2011-04-10-0828.10.pdiff [5038 B] Get:12 http://ftp.cz.debian.org sid/main amd64 2011-04-10-1420.53.pdiff [30.2 kB] Get:13 http://ftp.cz.debian.org sid/main amd64 2011-04-10-1420.53.pdiff [30.2 kB] Fetched 6868 kB in 3s (1859 kB/s) Reading package lists... Done root@howl:/# apt-get install apache2-mpm-worker Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libcap2 ssl-cert Suggested packages: www-browser apache2-doc apache2-suexec apache2-suexec-custom openssl-blacklist The following NEW packages will be installed: apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libcap2 ssl-cert 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. Need to get 2184 B/2169 kB of archives. After this operation, 7197 kB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://ftp.cz.debian.org/debian/ sid/main apache2-mpm-worker amd64 2.2.17-2 [2184 B] Fetched 2184 B in 0s (20.3 kB/s) Preconfiguring packages ... Selecting previously deselected package libcap2. (Reading database ... 22758 files and directories currently installed.) Unpacking libcap2 (from .../libcap2_1%3a2.20-1_amd64.deb) ... Selecting previously deselected package libapr1. Unpacking libapr1 (from .../libapr1_1.4.2-8_amd64.deb) ... Selecting previously deselected package libaprutil1. Unpacking libaprutil1 (from .../libaprutil1_1.3.10+dfsg-2_amd64.deb) ... Selecting previously deselected package libaprutil1-dbd-sqlite3. Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.10+dfsg-2_amd64.deb) ... Selecting previously deselected package libaprutil1-ldap. Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.10+dfsg-2_amd64.deb) ... Selecting previously deselected package apache2.2-bin. Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.17-2_amd64.deb) ... Selecting previously deselected package apache2-utils. Unpacking apache2-utils (from .../apache2-utils_2.2.17-2_amd64.deb) ... Selecting previously deselected package apache2.2-common. Unpacking apache2.2-common (from .../apache2.2-common_2.2.17-2_amd64.deb) ... Selecting previously deselected package apache2-mpm-worker. Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.17-2_amd64.deb) ... Selecting previously deselected package ssl-cert. Unpacking ssl-cert (from .../ssl-cert_1.0.28_all.deb) ... Processing triggers for man-db ... Setting up libcap2 (1:2.20-1) ... Setting up libapr1 (1.4.2-8) ... Setting up libaprutil1 (1.3.10+dfsg-2) ... Setting up libaprutil1-dbd-sqlite3 (1.3.10+dfsg-2) ... Setting up libaprutil1-ldap (1.3.10+dfsg-2) ... Setting up apache2.2-bin (2.2.17-2) ... Setting up apache2-utils (2.2.17-2) ... Setting up apache2.2-common (2.2.17-2) ... Enabling site default. Enabling module alias. Enabling module autoindex. Enabling module dir. Enabling module env. Enabling module mime. Enabling module negotiation. Enabling module setenvif. Enabling module status. Enabling module auth_basic. Enabling module deflate. Enabling module authz_default. Enabling module authz_user. Enabling module authz_groupfile. Enabling module authn_file. Enabling module authz_host. Enabling module reqtimeout. Setting up apache2-mpm-worker (2.2.17-2) ... invoke-rc.d: policy-rc.d denied execution of start. Setting up ssl-cert (1.0.28) ... root@howl:/# apt-get install -t stable php5-cgi php5 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libonig2 libqdbm14 php5-common php5-suhosin Suggested packages: php-pear The following NEW packages will be installed: libonig2 libqdbm14 php5 php5-cgi php5-common php5-suhosin 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 5886 kB/6826 kB of archives. After this operation, 17.7 MB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://ftp.cz.debian.org/debian/ stable/main php5-cgi amd64 5.3.3-7 [5885 kB] Get:2 http://ftp.cz.debian.org/debian/ stable/main php5 all 5.3.3-7 [1048 B] Fetched 5886 kB in 0s (10.8 MB/s) Selecting previously deselected package libonig2. (Reading database ... 23352 files and directories currently installed.) Unpacking libonig2 (from .../libonig2_5.9.1-1_amd64.deb) ... Selecting previously deselected package libqdbm14. Unpacking libqdbm14 (from .../libqdbm14_1.8.77-4_amd64.deb) ... Selecting previously deselected package php5-common. Unpacking php5-common (from .../php5-common_5.3.3-7_amd64.deb) ... Selecting previously deselected package php5-cgi. Unpacking php5-cgi (from .../php5-cgi_5.3.3-7_amd64.deb) ... Selecting previously deselected package php5. Unpacking php5 (from .../archives/php5_5.3.3-7_all.deb) ... Selecting previously deselected package php5-suhosin. Unpacking php5-suhosin (from .../php5-suhosin_0.9.32.1-1_amd64.deb) ... Processing triggers for man-db ... Setting up libonig2 (5.9.1-1) ... Setting up libqdbm14 (1.8.77-4) ... Setting up php5-common (5.3.3-7) ... Setting up php5-cgi (5.3.3-7) ... Creating config file /etc/php5/cgi/php.ini with new version update-alternatives: using /usr/bin/php5-cgi to provide /usr/bin/php-cgi (php-cgi) in auto mode. update-alternatives: using /usr/lib/cgi-bin/php5 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode. Setting up php5 (5.3.3-7) ... Setting up php5-suhosin (0.9.32.1-1) ... root@howl:/# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: make php5 php5-cgi php5-common 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 6404 kB/6961 kB of archives. After this operation, 229 kB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://ftp.cz.debian.org/debian/ sid/main make amd64 3.81-8.1 [408 kB] Get:2 http://ftp.cz.debian.org/debian/ sid/main php5-cgi amd64 5.3.6-7 [5995 kB] Get:3 http://ftp.cz.debian.org/debian/ sid/main php5 all 5.3.6-7 [1062 B] Fetched 6404 kB in 0s (11.5 MB/s) (Reading database ... 23418 files and directories currently installed.) Preparing to replace make 3.81-8 (using .../make_3.81-8.1_amd64.deb) ... Unpacking replacement make ... Preparing to replace php5-cgi 5.3.3-7 (using .../php5-cgi_5.3.6-7_amd64.deb) ... Unpacking replacement php5-cgi ... Preparing to replace php5-common 5.3.3-7 (using .../php5-common_5.3.6-7_amd64.deb) ... Unpacking replacement php5-common ... Preparing to replace php5 5.3.3-7 (using .../archives/php5_5.3.6-7_all.deb) ... Unpacking replacement php5 ... Processing triggers for man-db ... Setting up make (3.81-8.1) ... Setting up php5-common (5.3.6-7) ... Installing new version of config file /etc/cron.d/php5 ... Setting up php5-cgi (5.3.6-7) ... Replacing config file /etc/php5/cgi/php.ini with new version Setting up php5 (5.3.6-7) ... -- Ondřej Surý <ondrej@sury.org>
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Mon, 09 May 2011 07:47:39 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.