On Thu, Aug 2, 2018 at 4:44 AM, Kunal Mehta <lego...@member.fsf.org> wrote:
> Hi, > > On 08/01/2018 04:08 AM, Paul Gevers wrote: > > Currently this regression is delaying the migration of php7.2 to > > testing by 13 days. From the error it seems that a dependency on sed is > > missing somewhere, but that is just a hunch. Could you please > > investigate the situation? If php-luasandbox and wikidiff2 need to adapt > > their autopkgtest, please clone and re-assign. > > I can confirm that this is a regression in php7.2-dev. In > /usr/bin/phpize, it used to have (7.2.4-1): > > > SED="/bin/sed" > > which is correct. In 7.2.8-1 it has: > > > SED="/usr/bin/sed" > > which is incorrect, since that file doesn't exist. /usr/bin/php-config > suffers from the same problem as well: > This isn't a change in upstream, thanks for checking. I used a fresh chroot to build PHP and it got usr-merged by debootstrap. This is why sed is available in both /usr/bin and /bin. See https://wiki.debian.org/UsrMerge for more details. In any case, a build from an un-usr-merged chroot would be available soon. Kaplan