X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by lists.alpinelinux.org (Postfix) with ESMTP id AEC265C4DF8 for ; Wed, 10 Jan 2018 19:47:47 +0000 (GMT) Received: by mail-lf0-f50.google.com with SMTP id h5so169396lfj.2 for ; Wed, 10 Jan 2018 11:47:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PYegJ89YpB6YPgyLyQF3ML/0vBbiGWhvCZZj8vz8nGw=; b=B+mP8VlUqDkx3UnCpFp7EPaCpXn1Jorl5xBG6/yOrWFrmeh35telke9K0XNSfMr4g6 SiKArfZaO7cs10k5epKbKV1uh9US1ARc1efZnC9Vw7UoERMpx77mUeepIGU+zmzt24eI 0E6fRi5iX/SJqVvTHILfcTbusxhEJiBBSoiaXKyrXOw9VQ3L0JM8XjPu7rZLfR2xhoQW eBaZebTi/+jOtD7VFejYUIyu8ET/KCmh+XEgubzouYS65BriuhxJcgOhrXzZc6cJI0pj 9iBPekB75qeYPOH6B+X7tZurLlPqxwbjd1OC9359SuPGZIik9RtFuyAKigtda1j13Qtz FAfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PYegJ89YpB6YPgyLyQF3ML/0vBbiGWhvCZZj8vz8nGw=; b=elgHBjbEyQU67VFOML37skN6KVkpV7EVb+ItZU09NJ3zm78t9zbyaz2vKZIOqyLBH5 T38LbknciQgeqsN0zZL2cJbiGac1txQgEX0Ur9J62/WIRtlki3fBAoiYhwabQrJlaa2f P0Yd+rm72D3zz3Y87FpeQtMo/zCs54dEAeqdw8pm6uRZ6OFaajaXqgMouUI40c8xrpQK XX+uSTKiVi7J1CM00SkffAJjiyL0MMSwB30R+pPJgS+Vo6fLaqAfWIxL01L/Iu1IG7eZ 50QjzawXO1m6Yxg0QV5P9LahK8ERwHnKz+R63554iY2IpGAhg7g10dDtlScAJ3MFK39K TDrg== X-Gm-Message-State: AKwxyte44WV/yT0XZamifJV7k2o178uOQmVvTJiqqHpqC5JmMRcGpx5S qvyIRzGGRZ2339UcTOFjmxWDuhihV6RqlN8TkuI= X-Google-Smtp-Source: ACJfBotKF0mY8jOmK8lavfErm8ReBeeW9JaVBZXaUINMKJbsczkpSvc0ZUT50VkVJh2x0p4FuQmMs+BnIs/GzGe2f+E= X-Received: by 10.46.108.8 with SMTP id h8mr12995879ljc.148.1515613666296; Wed, 10 Jan 2018 11:47:46 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.25.121.25 with HTTP; Wed, 10 Jan 2018 11:47:45 -0800 (PST) In-Reply-To: <20171215191352.GE14866@angua.1042.ch> References: <20171215191352.GE14866@angua.1042.ch> From: Dave Johansen Date: Wed, 10 Jan 2018 12:47:45 -0700 Message-ID: Subject: Re: [alpine-user] Installing package from later version? To: Jean-Louis Fuchs Cc: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="f4f5e80791fc3248000562714ec0" --f4f5e80791fc3248000562714ec0 Content-Type: text/plain; charset="UTF-8" I was able to update to Alpine 3.7. I'm using the Python Docker container and originally it looked like they might not support 3.7, but they did and so I was able to switch. Thanks, Dave On Fri, Dec 15, 2017 at 12:13 PM, Jean-Louis Fuchs wrote: > Hi Dave > > On Tue, Dec 05, 2017 at 02:43:39PM -0700, Dave Johansen wrote: > > It is definitely not recommended, even if you can install a future > version it might introduce subtle bugs. The best way to do this is: > > 1. Clone the aports repository. > 2. cd to chromium > 3. abuild -rK > > But even that might fail, because packages have been renamed or aren't > compatible anymore. In that case you have to backport and build even > more packages. And be aware that chromium is one of these packages > that takes forever to build. > > So in the end upgrading to 3.7 is the recommended way. > > Best, > Jean-Louis > > > I'm trying to use the version of chromium from 3.7 in 3.6, but I need to > > update freetype for that to work. When running this command: > > > > apk add --upgrade 'freetype>2.8.1' --repository > > http://dl-cdn.alpinelinux.org/alpine/v3.7/community > > > > I get this error: > > > > ERROR: unsatisfiable constraints: > > freetype-2.7.1-r1: > > breaks: world[freetype>2.8.1] > > satisfies: > > chromium-61.0.3163.100-r0[so:libfreetype.so.6] > > pango-1.40.5-r0[so:libfreetype.so.6] > > cairo-1.14.8-r0[so:libfreetype.so.6] > > libxft-2.3.2-r1[so:libfreetype.so.6] > > harfbuzz-1.3.4-r1[so:libfreetype.so.6] > > chromium-chromedriver-61.0.3163.100-r0[so:libfreetype.so. > 6] > > fontconfig-2.12.1-r0[so:libfreetype.so.6] > > mkfontscale-1.0.7-r2[so:libfreetype.so.6] > > > > Is there a way to fix that? > > > > Here's the relevant bug: > > https://bugs.alpinelinux.org/issues/8197#change-22179 > > > > Thanks, > > Dave > --f4f5e80791fc3248000562714ec0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I was able to update to Alpine 3.7. I'm using the Pyth= on Docker container and originally it looked like they might not support 3.= 7, but they did and so I was able to switch.
Thanks,
Dave

On Fri, Dec 15, = 2017 at 12:13 PM, Jean-Louis Fuchs <ganwell@fangorn.ch> wro= te:
Hi Dave

On Tue, Dec 05, 2017 at 02:43:39PM -0700, Dave Johansen wrote:

It is definitely not recommended, even if you can install a future
version it might introduce subtle bugs. The best way to do this is:

1. Clone the aports repository.
2. cd to chromium
3. abuild -rK

But even that might fail, because packages have been renamed or aren't<= br> compatible anymore. In that case you have to backport and build even
more packages. And be aware that chromium is one of these packages
that takes forever to build.

So in the end upgrading to 3.7 is the recommended way.

Best,
=C2=A0 =C2=A0 Jean-Louis

> I'm trying to use the version of chromium from 3.7 in 3.6, but I n= eed to
> update freetype for that to work. When running this command:
>
> apk add --upgrade 'freetype>2.8.1' --repository
> http://dl-cdn.alpinelinux.org/alpine/v3= .7/community
>
> I get this error:
>
> ERROR: unsatisfiable constraints:
>=C2=A0 =C2=A0freetype-2.7.1-r1:
>=C2=A0 =C2=A0 =C2=A0breaks: world[freetype>2.8.1]
>=C2=A0 =C2=A0 =C2=A0satisfies:
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 chromium-61.0.3163.100-r0[so:libf= reetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 pango-1.40.5-r0= [so:libfreetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 cairo-1.14.8-r0= [so:libfreetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 libxft-2.3.2-r1= [so:libfreetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 harfbuzz-1.3.4-= r1[so:libfreetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 chromium-chrome= driver-61.0.3163.100-r0[so:libfreetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 fontconfig-2.12= .1-r0[so:libfreetype.so.6]
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 mkfontscale-1.0= .7-r2[so:libfreetype.so.6]
>
> Is there a way to fix that?
>
> Here's the relevant bug:
> https://bugs.alpinelinux.org/issues/= 8197#change-22179
>
> Thanks,
> Dave

--f4f5e80791fc3248000562714ec0-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---