Debian Bug report logs - #570111
php5: FTBFS in parallel mode: .../usr/lib/php5: File exists

version graph

Package: php5; Maintainer for php5 is (unknown);

Reported by: Daniel Schepler <dschepler@gmail.com>

Date: Tue, 16 Feb 2010 16:09:32 UTC

Severity: important

Found in version php5/5.3.1-4

Fixed in version php5/5.3.1-5

Done: Raphael Geissert <geissert@debian.org>

Bug is archived. No further changes may be made.

Forwarded to http://bugs.php.net/bug.php?id=51076

Toggle useless messages

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#570111; Package php5. (Tue, 16 Feb 2010 16:09:35 GMT) (full text, mbox, link).


Acknowledgement sent to Daniel Schepler <dschepler@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Tue, 16 Feb 2010 16:09:35 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Daniel Schepler <dschepler@gmail.com>
To: submit@bugs.debian.org
Subject: php5: FTBFS in parallel mode: .../usr/lib/php5: File exists
Date: Tue, 16 Feb 2010 07:41:56 -0800
Package: php5
Version: 5.3.1-4
Severity: serious

From my pbuilder build log, with DEB_BUILD_OPTIONS set to "parallel=3":

...
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
chmod 01733 debian/php5-common/var/lib/php5
# Add here commands to install the package into debian/php5.
# install apache2 DSO module
cp apache2-build/.libs/libphp5.so \
                debian/libapache2-mod-php5/`apxs2 -q LIBEXECDIR`/
cp debian/libapache2-mod-php5.load \
                debian/libapache2-mod-php5/etc/apache2/mods-available/php5.load
cp debian/libapache2-mod-php5.conf \
                debian/libapache2-mod-php5/etc/apache2/mods-available/php5.conf
# Add here commands to install the package into debian/php5.
# install apache2 DSO filter module
cp apache2filter-build/.libs/libphp5.so \
                debian/libapache2-mod-php5filter/`apxs2 -q LIBEXECDIR`/libphp5filter.so
cp debian/libapache2-mod-php5filter.load \
                debian/libapache2-mod-php5filter/etc/apache2/mods-available/php5filter.load
cp debian/libapache2-mod-php5filter.conf \
                debian/libapache2-mod-php5filter/etc/apache2/mods-available/php5filter.conf
# sanitize php.ini file
cat php.ini-production | tr "\t" " " | sed -e'/short_open_tag =/ s/Off/On/g' > debian/php5-common/usr/share/php5/php.ini-production
cat php.ini-production | tr "\t" " " | sed -e'/memory_limit =/ s/128M/32M/g' > debian/php5-common/usr/share/php5/php.ini-production.cli
cat php.ini-production | tr "\t" " " > debian/php5-common/usr/share/doc/php5-common/examples/php.ini-production
cat php.ini-development | tr "\t" " " > debian/php5-common/usr/share/doc/php5-common/examples/php.ini-development
cp test-results.txt debian/php5-common/usr/share/doc/php5-common/
# install the apache modules' files
cd apache2-build && /usr/bin/make install-headers install-build install-modules install-programs INSTALL_ROOT=/tmp/buildd/php5-5.3.1/debian/libapache2-mod-php5
make[1]: Entering directory `/tmp/buildd/php5-5.3.1/apache2-build'
Installing build environment:     /tmp/buildd/php5-5.3.1/debian/libapache2-mod-php5/usr/lib/php5/build/
mkdir: cannot create directory `/tmp/buildd/php5-5.3.1/debian/libapache2-mod-php5/usr/lib/php5': File exists
make[1]: *** [install-modules] Error 1
make[1]: *** Waiting for unfinished jobs....
Installing header files:          /tmp/buildd/php5-5.3.1/debian/libapache2-mod-php5/usr/include/php5/
make[1]: Leaving directory `/tmp/buildd/php5-5.3.1/apache2-build'
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
-- 
Daniel Schepler




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#570111; Package php5. (Tue, 16 Feb 2010 16:57:07 GMT) (full text, mbox, link).


Acknowledgement sent to Raphael Geissert <geissert@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Tue, 16 Feb 2010 16:57:07 GMT) (full text, mbox, link).


Message #10 received at 570111@bugs.debian.org (full text, mbox, reply):

From: Raphael Geissert <geissert@debian.org>
To: 570111@bugs.debian.org
Subject: Re: [php-maint] Bug#570111: php5: FTBFS in parallel mode: .../usr/lib/php5: File exists
Date: Tue, 16 Feb 2010 10:52:39 -0600
On 16 February 2010 09:41, Daniel Schepler <dschepler@gmail.com> wrote:
> Package: php5
> Version: 5.3.1-4
> Severity: serious
>
> From my pbuilder build log, with DEB_BUILD_OPTIONS set to "parallel=3":
>

Yeah, I was hit by the bug when building the last upload but forgot to
limit the number of jobs parallel=n can take. The bug occurs on the
upstream part of the build system but only with -j3 (well, didn't try
with -j >3), -j2 worked fine.

I'm going to try to take a look at it but today is a busy day.
Hopefully, as long as php is not built on sparc or mips* we are not
delaying the transition by making another upload.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net




Set Bug forwarded-to-address to 'http://bugs.php.net/bug.php?id=51076'. Request was from Raphael Geissert <geissert@debian.org> to control@bugs.debian.org. (Thu, 18 Feb 2010 00:24:03 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#570111; Package php5. (Fri, 19 Feb 2010 01:33:03 GMT) (full text, mbox, link).


Acknowledgement sent to Raphael Geissert <geissert@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Fri, 19 Feb 2010 01:33:03 GMT) (full text, mbox, link).


Message #17 received at 570111@bugs.debian.org (full text, mbox, reply):

From: Raphael Geissert <geissert@debian.org>
To: 570111@bugs.debian.org
Cc: ,control@bugs.debian.org
Subject: [debian/debian-sid] Fix a race condition on shtool's mkdir -p (Closes: #570111)
Date: Fri, 19 Feb 2010 01:29:09 +0000
tag 570111 pending
thanks

Date: Thu Feb 18 19:28:56 2010 -0600
Author: Raphael Geissert <geissert@debian.org>
Commit ID: 289af4a9b50a75c2ac027bad7d26bfbc4471dc8a
Commit URL: http://git.debian.org/?p=pkg-php/php.git;a=commitdiff;h=289af4a9b50a75c2ac027bad7d26bfbc4471dc8a
Patch URL: http://git.debian.org/?p=pkg-php/php.git;a=commitdiff_plain;h=289af4a9b50a75c2ac027bad7d26bfbc4471dc8a

    Fix a race condition on shtool's mkdir -p (Closes: #570111)

      




Added tag(s) pending. Request was from Raphael Geissert <geissert@debian.org> to control@bugs.debian.org. (Fri, 19 Feb 2010 01:33:06 GMT) (full text, mbox, link).


Severity set to 'important' from 'serious' Request was from "Thijs Kinkhorst" <thijs@debian.org> to control@bugs.debian.org. (Mon, 22 Feb 2010 11:57:03 GMT) (full text, mbox, link).


Reply sent to Raphael Geissert <geissert@debian.org>:
You have taken responsibility. (Mon, 22 Feb 2010 22:12:26 GMT) (full text, mbox, link).


Notification sent to Daniel Schepler <dschepler@gmail.com>:
Bug acknowledged by developer. (Mon, 22 Feb 2010 22:12:26 GMT) (full text, mbox, link).


Message #26 received at 570111-close@bugs.debian.org (full text, mbox, reply):

From: Raphael Geissert <geissert@debian.org>
To: 570111-close@bugs.debian.org
Subject: Bug#570111: fixed in php5 5.3.1-5
Date: Mon, 22 Feb 2010 22:06:31 +0000
Source: php5
Source-Version: 5.3.1-5

We believe that the bug you reported is fixed in the latest version of
php5, which is due to be installed in the Debian FTP archive:

libapache2-mod-php5_5.3.1-5_i386.deb
  to main/p/php5/libapache2-mod-php5_5.3.1-5_i386.deb
libapache2-mod-php5filter_5.3.1-5_i386.deb
  to main/p/php5/libapache2-mod-php5filter_5.3.1-5_i386.deb
php-pear_5.3.1-5_all.deb
  to main/p/php5/php-pear_5.3.1-5_all.deb
php5-cgi_5.3.1-5_i386.deb
  to main/p/php5/php5-cgi_5.3.1-5_i386.deb
php5-cli_5.3.1-5_i386.deb
  to main/p/php5/php5-cli_5.3.1-5_i386.deb
php5-common_5.3.1-5_i386.deb
  to main/p/php5/php5-common_5.3.1-5_i386.deb
php5-curl_5.3.1-5_i386.deb
  to main/p/php5/php5-curl_5.3.1-5_i386.deb
php5-dbg_5.3.1-5_i386.deb
  to main/p/php5/php5-dbg_5.3.1-5_i386.deb
php5-dev_5.3.1-5_i386.deb
  to main/p/php5/php5-dev_5.3.1-5_i386.deb
php5-enchant_5.3.1-5_i386.deb
  to main/p/php5/php5-enchant_5.3.1-5_i386.deb
php5-gd_5.3.1-5_i386.deb
  to main/p/php5/php5-gd_5.3.1-5_i386.deb
php5-gmp_5.3.1-5_i386.deb
  to main/p/php5/php5-gmp_5.3.1-5_i386.deb
php5-imap_5.3.1-5_i386.deb
  to main/p/php5/php5-imap_5.3.1-5_i386.deb
php5-interbase_5.3.1-5_i386.deb
  to main/p/php5/php5-interbase_5.3.1-5_i386.deb
php5-intl_5.3.1-5_i386.deb
  to main/p/php5/php5-intl_5.3.1-5_i386.deb
php5-ldap_5.3.1-5_i386.deb
  to main/p/php5/php5-ldap_5.3.1-5_i386.deb
php5-mcrypt_5.3.1-5_i386.deb
  to main/p/php5/php5-mcrypt_5.3.1-5_i386.deb
php5-mysql_5.3.1-5_i386.deb
  to main/p/php5/php5-mysql_5.3.1-5_i386.deb
php5-odbc_5.3.1-5_i386.deb
  to main/p/php5/php5-odbc_5.3.1-5_i386.deb
php5-pgsql_5.3.1-5_i386.deb
  to main/p/php5/php5-pgsql_5.3.1-5_i386.deb
php5-pspell_5.3.1-5_i386.deb
  to main/p/php5/php5-pspell_5.3.1-5_i386.deb
php5-recode_5.3.1-5_i386.deb
  to main/p/php5/php5-recode_5.3.1-5_i386.deb
php5-snmp_5.3.1-5_i386.deb
  to main/p/php5/php5-snmp_5.3.1-5_i386.deb
php5-sqlite_5.3.1-5_i386.deb
  to main/p/php5/php5-sqlite_5.3.1-5_i386.deb
php5-sybase_5.3.1-5_i386.deb
  to main/p/php5/php5-sybase_5.3.1-5_i386.deb
php5-tidy_5.3.1-5_i386.deb
  to main/p/php5/php5-tidy_5.3.1-5_i386.deb
php5-xmlrpc_5.3.1-5_i386.deb
  to main/p/php5/php5-xmlrpc_5.3.1-5_i386.deb
php5-xsl_5.3.1-5_i386.deb
  to main/p/php5/php5-xsl_5.3.1-5_i386.deb
php5_5.3.1-5.diff.gz
  to main/p/php5/php5_5.3.1-5.diff.gz
php5_5.3.1-5.dsc
  to main/p/php5/php5_5.3.1-5.dsc
php5_5.3.1-5_all.deb
  to main/p/php5/php5_5.3.1-5_all.deb



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 570111@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Geissert <geissert@debian.org> (supplier of updated php5 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 22 Feb 2010 10:41:51 -0600
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl php5-ldap php5-mcrypt php5-mysql php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source all i386
Version: 5.3.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Changed-By: Raphael Geissert <geissert@debian.org>
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language (apache 2 filter mo
 php-pear   - PEAR - PHP Extension and Application Repository
 php5       - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-gd    - GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mysql - MySQL module for php5
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 570111 570286 570291
Changes: 
 php5 (5.3.1-5) unstable; urgency=low
 .
   [ Sean Finney ]
   * Pass full path to php cli executable for unit tests
   * dont-gitclean-in-build.patch: Don't run git-clean via buildconf
   * update debian patch page_size_fixes.patch with upstream bug ref
   * new debian patch broken_5.3_test-posix_uname.patch (Closes: #570286)
 .
   [ Raphael Geissert ]
   * Add build-dependency on netbase to fix a test (Closes: #570291)
   * Suhosin PAGE_SIZE fixes have been already forwarded
   * Fix a race condition on shtool's mkdir -p (Closes: #570111)
   * Actually test the binary that is to be shipped in the -cli package
   * Add some more documentation about the build system
   * Documentation updates
   * Update the suhosin patch version information
   * Build-dep on locales-all to enable multiple tests
   * Don't ship empty maintainer scripts
   * Add patch to allow building with qdbm
   * Test the extensions that don't require a special setup
   * Get the correct list of built-in extensions of apache2filter
Checksums-Sha1: 
 e6fd04c2d38a9002516c0451e8ff2a06f7645054 2669 php5_5.3.1-5.dsc
 9a791c7385f24498304e9867f3ce6367babf71ae 169550 php5_5.3.1-5.diff.gz
 2fadd73d3b2a10c87e01dd18aefb1c56247df8da 1070 php5_5.3.1-5_all.deb
 b7cc995e8344ae342654c44cb4f088a723cfb4a8 362026 php-pear_5.3.1-5_all.deb
 6918d6874b75daaf4aba4ca24da21cfc200875f3 491214 php5-common_5.3.1-5_i386.deb
 1d5665a7f28268adee23170ac5fbde78d644c8dd 2819268 libapache2-mod-php5_5.3.1-5_i386.deb
 e7f61264879956eeb02415491d12d87536db0604 2818332 libapache2-mod-php5filter_5.3.1-5_i386.deb
 b05dc4a9133f7b67f5f53281f9fee3720bbddebe 5577628 php5-cgi_5.3.1-5_i386.deb
 eb976872fa45d9a21831ef540de2c6da26a71aa9 2789520 php5-cli_5.3.1-5_i386.deb
 0f8f8ac83228739114b7c75f5756f59fcba71786 406966 php5-dev_5.3.1-5_i386.deb
 35f35ec2ba1a057702aebe335b1b6de0b1b5d7bc 10630562 php5-dbg_5.3.1-5_i386.deb
 2c1737bfbb3bf4e129b11592a5757da99e45bdab 24780 php5-curl_5.3.1-5_i386.deb
 1c88614d8c752c2af39442b9450591921a84d1db 7410 php5-enchant_5.3.1-5_i386.deb
 eba3190c7a726da1bfa4e153976c7c5cc813e8a5 34576 php5-gd_5.3.1-5_i386.deb
 1dd36dd6e0827b1134c0d4ff53e710b3e3c5efa4 13870 php5-gmp_5.3.1-5_i386.deb
 ba4c663b904f0aa97d0e4a7ff91b5392d64a2146 31050 php5-imap_5.3.1-5_i386.deb
 2135054123e558155ec4ace4d9b08ad5d2d20f14 46112 php5-interbase_5.3.1-5_i386.deb
 976a16157aa8f7048c4547a90bfc4e772cbe7681 50724 php5-intl_5.3.1-5_i386.deb
 581e4ae70a347cff0f432c2c07103b47c31e855e 17470 php5-ldap_5.3.1-5_i386.deb
 6ca64ca77012a81307b457a7d24935091e6f1f3b 11566 php5-mcrypt_5.3.1-5_i386.deb
 4bec001fab66363184c97a16e143a10eeaef17ba 63896 php5-mysql_5.3.1-5_i386.deb
 e113625bba89508bff4e1901c420ce33502654c3 31234 php5-odbc_5.3.1-5_i386.deb
 20c769a58f70768c0af71b733f453f8ccfec9efe 51856 php5-pgsql_5.3.1-5_i386.deb
 80ebd27147591a5270cc4799ce9eb3b95c2a4dd8 7230 php5-pspell_5.3.1-5_i386.deb
 bbd95c9b0f395a9e5e2d0f8ad6dfd2c02eb7b62f 4110 php5-recode_5.3.1-5_i386.deb
 bf15ebe943cc33221276fa98239dd8c9eea7c934 10310 php5-snmp_5.3.1-5_i386.deb
 0d8eee0de6b5cb31297d06fef33593fa10ea0ce4 47484 php5-sqlite_5.3.1-5_i386.deb
 fc4de5253b3e4b0a15b971fd3da58e326012eaca 23582 php5-sybase_5.3.1-5_i386.deb
 dadda530381f2f5b1f2a7421e9c35813c15c247d 16288 php5-tidy_5.3.1-5_i386.deb
 38d7f4a7187d571eecdf3cb07b22e7fdef109570 31694 php5-xmlrpc_5.3.1-5_i386.deb
 52e7cb72ae77071864a881bcf182e0abe0e6c74b 12302 php5-xsl_5.3.1-5_i386.deb
Checksums-Sha256: 
 63aea54e9c4da174bbcfef11b2c40a26a6ef574747463f03815af777b5efd63b 2669 php5_5.3.1-5.dsc
 f43595a088f9b88766deae72c93c3295d5eb7a7077893e45ec5bc2d3c24c576e 169550 php5_5.3.1-5.diff.gz
 e1027e68d67e491dd595c50b6d8bb38de40a6954dee40cfb38ddb97a256fc936 1070 php5_5.3.1-5_all.deb
 69fe0a115fbe52062d1548e6744a76520ed4c1079d8e2ed3e1044931cc63143e 362026 php-pear_5.3.1-5_all.deb
 b5f20ca1c35532583ee36dc7d2ae14041dddebece97d6865ef2c3e4165b86365 491214 php5-common_5.3.1-5_i386.deb
 97dbff4d76bf1f07f69331ea58da9bcf1d73813ab147e991e8e2c1543aa05952 2819268 libapache2-mod-php5_5.3.1-5_i386.deb
 1fe1553413149e326b39719e62372ab48f16e57f6c6b1c9302110b55b7006df2 2818332 libapache2-mod-php5filter_5.3.1-5_i386.deb
 5a2e15b9b11b844500ab4c6b9917d172f33204acc03229552dbd2510205415a8 5577628 php5-cgi_5.3.1-5_i386.deb
 da44fa764c76810f4db5e899c56e8b47df21af2a7874ae29db752d6138132b06 2789520 php5-cli_5.3.1-5_i386.deb
 c2948b3207bd9c65ac4258d67ff3dd2a76a757f4da2ca2cf279f35d6e3523783 406966 php5-dev_5.3.1-5_i386.deb
 5db5af7279cdee03d70767e3a8c4b35b1fce402a59e1a8aa045ae22903f5cda8 10630562 php5-dbg_5.3.1-5_i386.deb
 be0b4e7a5a8b7314dcfd4260f782662b61f593a764ae303d08bbf67c5fed9ff2 24780 php5-curl_5.3.1-5_i386.deb
 62e15673c6a3b8865ec1f2f69a952c5a9c6b01b834298ad090e4aaac674bccae 7410 php5-enchant_5.3.1-5_i386.deb
 ffcc09a492c041076e7cbb356287bc39f8d71a16650a7e7c915705b1471385b9 34576 php5-gd_5.3.1-5_i386.deb
 dd6468c1e998b0821c5c5e6f3cc45620d4442f91f843717c88066fed561c9852 13870 php5-gmp_5.3.1-5_i386.deb
 f0faf1cb7e531fc50603c9c6a47b4b6c88ddb6df693f379af178b5468ec7597e 31050 php5-imap_5.3.1-5_i386.deb
 aa902c50f5870363d84667f68c6a30da1d9a7b4ad7eb306f06f45874fc7daf10 46112 php5-interbase_5.3.1-5_i386.deb
 e98c075cbe507af5189652574432e0cffedb5d6a7f85d4419e18f997d3356b45 50724 php5-intl_5.3.1-5_i386.deb
 4c74cba11494e367e41de3e880b4286e2fd5b0a5a7708d04c09ae8094f17891a 17470 php5-ldap_5.3.1-5_i386.deb
 d594f01e35bff1029f6855603e551f3ceec68eb0bef017fe809909b01097f3a9 11566 php5-mcrypt_5.3.1-5_i386.deb
 c8a951cdb12032dec15bc03c3abf173f101433260f4f9b567a8c4c3f7a66493c 63896 php5-mysql_5.3.1-5_i386.deb
 f7c5fef422b5241a7c6f3ad18823b648dfac9d2654a90f0527778029de45ef15 31234 php5-odbc_5.3.1-5_i386.deb
 68d324e09fb61cb996db946e0ef22ea7f6810b9335035a588e3e27973ef7f700 51856 php5-pgsql_5.3.1-5_i386.deb
 4ad62054f3ccf61893cb36c31e03d0609a398c507d7a70187554a7f91bd38123 7230 php5-pspell_5.3.1-5_i386.deb
 60093a92489b38b45e3f2a6a80037ddbace1225092344a014986cc20b92d782d 4110 php5-recode_5.3.1-5_i386.deb
 97cc8affded3642fdc8309c77e529942dc95d13c435f211f4341e3305a5a9047 10310 php5-snmp_5.3.1-5_i386.deb
 4f6098a67b7d062df96908d7dab76f8b24cf6b68fd153e17d7847011ceadef64 47484 php5-sqlite_5.3.1-5_i386.deb
 e23c85c535072487eb35114cbd3bade92c8e118431aab3411ef45abb6136f6ab 23582 php5-sybase_5.3.1-5_i386.deb
 39106c4239e34286ea8267f202abf840dc1d5e0b3830b2bdc64c7e3560f52da0 16288 php5-tidy_5.3.1-5_i386.deb
 0cc85d2ce7b2a57cbfa92de7db76284ad0fb231c6043d6f9ab0b55acc5a933b0 31694 php5-xmlrpc_5.3.1-5_i386.deb
 a6a621840d1d411a2d38260621b9710963ce2ef6b64824b218667974c4522339 12302 php5-xsl_5.3.1-5_i386.deb
Files: 
 d03bffacd92df69d6855ef2370fcea4e 2669 php optional php5_5.3.1-5.dsc
 1668d1ad394f2bce4d285b0b3aeff113 169550 php optional php5_5.3.1-5.diff.gz
 6314226da22cb93cbb8192f1ee115ec0 1070 php optional php5_5.3.1-5_all.deb
 7082378f4ffddfbc0c786ffb33dba4aa 362026 php optional php-pear_5.3.1-5_all.deb
 c6e3607afa3b06c802d95d525a6735f4 491214 php optional php5-common_5.3.1-5_i386.deb
 cbe6718a76f9103bb9e7d2b876a8cf5e 2819268 httpd optional libapache2-mod-php5_5.3.1-5_i386.deb
 8f035775ee352572196cb716de5a0786 2818332 httpd optional libapache2-mod-php5filter_5.3.1-5_i386.deb
 72326aedd53dfae7934e954d09bb2649 5577628 php optional php5-cgi_5.3.1-5_i386.deb
 dbcb45bf07e4931f654a81da288a7338 2789520 php optional php5-cli_5.3.1-5_i386.deb
 ecd341ba7abe65ef073cfed3fffadb8c 406966 php optional php5-dev_5.3.1-5_i386.deb
 fc5f6bf3f8b03a67e7d24376bee7113c 10630562 debug extra php5-dbg_5.3.1-5_i386.deb
 c7beb5ae7d6df64a68b8d84d1a253ad2 24780 php optional php5-curl_5.3.1-5_i386.deb
 47b5b2c225676ad0815e52a1caa12d36 7410 php optional php5-enchant_5.3.1-5_i386.deb
 2ecd33485db228e09bf6570feedc7e69 34576 php optional php5-gd_5.3.1-5_i386.deb
 62f3ef1f047efa3e67b50d90d58dba9c 13870 php optional php5-gmp_5.3.1-5_i386.deb
 3718f3f9cf926f9b63c5a899480a1240 31050 php optional php5-imap_5.3.1-5_i386.deb
 3493f6b076085749199f50d8da11ec79 46112 php optional php5-interbase_5.3.1-5_i386.deb
 2a6a4b3df95a1a997a1b34419d47b162 50724 php optional php5-intl_5.3.1-5_i386.deb
 ee487d872ae06057d49aeabe12ef784c 17470 php optional php5-ldap_5.3.1-5_i386.deb
 090155b229146f0c1cdce63d6f66db18 11566 php optional php5-mcrypt_5.3.1-5_i386.deb
 2848dbc7e0565180128406500ec2cd79 63896 php optional php5-mysql_5.3.1-5_i386.deb
 e1889a78d8b42d8b1d73d027fb7d744a 31234 php optional php5-odbc_5.3.1-5_i386.deb
 8c752c9a476792913c39745a9d1b3ecf 51856 php optional php5-pgsql_5.3.1-5_i386.deb
 20ad557412577d30f43be9f41f2a8016 7230 php optional php5-pspell_5.3.1-5_i386.deb
 9014bab90679ce563488b828a69aba5c 4110 php optional php5-recode_5.3.1-5_i386.deb
 598f4cb459f21554b60773edec612cd6 10310 php optional php5-snmp_5.3.1-5_i386.deb
 888c54d35f8c80030333c0bb620cbae2 47484 php optional php5-sqlite_5.3.1-5_i386.deb
 360299c66a1754a82fa0f4d873f4107d 23582 php optional php5-sybase_5.3.1-5_i386.deb
 820649ac2340c80d1efb156545beefe9 16288 php optional php5-tidy_5.3.1-5_i386.deb
 61a13845e176e32a0fff21e447588e42 31694 php optional php5-xmlrpc_5.3.1-5_i386.deb
 ccb2a7c7a18d98817fe26dedf03962ff 12302 php optional php5-xsl_5.3.1-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkuC9vkACgkQYy49rUbZzlpYFwCbBPVp4iNlK42k6ZkAmgxtMuwh
FGoAn23jPn/MnanABD5MzxHmztHbUO1G
=u2Lk
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 27 Mar 2010 07:28:00 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 03:25:11 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.