The acl package fails to rebuild on Ubuntu with coreutils-uutils https://launchpadlibrarian.net/798206888/buildlog_ubuntu-questing-amd64.acl_2.3.2-2_BUILDING.txt.gz ``` $ ls --version ls 0.0.30 $ mkdir d $ setfacl -m u:bin:rwx d $ ln -s d l $ ls -lLd l drwxrwxr-x 2 user user 2 Jun 18 09:20 l ``` using the coreutils version of `ls` it gives `drwxrwxr-x+` (including the `+` of the acl, same as directly listing the directory)