Processed: Re: Bug#909110: serious

2018-10-15 Thread Debian Bug Tracking System
Processing control commands:

> notfixed -1 7.3.0~rc2-2
Bug #909110 {Done: Ondřej Surý } [php7.3-dev] Extraneous 'L' 
in /usr/bin/phpize7.3
No longer marked as fixed in versions 7.3.0~rc2-2.
> fixed -1 7.3.0~rc3-1
Bug #909110 {Done: Ondřej Surý } [php7.3-dev] Extraneous 'L' 
in /usr/bin/phpize7.3
There is no source info for the package 'php7.3-dev' at version '7.3.0~rc3-1' 
with architecture ''
Unable to make a source version for version '7.3.0~rc3-1'
Marked as fixed in versions 7.3.0~rc3-1.

-- 
909110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#909110: serious

2018-10-15 Thread Ondřej Surý
Control: notfixed -1 7.3.0~rc2-2
Control: fixed -1 7.3.0~rc3-1

No, I am sorry, you are right, it was correctly fixed in 7.3.0~rc2-3, and it’s 
also included in 7.3.0~rc3-1 that I just uploaded.

Ondrej
--
Ondřej Surý
ond...@sury.org



> On 15 Oct 2018, at 08:55, Kunal Mehta  wrote:
> 
> Hi,
> 
> On 10/14/18 11:45 PM, Ondřej Surý wrote:
>> Version: 7.3.0~rc2-2
>> 
>> This had been already fixed in version in both unstable and testing.
> 
> That's not what I see...
> 
> $ php -v
> PHP 7.3.0RC2 (cli) (built: Oct 14 2018 10:21:01) ( NTS )
> Copyright (c) 1997-2018 The PHP Group
> Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
>with Zend OPcache v7.3.0RC2, Copyright (c) 1999-2018, by Zend
> Technologies
> $ dpkg -l | grep php7.3-dev
> ii  php7.3-dev 7.3.0~rc2-2+b1
> amd64Files for PHP7.3 module development
> 
> $ phpize7.3
> Configuring for:
> PHP Api Version: 20180731
> Zend Module Api No:  20180731
> Zend Extension Api No:   320180731
> cp: cannot stat 'run-tests*.phpL': No such file or directory
> 
> Looking at the file directly, I can see the L:
> $ grep "\"L" /usr/bin/phpize7.3
> FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh
> run-tests*.php"L
> 
> 
> Am I missing something?
> 
> -- Kunal
> 



Bug#909110: serious

2018-10-14 Thread Kunal Mehta
Hi,

On 10/14/18 11:45 PM, Ondřej Surý wrote:
> Version: 7.3.0~rc2-2
> 
> This had been already fixed in version in both unstable and testing.

That's not what I see...

$ php -v
PHP 7.3.0RC2 (cli) (built: Oct 14 2018 10:21:01) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.0RC2, Copyright (c) 1999-2018, by Zend
Technologies
$ dpkg -l | grep php7.3-dev
ii  php7.3-dev 7.3.0~rc2-2+b1
 amd64Files for PHP7.3 module development

$ phpize7.3
Configuring for:
PHP Api Version: 20180731
Zend Module Api No:  20180731
Zend Extension Api No:   320180731
cp: cannot stat 'run-tests*.phpL': No such file or directory

Looking at the file directly, I can see the L:
$ grep "\"L" /usr/bin/phpize7.3
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh
run-tests*.php"L


Am I missing something?

-- Kunal