Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Polybar issue
@ 2022-07-13 17:07 Swomp2
  2022-07-13 17:38 ` Polybar won't start and won't build oreo639
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Swomp2 @ 2022-07-13 17:07 UTC (permalink / raw)
  To: ml

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

New issue by Swomp2 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 5.18.9_1 x86_64 AuthenticAMD notuptodate FFF

### Package(s) Affected

polybar-3.6.3_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

I think that the bar can replace i3status.

### Actual behaviour

The bar gives this error message:
`error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: No such file or directory`

### Steps to reproduce

And if I change libjsoncpp.so to libjsoncpp.so.24 like that:
`sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24`

I've got this issue:
`polybar: error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: Error 40`

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

* Re: Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
@ 2022-07-13 17:38 ` oreo639
  2022-07-13 17:38 ` oreo639
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2022-07-13 17:38 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183500728

Comment:
> If I change libjsoncpp.so to libjsoncpp.so.24 like that:
> `sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24`

Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it it will never be able to be resolved)

I cannot reproduce this issue.
Try `# xbps-install -f jsoncpp jsoncpp-devel`
You can use `# xbps-pkgdb -a` to verify the status of your other packages.

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

* Re: Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
  2022-07-13 17:38 ` Polybar won't start and won't build oreo639
@ 2022-07-13 17:38 ` oreo639
  2022-07-13 17:42 ` oreo639
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2022-07-13 17:38 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183500728

Comment:
> If I change libjsoncpp.so to libjsoncpp.so.24 like that:
> `sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24`

Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it the link will never be able to be resolved)

I cannot reproduce this issue.
Try `# xbps-install -f jsoncpp jsoncpp-devel`
You can use `# xbps-pkgdb -a` to verify the status of your other packages.

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

* Re: Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
  2022-07-13 17:38 ` Polybar won't start and won't build oreo639
  2022-07-13 17:38 ` oreo639
@ 2022-07-13 17:42 ` oreo639
  2022-07-13 20:13 ` Swomp2
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2022-07-13 17:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183500728

Comment:
> If I change libjsoncpp.so to libjsoncpp.so.24 like that:
> `sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24`

Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it the link will just link to itself)

I cannot reproduce this issue.
Try `# xbps-install -f jsoncpp jsoncpp-devel`
You can use `# xbps-pkgdb -a` to verify the status of your other packages.

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

* Re: Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
                   ` (2 preceding siblings ...)
  2022-07-13 17:42 ` oreo639
@ 2022-07-13 20:13 ` Swomp2
  2022-07-13 20:14 ` Swomp2
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Swomp2 @ 2022-07-13 20:13 UTC (permalink / raw)
  To: ml

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

New comment by Swomp2 on void-packages repository

https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183633891

Comment:
> Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it the link will just link to itself)
> 
Oh, I didn't know

> I cannot reproduce this issue. Try `# xbps-install -f jsoncpp jsoncpp-devel` You can use `# xbps-pkgdb -a` to verify the status of your other packages.
This works, thank you.


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

* Re: Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
                   ` (3 preceding siblings ...)
  2022-07-13 20:13 ` Swomp2
@ 2022-07-13 20:14 ` Swomp2
  2022-07-13 20:14 ` Swomp2
  2022-07-13 20:50 ` [ISSUE] [CLOSED] " Swomp2
  6 siblings, 0 replies; 8+ messages in thread
From: Swomp2 @ 2022-07-13 20:14 UTC (permalink / raw)
  To: ml

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

New comment by Swomp2 on void-packages repository

https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183633891

Comment:
> Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it the link will just link to itself)
> 
Oh, I didn't know

> I cannot reproduce this issue. Try `# xbps-install -f jsoncpp jsoncpp-devel` You can use `# xbps-pkgdb -a` to verify the status of your other packages.

This works, thank you.

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

* Re: Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
                   ` (4 preceding siblings ...)
  2022-07-13 20:14 ` Swomp2
@ 2022-07-13 20:14 ` Swomp2
  2022-07-13 20:50 ` [ISSUE] [CLOSED] " Swomp2
  6 siblings, 0 replies; 8+ messages in thread
From: Swomp2 @ 2022-07-13 20:14 UTC (permalink / raw)
  To: ml

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

New comment by Swomp2 on void-packages repository

https://github.com/void-linux/void-packages/issues/38046#issuecomment-1183633891

Comment:
> Do not do that. `libjsoncpp.so` is only for use when compiling, `libjsoncpp.so.24` is for use when running the application. (`libjsoncpp.so` is a symbolic link to `libjsoncpp.so.24` so if you rename it the link will just link to itself)
> 
Oh, I didn't know

> Try `# xbps-install -f jsoncpp jsoncpp-devel` You can use `# xbps-pkgdb -a` to verify the status of your other packages.

This works, thank you.

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

* Re: [ISSUE] [CLOSED] Polybar won't start and won't build
  2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
                   ` (5 preceding siblings ...)
  2022-07-13 20:14 ` Swomp2
@ 2022-07-13 20:50 ` Swomp2
  6 siblings, 0 replies; 8+ messages in thread
From: Swomp2 @ 2022-07-13 20:50 UTC (permalink / raw)
  To: ml

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

Closed issue by Swomp2 on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 5.18.9_1 x86_64 AuthenticAMD notuptodate FFF

### Package(s) Affected

polybar-3.6.3_1 jsoncpp-devel-1.9.4_2 jsoncpp-1.9.4_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

I think that the bar can replace i3status.

### Actual behaviour

The bar gives this error message:
`error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: No such file or directory`

If I change libjsoncpp.so to libjsoncpp.so.24 like that:
`sudo mv /usr/lib/libjsoncpp.so /usr/lib/libjsoncpp.so.24`
and try to build or start polybar I've got this issue:
`polybar: error while loading shared libraries: libjsoncpp.so.24: cannot open shared object file: Error 40`

### Steps to reproduce

1. Installation
2. Execution
3. Fail
4. Attempt to fix
5. Nothing


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

end of thread, other threads:[~2022-07-13 20:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 17:07 [ISSUE] Polybar issue Swomp2
2022-07-13 17:38 ` Polybar won't start and won't build oreo639
2022-07-13 17:38 ` oreo639
2022-07-13 17:42 ` oreo639
2022-07-13 20:13 ` Swomp2
2022-07-13 20:14 ` Swomp2
2022-07-13 20:14 ` Swomp2
2022-07-13 20:50 ` [ISSUE] [CLOSED] " Swomp2

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