Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Scilab
@ 2020-08-30  8:50 anjandev
  2020-08-30  8:55 ` Scilab - ghc-bin library link anjandev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: anjandev @ 2020-08-30  8:50 UTC (permalink / raw)
  To: ml

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

New issue by anjandev on void-packages repository

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

Description:
### System

* xuname:  
  * Void 5.8.5_1 x86_64 GenuineIntel notuptodate rDFFF
* package:  
  * ghc-bin-8.8.3_1

### Expected behavior

Downloading the binary of scilab opens normally. To obtain the binary, see:

https://www.scilab.org/download/6.1.0 

### Actual behavior

### Steps to reproduce the behavior



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

* Re: Scilab - ghc-bin library link
  2020-08-30  8:50 [ISSUE] Scilab anjandev
@ 2020-08-30  8:55 ` anjandev
  2020-08-30  8:56 ` anjandev
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: anjandev @ 2020-08-30  8:55 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/24544#issuecomment-683394671

Comment:
I managed to fix this by running:

```
doas ln -s /usr/lib/ghc-8.8.3/rts/libtinfo.so.5 /usr/lib/libtinfo.so.5
```

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

* Re: Scilab - ghc-bin library link
  2020-08-30  8:50 [ISSUE] Scilab anjandev
  2020-08-30  8:55 ` Scilab - ghc-bin library link anjandev
@ 2020-08-30  8:56 ` anjandev
  2022-03-29  8:15 ` Preferencesoft
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: anjandev @ 2020-08-30  8:56 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/issues/24544#issuecomment-683394671

Comment:
I managed to fix this by running:

```
doas ln -s /usr/lib/ghc-8.8.3/rts/libtinfo.so.5 /usr/lib/libtinfo.so.5
```

Should the ghc-bin package make a link from `/usr/lib/ghc-8.8.3/rts/libtinfo.so.5` to  `/usr/lib/libtinfo.so.5` automatically?

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

* Re: Scilab - ghc-bin library link
  2020-08-30  8:50 [ISSUE] Scilab anjandev
  2020-08-30  8:55 ` Scilab - ghc-bin library link anjandev
  2020-08-30  8:56 ` anjandev
@ 2022-03-29  8:15 ` Preferencesoft
  2022-06-28  2:15 ` github-actions
  2022-07-12  2:15 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: Preferencesoft @ 2022-03-29  8:15 UTC (permalink / raw)
  To: ml

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

New comment by Preferencesoft on void-packages repository

https://github.com/void-linux/void-packages/issues/24544#issuecomment-1081566900

Comment:
In fact, you need to install the ncurses-libtinfo library:

    xbps-install ncurses-libtinfo-libs

And then you create a symbolic link:

    ln -s /usr/lib/libncurses.so.6 /usr/lib/libtinfo.so.5

On my side Scilab works

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

* Re: Scilab - ghc-bin library link
  2020-08-30  8:50 [ISSUE] Scilab anjandev
                   ` (2 preceding siblings ...)
  2022-03-29  8:15 ` Preferencesoft
@ 2022-06-28  2:15 ` github-actions
  2022-07-12  2:15 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-28  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/24544#issuecomment-1168136320

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] Scilab - ghc-bin library link
  2020-08-30  8:50 [ISSUE] Scilab anjandev
                   ` (3 preceding siblings ...)
  2022-06-28  2:15 ` github-actions
@ 2022-07-12  2:15 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-07-12  2:15 UTC (permalink / raw)
  To: ml

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

Closed issue by anjandev on void-packages repository

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

Description:
### System

* xuname:  
  * Void 5.8.5_1 x86_64 GenuineIntel notuptodate rDFFF
* package:  
  * ghc-bin-8.8.3_1

### Expected behavior

Downloading the binary of scilab opens normally. To obtain the binary, see:

https://www.scilab.org/download/6.1.0 

However I get an error like:

```
scilab-cli-bin: error while loading shared libraries: libtinfo.so.5:
```

So I ran `xlocate libtinfo.so.5` and I got

```
ghc-bin-8.8.3_1 /usr/lib/ghc-8.8.3/rts/libtinfo.so.5 ->
/usr/lib/libncursesw.so.6
```
So I assumed installing `ghc-bin-8.8.3_1` would fix my bug but it didnt.

### Actual behavior

Still got the error:

```
scilab-cli-bin: error while loading shared libraries: libtinfo.so.5:
```

after installing ghc-bin-8.8.3_1

### Steps to reproduce the behavior

1. Download the scilab binary and try to `./bin/scilab`
2. Get library error
3. Try to install `ghc-bin-8.8.3_1` to fix
4. Get library error again

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

end of thread, other threads:[~2022-07-12  2:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30  8:50 [ISSUE] Scilab anjandev
2020-08-30  8:55 ` Scilab - ghc-bin library link anjandev
2020-08-30  8:56 ` anjandev
2022-03-29  8:15 ` Preferencesoft
2022-06-28  2:15 ` github-actions
2022-07-12  2:15 ` [ISSUE] [CLOSED] " github-actions

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