Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #910799
| From | Lior Kaplan <kaplanlior@gmail.com> |
|---|---|
| Newsgroups | linux.debian.bugs.dist |
| Subject | Bug#905187: php7.2/7.2.8-1 appears to break multiple autopkgtest: /usr/bin/phpize: 1: /usr/bin/phpize: /usr/bin/sed: not found |
| Date | 2018-08-02 06:30 +0200 |
| Message-ID | <widpn-2Ae-3@gated-at.bofh.it> (permalink) |
| References | <whZZ8-2BY-5@gated-at.bofh.it> <widpn-2Ae-5@gated-at.bofh.it> <whZZ8-2BY-5@gated-at.bofh.it> <widpn-2Ae-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Aug 2, 2018 at 4:44 AM, Kunal Mehta <legoktm@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
Back to linux.debian.bugs.dist | Previous | Next — Next in thread | Find similar
Bug#905187: php7.2/7.2.8-1 appears to break multiple autopkgtest: /usr/bin/phpize: 1: /usr/bin/phpize: /usr/bin/sed: not found Lior Kaplan <kaplanlior@gmail.com> - 2018-08-02 06:30 +0200 Bug#905187: php7.2/7.2.8-1 appears to break multiple autopkgtest: /usr/bin/phpize: 1: /usr/bin/phpize: /usr/bin/sed: not found Marco d'Itri <md@linux.it> - 2018-08-02 10:10 +0200
csiph-web