On 12/15/21 09:38, Norman Feske wrote:
Hi John,
"command" is an bash built-in command and can't be executed by
Tcl/Expect directly. With the following small change to the line above
your second patch is unnecessary.
if { [catch {set path [exec bash -c "command -v $command"]}] == 0} {
Tha
Hi John,
>> "command" is an bash built-in command and can't be executed by
>> Tcl/Expect directly. With the following small change to the line above
>> your second patch is unnecessary.
>>
>> if { [catch {set path [exec bash -c "command -v $command"]}] == 0} {
>
> That solved it. I knew it wa
On 12/6/21 02:41, Christian Helmuth wrote:
Hi John,
On Sun, Dec 05, 2021 at 23:00:21 CET, John J. Karcher wrote:
First, line 550 of "tool/run/run" still contained a "which" command, which I
changed to:
if { [catch {set path [exec command -v $command]}] == 0} {
Running "command -v e2mkdir"
Hi John,
On Sun, Dec 05, 2021 at 23:00:21 CET, John J. Karcher wrote:
> First, line 550 of "tool/run/run" still contained a "which" command, which I
> changed to:
>
> if { [catch {set path [exec command -v $command]}] == 0} {
>
> Running "command -v e2mkdir" gives "/usr/bin/e2mkdir", so I expe
Thanks Cedric and Norman for the suggestions . . .
On 12/4/21 04:02, Norman Feske wrote:
Hi John,
On 03.12.21 16:45, John J. Karcher wrote:
Recent updates to Debian Unstable seem to be causing a few minor build
problems in Genode. Automake being updated from 1.15 to 1.16 was simple
to solve,
Hi John,
On 03.12.21 16:45, John J. Karcher wrote:
> Recent updates to Debian Unstable seem to be causing a few minor build
> problems in Genode. Automake being updated from 1.15 to 1.16 was simple
> to solve, but I have another problem that I'm not sure how to solve.
>
> Depending of whether I'
>Error: 'e2mkdir' command could be not found.
>
> or:
>
>Error: 'xorriso' command could be not found.
>
> But both of those commands are available, and worked up until recently.
>
> Does anyone have any thoughts on what might cause this?
On the one-in-ten (low) odds that this could he
Hello,
Recent updates to Debian Unstable seem to be causing a few minor build
problems in Genode. Automake being updated from 1.15 to 1.16 was simple
to solve, but I have another problem that I'm not sure how to solve.
Depending of whether I'm building a disk image or an ISO, I get one of
t