Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lxd 4.19
@ 2021-10-05 16:09 CameronNemo
  2021-10-07  2:24 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: CameronNemo @ 2021-10-05 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages lxd-4.19
https://github.com/void-linux/void-packages/pull/33347

lxd 4.19
- raft: update to 0.11.2
- dqlite: update to 1.9.0
- lxd: update to 4.19

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 01f993757d30450d511caee7a6897d9cb374d0c7 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 5 Oct 2021 08:52:35 -0700
Subject: [PATCH 1/3] raft: update to 0.11.2

---
 srcpkgs/raft/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/raft/template b/srcpkgs/raft/template
index 2d27d54bc127..9fd7b5730fe4 100644
--- a/srcpkgs/raft/template
+++ b/srcpkgs/raft/template
@@ -1,17 +1,17 @@
 # Template file for 'raft'
 pkgname=raft
-version=0.9.25
+version=0.11.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-example=no"
 hostmakedepends="pkg-config autoconf automake libtool"
-makedepends="libuv-devel"
+makedepends="libuv-devel liblz4-devel"
 short_desc="C implementation of the Raft consensus protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="custom:LGPL-3.0-only-linking-exception"
 homepage="https://github.com/canonical/raft"
 distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
-checksum=fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d
+checksum=c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d
 
 pre_configure() {
 	autoreconf -i

From 677ef529cda8bef6385e7c37eaa3e4306f651d2e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 5 Oct 2021 08:47:11 -0700
Subject: [PATCH 2/3] dqlite: update to 1.9.0

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

diff --git a/srcpkgs/dqlite/template b/srcpkgs/dqlite/template
index ed948d343560..41af8cde377d 100644
--- a/srcpkgs/dqlite/template
+++ b/srcpkgs/dqlite/template
@@ -1,6 +1,6 @@
 # Template file for 'dqlite'
 pkgname=dqlite
-version=1.6.0
+version=1.9.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
@@ -10,7 +10,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=8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93
+checksum=b3f23019bcdc030b8f1d97ef585a34b24128414d6c2e79fcf729e053578d80a7
 
 pre_configure() {
 	autoreconf -i

From bb79a3e7be6fd1cfd6164fe4139d67774d6c5af9 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 5 Oct 2021 09:08:42 -0700
Subject: [PATCH 3/3] lxd: update to 4.19

---
 srcpkgs/lxd/template | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index 9d5e6d8a713a..d216d7bb7f7c 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxd'
 pkgname=lxd
-version=4.15
+version=4.19
 revision=1
 build_style=go
 go_import_path=github.com/lxc/lxd
@@ -9,23 +9,18 @@ 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 eudev-libudev-devel"
-depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
+depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables attr-progs"
 short_desc="Next generation system container manager"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
 changelog="https://github.com/lxc/lxd/releases"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
-checksum=5178a918d59c9412a0af4af4c1abfce469e1a76497913bc316bf602895a2b265
+checksum=6e4cf6cb1549e1b56802d64ad24d812914e0c0102bfcf146bb18a8dcd1fbab57
 system_groups="lxd"
 
-# whitelist libcap LDFLAGS (see: https://github.com/lxc/lxd/issues/6727)
-export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
-
-do_configure() {
-	# the LXD tarball packages up the required dependencies
-	ln -s "$wrksrc/_dist" "$GOPATH"
-}
+# whitelist dqlite LDFLAGS
+export CGO_LDFLAGS_ALLOW='-Wl,-z,now'
 
 post_install() {
 	vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd

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

* Re: lxd 4.19
  2021-10-05 16:09 [PR PATCH] lxd 4.19 CameronNemo
@ 2021-10-07  2:24 ` ericonr
  2021-10-07  6:04 ` CameronNemo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-07  2:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33347#issuecomment-937392150

Comment:
```
FAIL: test/unit/uv
FAIL: test/integration/uv
```

Any idea about these?

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

* Re: lxd 4.19
  2021-10-05 16:09 [PR PATCH] lxd 4.19 CameronNemo
  2021-10-07  2:24 ` ericonr
@ 2021-10-07  6:04 ` CameronNemo
  2021-10-08  5:06 ` [PR PATCH] [Updated] " CameronNemo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-10-07  6:04 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/33347#issuecomment-937477205

Comment:
No idea, was going to take a look soon. Have it on a TODO list :)

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

* Re: [PR PATCH] [Updated] lxd 4.19
  2021-10-05 16:09 [PR PATCH] lxd 4.19 CameronNemo
  2021-10-07  2:24 ` ericonr
  2021-10-07  6:04 ` CameronNemo
@ 2021-10-08  5:06 ` CameronNemo
  2021-10-08  5:13 ` CameronNemo
  2021-10-08 13:16 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-10-08  5:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages lxd-4.19
https://github.com/void-linux/void-packages/pull/33347

lxd 4.19
- raft: update to 0.11.2
- dqlite: update to 1.9.0
- lxd: update to 4.19

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 8d86ca01d2f4cd3b7eb96d3c1bb41931e99cdd8b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 5 Oct 2021 08:52:35 -0700
Subject: [PATCH 1/3] raft: update to 0.11.2

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

diff --git a/srcpkgs/raft/template b/srcpkgs/raft/template
index 2d27d54bc127..85f12e9dd445 100644
--- a/srcpkgs/raft/template
+++ b/srcpkgs/raft/template
@@ -1,17 +1,18 @@
 # Template file for 'raft'
 pkgname=raft
-version=0.9.25
+version=0.11.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-example=no"
 hostmakedepends="pkg-config autoconf automake libtool"
-makedepends="libuv-devel"
+makedepends="libuv-devel liblz4-devel"
 short_desc="C implementation of the Raft consensus protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="custom:LGPL-3.0-only-linking-exception"
 homepage="https://github.com/canonical/raft"
 distfiles="https://github.com/canonical/raft/archive/v${version}.tar.gz"
-checksum=fac55dc1cea66c7e2e6525d3be0aebedff8c31ec568efb6a911c6bb0ea99268d
+checksum=c89fd6a6fa3c9e6d670b74e389b2d028dfd39d1eec2b18661fae73a9bfd6b89d
+make_check=ci-skip
 
 pre_configure() {
 	autoreconf -i

From ecdee5edf8ed5e16abdf74733c85fda71ab73ed1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 5 Oct 2021 08:47:11 -0700
Subject: [PATCH 2/3] dqlite: update to 1.9.0

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

diff --git a/srcpkgs/dqlite/template b/srcpkgs/dqlite/template
index ed948d343560..41af8cde377d 100644
--- a/srcpkgs/dqlite/template
+++ b/srcpkgs/dqlite/template
@@ -1,6 +1,6 @@
 # Template file for 'dqlite'
 pkgname=dqlite
-version=1.6.0
+version=1.9.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
@@ -10,7 +10,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=8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93
+checksum=b3f23019bcdc030b8f1d97ef585a34b24128414d6c2e79fcf729e053578d80a7
 
 pre_configure() {
 	autoreconf -i

From 939dd98a977737a80c622cb8359a9800219dd492 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Tue, 5 Oct 2021 09:08:42 -0700
Subject: [PATCH 3/3] lxd: update to 4.19

---
 srcpkgs/lxd/template | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/lxd/template b/srcpkgs/lxd/template
index 9d5e6d8a713a..d216d7bb7f7c 100644
--- a/srcpkgs/lxd/template
+++ b/srcpkgs/lxd/template
@@ -1,6 +1,6 @@
 # Template file for 'lxd'
 pkgname=lxd
-version=4.15
+version=4.19
 revision=1
 build_style=go
 go_import_path=github.com/lxc/lxd
@@ -9,23 +9,18 @@ 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 eudev-libudev-devel"
-depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables"
+depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables attr-progs"
 short_desc="Next generation system container manager"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/lxd"
 changelog="https://github.com/lxc/lxd/releases"
 distfiles="https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz"
-checksum=5178a918d59c9412a0af4af4c1abfce469e1a76497913bc316bf602895a2b265
+checksum=6e4cf6cb1549e1b56802d64ad24d812914e0c0102bfcf146bb18a8dcd1fbab57
 system_groups="lxd"
 
-# whitelist libcap LDFLAGS (see: https://github.com/lxc/lxd/issues/6727)
-export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
-
-do_configure() {
-	# the LXD tarball packages up the required dependencies
-	ln -s "$wrksrc/_dist" "$GOPATH"
-}
+# whitelist dqlite LDFLAGS
+export CGO_LDFLAGS_ALLOW='-Wl,-z,now'
 
 post_install() {
 	vinstall scripts/bash/lxd-client 644 /usr/share/bash-completion/completions lxd

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

* Re: lxd 4.19
  2021-10-05 16:09 [PR PATCH] lxd 4.19 CameronNemo
                   ` (2 preceding siblings ...)
  2021-10-08  5:06 ` [PR PATCH] [Updated] " CameronNemo
@ 2021-10-08  5:13 ` CameronNemo
  2021-10-08 13:16 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2021-10-08  5:13 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/33347#issuecomment-938349870

Comment:
@ericonr the raft tests pass locally, I had XBPS_CHECK_PKGS set to full. set make_check=ci-skip for that package.

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

* Re: [PR PATCH] [Merged]: lxd 4.19
  2021-10-05 16:09 [PR PATCH] lxd 4.19 CameronNemo
                   ` (3 preceding siblings ...)
  2021-10-08  5:13 ` CameronNemo
@ 2021-10-08 13:16 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-08 13:16 UTC (permalink / raw)
  To: ml

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

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

lxd 4.19
https://github.com/void-linux/void-packages/pull/33347

Description:
- raft: update to 0.11.2
- dqlite: update to 1.9.0
- lxd: update to 4.19

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-08 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 16:09 [PR PATCH] lxd 4.19 CameronNemo
2021-10-07  2:24 ` ericonr
2021-10-07  6:04 ` CameronNemo
2021-10-08  5:06 ` [PR PATCH] [Updated] " CameronNemo
2021-10-08  5:13 ` CameronNemo
2021-10-08 13:16 ` [PR PATCH] [Merged]: " ericonr

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).