From:             mail at tomsommer dot dk
Operating system: Linux
PHP version:      5.2.8
PHP Bug Type:     Compile Warning
Bug description:  "hmmm" printed on make install

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


-- 
Edit bug report at http://bugs.php.net/?id=46810&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46810&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46810&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46810&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46810&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46810&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46810&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46810&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46810&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46810&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46810&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46810&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46810&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46810&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46810&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46810&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46810&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46810&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46810&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46810&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46810&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46810&r=mysqlcfg

Reply via email to