[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc 2.21-5 ftbfs



On 2015-12-23 17:30, Samuel Thibault wrote:
> Hello,
> 
> The latest glibc upload, 2.21-5 failed to build:
> 
> # Link to any headers found in the old locations first
> find /usr/include/sys -mindepth 1 \
>         -exec ln -sf '{}' debian/include/sys ';'
> find: `/usr/include/sys': No such file or directory
> 
> So it looks like there are no /usr/include/sys files any more in the
> kernel headers?  If so we can just drop the statement.  If you want to

It seems it has been changed in the last kfreebsd-kernel-headers upload.
That said, I don't think we can just drop this entry as this would
likely breaks the cross-compilation case.

> keep backward compatibility, we can also make the statement failure
> non-fatal.

Likely either that, or a check if the directory exists before running
the command.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


Reply to: