php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58586 Can't compile the module
Submitted: 2009-03-17 08:28 UTC Modified: 2020-01-27 16:59 UTC
From: neuron at cdev dot ru Assigned: ramsey (profile)
Status: Closed Package: uploadprogress (PECL)
PHP Version: 5.2.5 OS: FreeBSD 6.4-STABLE
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: neuron at cdev dot ru
New email:
PHP Version: OS:

 

 [2009-03-17 08:28 UTC] neuron at cdev dot ru
Description:
------------
I can not compile the module. I've tried the use

---
# pecl install uploadprogress
---

and tried to compile the sources myself. The results are same. It is not able to make the sources.

P.S. PHP version is 5.2.8. I was not able to choose it in the "PHP version" list.

Thank you.

Reproduce code:
---------------
# make
/usr/local/bin/zsh /root/build/uploadprogress-1.0.0/libtool --mode=compile gcc  -I. -I/root/build/uploadprogress-1.0.0 -DPHP_ATOM_INC -I/root/build/uploadprogress-1.0.0/include -I/root/build/uploadprogress-1.0.0/main -I/root/build/uploadprogress-1.0.0 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -I/usr/local/include/php -DHAVE_CONFIG_H  -g -O2   -c /root/build/uploadprogress-1.0.0/uploadprogress.c -o uploadprogress.lo
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
/root/build/uploadprogress-1.0.0/libtool:1: no such file or directory: /usr/bin/sed -e 1s/^X//
libtool: compile: cannot determine name of library object from `'
*** Error code 1

Stop in /root/build/uploadprogress-1.0.0.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-24 08:59 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 08:59 UTC] kalle@php.net
This package has not had any releases for 6 years, so I'm gonna suspend it, any new maintainer that decides to pick this up can re-open this ticket.
 [2020-01-26 01:01 UTC] ramsey@php.net
-Status: Suspended +Status: Assigned -Assigned To: +Assigned To: ramsey
 [2020-01-27 16:59 UTC] ramsey@php.net
-Status: Assigned +Status: Closed
 [2020-01-27 16:59 UTC] ramsey@php.net
We have new releases of the uploadprogress package that should install properly on versions of PHP from 5.2 through 8.0+. This is an old issue, so I'm closing it, but if this problem occurs again, please feel free to open a new bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC