php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69710 Compilation fails due to missing target for zip_source_pop.c
Submitted: 2015-05-26 21:29 UTC Modified: 2015-05-27 14:54 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: weierophinney@php.net Assigned: weierophinney (profile)
Status: Not a bug Package: Compile Failure
PHP Version: master-Git-2015-05-26 (Git) OS: Ubuntu 14.10
Private report: No CVE-ID: None
 [2015-05-26 21:29 UTC] weierophinney@php.net
Description:
------------
When compiling from current head, using `--enable-zip` and `--with-zlib`, I get the following error reported during compilation:

make: *** No rule to make target 'ext/zip/lib/zip_source_pop.c', needed by 'ext/zip/lib/zip_source_pop.lo'.  Stop.

Test script:
---------------
configure --disable-all --enable-zip --with-zlib=/usr
make

Expected result:
----------------
Successful compilation

Actual result:
--------------
error as reported in description

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-05-27 04:05 UTC] laruence@php.net
./buildconf --force ?
 [2015-05-27 13:17 UTC] weierophinney@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: weierophinney
 [2015-05-27 13:17 UTC] weierophinney@php.net
buildconf --force solved the issue; thanks!
 [2015-05-27 14:54 UTC] cmb@php.net
-Status: Closed +Status: Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC