Trying to build 188

Hi,

YMMD!

I had the same problems - and error message - as you.

My solution was to add two “mount”-lines further back. Don’t know why - but it was the only way to get things running:

...
   # If unshare is asked to terminate, terminate all child processes
   "--kill-child"
  )

mount --bind ${BUILD_DIR}/proc ${BUILD_DIR}/proc

mount --make-rslave ${BUILD_DIR}/proc

 fi

while [ $# -gt 0 ]; do
  case "${1}" in
...

Discussion:
=> Re: The unshared changes give a problem with build after doing git pull on next - Development - lists.ipfire.org

Best
Matthias