* [ISSUE] ncurses does not provide lintinfo on aarch64
@ 2025-02-06 19:58 ppp7032
2025-02-06 21:59 ` oreo639
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: ppp7032 @ 2025-02-06 19:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 771 bytes --]
New issue by ppp7032 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237
Description:
### Is this a new report?
Yes
### System Info
Void 6.12.10+2-asahi_2 aarch64 Unknown uptodate rF
### Package(s) Affected
ncurses-libtinfo-libs-6.5_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
_No response_
### Expected behaviour
`ncurses` comes with lintinfo on aarch64. This bug has been reported and fixed before (#11718) so I can only assume it's an aarch64-specific issue.
### Actual behaviour
`/usr/lib64/libtinfo.so.6: no version information available`
### Steps to reproduce
1. Install GHCup dependencies, including `ncurses-lintinfo-libs`.
2. Install GHCup.
3. Try to use GHC.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
@ 2025-02-06 21:59 ` oreo639
2025-02-06 21:59 ` oreo639
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2025-02-06 21:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641153581
Comment:
`/usr/lib64/libtinfo.so.6: no version information available` does not mean that libtinfo doesn't exist. The warning just indicates that symbol versioning was expected (because Debian uses `--with-versioned-syms`), but not found in the library on Void.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
2025-02-06 21:59 ` oreo639
@ 2025-02-06 21:59 ` oreo639
2025-02-06 22:07 ` oreo639
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2025-02-06 21:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 447 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641153581
Comment:
`/usr/lib64/libtinfo.so.6: no version information available` does not mean that libtinfo doesn't exist. The warning just indicates that symbol versioning was expected (because Debian uses `--with-versioned-syms`), but not found in the library on Void.
The warning should be safe to ignore in this case.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
2025-02-06 21:59 ` oreo639
2025-02-06 21:59 ` oreo639
@ 2025-02-06 22:07 ` oreo639
2025-02-06 23:40 ` ppp7032
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: oreo639 @ 2025-02-06 22:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641153581
Comment:
`/usr/lib64/libtinfo.so.6: no version information available (required by x)` does not mean that libtinfo doesn't exist. The warning just indicates that symbol versioning was expected (because Debian uses `--with-versioned-syms`), but not found in the library on Void.
The warning should be safe to ignore in this case.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
` (2 preceding siblings ...)
2025-02-06 22:07 ` oreo639
@ 2025-02-06 23:40 ` ppp7032
2025-02-07 0:03 ` ppp7032
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: ppp7032 @ 2025-02-06 23:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
New comment by ppp7032 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641360035
Comment:
What is the reasoning to not use `--with-versioned-syms`, at the very least for software compatibility reasons?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
` (3 preceding siblings ...)
2025-02-06 23:40 ` ppp7032
@ 2025-02-07 0:03 ` ppp7032
2025-02-07 0:04 ` ppp7032
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: ppp7032 @ 2025-02-07 0:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 416 bytes --]
New comment by ppp7032 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641360035
Comment:
Ah, my mistake. My compiled program was "crashing" so I blamed the GHC warnings but it turns out it's just me entering arguments to my own program incorrectly.
What is the reasoning to not use `--with-versioned-syms`, at the very least for software compatibility reasons?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
` (4 preceding siblings ...)
2025-02-07 0:03 ` ppp7032
@ 2025-02-07 0:04 ` ppp7032
2025-02-07 1:09 ` ppp7032
2025-02-07 1:09 ` [ISSUE] [CLOSED] " ppp7032
7 siblings, 0 replies; 9+ messages in thread
From: ppp7032 @ 2025-02-07 0:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
New comment by ppp7032 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641360035
Comment:
Ah, my mistake. My compiled program was "crashing" so I blamed the GHC warnings but it turns out it was just me entering arguments to my own program incorrectly.
What is the reasoning to not use `--with-versioned-syms`, at the very least for software compatibility reasons?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
` (5 preceding siblings ...)
2025-02-07 0:04 ` ppp7032
@ 2025-02-07 1:09 ` ppp7032
2025-02-07 1:09 ` [ISSUE] [CLOSED] " ppp7032
7 siblings, 0 replies; 9+ messages in thread
From: ppp7032 @ 2025-02-07 1:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by ppp7032 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237#issuecomment-2641360035
Comment:
Ah, my mistake. My compiled program was "crashing" so I blamed the GHC warnings but it turns out it was just me entering arguments to my own program incorrectly.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [ISSUE] [CLOSED] ncurses does not provide lintinfo on aarch64
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
` (6 preceding siblings ...)
2025-02-07 1:09 ` ppp7032
@ 2025-02-07 1:09 ` ppp7032
7 siblings, 0 replies; 9+ messages in thread
From: ppp7032 @ 2025-02-07 1:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 774 bytes --]
Closed issue by ppp7032 on void-packages repository
https://github.com/void-linux/void-packages/issues/54237
Description:
### Is this a new report?
Yes
### System Info
Void 6.12.10+2-asahi_2 aarch64 Unknown uptodate rF
### Package(s) Affected
ncurses-libtinfo-libs-6.5_1
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
_No response_
### Expected behaviour
`ncurses` comes with lintinfo on aarch64. This bug has been reported and fixed before (#11718) so I can only assume it's an aarch64-specific issue.
### Actual behaviour
`/usr/lib64/libtinfo.so.6: no version information available`
### Steps to reproduce
1. Install GHCup dependencies, including `ncurses-lintinfo-libs`.
2. Install GHCup.
3. Try to use GHC.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-07 1:09 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-06 19:58 [ISSUE] ncurses does not provide lintinfo on aarch64 ppp7032
2025-02-06 21:59 ` oreo639
2025-02-06 21:59 ` oreo639
2025-02-06 22:07 ` oreo639
2025-02-06 23:40 ` ppp7032
2025-02-07 0:03 ` ppp7032
2025-02-07 0:04 ` ppp7032
2025-02-07 1:09 ` ppp7032
2025-02-07 1:09 ` [ISSUE] [CLOSED] " ppp7032
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).