php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #58051 Compile stops at libgmodule
Submitted: 2008-02-21 05:33 UTC Modified: 2008-02-21 05:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: mfischer@php.net Assigned:
Status: Open Package: enchant (PECL)
PHP Version: 5.2.5 OS: Linux Debian
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: mfischer@php.net
New email:
PHP Version: OS:

 

 [2008-02-21 05:33 UTC] mfischer@php.net
Description:
------------
The ./configure phase seemed fine, but the compilation phase suddenly stops:

running: make
/bin/sh /var/tmp/pear-build-root/enchant-1.0.1/libtool --mode=compile gcc  -I. -I/tmp/pear/cache/enchant-1.0.1 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/enchant-1.0.1/include -I/var/tmp/pear-build-root/enchant-1.0.1/main -I/tmp/pear/cache/enchant-1.0.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/enchant  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/cache/enchant-1.0.1/enchant.c -o enchant.lo
mkdir .libs
 gcc -I. -I/tmp/pear/cache/enchant-1.0.1 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/enchant-1.0.1/include -I/var/tmp/pear-build-root/enchant-1.0.1/main -I/tmp/pear/cache/enchant-1.0.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/enchant -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/cache/enchant-1.0.1/enchant.c  -fPIC -DPIC -o .libs/enchant.o
/bin/sh /var/tmp/pear-build-root/enchant-1.0.1/libtool --mode=link gcc -DPHP_ATOM_INC -I/var/tmp/pear-build-root/enchant-1.0.1/include -I/var/tmp/pear-build-root/enchant-1.0.1/main -I/tmp/pear/cache/enchant-1.0.1 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/enchant  -DHAVE_CONFIG_H  -g -O2   -o enchant.la -export-dynamic -avoid-version -prefer-pic -module -rpath /var/tmp/pear-build-root/enchant-1.0.1/modules  enchant.lo -lenchant
gcc -shared  .libs/enchant.o  /usr/lib/libenchant.so  -Wl,-soname -Wl,enchant.so -o .libs/enchant.so
creating enchant.la
/bin/sed: can't read /usr/lib/libgmodule-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgmodule-2.0.la' is not a valid libtool archive
make: *** [enchant.la] Error 1
ERROR: `make' failed

Reproduce code:
---------------
pecl install enchant

Expected result:
----------------
Maybe the ./configure phase can detect that I didn't have the development files of libglib installed?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-21 05:34 UTC] mfischer@php.net
Fixed PHP Version which wasn't selectable.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC