Re: Silly Sculpt Build Problem

2021-12-15 Thread John J. Karcher
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

Re: Silly Sculpt Build Problem

2021-12-15 Thread Norman Feske
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

Re: Silly Sculpt Build Problem

2021-12-06 Thread John J. Karcher
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"

Re: Silly Sculpt Build Problem

2021-12-05 Thread Christian Helmuth
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

Re: Silly Sculpt Build Problem

2021-12-05 Thread John J. Karcher
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,

Re: Silly Sculpt Build Problem

2021-12-04 Thread Norman Feske
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'

Re: Silly Sculpt Build Problem

2021-12-03 Thread ttcoder
>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

Silly Sculpt Build Problem

2021-12-03 Thread John J. Karcher
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