X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id D5B4BDC8BED for ; Tue, 5 Apr 2016 07:25:54 +0000 (UTC) Received: from mail-lb0-f195.google.com (mail-lb0-f195.google.com [209.85.217.195]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6CF2FDC1529 for ; Tue, 5 Apr 2016 07:25:54 +0000 (UTC) Received: by mail-lb0-f195.google.com with SMTP id vk4so391981lbb.1 for ; Tue, 05 Apr 2016 00:25:53 -0700 (PDT) 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-transfer-encoding; bh=dHndhVOCEVcsVSgxKPQrVojG/7FGZ8reNf0AYHPFWP4=; b=anv/OdnBk87GYG17gH7U+e+4wCEK48iKru1TtRB9i8jtennRIDSm4lnOfM+/zMxILc jXhH/pHuhz4SWgnFXl5PYtcN0M8I5jejnrOoz2gys2vqh0x+TpDEquEaZlZcNR+gLAQ0 OpYx0gJACzfZqGsVFn8J4VuCQY0oIbDDQysbfOFMjrt6YgE5Db31PVqIJzcCcdPaMh5m hcEA1cIU6vg4GQGhqMKiKl00dJ7PSXvqf/Z1OfXgrCMpRvJD0Mumvd20A/dvurt/n4le XkoZ19mnXoxULNJes3ZD6FjQYkFLcsXL39Us+JnCmqMUmdAwUbiOvEqzC4kWTbzZrgjk Hr9A== 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-transfer-encoding; bh=dHndhVOCEVcsVSgxKPQrVojG/7FGZ8reNf0AYHPFWP4=; b=C5aYhzLWAenRrHrjmJBLZe1z+Sl9xMP279nC7ZJ7YAXNulfDibqjvN4qy/cTrTvxjn AwLSjdh8yw6xsqKb9AW/fq+VUCcBVe1HnEjZ2UNg9t2H6Mcy7B+PQZbSdktJp7QV6YXY 6MI24gcz3hwf5qvNejPXwBkj4pu/HHT1z6zrEDmJhPfbNW6HPpQ1wzljvdh8vuhRmtgM 0zHmvjh4S4wlJL11sLWpfYsQ7Z6b5Q+Ms0D2zn1A8RqJ9HcbVJAIC+AhkpukZH3Pifmn p4nioTTotpu2Zq/DNMAcHwgokpMuj5ttr7ucIzPAKej0rCYBlVcaE+qIIcETS0PIrH39 32BA== X-Gm-Message-State: AD7BkJLQIyYzJrMxIf3kcWqaYOvxgOT663sKidB0r95YlAe2vlMwovtOP6wZCikqhkvrLg== X-Received: by 10.112.130.41 with SMTP id ob9mr3272058lbb.81.1459747526309; Sun, 03 Apr 2016 22:25:26 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id 87sm2777816lfr.48.2016.04.03.22.25.25 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Apr 2016 22:25:26 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 4 Apr 2016 08:25:18 +0300 From: Timo Teras To: Valery Kartel Cc: alpine-devel@lists.alpinelinux.org, Fabio da Silva Ribeiro , andy@blyler.cc, IT Developer Subject: [alpine-devel] Re: php7 in alpine Message-ID: <20160404082521.29818b63@vostro.util.wtbts.net> In-Reply-To: References: <20160403220435.3702f5be@vostro> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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, 4 Apr 2016 00:18:01 +0300 Valery Kartel wrote: > IMHO, it's not so necessary to made 7th line as main for a now. php > 5.6 is clean enough for production purposes. > > And as you know, there is some problems with compiling php7 on x86 > alpine build machines. > I have no problem to compile it on my x86, So I have some > difficulties with it. > I need to add x86 to arch before made some new fix or addon and then > I need to remove x86 before commit. Oh yes, we had this issue too. The problem was that CFLAGS is not honored (-fPIC), and some object files are created with text relocations. It's probably matter of resolving the CFLAGS passing. /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---