php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46810 "hmmm" printed on make install
Submitted: 2008-12-09 08:17 UTC Modified: 2008-12-09 12:47 UTC
From: mail at tomsommer dot dk Assigned: pajoye (profile)
Status: Closed Package: Compile Warning
PHP Version: 5.2.8 OS: Linux
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: mail at tomsommer dot dk
New email:
PHP Version: OS:

 

 [2008-12-09 08:17 UTC] mail at tomsommer dot dk
Description:
------------
When doing make install in 5.2.8, the script ends with printing "hmmm"x2, for some very odd and most likely debuggy reason.

# grep -R "hmmm" *
Makefile:                       echo "hmmm"; \
Makefile:                       echo "hmmm"; \
Makefile.fragments:                     echo "hmmm"; \
Makefile.fragments:                     echo "hmmm"; \
ext/zip/Makefile.frag:                  echo "hmmm"; \
ext/pdo/Makefile.frag:                  echo "hmmm"; \


Reproduce code:
---------------
./configure
make
make install

Expected result:
----------------
...
Warning! a PEAR user config file already exists from a previous PEAR installation at '/root/.pearrc'. You may probably want to remove it.
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
Installing PDO headers:          /usr/local/include/php/ext/pdo/
Installing ZIP headers:          /usr/local/include/php/ext/zip/lib

Actual result:
--------------
...
Warning! a PEAR user config file already exists from a previous PEAR installation at '/root/.pearrc'. You may probably want to remove it.
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
Installing PDO headers:          /usr/local/include/php/ext/pdo/
Installing ZIP headers:          /usr/local/include/php/ext/zip/lib
hmmm
hmmm


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-09 09:09 UTC] jani@php.net
It's the braindead hack someone added for BC reasons. Pierre, it's your stuff that breaks here. Remove the crap from Makefile.frag and use the proper configure macro instead: PHP_INSTALL_HEADERS
 [2008-12-09 09:25 UTC] pajoye@php.net
Fixed in zip, it was not used anymore.

No idea about the other, is it supposed to reach this condition?
 [2008-12-09 12:47 UTC] jani@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Dec 04 08:01:29 2024 UTC