[asterisk-bugs] [Asterisk 0017869]: [patch] Unable to build main/netsock.c on Nexenta CP3

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Aug 16 14:45:53 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17869 
====================================================================== 
Reported By:                tdh
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17869
Category:                   Core/Netsock
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     needs license
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 282254 
Request Review:              
====================================================================== 
Date Submitted:             2010-08-16 10:12 CDT
Last Modified:              2010-08-16 14:45 CDT
====================================================================== 
Summary:                    [patch] Unable to build main/netsock.c on Nexenta
CP3
Description: 
ast_set_default_eid in main/netsock.c tries to look up a system MAC address
and solaris doesn't expose ifr_hwaddr as other platforms do. For some
reason SIOCGIFHWADDR is defined during the build, so my patch just adds &&
!defined(SOLARIS) which allows the file to build OK.

I haven't used the DUNDI module so can't comment on other impact other
than the build process, but presume the patch will require an explicit EID
be configured.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-08-16 14:45 lmadsen        Severity                 major => minor      
======================================================================




More information about the asterisk-bugs mailing list