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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: weierophinney@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC