The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3030 ====================================================================== Reported By: korpela Assigned To: laurent ====================================================================== Project: wxwidgetsgtk2 Issue ID: 3030 Category: other Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-21 21:40 CET Last Modified: 2013-06-30 18:13 CEST ====================================================================== Summary: wx-config doesn't function if /bin/grep is first in the path Description:
The wx-config script uses the variable EGREP to hold the path to the egrep command. In current builds this is set to "grep -E". The solaris "/bin/grep -E" doesn't function properly, so in the usual case, where /bin/grep is first in the path, the script fails ====================================================================== ---------------------------------------------------------------------- (0007089) maciej (developer) - 2009-12-14 09:55 https://www.opencsw.org/mantis/view.php?id=3030#c7089 ---------------------------------------------------------------------- http://www.opencsw.org/userguide/ says the following: """ Setting your PATH Put /opt/csw/bin first in your path!!""" On the other hand, using gegrep instead wouldn't hurt. I'll fix it eventually, but it won't be my first priority. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
