Debian Bug report logs -
#641672
php5-fpm: Error compiling latest git sources with --enable-maintainer-zts: ext/standard/crypt.c:156: error: storage size of ‘buffer’ isn’t known
Reported by: Ettore Del Negro <write@ettoredelnegro.me>
Date: Thu, 15 Sep 2011 04:45:51 UTC
Severity: minor
Merged with 641679
Found in version 5.3.8-1~dotdeb.2
Fixed in version 5.5.0+dfsg-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, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#641672; Package php5-fpm.
(Thu, 15 Sep 2011 04:45:55 GMT) (full text, mbox, link).
Acknowledgement sent
to Ettore Del Negro <write@ettoredelnegro.me>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 15 Sep 2011 04:45:55 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-fpm
Version: 5.3.8-1~dotdeb.2
Severity: serious
Justification: fails to build from source
Enabling --enable-maintainer-zts causes the following compile error:
php/ext/standard/crypt.c: In function ‘zif_crypt’:
php/ext/standard/crypt.c:156: error: storage size of ‘buffer’ isn’t known
php/ext/standard/crypt.c:201:3: warning: #warning Using system MD5 crypt function, which is OK on Debian system
php/ext/standard/crypt.c:202: warning: implicit declaration of function ‘crypt_r’
php/ext/standard/crypt.c:213:3: warning: #warning Using system SHA512 crypt function, which is OK on Debian system
php/ext/standard/crypt.c:226:3: warning: #warning Using system SHA256 crypt function, which is OK on Debian system
php/ext/standard/crypt.c:251:3: warning: #warning Using PHP BlowFish crypt function, which is OK on Debian system
php/ext/standard/crypt.c:265:3: warning: #warning Using PHP extended DES crypt function, which is OK on Debian system
php/ext/standard/crypt.c:272:3: warning: #warning Using system standard DES crypt function, which is OK on Debian system
php/ext/standard/crypt.c:156: warning: unused variable ‘buffer’
make[1]: *** [ext/standard/crypt.lo] Error 1
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages php5-fpm depends on:
ii dpkg 1.15.8.11 Debian package management system
ii libbz2-1.0 1.0.5-6 high-quality block-sorting file co
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libcomerr2 1.41.12-4stable1 common error description library
ii libdb4.8 4.8.30-2 Berkeley v4.8 Database Libraries [
ii libgssapi-krb5-2 1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries
ii libmagic1 5.04-5 File type determination library us
ii libonig2 5.9.1-1 Oniguruma regular expressions libr
ii libqdbm14 1.8.77-4 QDBM Database Libraries [runtime]
ii libssl0.9.8 0.9.8o-4squeeze2 SSL shared libraries
ii libxml2 2.7.8.dfsg-2+squeeze1 GNOME XML library
ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap
ii php5-common 5.3.8-1~dotdeb.2 Common files for packages built fr
ii tzdata 2011d-0squeeze1 time zone and daylight-saving time
ii ucf 3.0025+nmu1 Update Configuration File: preserv
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
php5-fpm recommends no packages.
Versions of packages php5-fpm suggests:
pn php-pear <none> (no description available)
-- Configuration Files:
/etc/php5/fpm/php-fpm.conf changed [not included]
/etc/php5/fpm/pool.d/www.conf changed [not included]
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#641672; Package php5-fpm.
(Thu, 15 Sep 2011 05:48:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Ondřej Surý <ondrej@sury.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 15 Sep 2011 05:48:03 GMT) (full text, mbox, link).
Message #10 received at 641672@bugs.debian.org (full text, mbox, reply):
control 641672 minor
thank you
Hi,
we do support only the options enabled in the debian package.
Ondřej Surý
On 15.9.2011, at 6:32, Ettore Del Negro <write@ettoredelnegro.me> wrote:
> Package: php5-fpm
> Version: 5.3.8-1~dotdeb.2
> Severity: serious
> Justification: fails to build from source
>
>
> Enabling --enable-maintainer-zts causes the following compile error:
> php/ext/standard/crypt.c: In function ‘zif_crypt’:
> php/ext/standard/crypt.c:156: error: storage size of ‘buffer’ isn’t known
> php/ext/standard/crypt.c:201:3: warning: #warning Using system MD5 crypt function, which is OK on Debian system
> php/ext/standard/crypt.c:202: warning: implicit declaration of function ‘crypt_r’
> php/ext/standard/crypt.c:213:3: warning: #warning Using system SHA512 crypt function, which is OK on Debian system
> php/ext/standard/crypt.c:226:3: warning: #warning Using system SHA256 crypt function, which is OK on Debian system
> php/ext/standard/crypt.c:251:3: warning: #warning Using PHP BlowFish crypt function, which is OK on Debian system
> php/ext/standard/crypt.c:265:3: warning: #warning Using PHP extended DES crypt function, which is OK on Debian system
> php/ext/standard/crypt.c:272:3: warning: #warning Using system standard DES crypt function, which is OK on Debian system
> php/ext/standard/crypt.c:156: warning: unused variable ‘buffer’
> make[1]: *** [ext/standard/crypt.lo] Error 1
>
> -- System Information:
> Debian Release: 6.0.2
> APT prefers stable-updates
> APT policy: (500, 'stable-updates'), (500, 'stable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages php5-fpm depends on:
> ii dpkg 1.15.8.11 Debian package management system
> ii libbz2-1.0 1.0.5-6 high-quality block-sorting file co
> ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
> ii libcomerr2 1.41.12-4stable1 common error description library
> ii libdb4.8 4.8.30-2 Berkeley v4.8 Database Libraries [
> ii libgssapi-krb5-2 1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - k
> ii libk5crypto3 1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - C
> ii libkrb5-3 1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries
> ii libmagic1 5.04-5 File type determination library us
> ii libonig2 5.9.1-1 Oniguruma regular expressions libr
> ii libqdbm14 1.8.77-4 QDBM Database Libraries [runtime]
> ii libssl0.9.8 0.9.8o-4squeeze2 SSL shared libraries
> ii libxml2 2.7.8.dfsg-2+squeeze1 GNOME XML library
> ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap
> ii php5-common 5.3.8-1~dotdeb.2 Common files for packages built fr
> ii tzdata 2011d-0squeeze1 time zone and daylight-saving time
> ii ucf 3.0025+nmu1 Update Configuration File: preserv
> ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
>
> php5-fpm recommends no packages.
>
> Versions of packages php5-fpm suggests:
> pn php-pear <none> (no description available)
>
> -- Configuration Files:
> /etc/php5/fpm/php-fpm.conf changed [not included]
> /etc/php5/fpm/pool.d/www.conf changed [not included]
>
> -- no debconf information
>
>
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
Forcibly Merged 641672 641679.
Request was from Raphael Geissert <geissert@debian.org>
to control@bugs.debian.org.
(Sun, 25 Sep 2011 06:48:10 GMT) (full text, mbox, link).
Severity set to 'minor' from 'serious'
Request was from Raphael Geissert <geissert@debian.org>
to control@bugs.debian.org.
(Sun, 25 Sep 2011 06:48:11 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#641672; Package php5-fpm.
(Thu, 01 Mar 2012 13:54:06 GMT) (full text, mbox, link).
Acknowledgement sent
to Will Daniels <debian@willdaniels.co.uk>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 01 Mar 2012 13:54:06 GMT) (full text, mbox, link).
Message #19 received at 641672@bugs.debian.org (full text, mbox, reply):
Sure, zte builds are not officially provided, but since it is Debian
changes that cause the problem, perhaps you'd like to look into it all
the same?
$ quilt delete php_crypt_revamped.patch
...should solve the build problem.
Seems to be a lot going on in that patch so not sure about the
consequences. Maybe it is documented elsewhere in the package, but some
explanation in a DEP-3 header on that patch would be handy.
-Will
!DSPAM:4f4f7eb877882009313927!
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#641672; Package php5-fpm.
(Thu, 01 Mar 2012 13:54:08 GMT) (full text, mbox, link).
Acknowledgement sent
to Will Daniels <debian@willdaniels.co.uk>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 01 Mar 2012 13:54:08 GMT) (full text, mbox, link).
Message #24 received at 641672@bugs.debian.org (full text, mbox, reply):
Sure, zte builds are not officially provided, but since it is Debian
changes that cause the problem, perhaps you'd like to look into it all
the same?
$ quilt delete php_crypt_revamped.patch
...should solve the build problem.
Seems to be a lot going on in that patch so not sure about the
consequences. Maybe it is documented elsewhere in the package, but some
explanation in a DEP-3 header on that patch would be handy.
-Will
!DSPAM:4f4f7d7477888139736053!
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#641672; Package php5-fpm.
(Sat, 03 Mar 2012 10:39:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Allard Hoeve <allard@byte.nl>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Sat, 03 Mar 2012 10:39:06 GMT) (full text, mbox, link).
Message #29 received at 641672@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Hi all,
I ran into this problem while backporting to squeeze, amd64.
--enable-maintainer-zts is not enabled.
Disabling the mentioned patch solves the problem.
Best,
Allard
[Message part 2 (text/html, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#641672; Package php5-fpm.
(Sat, 03 Mar 2012 15:03:03 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>.
(Sat, 03 Mar 2012 15:03:03 GMT) (full text, mbox, link).
Message #34 received at 641672@bugs.debian.org (full text, mbox, reply):
Build log would have been helpful, but that should not happen, I have
my backported repository with amd64 and i386 which builds and works
just fine.
O.
On Sat, Mar 3, 2012 at 11:36, Allard Hoeve <allard@byte.nl> wrote:
>
> Hi all,
>
> I ran into this problem while backporting to squeeze, amd64.
> --enable-maintainer-zts is not enabled.
>
> Disabling the mentioned patch solves the problem.
>
> Best,
>
> Allard
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
--
Ondřej Surý <ondrej@sury.org>
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#641672; Package php5-fpm.
(Sat, 03 Mar 2012 16:00:21 GMT) (full text, mbox, link).
Acknowledgement sent
to Allard Hoeve <allard@byte.nl>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Sat, 03 Mar 2012 16:00:21 GMT) (full text, mbox, link).
Message #39 received at 641672@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On Sat, Mar 3, 2012 at 15:59, Ondřej Surý <ondrej@debian.org> wrote:
> Build log would have been helpful, but that should not happen, I have
> my backported repository with amd64 and i386 which builds and works
> just fine.
>
Ok. I'll try to attach one later today.
Allard
[Message part 2 (text/html, inline)]
Reply sent
to Lior Kaplan <kaplan@debian.org>:
You have taken responsibility.
(Sat, 28 Sep 2013 22:54:05 GMT) (full text, mbox, link).
Notification sent
to Ettore Del Negro <write@ettoredelnegro.me>:
Bug acknowledged by developer.
(Sat, 28 Sep 2013 22:54:05 GMT) (full text, mbox, link).
Message #44 received at 641672-done@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Version: 5.5.0+dfsg-1
We dropped the patch when switching to 5.5 branch.
Kaplan
[Message part 2 (text/html, inline)]
Reply sent
to Lior Kaplan <kaplan@debian.org>:
You have taken responsibility.
(Sat, 28 Sep 2013 22:54:06 GMT) (full text, mbox, link).
Notification sent
to Ettore Del Negro <write@ettoredelnegro.me>:
Bug acknowledged by developer.
(Sat, 28 Sep 2013 22:54:06 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sun, 27 Oct 2013 07:32:13 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:47:53 2023;
Machine Name:
bembo
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.