9.6 installation, macos - Unable to install JQt binaries.
20 views
Skip to first unread message
Godfrey
unread,
Aug 1, 2025, 1:30:47 AM8/1/25
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 Forum
load 'pacman'
'install' jpkg '*'
Installing JQt binaries...
gzip: unknown compression format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Unable to install JQt binaries.
check that you have write permission for:
/users/myusid/j9.6/bin
Anyone have the same problem?
bill lam
unread,
Aug 1, 2025, 8:59:44 AM8/1/25
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 fo...@jsoftware.com
No problem on macos 15.5.
what is the version of you macos?
> To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.
Godfrey
unread,
Aug 1, 2025, 9:13:18 AM8/1/25
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 Forum
i am with macOS Version 13.5.2 arm64
To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@jsoftware.com.
bill lam
unread,
Aug 1, 2025, 9:41:40 AM8/1/25
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 fo...@jsoftware.com
Mine Macbook is M1. I suspect tar in older version of MacOS can not
handle some tar tag created by gnu tar.
Godfrey
unread,
Aug 2, 2025, 2:48:51 AM8/2/25
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 fo...@jsoftware.com
It works now.
I am using nix on this macos, and nix use an older version of tar 1.35. After I fixed the $PATH to use an updated version of tar (the macos one). The installation went through.