Debian Bug report logs -
#667783
Please make use of new php5enmod and php5dismod commands in your package
Reported by: Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>
Date: Fri, 6 Apr 2012 15:39:57 UTC
Severity: serious
Tags: jessie, sid
Found in versions php-svn/1.0.1-1.2, php-svn/1.0.1-1.1
Fixed in version php-svn/1.0.2-0.1
Done: Lior Kaplan <kaplan@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Martin Meredith <mez@debian.org>:
Bug#667783; Package php5-svn.
(Fri, 06 Apr 2012 15:39:59 GMT) (full text, mbox, link).
Acknowledgement sent
to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
New Bug report received and forwarded. Copy sent to Martin Meredith <mez@debian.org>.
(Fri, 06 Apr 2012 15:39:59 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-svn
Version: 1.0.1-1.1+b1
Severity: normal
User: pkg-php-maint@lists.alioth.debian.org
Usertags: php54
Dear maintainer,
package php5-svn currently installs it's configuration file directly
to /etc/php5. php5 (>= 5.4.0~rc6-1) has introduced two new commands:
php5enmod and php5dismod
Your config file must be installed in /etc/php5/mods-available/<name>.ini
php5enmod should be called from your postinst script (when configuring
the package) with each installed ini file as an parameter (f.e. if you
provide more dynamic extensions and want to ensure correct loading order).
The syntax of php5enmod is:
php5enmod [name](/[priority])
[name] is filename without .ini extension from /etc/php5/mods-available/<name>.ini
The optional [priority] argument can be used if your extension require
other extensions to be loaded before. Default priority is 20.
Example:
if [ "$1" = "configure" ]; then
php5enmod mysqlnd
fi
or (with priority):
if [ "$1" = "configure" ]; then
php5enmod pdo/10
fi
**
php5dismod should be called from prerm script in remove target.
The syntax of php5dismod is:
php5dismod [name]
Example:
if [ "$1" = "remove" ]; then
php5dismod mysqlnd
fi
**
Using these maintainer scripts will help get rid of the condition
when the package is removed, but not purged, hence triggering error
messages from php from the fact that it cannot load deleted dynamic
extension.
Feel free to contact me, if you have any questions.
Thanks,
--
Ondřej Surý <ondrej@debian.org>
-- System Information:
Debian Release: 6.0.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-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/dash
Information forwarded
to debian-bugs-dist@lists.debian.org, php5@packages.debian.org, Martin Meredith <mez@debian.org>:
Bug#667783; Package php5-svn.
(Sat, 03 Aug 2013 16:15:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Andreas Beckmann <anbe@debian.org>:
Extra info received and forwarded to list. Copy sent to php5@packages.debian.org, Martin Meredith <mez@debian.org>.
(Sat, 03 Aug 2013 16:15:04 GMT) (full text, mbox, link).
Message #10 received at 667783@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Followup-For: Bug #667783
Hi,
during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.
>From the attached log (scroll to the bottom...):
Selecting previously unselected package php5-svn.
(Reading database ... 8508 files and directories currently installed.)
Unpacking php5-svn (from .../php5-svn_1.0.1-1.2+b1_amd64.deb) ...
Setting up php5-svn (1.0.1-1.2+b1) ...
Creating config file /etc/php5/conf.d/svn.ini with new version
cp: cannot create regular file `/etc/php5/conf.d/svn.ini': No such file or directory
dpkg: error processing php5-svn (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
php5-svn
cheers,
Andreas
[php5-svn_1.0.1-1.2+b1.log.gz (application/x-gzip, attachment)]
Added tag(s) sid and jessie.
Request was from Andreas Beckmann <anbe@debian.org>
to control@bugs.debian.org.
(Sat, 03 Aug 2013 16:45:22 GMT) (full text, mbox, link).
Severity set to 'serious' from 'normal'
Request was from Andreas Beckmann <anbe@debian.org>
to control@bugs.debian.org.
(Sat, 03 Aug 2013 16:45:22 GMT) (full text, mbox, link).
Marked as found in versions php-svn/1.0.1-1.2.
Request was from Andreas Beckmann <anbe@debian.org>
to control@bugs.debian.org.
(Sat, 03 Aug 2013 16:45:23 GMT) (full text, mbox, link).
Added indication that bug 667783 blocks 706830
Request was from Andreas Beckmann <anbe@debian.org>
to control@bugs.debian.org.
(Sat, 03 Aug 2013 16:45:24 GMT) (full text, mbox, link).
Reply sent
to Lior Kaplan <kaplan@debian.org>:
You have taken responsibility.
(Tue, 01 Oct 2013 22:09:10 GMT) (full text, mbox, link).
Notification sent
to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug acknowledged by developer.
(Tue, 01 Oct 2013 22:09:10 GMT) (full text, mbox, link).
Message #23 received at 667783-close@bugs.debian.org (full text, mbox, reply):
Source: php-svn
Source-Version: 1.0.2-0.1
We believe that the bug you reported is fixed in the latest version of
php-svn, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 667783@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lior Kaplan <kaplan@debian.org> (supplier of updated php-svn package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 01 Oct 2013 18:22:12 +0200
Source: php-svn
Binary: php5-svn
Architecture: source amd64
Version: 1.0.2-0.1
Distribution: unstable
Urgency: low
Maintainer: Martin Meredith <mez@debian.org>
Changed-By: Lior Kaplan <kaplan@debian.org>
Description:
php5-svn - PHP Bindings for the Subversion Revision control system
Closes: 667783
Changes:
php-svn (1.0.2-0.1) unstable; urgency=low
.
* Non-maintainer upload.
* Switch conffile to /etc/php5/mods-available and use php5enmod and
php5dismod (Closes: #667783)
* New upstream release
- Supports PHP 5.4, patch removed
- Fixed header issues, patch removed
Checksums-Sha1:
4812855b07981b240ab9223038cff6b319e98c65 1121 php-svn_1.0.2-0.1.dsc
32c3da0844f04921482225d01e8eaf7acfcf0e94 25226 php-svn_1.0.2.orig.tar.gz
e69d25eaf7f7e1f0c27cbd219736643f72424620 5591 php-svn_1.0.2-0.1.debian.tar.gz
94832f5f9c79eb58b0a51bdff60b746bd9b3eec9 24240 php5-svn_1.0.2-0.1_amd64.deb
Checksums-Sha256:
48408e5669252e60502b362e4d354c7497467dc481a1e7c67f227212f88f719e 1121 php-svn_1.0.2-0.1.dsc
ca0ea834e745a1aae65b456800bb5c5cfd7c4eceff281f7a8e317d30726e48cd 25226 php-svn_1.0.2.orig.tar.gz
8bd4ec05f60c62fa1873b31c885cfa77c109ba91253ab24ab2fafe029e7b0bea 5591 php-svn_1.0.2-0.1.debian.tar.gz
352567af45f3c319cf29f89a2fa0d17d4ce80b17ee8871d4a99c83f3d391b675 24240 php5-svn_1.0.2-0.1_amd64.deb
Files:
70684ffd80b3861a2159406e2badc8f2 1121 php extra php-svn_1.0.2-0.1.dsc
45407d43f1055eb72e149d1862f3daa1 25226 php extra php-svn_1.0.2.orig.tar.gz
8a4086dcc99fed5f4199e14c61d2b5ed 5591 php extra php-svn_1.0.2-0.1.debian.tar.gz
e6a3fb04e33019a10fbadbf59ac4db75 24240 php extra php5-svn_1.0.2-0.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlJLQ48ACgkQFViURZnoHaCAnACfUhDulgJwm84l6CeNq8RUSpPF
WuIAnRJxksUqX47FoDvFQkCtjhQZp087
=0C08
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 09 Nov 2013 07:33:30 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 02:07:27 2023;
Machine Name:
buxtehude
Debian Bug tracking system
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.