php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77041 buildconf should output error messages to stderr
Submitted: 2018-10-20 03:45 UTC Modified: 2018-10-20 07:44 UTC
From: axnnoindexr11 at gmail dot com Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 7.1.23 OS:
Private report: No CVE-ID: None
 [2018-10-20 03:45 UTC] axnnoindexr11 at gmail dot com
Description:
------------
Now, ./buildconf output some error messages to stdout.  But, error messages should be written on stderr.

Test script:
---------------
$ which autoconf
/usr/local/bin/autoconf
$ env PATH=/bin:/usr/bin ./buildconf --force >/dev/null

Expected result:
----------------
buildconf: autoconf not found.
           You need autoconf version 2.68 or newer installed
           to build PHP from Git.
make: *** [buildmk.stamp] Error 1

Actual result:
--------------
make: *** [buildmk.stamp] Error 1

Patches

error2stderr-buildconf (last revision 2018-10-20 03:45 UTC by )

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-20 07:44 UTC] petk@php.net
-Status: Open +Status: Verified -Type: Feature/Change Request +Type: Bug -PHP Version: 7.3.0RC3 +PHP Version: 7.1.23
 [2018-10-20 07:55 UTC] petk@php.net
Automatic comment on behalf of mizunashi-mana@noreply.git
Revision: http://git.php.net/?p=php-src.git;a=commit;h=9f5cb626ed4bede914b57ec8e233808030671ee5
Log: Fix #77041: buildconf should output error messages to stderr
 [2018-10-20 07:55 UTC] petk@php.net
-Status: Verified +Status: Closed
 [2018-10-20 07:58 UTC] petk@php.net
Patch has been applied to PHP-7.1 branches and up via a pull request. Thank you for helping us make PHP better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC