Your message dated Sat, 14 Apr 2012 22:11:09 +0200
with message-id
<CALjhHG9PkR-RBXN7xHzu0ytMkTDEWFUivKGJJgpndCZYKi=s...@mail.gmail.com>
and subject line Re: [php-maint] Bug#668835: php5: 5.4.1~rc1 fails to build
from source on OpenSSL and PCRE libraries
has caused the Debian Bug report #668835,
regarding php5: 5.4.1~rc1 fails to build from source on OpenSSL and PCRE
libraries
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
668835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668835
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php5
Version: 5.4.1~rc1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
I tried installing php5 from source, but it fails when running debian/rules
binary upon checking for the OpenSSL libraries
configure: error: Cannot find OpenSSL's libraries
make: *** [configure-apache2-stamp] Error 1
* What exactly did you do (or not do) that was effective (or
ineffective)?
I removed the /usr from the debian/rules file, which makes the OpenSSL
configuration pass. It again breaks on PCRE though, which can't be resolved as
easily. I provided as directory /usr/include for the headers, but that makes it
break again in the next step:
checking for PCRE headers location... /usr/include
checking for PCRE library location... configure: error: Could not find
libpcre.(a|so) in /usr
make: *** [configure-apache2-stamp] Error 1
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-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/bash
--- End Message ---
--- Begin Message ---
Hi Frederik,
the php builds just fine:
https://buildd.debian.org/status/package.php?p=php5
We can probably help you, if you provide the system setup (version,
how do you build the package, full logs, etc.), but it's not the bug
if you cannot build it on your system.
BTW: Did you do apt-get build-dep php5 ?
O.
On Sat, Apr 14, 2012 at 20:58, Frederik Vanrenterghem
<[email protected]> wrote:
> Source: php5
> Version: 5.4.1~rc1
> Severity: serious
> Justification: fails to build from source (but built successfully in the past)
>
> Dear Maintainer,
> *** Please consider answering these questions, where appropriate ***
>
> * What led up to the situation?
> I tried installing php5 from source, but it fails when running debian/rules
> binary upon checking for the OpenSSL libraries
>
> configure: error: Cannot find OpenSSL's libraries
> make: *** [configure-apache2-stamp] Error 1
>
> * What exactly did you do (or not do) that was effective (or
> ineffective)?
> I removed the /usr from the debian/rules file, which makes the OpenSSL
> configuration pass. It again breaks on PCRE though, which can't be resolved as
> easily. I provided as directory /usr/include for the headers, but that makes
> it
> break again in the next step:
>
> checking for PCRE headers location... /usr/include
> checking for PCRE library location... configure: error: Could not find
> libpcre.(a|so) in /usr
> make: *** [configure-apache2-stamp] Error 1
>
>
>
>
> -- System Information:
> Debian Release: wheezy/sid
> APT prefers unstable
> APT policy: (500, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.0.0-1-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/bash
>
>
>
> _______________________________________________
> pkg-php-maint mailing list
> [email protected]
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint
--
Ondřej Surý <[email protected]>
--- End Message ---