php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73781 PHP 7.0.14 Test afrer compilation in Bunsenlabs Hydrogen x86_64 ()
Submitted: 2016-12-18 23:06 UTC Modified: 2016-12-19 00:09 UTC
From: gustaw dot daniel at gmail dot com Assigned: yohgaki (profile)
Status: Closed Package: Testing related
PHP Version: 7.0.14 OS: Bunsenlabs
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gustaw dot daniel at gmail dot com
New email:
PHP Version: OS:

 

 [2016-12-18 23:06 UTC] gustaw dot daniel at gmail dot com
Description:
------------
I have the following system:

# lsb_release -a
No LSB modules are available.
Distributor ID:	BunsenLabs
Description:	BunsenLabs GNU/Linux 8.6 (Hydrogen)
Release:	8.6
Codename:	bunsen-hydrogen

I clonned release 7.0.14

# cd /usr/src && git clone -b PHP-7.0.14 https://github.com/php/php-src --depth 1

I installed the following packages:

# apt-get install make autoconf gcc bison apache2-dev libxml2-dev \
   libssl-dev pkg-config libbz2-dev libcurl4-gnutls-dev libjpeg-dev \
   libpng-dev libxpm-devel libfreetype6-dev libgmp-dev libicu-dev \
   libmcrypt-dev mysql-server libmysqlclient-dev libpspell-dev \
   librecode-dev libtool libtool-bin

I done the following links:

# ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
# ln -sf /usr/lib/x86_64-linux-gnu/libldap.so /usr/lib/libldap.so
# ln -sf /usr/lib/x86_64-linux-gnu/liblber.so /usr/lib/liblber.so
  
I configured PHP

# ./buildconf --force
# ./configure --prefix=/usr/local/php/7.0 \
    --with-config-file-path=/etc/php/7.0/apache2 \
    --with-config-file-scan-dir=/etc/php/7.0/apache2/conf.d \
    --enable-mbstring \
    --enable-zip \
    --enable-bcmath \
    --enable-pcntl \
    --enable-ftp \
    --enable-exif \
    --enable-calendar \
    --enable-sysvmsg \
    --enable-sysvsem \
    --enable-sysvshm \
    --enable-wddx \
    --enable-intl \
    --with-curl \
    --with-mcrypt \
    --with-iconv \
    --with-gmp \
    --with-pspell \
    --with-gd \
    --with-jpeg-dir=/usr \
    --with-png-dir=/usr \
    --with-zlib-dir=/usr \
    --with-xpm-dir=/usr \
    --with-freetype-dir=/usr \
    --enable-gd-native-ttf \
    --enable-gd-jis-conv \
    --with-openssl \
    --with-pdo-mysql=/usr \
    --with-gettext=/usr \
    --with-zlib=/usr \
    --with-bz2 \
    --with-recode=/usr \
    --with-apxs2=/usr/bin/apxs \
    --with-mysqli=/usr/bin/mysql_config \
    --with-ldap 

I compiled sources:

# sudo make clean
# sudo make -j `cat /proc/cpuinfo | grep processor | wc -l`

I have seen message:

Build complete.
Don't forget to run 'make test'.

So I done test

# make test

This is my result:

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   24
Exts tested     :   51
---------------------------------------------------------------------

Number of tests : 14763             11758
Tests skipped   : 3005 ( 20.4%) --------
Tests warned    :    6 (  0.0%) (  0.1%)
Tests failed    :    3 (  0.0%) (  0.0%)
Expected fail   :   39 (  0.3%) (  0.3%)
Tests passed    : 11710 ( 79.3%) ( 99.6%)
---------------------------------------------------------------------
Time taken      : 2664 seconds
=====================================================================

Rest is on pastebin

http://pastebin.com/HMBAtG4H


Test script:
---------------
http://pastebin.com/piZDxUua

Expected result:
----------------
I exepected 100% tests PASSED.

Actual result:
--------------
I obtained:

Tests warned    :    6 (  0.0%) (  0.1%)
Tests failed    :    3 (  0.0%) (  0.0%)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-19 00:07 UTC] yohgaki@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: yohgaki
 [2016-12-19 00:07 UTC] yohgaki@php.net
You are supposed to post test reports to qa.php.net.
 [2016-12-19 00:09 UTC] yohgaki@php.net
If you have noticed concrete/precise bug from test suite, you are welcomed to post bug details here.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 11:01:34 2025 UTC