Initial installation steps following 
https://code.jsoftware.com/wiki/System/Installation/J903 went smoothly, but 
trouble appears when installing jqt.

$ cat /etc/issue
Ubuntu 20.04.2 LTS \n \l
$ uname -srvmpio
Linux 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 x86_64 
x86_64 x86_64 GNU/Linux
$ # temporarily change Desktop permissions else pacman fails
$ sudo chmod go+x /root/Desktop
$ sudo /usr/bin/ijconsole-9.03
   load 'pacman'
   'install' jpkg '*'
these steps can take several minutes
*** next step updates addons and base library
Updating server catalog...
[ the following lines occurred on the first attempt and all packages were well 
installed]
Installing 127 packages
Downloading api/expat...
Installing api/expat...
Dowloading api/gles...
Installing api/gles...
[ many lines edited edited]
Downloading web/gethttp...
Installing web/gethttp...
Done
[ end of package installation ]
*** next step updates Jqt ide
Updating server catalog...
Installing 1 package
Downloading base library...
Installing base library...
Done.
Installing JQt binaries...
install libjqt.so to /usr/lib/x86_64-linux-gnu/
|value error: vsuffix
|   echo'cd ',(dquote jpath'~temp'),' && tar --no-same-owner 
--no-same-permissions -xzf ',(dquote p),' && chmod 755 jqt && mv jqt 
',BINPATH,'/jqt-9.03 && cp libjqt.',suffix,' ',d1,'/libjqt.',vsuffix,' && chmod 
755 ',d1,'/libjqt.',    vsuffix,('Linux'-:UNAME)#' && ldconfig'

Since /usr/share/j/9.03/system/util/pacman.ijs gets downloaded afresh on every 
run, I cannot work around this by hard coding vsuffix just before the failing 
command.





----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to