php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28821 genif.sh is bad
Submitted: 2004-06-17 22:57 UTC Modified: 2004-06-26 01:00 UTC
From: vilda at sendme dot cz Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.0RC3 OS: Linux RedHat 7.0
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-06-17 22:57 UTC] vilda at sendme dot cz
Description:
------------
I'm traying to run ./configure during instalation of PhP 5.0.0RC3

Reproduce code:
---------------
  sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in $srcdir "$EXTRA_MODULE_PTRS" $AWK \$extensions > main/internal_functions.c

Expected result:
----------------
Complete configuration of PhP.

Actual result:
--------------
The configuration stops and don't want to continue. The system is OK. It's able to kill the process with CTRL+C.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-18 07:52 UTC] magnus@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


What awk version are you using ? And what awk ?
Also, add an
echo sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in $srcdir
"$EXTRA_MODULE_PTRS" $AWK \$extensions > main/internal_functions.c
just above the line in the configure script and re-run configure, then post what it's outputting (not everything from configure, just where it hangs).

It works fine on RedHat 7.2 on alpha. I don't have any 7.0 machine to try on.
 [2004-06-26 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 06:01:31 2024 UTC