Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] slurm-wlm: update to 20.02.5.1.
@ 2020-10-01 19:24 Vaelatern
  2020-10-02  2:07 ` Vaelatern
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Vaelatern @ 2020-10-01 19:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages slurm-wlm
https://github.com/void-linux/void-packages/pull/25246

slurm-wlm: update to 20.02.5.1.


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

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

From adc428e8368f3d8f1e60f8aede5679d98c669335 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Thu, 1 Oct 2020 15:23:45 -0400
Subject: [PATCH] slurm-wlm: update to 20.02.5.1.

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

diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template
index d5b5880370d..6bedd7309e2 100644
--- a/srcpkgs/slurm-wlm/template
+++ b/srcpkgs/slurm-wlm/template
@@ -1,7 +1,7 @@
 # Template file for 'slurm-wlm'
 pkgname=slurm-wlm
-version=19.05.5.1
-revision=3
+version=20.02.5.1
+revision=1
 _distver="${version//./-}"
 wrksrc="slurm-slurm-${_distver}"
 build_style=gnu-configure
@@ -16,7 +16,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://slurm.schedmd.com/slurm.html"
 distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
-checksum=e53e67bd0bb4c37a9c481998764a746467a96bc41d6527569080514f36452c07
+checksum=3ba26cc2220bcdbada58dcd5d0a7e127da95cabc9e35ff40cf0568919f5e7d84
 
 CFLAGS="-fcommon"
 

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

* Re: slurm-wlm: update to 20.02.5.1.
  2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
@ 2020-10-02  2:07 ` Vaelatern
  2020-10-02  9:16 ` st3r4g
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Vaelatern @ 2020-10-02  2:07 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/25246#issuecomment-702488465

Comment:
These build failures are in a weird pattern.

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

* Re: slurm-wlm: update to 20.02.5.1.
  2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
  2020-10-02  2:07 ` Vaelatern
@ 2020-10-02  9:16 ` st3r4g
  2021-01-29  2:54 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: st3r4g @ 2020-10-02  9:16 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/25246#issuecomment-702619532

Comment:
I also tried to update this locally. `x86_64` runs fine while `x86_64-musl` couldn't be built:
```
/usr/bin/ld: /builddir/slurm-slurm-20-02-5-1/src/api/.libs/libslurmfull.so: undefined reference to `res_ninit'

/usr/bin/ld: /builddir/slurm-slurm-20-02-5-1/src/api/.libs/libslurmfull.so: undefined reference to `res_nsearch'

/usr/bin/ld: /builddir/slurm-slurm-20-02-5-1/src/api/.libs/libslurmfull.so: undefined reference to `qsort_r'
```
it seems it's using functions that doesn't exist on musl, so it needs to be patched (similar patches were made already by pullmoll) or just deemed broken on musl.

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

* Re: slurm-wlm: update to 20.02.5.1.
  2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
  2020-10-02  2:07 ` Vaelatern
  2020-10-02  9:16 ` st3r4g
@ 2021-01-29  2:54 ` ericonr
  2021-01-29  6:09 ` [PR PATCH] [Updated] " Vaelatern
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-01-29  2:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25246#issuecomment-769539545

Comment:
Ping

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

* Re: [PR PATCH] [Updated] slurm-wlm: update to 20.02.5.1.
  2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
                   ` (2 preceding siblings ...)
  2021-01-29  2:54 ` ericonr
@ 2021-01-29  6:09 ` Vaelatern
  2021-10-04 18:53 ` Piraty
  2021-10-04 18:53 ` [PR PATCH] [Closed]: " Piraty
  5 siblings, 0 replies; 8+ messages in thread
From: Vaelatern @ 2021-01-29  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vaelatern/void-packages slurm-wlm
https://github.com/void-linux/void-packages/pull/25246

slurm-wlm: update to 20.02.5.1.


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

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

From 1356319b9e9579f0cccdd1a6b3817a83f464d216 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Thu, 1 Oct 2020 15:23:45 -0400
Subject: [PATCH] slurm-wlm: update to 20.11.3.1.

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

diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template
index d5b5880370d..a351be4e618 100644
--- a/srcpkgs/slurm-wlm/template
+++ b/srcpkgs/slurm-wlm/template
@@ -1,7 +1,7 @@
 # Template file for 'slurm-wlm'
 pkgname=slurm-wlm
-version=19.05.5.1
-revision=3
+version=20.11.3.1
+revision=1
 _distver="${version//./-}"
 wrksrc="slurm-slurm-${_distver}"
 build_style=gnu-configure
@@ -16,7 +16,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://slurm.schedmd.com/slurm.html"
 distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
-checksum=e53e67bd0bb4c37a9c481998764a746467a96bc41d6527569080514f36452c07
+checksum=3f6e607c6d75075892307c890f833252cea6fb4f73a95be151581ca731e932f1
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Closed]: slurm-wlm: update to 20.02.5.1.
  2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
                   ` (4 preceding siblings ...)
  2021-10-04 18:53 ` Piraty
@ 2021-10-04 18:53 ` Piraty
  5 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2021-10-04 18:53 UTC (permalink / raw)
  To: ml

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

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

slurm-wlm: update to 20.02.5.1.
https://github.com/void-linux/void-packages/pull/25246

Description:


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

* Re: slurm-wlm: update to 20.02.5.1.
  2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
                   ` (3 preceding siblings ...)
  2021-01-29  6:09 ` [PR PATCH] [Updated] " Vaelatern
@ 2021-10-04 18:53 ` Piraty
  2021-10-04 18:53 ` [PR PATCH] [Closed]: " Piraty
  5 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2021-10-04 18:53 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/25246#issuecomment-933761036

Comment:
obsoleted by https://github.com/void-linux/void-packages/pull/33284

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

* Re: slurm-wlm : update to 20.02.5.1
  2020-10-15  9:30 [PR PATCH] slurm-wlm : " pandom79
@ 2020-10-21 15:39 ` ahesford
  0 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-10-21 15:39 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25628#issuecomment-713667273

Comment:
Please incorporate with #25569 because this must be built *after* `hdf5`.

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

end of thread, other threads:[~2021-10-04 18:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 19:24 [PR PATCH] slurm-wlm: update to 20.02.5.1 Vaelatern
2020-10-02  2:07 ` Vaelatern
2020-10-02  9:16 ` st3r4g
2021-01-29  2:54 ` ericonr
2021-01-29  6:09 ` [PR PATCH] [Updated] " Vaelatern
2021-10-04 18:53 ` Piraty
2021-10-04 18:53 ` [PR PATCH] [Closed]: " Piraty
2020-10-15  9:30 [PR PATCH] slurm-wlm : " pandom79
2020-10-21 15:39 ` ahesford

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