Skip to content

Uneeded new line in output from external command #646

Description

@remicollet

Actual outout (from a verbose build)

Running phpize step using: /usr/bin/phpize
Configuring for:
PHP Version:             8.4

PHP Api Version:         20240924
Zend Module Api No:      20240924
Zend Extension Api No:   420240924

configure.ac:150: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:150: You should run autoupdate.
build/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:150: the top level

phpize complete.
Running configure step with: ./configure
checking for grep that handles long lines and -e... 
/usr/bin/grep
checking for egrep... 
/usr/bin/grep -E

checking for a sed that does not truncate output... 
/usr/bin/sed

checking build system type... 
x86_64-pc-linux-gnu

checking host system type... 
x86_64-pc-linux-gnu

checking target system type... 
x86_64-pc-linux-gnu

checking for gawk... 
gawk

checking for pkg-config... 
/usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... 
yes

Expected

Running phpize step using: /usr/bin/phpize
Configuring for:
PHP Version:             8.4

PHP Api Version:         20240924
Zend Module Api No:      20240924
Zend Extension Api No:   420240924

configure.ac:150: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:150: You should run autoupdate.
build/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:150: the top level
phpize complete.
Running configure step with: ./configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gawk... gawk
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions