[Pkg-zsh-devel] Bug#764650: zsh: FTBFS with noatime mounts
Frank Terbeck
ft at bewatermyfriend.org
Thu Oct 9 22:43:13 UTC 2014
Thorsten Glaser wrote:
> Frank Terbeck dixit:
[...]
>> elif test -f /etc/mtab && { grep $(df . 2>/dev/null| tail -n1 | awk '{print $1}') /etc/mtab | grep -q noatime; }; then
[...]
> Hm, I think this rings a bell. Didn’t we have this on another buildd
> already, years ago, because something like mtab wasn’t available or
> something? Will need to dig through mail/bts archives…
Axel hinted at that on IRC, as well. He thought that /proc/mounts should
be available, which I think has the same syntax. We could just double up
the test, once against /etc/mtab and then against /proc/mounts.
Would that help?
Regards, Frank
More information about the Pkg-zsh-devel
mailing list