Public bug reported: root@q-mknod:~# rm null root@q-mknod:~# mknod --mode 0666 null c 1 3 root@q-mknod:~# l null crw-r--r-- 1 root root 1, 3 Jul 15 18:36 null
lrwxrwxrwx 1 root root 9 May 14 09:16 /usr/bin/mknod -> coreutils This is making livecd-rootfs an FTBFS[1] (see all the permission denied errors when writing to /dev/null): dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean sh: 1: cannot create /dev/null: Permission denied dh_clean debian/rules binary dh binary sh: 1: cannot create /dev/null: Permission denied dh_update_autotools_config (...) dpkg-buildpackage: info: host architecture amd64 debian/rules clean dh clean sh: 1: cannot create /dev/null: Permission denied dh_clean debian/rules binary dh binary sh: 1: cannot create /dev/null: Permission denied dh_update_autotools_config 1. https://launchpadlibrarian.net/805275144/buildlog_ubuntu-questing-amd64.livecd-rootfs_25.10.12_BUILDING.txt.gz ** Affects: rust-coreutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2116973 Title: mknod doesn't respect --mode argument To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2116973/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
