X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 3B067DC04DD for ; Tue, 23 Feb 2016 07:11:26 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C268EDC012C for ; Tue, 23 Feb 2016 07:11:25 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id 78so109112846lfy.3 for ; Mon, 22 Feb 2016 23:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=YE2iPolMFurbbUutZAvDJ7xUhGuouVf/9BIndYDT2kc=; b=KbfupMKtzbIKu39rhrjq6sImn6pN7tDsIDXkMYuqTgXe7zmqPnM4XEz97ITlsnYy7Z L1teR2knL3dT5Ujqbry9ewuY3Hbiy0r0tyG57GK5gX87ai2Z0Y0YyZJFWglEVKWoWLB/ RmNeciS4SbQUEMZRsCdOTmyCm+N6QkZL2ar8gz5ZUJfQIrasd+Rt2Ybtfj+ElXsfo71O IueHGAJh/bl162HuPNMdwGKlBWdiCc8bt9h++BLSkgFER0WSX/Sbp8k9QvHqDwpp6mpx MWpd6RhbCFLMaJOiim8ExS9T8WuG/gxh+Cy+IJHXD8TLUzFeAbDoGAU5CUYw9P2iCLiT YQqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=YE2iPolMFurbbUutZAvDJ7xUhGuouVf/9BIndYDT2kc=; b=HC1BLSu0br5nFHZDF/i+O88wu8J0Sb5g9v6cf+HXOrJn3ZhwnwSF42i/eqtaWHXZf8 yDXskHJ+8a+0fe0rQTa5qgw6X/ntghLoTqE6x9KVAevTxPi7Leh7ET0lKo8H4BOVHayZ 1oyKIswCaSkGlYx4xe+af1x8+giQmz/VtSqtyKyP3EovXFnR8o38WexR7Mqcpw4WT1w8 w7KbttpRhma4YTANs1mwwoodvJD1kUmbGYzdwdNnxslClB9gbbenY2XCsCOvhH+2QeDH ihMleUhFWmaA8gAAera7SZLcM8tYyaeribEHM9fj4YLgbD2TA8e1dR19PIWAynuEYGwj oolA== X-Gm-Message-State: AG10YOSccpezkTe0YHuvNwUtvta3a13xbzIWPuCZ71hBaIHs4gZLufKI94oyuyHjJDtYRQ== X-Received: by 10.25.40.210 with SMTP id o201mr3794391lfo.44.1456211483975; Mon, 22 Feb 2016 23:11:23 -0800 (PST) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id i66sm3926928lfg.4.2016.02.22.23.11.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Feb 2016 23:11:23 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Tue, 23 Feb 2016 09:11:21 +0200 From: Timo Teras To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/php7: fix mysqli, mysqlnd and pdo_mysql extensions Message-ID: <20160223091121.133f6b7d@vostro.util.wtbts.net> In-Reply-To: <1456138588-28811-1-git-send-email-valery.kartel@gmail.com> References: <1456138588-28811-1-git-send-email-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 22 Feb 2016 12:56:28 +0200 Valery Kartel wrote: > - mysqli and pdo_mysql now uses system libmysqlclient library > - mysqlnd now has mysqli as a backend does this fix #5111 also? > testing/php7/APKBUILD | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD > index 72e889c..260befe 100644 > --- a/testing/php7/APKBUILD > +++ b/testing/php7/APKBUILD > @@ -3,10 +3,10 @@ > pkgname=php7 > _pkgreal=php > pkgver=7.0.3 > -pkgrel=0 > +pkgrel=1 > pkgdesc="The PHP language runtime engine - 7th branch" > url="http://www.php.net/" > -arch="x86_64 armhf" > +arch="all" x86 build still failed with: ... Installing PEAR environment: /home/tteras/aports/testing/php7/pkg/php7/usr/share/php7/ PHP Warning: PHP Startup: Unable to load dynamic library '/home/tteras/aports/testing/php7/src/php-7.0.3/modules/xml.so' - Error loading shared library /home/tteras/aports/testing/php7/src/php-7.0.3/modules/xml.so: Permission denied in Unknown on line 0 [PEAR] xml extension is required /home/tteras/aports/testing/php7/src/php-7.0.3/build/shtool install -c ext/phar/phar.phar /home/tteras/aports/testing/php7/pkg/php7/usr/bin ln -s -f phar.phar /home/tteras/aports/testing/php7/pkg/php7/usr/bin/phar Installing PDO headers: /home/tteras/aports/testing/php7/pkg/php7/usr/include/php7/ext/pdo/ sed: /home/tteras/aports/testing/php7/pkg/php7/usr/bin/pear: No such file or directory sed: /home/tteras/aports/testing/php7/pkg/php7/usr/bin/peardev: No such file or directory sed: /home/tteras/aports/testing/php7/pkg/php7/usr/bin/pecl: No such file or directory >>> php7*: Running split function dev... mv: can't rename '/home/tteras/aports/testing/php7/pkg/php7/usr/bin/peardev': No such file or directory ... >>> php7*: Running postcheck for php7-fpm >>> php7*: Running split function pear... mv: can't rename '/home/tteras/aports/testing/php7/pkg/php7/usr/bin/pecl': No such file or directory mv: can't rename '/home/tteras/aports/testing/php7/pkg/php7/usr/bin/pear': No such file or directory mv: can't rename '/home/tteras/aports/testing/php7/pkg/php7/etc/php7/pear.conf': No such file or directory >>> ERROR: php7-pear*: pear failed >>> ERROR: php7*: prepare_subpackages failed >>> ERROR: php7: all failed >>> php7: Uninstalling dependencies... Additional diagnostics: $ file ./src/php-7.0.3/ext/xml/.libs/xml.so ./src/php-7.0.3/ext/xml/.libs/xml.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped $ ldd ./src/php-7.0.3/ext/xml/.libs/xml.so ldd: ./src/php-7.0.3/ext/xml/.libs/xml.so: Not a valid dynamic program readelf and other utils display valid data there. So I'm not sure if this is something in php build, in the toolchain or in musl dynamic linker. /Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---