Instal pra

4 posts / 0 new
Last post
#1 Thu, 2016-06-02 23:41
bergtwvd
  • bergtwvd's picture
  • Offline
  • Last seen: 1 year 6 months ago
  • Joined: 2016-05-30

I wouild like to install xpra for X11 windowing.

When I do the following I get an error:

apk add xpra --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
ERROR: unsatisfiable constraints:
so:libavcodec.so.57 (missing):
required by: xpra-0.17.1-r1[so:libavcodec.so.57]
so:libavutil.so.55 (missing):
required by: xpra-0.17.1-r1[so:libavutil.so.55]
so:libswscale.so.4 (missing):
required by: xpra-0.17.1-r1[so:libswscale.so.4]
so:libvpx.so.3 (missing):
required by: xpra-0.17.1-r1[so:libvpx.so.3]
so:libwebp.so.6 (missing):
required by: xpra-0.17.1-r1[so:libwebp.so.6]
so:libx264.so.148 (missing):
required by: xpra-0.17.1-r1[so:libx264.so.148]
so:libx265.so.79 (missing):
required by: xpra-0.17.1-r1[so:libx265.so.79]
/

Fri, 2016-06-03 06:04
AmatCoder
  • AmatCoder's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2013-10-18

You can not (or should not) mix edge and stable repositories.
Those dependencies are into ../alpine/edge/main/ repositories.
But (most probably) you are using ../alpine/v3.4/main/ from your /etc/apk/repositories file.

Summarizing: If you want to use a package from testing repository you should upgrade to edge: https://wiki.alpinelinux.org/wiki/Include:Upgrading_to_Edge

Fri, 2016-06-03 11:19
bergtwvd
  • bergtwvd's picture
  • Offline
  • Last seen: 1 year 6 months ago
  • Joined: 2016-05-30

Thanks for the answer. I did the change, but now ran into issue:
http://bugs.alpinelinux.org/issues/5478

Fri, 2016-06-03 15:31 (Reply to #3)
AmatCoder
  • AmatCoder's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2013-10-18

Try copying 20-modules.conf file with:

cp /etc/X11/xorg.conf.d/20-modules.conf /usr/share/X11/xorg.conf.d/

Log in or register to post comments