The sprintf seems to be just the directory rather than a specific file and so the magic number check further down fails.
Wols Lists
unread,
Jul 31, 2023, 3:31:10 AM7/31/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scarl...@googlegroups.com
Is this anything to do with the current glitch in makefile and terminfo?
Wouldn't surprise me ...
Check that the terminfo directory exists, and that the permissions on it
are correct ...
Cheers,
Wol
Donald Montaine
unread,
Jul 31, 2023, 10:36:10 AM7/31/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ScarletDME
Running the modified Makefile and bash script that I posted seems to fix all the install problems. Just remember to run the bash script using sudo.
Nivethan T
unread,
Jul 31, 2023, 12:37:09 PM7/31/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ScarletDME
Ah, I didn't realize the Makefile fix was for 32bit as well. I thought it was just for 64bit. I'll take a look.
The terminfo directory does exist and from what I can tell the permissions look healthy. I did try running it as qmsys and had the same error about unrecognized terminal.
This issue first cropped up in 2020 and specifically for CentOS 7 according to the changelog so it may be unrelated to the terminfo work you're working on.
Thanks
Wols Lists
unread,
Aug 1, 2023, 3:00:47 PM8/1/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scarl...@googlegroups.com
On 31/07/2023 17:37, Nivethan T wrote:
> Ah, I didn't realize the Makefile fix was for 32bit as well. I thought
> it was just for 64bit. I'll take a look.
>
> The terminfo directory does exist and from what I can tell the
> permissions look healthy. I did try running it as qmsys and had the same
> error about unrecognized terminal.
>
> This issue first cropped up in 2020 and specifically for CentOS 7
> according to the changelog so it may be unrelated to the terminfo work
> you're working on.
If it first appeared in 2020 then it won't be down to me ... iirc my
blunder was to reset the permissions inside the terminfo directory, so
that the linux (amongst all the rest) file was unreadable :-)
Something to do with muddling the user who compiled everything, with
root who copied everything, with qmsys who needed access ...