[lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread xinglp via lfs-dev
When I run './jhalfs run', it just show below messages and quit. INTERRUPT trapped exit -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread xinglp via lfs-dev
xinglp 于2019年1月12日周六 下午10:24写道: > > When I run './jhalfs run', it just show below messages and quit. And the signal cause it quit is SIGCHLD(17) . > > INTERRUPT trapped > > > exit -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread xinglp via lfs-dev
xinglp 於 2019年1月12日 週六 下午10:32寫道: > > xinglp 于2019年1月12日周六 下午10:24写道: > > > > When I run './jhalfs run', it just show below messages and quit. > And the signal cause it quit is SIGCHLD(17) . This patch can ugly fix it. > > > > INTERRUPT trapped > > > > > > exit fix-SIGCHLD.patch Description: B

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread Bruce Dubbs via lfs-dev
On 01/12/2019 08:24 AM, xinglp via lfs-dev wrote: When I run './jhalfs run', it just show below messages and quit. INTERRUPT trapped exit The command is 'jhalfs' without options when creating the scripts. Then: cd /mnt/lfs/jhalfs make -- Bruce -- http://lists.linuxfromscratch.org/listi

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread Pierre Labastie via lfs-dev
On 12/01/2019 17:47, Bruce Dubbs via lfs-dev wrote: > On 01/12/2019 08:24 AM, xinglp via lfs-dev wrote: >> When I run './jhalfs run', it just show below messages and quit. >> >> INTERRUPT trapped >> >> >> exit >> > > The command is 'jhalfs' without options when creating the script Normally not:

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-12 Thread Bruce Dubbs via lfs-dev
On 01/12/2019 11:31 AM, Pierre Labastie via lfs-dev wrote: On 12/01/2019 17:47, Bruce Dubbs via lfs-dev wrote: On 01/12/2019 08:24 AM, xinglp via lfs-dev wrote: When I run './jhalfs run', it just show below messages and quit. INTERRUPT trapped exit The command is 'jhalfs' without options

Re: [lfs-dev] jhalfs not work with bash-5.0

2019-01-13 Thread Pierre Labastie via lfs-dev
On 12/01/2019 23:22, Bruce Dubbs via lfs-dev wrote: > On 01/12/2019 11:31 AM, Pierre Labastie via lfs-dev wrote: >> On 12/01/2019 17:47, Bruce Dubbs via lfs-dev wrote: >>> On 01/12/2019 08:24 AM, xinglp via lfs-dev wrote: When I run './jhalfs run', it just show below messages and quit. >>