The issue is with `/bin/true` (of course, I would request somebody to
verify it). It is currently a link to uutils version.

The build failure is caused by this line in
`/usr/lib/live/build/lb_chroot_dpkg`:

```
    cat > chroot/sbin/start-stop-daemon << EOF
```

However, two lines above this we have,

```
    ln -fs /bin/true chroot/usr/sbin/start-stop-daemon
```

- Up until coreutils-from-uutils version 0.0.0~ubuntu25, we had `/bin/true` 
point to `gnutrue`.
- 0.0.0~ubuntu26: `true` was redirected to uutis version along with `cp`, `mv`, 
`rm` and `df`.
- 0.0.0~ubuntu27: only `df` was reverted back to `gnudf`.
- 0.0.0~ubuntu28: only `cp` was reverted back to `gnucp`.

I was able to build UM stonking daily ISO on resolute machine today.
However, after I changed `/usr/bin/true` point to
`/usr/lib/cargo/bin/coreutils/true`, the build failed at same stage with
same error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2158962

Title:
  Failing to build images: chroot/sbin/start-stop-daemon: Text file busy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2158962/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to