Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
@ 2022-12-05 13:27 crocusino
  2022-12-05 15:07 ` kruceter
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: crocusino @ 2022-12-05 13:27 UTC (permalink / raw)
  To: ml

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

New issue by crocusino on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.0.10_1 x86_64 AuthenticAMD uptodate FF

### Package(s) Affected

rawtherapee-5.8_1

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

_No response_

### Expected behaviour

The program is expected to run.

### Actual behaviour

Trying to run:
```
rawtherapee
rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
```

There is `libjpeg.so.8` now and not `libjpeg.so.62`

`ldd /usr/bin/rawtherapee` says it is linked against `libjpeg.so.8` and does not claim any missing dep:

```
libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f8ea3944000)
```

### Steps to reproduce

try to run `rawtherapee`

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
@ 2022-12-05 15:07 ` kruceter
  2022-12-05 15:16 ` crocusino
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kruceter @ 2022-12-05 15:07 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1337539783

Comment:
I am unable to reproduce this issue.

`Void 5.15.78_1 x86_64-musl GenuineIntel uptodate hold rFFFFFFF`

![2022-12-05-180621_1365x768_scrot](https://user-images.githubusercontent.com/116987897/205670806-410e400c-ba98-422a-b2a7-b7fdc659093a.png)

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
  2022-12-05 15:07 ` kruceter
@ 2022-12-05 15:16 ` crocusino
  2022-12-05 15:21 ` kruceter
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: crocusino @ 2022-12-05 15:16 UTC (permalink / raw)
  To: ml

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

New comment by crocusino on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1337556893

Comment:
What does `ldd /usr/bin/rawtherapee` say about libjpeg?

What version of `libjpeg-turbo` do you have? (mine is `libjpeg-turbo-2.1.4_1`)

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
  2022-12-05 15:07 ` kruceter
  2022-12-05 15:16 ` crocusino
@ 2022-12-05 15:21 ` kruceter
  2022-12-05 15:35 ` sgn
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kruceter @ 2022-12-05 15:21 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1337565068

Comment:
> What does `ldd /usr/bin/rawtherapee` say about libjpeg?

`libjpeg.so.8`, just like you claimed in the starting post: https://0x0.st/oknd.txt

> What version of `libjpeg-turbo` do you have? (mine is `libjpeg-turbo-2.1.4_1`)

The same as yours: https://0x0.st/oknn.txt

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
                   ` (2 preceding siblings ...)
  2022-12-05 15:21 ` kruceter
@ 2022-12-05 15:35 ` sgn
  2022-12-05 15:38 ` sgn
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2022-12-05 15:35 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1337586755

Comment:
Can you help to install `strace`, then:
```
strace /usr/bin/rawtherapee 2>/tmp/strace.log
```

And post the `/tmp/strace.log` file?

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
                   ` (3 preceding siblings ...)
  2022-12-05 15:35 ` sgn
@ 2022-12-05 15:38 ` sgn
  2022-12-05 15:47 ` crocusino
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2022-12-05 15:38 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1337591019

Comment:
I guess your `rawtherapee` tries to `dlopen` a pre-compiled plugins that was compiled for Debian/Ubuntu.

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
                   ` (4 preceding siblings ...)
  2022-12-05 15:38 ` sgn
@ 2022-12-05 15:47 ` crocusino
  2022-12-05 19:30 ` crocusino
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: crocusino @ 2022-12-05 15:47 UTC (permalink / raw)
  To: ml

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

New comment by crocusino on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1337604086

Comment:
Strange, when run under strace, it "works". When tried again (without strace), it gives the same error.

The strace log is here: [https://0x0.st/ok58.log](https://0x0.st/ok58.log)

Otherwise I have no tweaks in xbps / void. Recent installation - up to date at the moment.

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

* Re: [ISSUE] [CLOSED] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
                   ` (6 preceding siblings ...)
  2022-12-05 19:30 ` crocusino
@ 2022-12-05 19:30 ` crocusino
  2022-12-05 19:36 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: crocusino @ 2022-12-05 19:30 UTC (permalink / raw)
  To: ml

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

Closed issue by crocusino on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.0.10_1 x86_64 AuthenticAMD uptodate FF

### Package(s) Affected

rawtherapee-5.8_1

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

_No response_

### Expected behaviour

The program is expected to run.

### Actual behaviour

Trying to run:
```
rawtherapee
rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
```

There is `libjpeg.so.8` now and not `libjpeg.so.62`

`ldd /usr/bin/rawtherapee` says it is linked against `libjpeg.so.8` and does not claim any missing dep:

```
libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f8ea3944000)
```

### Steps to reproduce

try to run `rawtherapee`

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

* Re: rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
                   ` (5 preceding siblings ...)
  2022-12-05 15:47 ` crocusino
@ 2022-12-05 19:30 ` crocusino
  2022-12-05 19:30 ` [ISSUE] [CLOSED] " crocusino
  2022-12-05 19:36 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: crocusino @ 2022-12-05 19:30 UTC (permalink / raw)
  To: ml

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

New comment by crocusino on void-packages repository

https://github.com/void-linux/void-packages/issues/40917#issuecomment-1338028639

Comment:
I am closing this bug report - not relevant anymore. The void's  /usr/bin/rawtherapee seems to truly work fine. The rawtherapee that had these strange libjpeg issues was an old build of mine. After some time with testing void I changed from bash to oksh and all my old settings thus came into effect (PATH to custom builds...) and that's all in it. I am sorry for this fuss.

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

* Re: [ISSUE] [CLOSED] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
  2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
                   ` (7 preceding siblings ...)
  2022-12-05 19:30 ` [ISSUE] [CLOSED] " crocusino
@ 2022-12-05 19:36 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-12-05 19:36 UTC (permalink / raw)
  To: ml

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

Closed issue by crocusino on void-packages repository

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

Description:
### Is this a new report?

Yes

### System Info

Void 6.0.10_1 x86_64 AuthenticAMD uptodate FF

### Package(s) Affected

rawtherapee-5.8_1

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

_No response_

### Expected behaviour

The program is expected to run.

### Actual behaviour

Trying to run:
```
rawtherapee
rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
```

There is `libjpeg.so.8` now and not `libjpeg.so.62`

`ldd /usr/bin/rawtherapee` says it is linked against `libjpeg.so.8` and does not claim any missing dep:

```
libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f8ea3944000)
```

### Steps to reproduce

try to run `rawtherapee`

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

end of thread, other threads:[~2022-12-05 19:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 13:27 [ISSUE] rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory crocusino
2022-12-05 15:07 ` kruceter
2022-12-05 15:16 ` crocusino
2022-12-05 15:21 ` kruceter
2022-12-05 15:35 ` sgn
2022-12-05 15:38 ` sgn
2022-12-05 15:47 ` crocusino
2022-12-05 19:30 ` crocusino
2022-12-05 19:30 ` [ISSUE] [CLOSED] " crocusino
2022-12-05 19:36 ` 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).