php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58018 Error building package
Submitted: 2008-01-24 06:26 UTC Modified: 2015-07-26 18:15 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: joey_rayner at yahoo dot co dot uk Assigned:
Status: Suspended Package: id3 (PECL)
PHP Version: 5.2.1 OS: Windows XP HE 2002
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: joey_rayner at yahoo dot co dot uk
New email:
PHP Version: OS:

 

 [2008-01-24 06:26 UTC] joey_rayner at yahoo dot co dot uk
Description:
------------
Trying to install the package "id3-0.2.tgz" but get error when it starts building it.

Using PHP 5.2.5




Reproduce code:
---------------
All I do is type: pecl install "C:\php packages\id3-0.2.tgz"
 at the command prompt.


Expected result:
----------------
A message saying the package built successfully.

Actual result:
--------------
The following message:

4 source files, building
running:msdev id3.dsp /MAKE "id3 - Release"
ERROR: Did not understand the completion status returned from msdev.exe

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-28 03:30 UTC] anon at anon dot com
I'm working with MS Windows Server 2003 SP2 with PHP version 5.1.1.

The only time I saw the error reported by Joey was when all of the files for the package were in the PHP directory and the subdirectories were built out from there manually.  Without those files being in place, I saw this:

C:\PHP>pecl install id3
downloading id3-0.2.tgz ...
Starting to download id3-0.2.tgz (20,693 bytes)
........done: 20,693 bytes
4 source files, building
ERROR: The DSP id3.dsp does not exist.



C:\PHP>pear install id3-0.2.tgz
4 source files, building
ERROR: The DSP id3.dsp does not exist.




C:\PHP>pecl install id3-0.2.tgz
4 source files, building
ERROR: The DSP id3.dsp does not exist.


So, it seems that it can't locate that file which seems to be the same problem that Joey is having.
 [2012-04-19 23:41 UTC] brent dot newland at casipc dot com
The root cause of this problem is discussed here: http://pear.php.net/bugs/bug.php?id=17016
 [2015-07-26 18:15 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2015-07-26 18:15 UTC] cmb@php.net
The id3 extension is unmaintained (no release for more
than 10 years). I'm suspending this report until a new maintainer
is found.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC