php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56702 Does not compile
Submitted: 2005-12-06 16:04 UTC Modified: 2006-01-03 16:04 UTC
From: paazio at lulop dot org Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 5_1 CVS-2005-12-06 OS: Linux 2.6
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paazio at lulop dot org
New email:
PHP Version: OS:

 

 [2005-12-06 16:04 UTC] paazio at lulop dot org
Description:
------------
Versions 1.0.1 and 1.0.2 dont compile with the CVS 2005-12-06 (PHP Version 5.1.2-dev).
Tried the same also with PHP 5.1.1 release, but with the same result.

Reproduce code:
---------------
/tmp/tmpgy136f/Fileinfo-1.0.1/fileinfo.c: In function `finfo_objects_new':
/tmp/tmpgy136f/Fileinfo-1.0.1/fileinfo.c:106: error: structure has no member named `std'
make: *** [fileinfo.lo] Error 1
ERROR: `make' failed


and 


/tmp/tmpYmIxUO/Fileinfo-1.0.2/fileinfo.c: In function `finfo_objects_new':
/tmp/tmpYmIxUO/Fileinfo-1.0.2/fileinfo.c:109: error: structure has no member named `in_get'
/tmp/tmpYmIxUO/Fileinfo-1.0.2/fileinfo.c:110: error: structure has no member named `in_set'
make: *** [fileinfo.lo] Error 1
ERROR: `make' failed



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-08 01:37 UTC] oeriksson at mandriva dot com
I get the same problem on Mandriva Linux, Cooker and with php-5.1.1.
 [2005-12-08 01:42 UTC] oeriksson at mandriva dot com
This fix:

http://pecl.php.net/bugs/bug.php?id=6168 

Made it compile.
 [2006-01-03 16:04 UTC] ilia at prohost dot org
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/Fileinfo


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC