Control: severity -1 grave

On 2016-06-21 15:40 +0800, Steven Shiau wrote:

> After upgrading ncurses-bin to 6.0+20160319-2, the binary files in
> /usr/bin/ are gone. No more command "clear", etc. After inspecting the
> files from ncurses-bin, they are not included:
> $ dpkg -L ncurses-bin
> /.
> /usr
> /usr/share
> /usr/share/doc
> /usr/share/doc/ncurses-bin
> /usr/share/doc/ncurses-bin/FAQ
> /usr/share/doc/ncurses-bin/changelog.Debian.gz
> /usr/share/doc/ncurses-bin/changelog.gz
> /usr/share/doc/ncurses-bin/copyright
> /usr/share/man

That's because of the findutils bug #827724[1].  From the build log[2]:

,----
| dh_install -pncurses-bin -Xncurses5-config -Xncursesw5-config
| find: Duplicate file type 'l' in the argument list to -type.
| find: Duplicate file type 'l' in the argument list to -type.
| find: Duplicate file type 'l' in the argument list to -type.
| find: Duplicate file type 'l' in the argument list to -type.
`----

Unfortunately the findutils bug did not cause the build to fail, since
"dh_install -X" runs find in a shell pipe. :-/

I'll ask for a binNMU on the affected architectures.

Cheers,
       Sven


1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827724
2. 
https://buildd.debian.org/status/fetch.php?pkg=ncurses&arch=i386&ver=6.0%2B20160319-2&stamp=1466430130

Reply via email to