Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] slurm-wlm: Error relocating ... symbol not found
@ 2020-09-26 21:19 st3r4g
  2020-09-27 11:00 ` st3r4g
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: st3r4g @ 2020-09-26 21:19 UTC (permalink / raw)
  To: ml

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

New issue by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/25123

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
Void 5.8.10_1 x86_64-musl GenuineIntel notuptodate rrrnFFFFFF
Happens on glibc too (tried in a chroot)
* package:  slurm-wlm-19.05.5.1_2

### Expected behavior
No errors

### Actual behavior
```
slurmd: error: plugin_load_from_file: dlopen(/usr/lib/slurm/select_cons_res.so): Error relocating /usr/lib/slurm/select_cons_res.so: slurm_job_preempt_mode: symbol not found
slurmd: error: Couldn't load specified plugin name for select/cons_res: Dlopen of plugin file failed
slurmd: fatal: Can't find plugin for select/cons_res
```

### Steps to reproduce the behavior

1. Create a config via `/usr/share/doc/slurm-19.05.5/html/configurator.easy.html`
2. Launch `/bin/slurm`

Other binaries give similar errors, for example `sacctmgr`:
```
sacctmgr: error: plugin_load_from_file: dlopen(/usr/lib/slurm/accounting_storage_slurmdbd.so): Error relocating /usr/lib/slurm/accounting_storage_slurmdbd.so: lock_slurmctld: symbol not found
sacctmgr: error: Couldn't load specified plugin name for accounting_storage/slurmdbd: Dlopen of plugin file failed
```

The package seems generally broken...

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

* Re: slurm-wlm: Error relocating ... symbol not found
  2020-09-26 21:19 [ISSUE] slurm-wlm: Error relocating ... symbol not found st3r4g
@ 2020-09-27 11:00 ` st3r4g
  2020-09-27 11:35 ` st3r4g
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: st3r4g @ 2020-09-27 11:00 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/25123#issuecomment-699620033

Comment:
I think the problem is related to hardening flags set by default:
```
./environment/configure/hardening.sh:		LDFLAGS="-Wl,-z,relro -Wl,-z,now ${LDFLAGS}"
```
see: https://bugs.schedmd.com/show_bug.cgi?id=2443
The solution would be to remove hardening flags

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

* Re: slurm-wlm: Error relocating ... symbol not found
  2020-09-26 21:19 [ISSUE] slurm-wlm: Error relocating ... symbol not found st3r4g
  2020-09-27 11:00 ` st3r4g
@ 2020-09-27 11:35 ` st3r4g
  2020-09-27 11:36 ` st3r4g
  2020-09-29  0:42 ` [ISSUE] [CLOSED] " Vaelatern
  3 siblings, 0 replies; 5+ messages in thread
From: st3r4g @ 2020-09-27 11:35 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/25123#issuecomment-699623548

Comment:
Seems to be working with `LDFLAGS="-Wl,-z,lazy"`, opening a PR

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

* Re: slurm-wlm: Error relocating ... symbol not found
  2020-09-26 21:19 [ISSUE] slurm-wlm: Error relocating ... symbol not found st3r4g
  2020-09-27 11:00 ` st3r4g
  2020-09-27 11:35 ` st3r4g
@ 2020-09-27 11:36 ` st3r4g
  2020-09-29  0:42 ` [ISSUE] [CLOSED] " Vaelatern
  3 siblings, 0 replies; 5+ messages in thread
From: st3r4g @ 2020-09-27 11:36 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/25123#issuecomment-699623548

Comment:
Seems to be working with just `LDFLAGS="-Wl,-z,lazy"`, opening a PR

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

* Re: [ISSUE] [CLOSED] slurm-wlm: Error relocating ... symbol not found
  2020-09-26 21:19 [ISSUE] slurm-wlm: Error relocating ... symbol not found st3r4g
                   ` (2 preceding siblings ...)
  2020-09-27 11:36 ` st3r4g
@ 2020-09-29  0:42 ` Vaelatern
  3 siblings, 0 replies; 5+ messages in thread
From: Vaelatern @ 2020-09-29  0:42 UTC (permalink / raw)
  To: ml

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

Closed issue by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/issues/25123

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
Void 5.8.10_1 x86_64-musl GenuineIntel notuptodate rrrnFFFFFF
Happens on glibc too (tried in a chroot)
* package:  slurm-wlm-19.05.5.1_2

### Expected behavior
No errors

### Actual behavior
```
slurmd: error: plugin_load_from_file: dlopen(/usr/lib/slurm/select_cons_res.so): Error relocating /usr/lib/slurm/select_cons_res.so: slurm_job_preempt_mode: symbol not found
slurmd: error: Couldn't load specified plugin name for select/cons_res: Dlopen of plugin file failed
slurmd: fatal: Can't find plugin for select/cons_res
```

### Steps to reproduce the behavior

1. Create a config via `/usr/share/doc/slurm-19.05.5/html/configurator.easy.html`
2. Launch `/bin/slurmd`

Other binaries give similar errors, for example `sacctmgr`:
```
sacctmgr: error: plugin_load_from_file: dlopen(/usr/lib/slurm/accounting_storage_slurmdbd.so): Error relocating /usr/lib/slurm/accounting_storage_slurmdbd.so: lock_slurmctld: symbol not found
sacctmgr: error: Couldn't load specified plugin name for accounting_storage/slurmdbd: Dlopen of plugin file failed
```

The package seems generally broken...

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

end of thread, other threads:[~2020-09-29  0:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26 21:19 [ISSUE] slurm-wlm: Error relocating ... symbol not found st3r4g
2020-09-27 11:00 ` st3r4g
2020-09-27 11:35 ` st3r4g
2020-09-27 11:36 ` st3r4g
2020-09-29  0:42 ` [ISSUE] [CLOSED] " Vaelatern

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