| Anonymous | Login | 2026-04-15 19:04 CEST |
| Main | My View | View Issues |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0003030 | [wxwidgetsgtk2] other | minor | always | 2009-01-21 21:40 | 2013-07-28 10:34 | ||
| Reporter | korpela | View Status | public | ||||
| Assigned To | laurent | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | ||||||
| Summary | 0003030: 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 |
||||||
| Additional Information |
Setting the variable to "ggrep -E" fixes the problem but adds a dependency on ggrep. "egrep" also appears to work, as does "/usr/xpg4/bin/grep -E". Putting /usr/xpg4/bin in the path in the script before /bin would also solve the problem. |
||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0007089) maciej (reporter) 2009-12-14 09:55 |
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. |
|
(0010451) laurent (manager) 2013-06-30 18:14 |
This has apparently been fixed upstream, as the content in the current version (2.8.12) is this: EGREP="egrep" I've not noticed any issue there, so I'll just close if nothing new comes up. |
| Copyright © 2000 - 2008 Mantis Group |