[asterisk-bugs] [Asterisk 0012124]: More Solaris 10 building issues
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Mar 7 16:10:56 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=12124
======================================================================
Reported By: dmartin
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 12124
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!): 105509
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-03-2008 10:24 CST
Last Modified: 03-07-2008 16:10 CST
======================================================================
Summary: More Solaris 10 building issues
Description:
There are several easily fixable issues building on a Solaris 10
environment.
The first has a patch that has not been applied in current SVN tree (see
bug http://bugs.digium.com/view.php?id=11885). Another is that
"main/editline/Makefile" is generated to use
"grep" (In Solaris, GNU grep used to be called "ggrep", it's automatically
detected by the configure script), and it's better to replace by the
correct macro (${GREP} or so) instead of using the generic name. And the
same applies to "awk" and "sed" (that have their correspondent GNU "gawk"
and "gsed"). Awk and sed didn't affect the building for me but it could for
others.
Another issue is that while "gmake install" proccess it fails in every
directory that has components to install (channels, res, apps,...)
complaining that "there is no install-sh file". No idea on how to fix this.
To save the day I linked install-sh from the root directory to every
directory complaining.
======================================================================
----------------------------------------------------------------------
svnbot - 03-07-08 16:10
----------------------------------------------------------------------
Repository: asterisk
Revision: 106842
U branches/1.4/main/editline/Makefile.in
------------------------------------------------------------------------
r106842 | qwell | 2008-03-07 16:10:55 -0600 (Fri, 07 Mar 2008) | 5 lines
Fix hardcoded grep in editline, were GNU grep is required.
(closes issue http://bugs.digium.com/view.php?id=12124)
Reported by: dmartin
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=106842
Issue History
Date Modified Username Field Change
======================================================================
03-07-08 16:10 svnbot Checkin
03-07-08 16:10 svnbot Note Added: 0083628
03-07-08 16:10 svnbot Status new => assigned
03-07-08 16:10 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list