[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 10:12:51 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17869
======================================================================
Reported By: tdh
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17869
Category: Core/Netsock
Reproducibility: always
Severity: major
Priority: normal
Status: new
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 10:12 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 10:12 tdh New Issue
2010-08-16 10:12 tdh Asterisk Version => SVN
2010-08-16 10:12 tdh Regression => No
2010-08-16 10:12 tdh SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
2010-08-16 10:12 tdh SVN Revision (number only!) => 282254
======================================================================
More information about the asterisk-bugs
mailing list