[asterisk-bugs] [Asterisk 0017616]: [patch] Configure sets ac_cv_fork_works=no incorrectly for uclibc

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jul 17 12:43:49 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17616 
====================================================================== 
Reported By:                pprindeville
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   17616
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.2.9 
JIRA:                       SWP-1835 
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-07-09 12:47 CDT
Last Modified:              2010-07-17 12:43 CDT
====================================================================== 
Summary:                    [patch] Configure sets ac_cv_fork_works=no
incorrectly for uclibc
Description: 
The generated top-level configure contains:

if test "x$ac_cv_func_fork_works" = xcross; then
 case $host in
  *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
    # Override, as these systems have only a dummy fork() stub
    ac_cv_func_fork_works=no
    ;;

this is wrong.  The linux-uclibc fork() works just fine.


====================================================================== 

---------------------------------------------------------------------- 
 (0124676) svnbot (reporter) - 2010-07-17 12:43
 https://issues.asterisk.org/view.php?id=17616#c124676 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 277776

_U  branches/1.6.2/
U   branches/1.6.2/autoconf/ast_func_fork.m4
U   branches/1.6.2/configure
U   branches/1.6.2/include/asterisk/autoconfig.h.in

------------------------------------------------------------------------
r277776 | tilghman | 2010-07-17 12:43:49 -0500 (Sat, 17 Jul 2010) | 19
lines

Merged revisions 277775 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277775 | tilghman | 2010-07-17 12:42:32 -0500 (Sat, 17 Jul 2010) | 12
lines
  
  Merged revisions 277738 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r277738 | tilghman | 2010-07-17 11:59:11 -0500 (Sat, 17 Jul 2010) | 5
lines
    
    Remove uclibc cross-compile triplet, as uclibc has a working fork()...
it's only uclinux that does not.
    
    (closes issue https://issues.asterisk.org/view.php?id=17616)
     Reported by: pprindeville
  ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=277776 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-17 12:43 svnbot         Checkin                                      
2010-07-17 12:43 svnbot         Note Added: 0124676                          
======================================================================




More information about the asterisk-bugs mailing list