[asterisk-bugs] [Asterisk 0012124]: More Solaris 10 building issues

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Mar 3 12:19:17 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12124 
====================================================================== 
Reported By:                dmartin
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   12124
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
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-03-2008 12:19 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.


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

---------------------------------------------------------------------- 
 dmartin - 03-03-08 12:19  
---------------------------------------------------------------------- 
Yes, it was in fact the only file I had to touch to make it build properly,
so I assume no other Makefile or script is failing because this problem.

The immediate consequence of this bug is that the "gmake menuselect" print
lots of errors about "grep syntax" the first time is runned (and the first
time after a "make clean"). The process ends apparently without problem,
but then there is no one menu options on the menuselect screen, no
elements, no lists, nothing. 

If I change main/editline/Makefile to use ggrep, it shows everything as
usual, fine. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-03-08 12:19  dmartin        Note Added: 0083293                          
======================================================================




More information about the asterisk-bugs mailing list