<div dir="ltr"><div>Tobias, of couorse unless try if the problem its core utils<br><br></div>my attemp its to check the consistency of the hole instalation, ok!<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><font color="#888888">Lenz McKAY Gerardo (PICCORO)</font><div><font color="#888888"><a href="http://qgqlochekone.blogspot.com" target="_blank">http://qgqlochekone.blogspot.com</a></font></div></div></div>
<br><div class="gmail_quote">2018-08-17 8:43 GMT-04:00 Tobias Boege <span dir="ltr"><<a href="mailto:taboege@gmail.com" target="_blank">taboege@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 17 Aug 2018, PICCORO McKAY Lenz wrote:<br>
> i'm very curious of the problem.. could you make a chroot from a live disk<br>
> into your instalations and check?<br>
> <br>
> i mean, in your machine of the problem:<br>
> <br>
> 1) download a real linux like debian, but live disk<br>
> 2) boot and when ready install gambas from debian (jessie has 3.5 so you<br>
> must download strecht for 3.9)<br>
> 3) try to use gambas farm, we will assume will work ok, so then:<br>
> 4) make a chroot to your hard disk when the windos-mint are installed<br>
> 5 export the x11 environment<br>
> 6) run the xorg/session and the start gambas  ide from your<br>
> disk/instalation  disk<br>
> 7) tryit again<br>
> <br>
<br>
</span>What is this supposed to accomplish? Confirm that Debian has sha256sum,<br>
but the extra long way by using some code inside a specific X11 application?<br>
<br>
Maybe before doing all that stuff, check in a terminal in your Mint if<br>
<br>
  $ echo -n | /usr/bin/sha256sum<br>
  e3b0c44298fc1c149afbf4c8996fb9<wbr>2427ae41e4649b934ca495991b7852<wbr>b855  -<br>
<br>
produces the expected output in the second line. If it does, sha256sum<br>
is not the problem. As far as I can see, Linux Mint 19 gets coreutils<br>
from Ubuntu Bionic [1], which does include /usr/bin/sha256sum [2].<br>
You can also try<br>
<br>
  $ dpkg-query -L coreutils | grep 'sha[0-9]'<br>
<br>
to see a list of 'sha...' stuff that got installed from coreutils,<br>
and where it is exactly, although it should really be in /usr/bin.<br>
<br>
The "Cannot compute checksum" error message can be caused by a missing<br>
`sha256sum` utility but also by sha256sum not being able to read the<br>
file it is instructed to hash, due to, let's say, an unhandled download<br>
failure earlier, or by any other error that happens under the jurisdiction<br>
of that one Catch block in the IDE. (Any other error would be weird,<br>
admittedly, like a changing output format for sha256sum.)<br>
<br>
Regards,<br>
Tobi<br>
<br>
[1] <a href="https://en.wikipedia.org/wiki/Linux_Mint_version_history" rel="noreferrer" target="_blank">https://en.wikipedia.org/wiki/<wbr>Linux_Mint_version_history</a><br>
[2] <a href="https://packages.ubuntu.com/bionic/amd64/coreutils/filelist" rel="noreferrer" target="_blank">https://packages.ubuntu.com/<wbr>bionic/amd64/coreutils/<wbr>filelist</a><br>
<br>
PS: Usual disclaimer, I'm not familiar with dpkg and its various front-ends<br>
so there might be some research necessary to fix commands I suggest.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
"There's an old saying: Don't change anything... ever!" -- Mr. Monk<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</div></div></blockquote></div><br></div>