At least it's working now. (Probably the thing to do here would be to fork busybox and ensure that the fork we use reports errors when files are not unpacked. (I checked for active development of busybox, and it looks like currently that is not happening -- instead, I find messages from people having problems reporting bugs with busybox. This reflects a wider trend which I have seen elsewhere. But, also, since the value of busybox is that it presents a small implementation of a stable interface, it's mostly only going to see activity in occasional (relatively rare) bursts.))
Good luck, -- Raul On Sat, Jan 1, 2022 at 10:26 AM R.E. Boss <[email protected]> wrote: > > Thanks, but before I read your reaction, I installed J903 under 'user' with > as result > > JVERSION > Engine: j903/j64avx2/windows > Release-a: commercial/2021-12-16T15:15:09 > Library: 9.03.08 > Qt IDE: 1.9.5/5.15.2(5.15.2) > Platform: Win 64 > Installer: J903 install > InstallPath: c:/users/reb/j903 > Contact: www.jsoftware.com > > so I copied the files from 'user' to 'program files' and got > > JVERSION > Engine: j903/j64avx2/windows > Release-a: commercial/2021-12-16T15:15:09 > Library: 9.03.08 > Qt IDE: 1.9.5/5.15.2(5.15.2) > Platform: Win 64 > Installer: J903 install > InstallPath: c:/program files/j903 > Contact: www.jsoftware.com > > Remarkable was that there was quite a difference in the addons in the two > installations, on both sides completely installed. > So were the subfolders bin, doc, fonts and graphs under graphviz in > addons/graphics missing, among others. > > > R.E. Boss > > > > -----Original Message----- > From: Programming <[email protected]> On Behalf Of > Raul Miller > Sent: donderdag 30 december 2021 22:25 > To: Programming forum <[email protected]> > Subject: Re: [Jprogramming] FW: full version > > This could be a permissions issue, on the files being replaced. > > Hypothetically speaking, J should be issuing a warning or error message when > files are not replaceable, identifying at least one such file, but J's at the > mercy of the environment, to some extent. > > Still.. if you edit your copy of ~system/util/pacman.ijs, getting rid of the > -q from the unzip shell command definition which is probably line 88 (where > it says UNZIP=: bbx,' unzip -q -o '), and adding an echo command where that > statement gets used, which is probably at the beginning of line 414 (where it > says e=. shellcmd UNZIP,' ',file,' -d ',dir), that should at least give you > a list of files to check for permissions issues (it might even give you a > useful diagnostic message). > > I hope this helps, > > -- > Raul > > On Thu, Dec 30, 2021 at 2:16 PM R.E. Boss <[email protected]> wrote: > > > > Thnx. > > I tried it before and now tried it again but no result. > > > > > > R.E. Boss > > > > > > -----Original Message----- > > From: Programming <[email protected]> On Behalf > > Of Raul Miller > > Sent: woensdag 29 december 2021 17:56 > > To: Programming forum <[email protected]> > > Subject: Re: [Jprogramming] FW: full version > > > > On Wed, Dec 29, 2021 at 11:04 AM R.E. Boss <[email protected]> wrote: > > > JVERSION > > > Engine: j903/j64avx2/windows > > > Release-a: commercial/2021-12-16T15:15:09 > > > Library: 9.03.08 > > > Qt IDE: 1.9.5s/5.15.2(5.15.2) > > > > ^^ I think this line means you are running jqt > > > > > Platform: Win 64 > > > Installer: J903 install > > > InstallPath: c:/program files/j903 > > > Contact: www.jsoftware.com > > > > > > install 'full' > > > > > > did not change the slim version. > > > also the version number of Qt IDE seems rather low. > > > > > > Any advice? > > > > I think that the OS prevents you from replacing the Qt DLL while you are > > using it. So it's probably necessary to run install'full' under jconsole. > > > > I hope this helps, > > > > -- > > Raul > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
