php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77045 mailparse fails to build under PHP 7.3
Submitted: 2018-10-22 07:40 UTC Modified: 2019-11-27 11:40 UTC
Votes:12
Avg. Score:4.7 ± 0.6
Reproduced:11 of 11 (100.0%)
Same Version:6 (54.5%)
Same OS:5 (45.5%)
From: alexey at kopytko dot com Assigned: cmb (profile)
Status: Closed Package: mailparse (PECL)
PHP Version: 7.3.0RC3 OS: Debian/sid
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alexey at kopytko dot com
New email:
PHP Version: OS:

 

 [2018-10-22 07:40 UTC] alexey at kopytko dot com
Description:
------------
See below for build errors.


$ pecl version
PEAR Version: 1.10.6
PHP Version: 7.3.0RC2
Zend Engine Version: 3.3.0-dev
Running on: Linux hostname 4.18-amd64 #1 SMP Debian 4.18 (2018-10-20) x86_64

$ phpize -v
Configuring for:
PHP Api Version:         20180731
Zend Module Api No:      20180731
Zend Extension Api No:   320180731


Test script:
---------------
pecl install mailparse

Actual result:
--------------
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
downloading mailparse-3.0.2.tgz ...
Starting to download mailparse-3.0.2.tgz (38,206 bytes)
..........done: 38,206 bytes
10 source files, building
running: phpize
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
building in /tmp/pear/temp/pear-build-rootbVmV1R/mailparse-3.0.2
running: /tmp/pear/temp/mailparse/configure --with-php-config=/usr/bin//php-config
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
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 PHP prefix... /usr
checking for PHP includes... -I/usr/include/php/20180731 -I/usr/include/php/20180731/main -I/usr/include/php/20180731/TSRM -I/usr/include/php/20180731/Zend -I/usr/include/php/20180731/ext -I/usr/include/php/20180731/ext/date/lib
checking for PHP extension directory... /usr/lib/php/20180731
checking for PHP installed headers prefix... /usr/include/php/20180731
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 1.1.1 (ok)
checking for gawk... gawk
checking whether to enable mailparse support... yes, shared
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin//ld
checking if the linker (/usr/bin//ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin//nm -B
checking the name lister (/usr/bin//nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin//ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking command to parse /usr/bin//nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/bash /tmp/pear/temp/pear-build-rootbVmV1R/mailparse-3.0.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/mailparse -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootbVmV1R/mailparse-3.0.2/include -I/tmp/pear/temp/pear-build-rootbVmV1R/mailparse-3.0.2/main -I/tmp/pear/temp/mailparse -I/usr/include/php/20180731 -I/usr/include/php/20180731/main -I/usr/include/php/20180731/TSRM -I/usr/include/php/20180731/Zend -I/usr/include/php/20180731/ext -I/usr/include/php/20180731/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/mailparse/mailparse.c -o mailparse.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/mailparse -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootbVmV1R/mailparse-3.0.2/include -I/tmp/pear/temp/pear-build-rootbVmV1R/mailparse-3.0.2/main -I/tmp/pear/temp/mailparse -I/usr/include/php/20180731 -I/usr/include/php/20180731/main -I/usr/include/php/20180731/TSRM -I/usr/include/php/20180731/Zend -I/usr/include/php/20180731/ext -I/usr/include/php/20180731/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/mailparse/mailparse.c  -fPIC -DPIC -o .libs/mailparse.o
/tmp/pear/temp/mailparse/mailparse.c:34:2: error: #error The mailparse extension requires the mbstring extension!
 #error The mailparse extension requires the mbstring extension!
  ^~~~~
/tmp/pear/temp/mailparse/mailparse.c: In function ‘zif_mailparse_stream_encode’:
/tmp/pear/temp/mailparse/mailparse.c:981:33: warning: passing argument 1 of ‘mbfl_convert_filter_new’ makes pointer from integer without a cast [-Wint-conversion]
  conv = mbfl_convert_filter_new(mbfl_no_encoding_8bit,
                                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/php/20180731/ext/mbstring/libmbfl/mbfl/mbfilter.h:98,
                 from /tmp/pear/temp/mailparse/php_mailparse.h:82,
                 from /tmp/pear/temp/mailparse/mailparse.c:27:
/usr/include/php/20180731/ext/mbstring/libmbfl/mbfl/mbfl_convert.h:59:37: note: expected ‘const mbfl_encoding *’ {aka ‘const struct _mbfl_encoding *’} but argument is of type ‘int’
 MBFLAPI extern mbfl_convert_filter *mbfl_convert_filter_new(
                                     ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/pear/temp/mailparse/mailparse.c:982:4: error: incompatible type for argument 2 of ‘mbfl_convert_filter_new’
    enc,
    ^~~
In file included from /usr/include/php/20180731/ext/mbstring/libmbfl/mbfl/mbfilter.h:98,
                 from /tmp/pear/temp/mailparse/php_mailparse.h:82,
                 from /tmp/pear/temp/mailparse/mailparse.c:27:
/usr/include/php/20180731/ext/mbstring/libmbfl/mbfl/mbfl_convert.h:59:37: note: expected ‘const mbfl_encoding *’ {aka ‘const struct _mbfl_encoding *’} but argument is of type ‘enum mbfl_no_encoding’
 MBFLAPI extern mbfl_convert_filter *mbfl_convert_filter_new(
                                     ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/php/20180731/Zend/zend.h:27,
                 from /usr/include/php/20180731/main/php.h:34,
                 from /tmp/pear/temp/mailparse/mailparse.c:24:
/tmp/pear/temp/mailparse/mailparse.c: In function ‘zif_mailparse_msg_get_structure’:
/usr/include/php/20180731/Zend/zend_types.h:784:24: error: expected expression before ‘do’
 #define ZVAL_ARR(z, a) do {      \
                        ^~
/usr/include/php/20180731/Zend/zend_API.h:377:28: note: in expansion of macro ‘ZVAL_ARR’
 #define array_init(arg)    ZVAL_ARR((arg), zend_new_array(0))
                            ^~~~~~~~
/tmp/pear/temp/mailparse/mailparse.c:1162:6: note: in expansion of macro ‘array_init’
  if (array_init(return_value) == FAILURE) {
      ^~~~~~~~~~
make: *** [Makefile:200: mailparse.lo] Error 1
ERROR: `make' failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-22 09:50 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2018-10-22 09:50 UTC] cmb@php.net
There is a commit in the repo which claims PHP 7.3
compatibility[1]. A new release is pending, though.

[1] <http://git.php.net/?p=pecl/mail/mailparse.git;a=commit;h=13c2c425e519b22660a03d566c35e76b3d4751dc>
 [2018-12-13 08:18 UTC] albert dot scherman at gmail dot com
Any idea when or how we can get mailparse to work on PHP 7.3?
 [2018-12-17 11:27 UTC] ben at coutu dot de
Is anybody working on this?
 [2019-01-14 11:11 UTC] magicaltux at gmail dot com
I am guessing PHP 7.3 compatibility was added in 2017: 

http://git.php.net/?p=pecl/mail/mailparse.git;a=commit;h=13c2c425e519b22660a03d566c35e76b3d4751dc

What we need is a release of mailparse.

Last release was in 2016. Can anyone push a new version?
 [2019-02-08 17:40 UTC] lexvisio dot editor at gmail dot com
In the same boat, exact same error. Really need a fix.
 [2019-02-14 20:04 UTC] derik at springshare dot com
Similar errors with:
PEAR Version: 1.10.7
PHP Version: 7.3.2
 [2019-03-11 08:23 UTC] iquito at gmx dot ch
Still the same with PHP 7.3.3. So who can make a new mailparse release, or what is holding this up if there seemingly has been a fix for a long time?
 [2019-07-21 19:36 UTC] php at delegated dot net
3.0.3 was released 9 days after the previous comment and claims PHP 7.3 compatibility.
 [2019-07-22 00:18 UTC] alexey at kopytko dot com
It does in fact builds now, but fails with a segmentation fault here and there. So you can't really use it with real-world emails. What's more interesting that the package fails its own tests. I'll try to make a demo soon.
 [2019-11-27 11:40 UTC] cmb@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: cmb
 [2019-11-27 11:40 UTC] cmb@php.net
> 3.0.3 was released 9 days after the previous comment and claims
> PHP 7.3 compatibility.

Indeed, mailparse 3.0.3 is compatible with PHP 7.3, so
I'm closing this ticket.

> […] but fails with a segmentation fault here and there.

Please report this as new ticket.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC