Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lxd: update and unbreak build
@ 2020-02-03  6:58 voidlinux-github
  2020-02-03  7:01 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  6:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages lxd-3.20
https://github.com/void-linux/void-packages/pull/18750

lxd: update and unbreak build
None

A patch file from https://github.com/void-linux/void-packages/pull/18750.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lxd-3.20-18750.patch --]
[-- Type: text/x-diff, Size: 2662 bytes --]

From 0c78ddf27ed86aca89b3cbb8d4d2f9a8e0398b62 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 2 Feb 2020 22:58:15 -0800
Subject: [PATCH 1/2] dqlite: update to 1.4.0.

---
 srcpkgs/dqlite/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dqlite/template b/srcpkgs/dqlite/template
index fa722256c71..0bae0898437 100644
--- a/srcpkgs/dqlite/template
+++ b/srcpkgs/dqlite/template
@@ -1,6 +1,6 @@
 # Template file for 'dqlite'
 pkgname=dqlite
-version=1.3.1
+version=1.4.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
@@ -11,7 +11,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="custom:LGPL-3.0-only-linking-exception"
 homepage="https://github.com/canonical/dqlite"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=45c47a5dfc8689640fba50cfa3a204e1e0807cab565faf74da5ac7ebb89b0dba
+checksum=83ee490a1e7da71b0e5f68c67a24c6ff42278860a01d3a963c95506ce1e404b1
 
 _libdir="/usr/lib/sqlite-replication"
 LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"

From d50d1759835bc40ddca916eab7c7bdb733b568e1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 2 Feb 2020 22:58:26 -0800
Subject: [PATCH 2/2] lxd: update to 3.20.

---
 srcpkgs/lxd/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index 956148c00c1..aa88a487b99 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxd'
 pkgname=lxd
-version=3.19
+version=3.20
 revision=1
 build_style=go
 go_import_path=github.com/lxc/lxd
@@ -8,16 +8,15 @@ go_build_tags=libsqlite3
 go_package="${go_import_path}/lxd ${go_import_path}/lxc
  ${go_import_path}/lxd-p2c ${go_import_path}/fuidshift"
 hostmakedepends="pkg-config git"
-makedepends="lxc-devel acl-devel dqlite-devel"
+makedepends="lxc-devel acl-devel dqlite-devel eudev-libudev-devel"
 depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
 short_desc="Next generation system container manager"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
-checksum=afc0b0912e5fa977007cfd97805849a3a47564eaaaa1638948081665ad7224c8
+checksum=fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f
 system_groups="lxd"
-broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/25807/steps/shell_3/logs/stdio"
 
 _libdir="/usr/lib/sqlite-replication"
 LDFLAGS="-L${XBPS_CROSS_BASE}${_libdir} -Wl,-R${_libdir}"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lxd: update and unbreak build
  2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
@ 2020-02-03  7:01 ` voidlinux-github
  2020-02-03  7:08 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  7:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/18750#issuecomment-581267646

Comment:
Gosh, so many LXD updates :P I will test shortly.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lxd: update and unbreak build
  2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
  2020-02-03  7:01 ` voidlinux-github
@ 2020-02-03  7:08 ` voidlinux-github
  2020-02-03  7:08 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  7:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/18750#issuecomment-581269522

Comment:
LXD updates every other month, and they do not use go modules so the build breaks whenever they do update.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lxd: update and unbreak build
  2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
  2020-02-03  7:01 ` voidlinux-github
  2020-02-03  7:08 ` voidlinux-github
@ 2020-02-03  7:08 ` voidlinux-github
  2020-02-03  7:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  7:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/18750#issuecomment-581269522

Comment:
LXD updates every other month (it seems like), and they do not use go modules so the build breaks whenever they do update.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lxd: update and unbreak build
  2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
                   ` (2 preceding siblings ...)
  2020-02-03  7:08 ` voidlinux-github
@ 2020-02-03  7:30 ` voidlinux-github
  2020-02-03  7:31 ` voidlinux-github
  2020-02-03  9:16 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  7:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/18750#issuecomment-581275513

Comment:
Silly Travis.. seems to just be a builder glitch.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lxd: update and unbreak build
  2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
                   ` (3 preceding siblings ...)
  2020-02-03  7:30 ` voidlinux-github
@ 2020-02-03  7:31 ` voidlinux-github
  2020-02-03  9:16 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  7:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

New comment by ernierasta on void-packages repository

https://github.com/void-linux/void-packages/pull/18750#issuecomment-581275859

Comment:
@CameronNemo  can you elaborate on that? There is closed issue about using modules, but maybe we should try to convince upstream to use modules if it would help packaging. We can mention this issue there.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: lxd: update and unbreak build
  2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
                   ` (4 preceding siblings ...)
  2020-02-03  7:31 ` voidlinux-github
@ 2020-02-03  9:16 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-03  9:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

There's a merged pull request on the void-packages repository

lxd: update and unbreak build
https://github.com/void-linux/void-packages/pull/18750

Description:
None

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-03  9:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03  6:58 [PR PATCH] lxd: update and unbreak build voidlinux-github
2020-02-03  7:01 ` voidlinux-github
2020-02-03  7:08 ` voidlinux-github
2020-02-03  7:08 ` voidlinux-github
2020-02-03  7:30 ` voidlinux-github
2020-02-03  7:31 ` voidlinux-github
2020-02-03  9:16 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).