From:             gustaw dot daniel at gmail dot com
Operating system: Bunsenlabs
PHP version:      7.0.14
Package:          Testing related
Bug Type:         Bug
Bug description:PHP 7.0.14 Test afrer compilation in Bunsenlabs Hydrogen x86_64 
()

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%)

-- 
Edit bug report at https://bugs.php.net/bug.php?id=73781&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=73781&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=73781&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=73781&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=73781&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=73781&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=73781&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=73781&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=73781&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=73781&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=73781&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=73781&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=73781&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=73781&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=73781&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=73781&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=73781&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=73781&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=73781&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=73781&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=73781&r=mysqlcfg


-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to