X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-it1-f175.google.com (mail-it1-f175.google.com [209.85.166.175]) by lists.alpinelinux.org (Postfix) with ESMTP id 0C620F83221 for ; Thu, 28 Feb 2019 03:03:22 +0000 (UTC) Received: by mail-it1-f175.google.com with SMTP id m137so12658135ita.0 for ; Wed, 27 Feb 2019 19:03:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+mHQn1iX4FHMhYNSfXPaQ8ZDjP4NtB93ktf7YjCdQT8=; b=cooaBLGhQnziMHF/Jrispli9rjX9DP/jb33k6I9NaASF1vO2jM8K78NZ4EVu+pteLM eac8wf5PHDufU9oSkvQGMqlRZwljDMusLYCuri0ezW1yk2Guazi+Pw7YFIYshVgzHpKu TqBi9ENIqf8vgvUtFJHxDTJndGUaDBECyN+aU1uAJ7Iefs1QtrfK3ZmX+1fIIKklrwGE QnWfubq0o2dJkEjwfEvqPc2vz4oHKfTkvZXob+nm/FN6+FI6vbk6+70k7UBOshV/HGu4 lY/DGrnkuiHOZGWm2n/YSubFABpvZrz8x2sFhoQDIAd4Uo+FMXr1nETBJZL5ysFXaRdl TSJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+mHQn1iX4FHMhYNSfXPaQ8ZDjP4NtB93ktf7YjCdQT8=; b=TB0XGhX4n9jPOXj04SfU7cqJG4hN7gFy5SYFVMtKhZLOpLCRPK48k633ZW4AEq8pVE 1KQAmuf9/o9KkExA1+AL1uWpH8qtB1U4fYR0R8ARsKuDD/Ja6s2KC5S4Pm5a0/eeuYGo qNzK3J6LAySFYkxEjlXBSIUKMXcohsKL7Fdyc0TYGvwpCUWcbc4yAu4KhHnt2bopeF1c ZycgrWlM/dwRRULKCpYqz/08oyPNBcpz4SsIAJjqWk7N2MTeoh02K18jDOxPuW7tvZCf LuC7UX6ZaTRtiVkbdvxTPog3QFJ7/+nV8LnK5mJmKckoqxU56OvjQQMtdb1km1GQsO9A cfqQ== X-Gm-Message-State: APjAAAUZ1ODsHyswfniVDN7Yw1DdJBf/F8uuYpcEuWkM1uCWDwgP37BY KTcuJqDvg4cGKmZsrM/xRMoSU6LsDpg6Tpp50UI= X-Google-Smtp-Source: AHgI3IZTeJ3wxodtQwJjkHQiDLwmQ+F7OSurJ5XctB6Ch6/lNgFXFbzEs6Jsa6LYb+6Srf8p06VDBbL3+gBVotFlHs0= X-Received: by 2002:a24:2c11:: with SMTP id i17mr1608976iti.146.1551323001513; Wed, 27 Feb 2019 19:03:21 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <9dee165e-9a95-8fed-ff33-670128b6a81b@libero.it> <686c00d8db5592d281c0b050b605f17a7db17aab.camel@inventati.org> <8677aeca-e196-e13d-85cc-3ca469c752f3@libero.it> In-Reply-To: <8677aeca-e196-e13d-85cc-3ca469c752f3@libero.it> From: PICCORO McKAY Lenz Date: Wed, 27 Feb 2019 23:03:10 -0400 Message-ID: Subject: Re: [alpine-user] issues with compiler & crt To: Riccardo Mottola Cc: "Finn O'Leary" , alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="0000000000006fe9c00582eb88d8" --0000000000006fe9c00582eb88d8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable seems you dont read and pay attention of my prevously mail.. gcc in alpines seems support that other olders gcc can be linked with the default libstdc++ but you try to use older version that need a hard fixed dependenc= y so you must compile by yourselft then! El mi=C3=A9., 27 de feb. de 2019 a la(s) 17:24, Riccardo Mottola ( riccardo.mottola@libero.it) escribi=C3=B3: > Currently, my issue is this: > > ~# apk add g++6 > ERROR: unsatisfiable constraints: > libstdc++-8.3.0-r0: > breaks: g++6-6.4.0-r9[libstdc++=3D6.4.0-r9] > satisfies: gcc-8.3.0-r0[so:libstdc++.so.6] > gcc-8.3.0-r0: > breaks: g++6-6.4.0-r9[gcc=3D6.4.0-r9] > its not an issue, its a "limitation of the behaviour" in the distro due alpine assumes that always will be only one compiler when i try to provide some "made by me" package noted that will need more time and i not have it so that's why i used debian to those complicated thins like compile a binary and redistribute! until alpine can support many things like that (seems not?) > > > I wonder if this is an error my side and it can be solved? or > essentially the gcc6 package provided is broken. > > Riccardo > --0000000000006fe9c00582eb88d8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
seems you dont read and pay attention of my prevously mail.. gcc in = alpines seems support that other olders gcc can be linked with the default = libstdc++ but you try to use older version that need a hard fixed dependenc= y
so you must compile by yourselft then!=

El mi=C3=A9., 27 de fe= b. de 2019 a la(s) 17:24, Riccardo Mottola (riccardo.mottola@libero.it) escribi=C3=B3:
Currently, my issue is this:

~# apk add g++6
ERROR: unsatisfiable constraints:
=C2=A0 =C2=A0libstdc++-8.3.0-r0:
=C2=A0 =C2=A0 =C2=A0breaks: g++6-6.4.0-r9[libstdc++=3D6.4.0-r9]
=C2=A0 =C2=A0 =C2=A0satisfies: gcc-8.3.0-r0[so:libstdc++.so.6]
=C2=A0 =C2=A0gcc-8.3.0-r0:
=C2=A0 =C2=A0 =C2=A0breaks: g++6-6.4.0-r9[gcc=3D6.4.0-r9]
<= div>its not an issue, its a=C2=A0 "limitation of the behaviour" i= n the distro due alpine assumes that always will be only one compiler
=C2=A0
when i try to provide some "made by me&q= uot; package noted that will need more time and i not have it so that's= why i used debian to those complicated thins like compile a binary and red= istribute! until alpine can support many things like that (seems not?)
<= /div>


I wonder if this is an error my side and it can be solved? or
essentially the gcc6 package provided is broken.

Riccardo
--0000000000006fe9c00582eb88d8-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---