Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] jamulus: update to 3.8.2
@ 2022-02-26 15:16 kawaiiamber
  2022-02-26 15:26 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: kawaiiamber @ 2022-02-26 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages jamulus
https://github.com/void-linux/void-packages/pull/35867

[WIP] jamulus: update to 3.8.2
#### Testing the changes
- I tested the changes in this PR: **NO**

[ci skip]

#### Local build testing
```
libxml2-2.9.10_5: broken, unresolvable shlib `libicudata.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicui18n.so.69'
libharfbuzz-2.9.1_1: broken, unresolvable shlib `libicuuc.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicuuc.so.69'
Transaction aborted due to unresolved shlibs.
```

Build currently failing due to unresolved shlibs. According to the [docs](https://docs.voidlinux.org/xbps/troubleshooting/common-issues.html):
> If you get an error message saying:
>
> `Transaction aborted due to unresolved shlibs`
>
> the repositories are in the staging state, which can happen due to large builds. The solution is to wait for the builds to finish. You can view the builds' progress in the [Buildbot's Waterfall Display](https://build.voidlinux.org/waterfall).

I'll skip CI and tag WIP until it's resolved.

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

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

From 1db86735db3aa3d7107aba8ae9482982400f0901 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 21 Feb 2022 01:57:02 -0700
Subject: [PATCH] jamulus: update to 3.8.2

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

diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template
index 9147a20a5075..61617ffb799c 100644
--- a/srcpkgs/jamulus/template
+++ b/srcpkgs/jamulus/template
@@ -1,6 +1,6 @@
 # Template file for 'jamulus'
 pkgname=jamulus
-version=3.8.1
+version=3.8.2
 revision=1
 _version=r${version//./_}
 wrksrc=${pkgname}-${_version}
@@ -13,4 +13,4 @@ maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://jamulus.io"
 distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"
-checksum=bc20c6aa8d0d3dd6c98a54cc1759d611fe564a8c73f7da9b09b48d2a3dee1d25
+checksum=4c323db21c896c711f726319b40114d1a0b5a374fd25eb43d9af52c19fc3d55e

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

* Re: [PR PATCH] [Updated] [WIP] jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
@ 2022-02-26 15:26 ` kawaiiamber
  2022-02-27 10:30 ` paper42
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kawaiiamber @ 2022-02-26 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages jamulus
https://github.com/void-linux/void-packages/pull/35867

[WIP] jamulus: update to 3.8.2
#### Testing the changes
- I tested the changes in this PR: **NO**

[ci skip]

#### Local build testing
```
libxml2-2.9.10_5: broken, unresolvable shlib `libicudata.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicui18n.so.69'
libharfbuzz-2.9.1_1: broken, unresolvable shlib `libicuuc.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicuuc.so.69'
Transaction aborted due to unresolved shlibs.
```

Build currently failing due to unresolved shlibs. According to the [docs](https://docs.voidlinux.org/xbps/troubleshooting/common-issues.html):
> If you get an error message saying:
>
> `Transaction aborted due to unresolved shlibs`
>
> the repositories are in the staging state, which can happen due to large builds. The solution is to wait for the builds to finish. You can view the builds' progress in the [Buildbot's Waterfall Display](https://build.voidlinux.org/waterfall).

I'll skip CI and tag WIP until it's resolved. I figured I would make the PR just in case anyone was curious about the status of updating to 3.8.2.

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

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

From aca0d9206ac9fef8c725217f374f47733e7450fc Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 21 Feb 2022 01:57:02 -0700
Subject: [PATCH] jamulus: update to 3.8.2

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

diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template
index 9147a20a5075..61617ffb799c 100644
--- a/srcpkgs/jamulus/template
+++ b/srcpkgs/jamulus/template
@@ -1,6 +1,6 @@
 # Template file for 'jamulus'
 pkgname=jamulus
-version=3.8.1
+version=3.8.2
 revision=1
 _version=r${version//./_}
 wrksrc=${pkgname}-${_version}
@@ -13,4 +13,4 @@ maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://jamulus.io"
 distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"
-checksum=bc20c6aa8d0d3dd6c98a54cc1759d611fe564a8c73f7da9b09b48d2a3dee1d25
+checksum=4c323db21c896c711f726319b40114d1a0b5a374fd25eb43d9af52c19fc3d55e

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

* Re: [WIP] jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
  2022-02-26 15:26 ` [PR PATCH] [Updated] " kawaiiamber
@ 2022-02-27 10:30 ` paper42
  2022-02-27 15:23 ` kawaiiamber
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-02-27 10:30 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35867#issuecomment-1053472491

Comment:
> I'll skip CI and tag WIP until it's resolved. I figured I would make the PR just in case anyone was curious about the status of updating to 3.8.2.

This happened more than a month ago, so the issue is on your side. Remove the CI skip, update your local void-packages and remove old packages (libxml, harfbuzz, etc.) from hostdir/binpkgs.


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

* Re: [WIP] jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
  2022-02-26 15:26 ` [PR PATCH] [Updated] " kawaiiamber
  2022-02-27 10:30 ` paper42
@ 2022-02-27 15:23 ` kawaiiamber
  2022-02-27 15:23 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kawaiiamber @ 2022-02-27 15:23 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/35867#issuecomment-1053587617

Comment:
> > I'll skip CI and tag WIP until it's resolved. I figured I would make the PR just in case anyone was curious about the status of updating to 3.8.2.
> 
> This happened more than a month ago, so the issue is on your side. Remove the CI skip, update your local void-packages and remove old packages (libxml, harfbuzz, etc.) from hostdir/binpkgs.

This persists even after:
```
./xbps-src zap
git pull --rebase upstream master
./xbps-src binary-bootstrap
./xbps-src pkg jamuslus
```
zap ensures that hostdir is clean. Updating and cleaning hostdir was obviously the first thing I tried. I'll remove the CI skip anyway.

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

* Re: [PR PATCH] [Updated] [WIP] jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
                   ` (2 preceding siblings ...)
  2022-02-27 15:23 ` kawaiiamber
@ 2022-02-27 15:23 ` kawaiiamber
  2022-02-27 15:27 ` kawaiiamber
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kawaiiamber @ 2022-02-27 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages jamulus
https://github.com/void-linux/void-packages/pull/35867

[WIP] jamulus: update to 3.8.2
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
libxml2-2.9.10_5: broken, unresolvable shlib `libicudata.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicui18n.so.69'
libharfbuzz-2.9.1_1: broken, unresolvable shlib `libicuuc.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicuuc.so.69'
Transaction aborted due to unresolved shlibs.
```

Build currently failing due to unresolved shlibs. According to the [docs](https://docs.voidlinux.org/xbps/troubleshooting/common-issues.html):
> If you get an error message saying:
>
> `Transaction aborted due to unresolved shlibs`
>
> the repositories are in the staging state, which can happen due to large builds. The solution is to wait for the builds to finish. You can view the builds' progress in the [Buildbot's Waterfall Display](https://build.voidlinux.org/waterfall).

I'll skip CI and tag WIP until it's resolved. I figured I would make the PR just in case anyone was curious about the status of updating to 3.8.2.

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

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

From 635281b61ea9c938e40d35cf0fc16a2648c60cbf Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 21 Feb 2022 01:57:02 -0700
Subject: [PATCH] jamulus: update to 3.8.2

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

diff --git a/srcpkgs/jamulus/template b/srcpkgs/jamulus/template
index 9147a20a5075..61617ffb799c 100644
--- a/srcpkgs/jamulus/template
+++ b/srcpkgs/jamulus/template
@@ -1,6 +1,6 @@
 # Template file for 'jamulus'
 pkgname=jamulus
-version=3.8.1
+version=3.8.2
 revision=1
 _version=r${version//./_}
 wrksrc=${pkgname}-${_version}
@@ -13,4 +13,4 @@ maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://jamulus.io"
 distfiles="https://github.com/corrados/jamulus/archive/${_version}.tar.gz"
-checksum=bc20c6aa8d0d3dd6c98a54cc1759d611fe564a8c73f7da9b09b48d2a3dee1d25
+checksum=4c323db21c896c711f726319b40114d1a0b5a374fd25eb43d9af52c19fc3d55e

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

* Re: [WIP] jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
                   ` (3 preceding siblings ...)
  2022-02-27 15:23 ` [PR PATCH] [Updated] " kawaiiamber
@ 2022-02-27 15:27 ` kawaiiamber
  2022-02-27 17:41 ` kawaiiamber
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: kawaiiamber @ 2022-02-27 15:27 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/35867#issuecomment-1053587617

Comment:
> > I'll skip CI and tag WIP until it's resolved. I figured I would make the PR just in case anyone was curious about the status of updating to 3.8.2.
> 
> This happened more than a month ago, so the issue is on your side. Remove the CI skip, update your local void-packages and remove old packages (libxml, harfbuzz, etc.) from hostdir/binpkgs.

This persists even after:
```
./xbps-src zap
git pull --rebase upstream master
./xbps-src binary-bootstrap
./xbps-src pkg jamuslus
```
zap ensures that hostdir is clean. Updating and cleaning hostdir was the first thing I tried. I'll remove the CI skip anyway.

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

* Re: jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
                   ` (4 preceding siblings ...)
  2022-02-27 15:27 ` kawaiiamber
@ 2022-02-27 17:41 ` kawaiiamber
  2022-02-27 18:57 ` paper42
  2022-02-27 18:58 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: kawaiiamber @ 2022-02-27 17:41 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/35867#issuecomment-1053626653

Comment:
I was able to test the package after doing a hard reset and ensuring that srcpkgs/jamulus was the only file in the tracking index - then rebasing against upstream master. Package works fine now.

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

* Re: jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
                   ` (5 preceding siblings ...)
  2022-02-27 17:41 ` kawaiiamber
@ 2022-02-27 18:57 ` paper42
  2022-02-27 18:58 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-02-27 18:57 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35867#issuecomment-1053645953

Comment:
> zap ensures that hostdir is clean. Updating and cleaning hostdir was the first thing I tried. I'll remove the CI skip anyway.

zap only deletes the masterdir, it doesn't touch destdit. You could fix this by removing hostdir/binpkgs which contains old versions of libraries that still link against old icu.


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

* Re: [PR PATCH] [Merged]: jamulus: update to 3.8.2
  2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
                   ` (6 preceding siblings ...)
  2022-02-27 18:57 ` paper42
@ 2022-02-27 18:58 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-02-27 18:58 UTC (permalink / raw)
  To: ml

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

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

jamulus: update to 3.8.2
https://github.com/void-linux/void-packages/pull/35867

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
```
libxml2-2.9.10_5: broken, unresolvable shlib `libicudata.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicui18n.so.69'
libharfbuzz-2.9.1_1: broken, unresolvable shlib `libicuuc.so.69'
libxml2-2.9.10_5: broken, unresolvable shlib `libicuuc.so.69'
Transaction aborted due to unresolved shlibs.
```

Build currently failing due to unresolved shlibs. According to the [docs](https://docs.voidlinux.org/xbps/troubleshooting/common-issues.html):
> If you get an error message saying:
>
> `Transaction aborted due to unresolved shlibs`
>
> the repositories are in the staging state, which can happen due to large builds. The solution is to wait for the builds to finish. You can view the builds' progress in the [Buildbot's Waterfall Display](https://build.voidlinux.org/waterfall).

I'll skip CI and tag WIP until it's resolved. I figured I would make the PR just in case anyone was curious about the status of updating to 3.8.2.

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

end of thread, other threads:[~2022-02-27 18:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 15:16 [PR PATCH] [WIP] jamulus: update to 3.8.2 kawaiiamber
2022-02-26 15:26 ` [PR PATCH] [Updated] " kawaiiamber
2022-02-27 10:30 ` paper42
2022-02-27 15:23 ` kawaiiamber
2022-02-27 15:23 ` [PR PATCH] [Updated] " kawaiiamber
2022-02-27 15:27 ` kawaiiamber
2022-02-27 17:41 ` kawaiiamber
2022-02-27 18:57 ` paper42
2022-02-27 18:58 ` [PR PATCH] [Merged]: " paper42

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