Hey everyone,

Apologies for coming out of the blue like that, but I encountered a
trivial bug introduced by the last release of lzo while toying with Xen.

This seems to be due to
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/lzo&id=eb70476e9442d349f3c353e91631c0e713781c07,
but despite the fact that this commit is 1yo, it was dormant until Arch
released lzo 2.10-1.

Attached patch seems to fix it, hope it's of use to you.  I haven't done
any tests on that, but I assume it's safe.

Sorry again for distracting, I know this is my first message here and
it's inherently rude, but I hope I did the right thing.  I'll come back
to introduce myself properly shortly, and I hope I can contribute again
to this wonderful distro I have been using for ~1 year.

LB

Attachment: 0xF16E1A51.asc
Description: application/pgp-keys

From 570811c0fb3cbe87c76379d598407dd2211e15fc Mon Sep 17 00:00:00 2001
From: Louis Bettens <lo...@bettens.org>
Date: Sun, 12 Mar 2017 16:45:02 +0100
Subject: [PATCH] fix missing dependency "lzo2"

Arch released lzo 2.10-1, which no longer provides the virtual package
"lzo2".  Packages that depended on it would no longer install on
up-to-date systems.
---
 libre/xen/PKGBUILD    | 2 +-
 pcr/tinc-pre/PKGBUILD | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libre/xen/PKGBUILD b/libre/xen/PKGBUILD
index af74ce999..442af83a6 100644
--- a/libre/xen/PKGBUILD
+++ b/libre/xen/PKGBUILD
@@ -19,7 +19,7 @@ pkgdesc="Virtual Machine Hypervisor & Tools (Parabola rebranded)"
 arch=(x86_64)
 url="http://www.xenproject.org/";
 license=(GPL2)
-depends=(bridge-utils curl gnutls iproute2 libaio libcap-ng libiscsi libnl libpng lzo2 pciutils python python2 sdl spice usbredir yajl
+depends=(bridge-utils curl gnutls iproute2 libaio libcap-ng libiscsi libnl libpng lzo pciutils python python2 sdl spice usbredir yajl
         # seabios ovmf qemu
         )
 [[ "$CARCH" == "x86_64" ]] && depends+=(lib32-glibc)
diff --git a/pcr/tinc-pre/PKGBUILD b/pcr/tinc-pre/PKGBUILD
index 869a5e8f9..370edb1fa 100644
--- a/pcr/tinc-pre/PKGBUILD
+++ b/pcr/tinc-pre/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='VPN (Virtual Private Network) daemon (Pre-release)'
 arch=('i686' 'x86_64' 'armv7h')
 url="http://www.tinc-vpn.org/";
 license=('GPL')
-depends=('lzo2' 'openssl')
+depends=('lzo' 'openssl')
 optdepends=('wxpython: gui support')
 provides=('tinc-pre')
 conflicts=('tinc')
-- 
2.12.0

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Dev mailing list
Dev@lists.parabola.nu
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to