Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15852] New: sorcery and grep 2.7

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 15852] New: sorcery and grep 2.7
  • Date: 22 Sep 2010 15:39:32 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15852

Summary: sorcery and grep 2.7
Product: Sorcery
Version: 1.14.x
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: hgr AT vabo.cz


Stable sorcery has problem with new stable grep 2.7. The behaviour of grep was
changing and sorcery doesn't install init scripts now.

** New features fo grep 2.7

grep now diagnoses (and fails with exit status 2) commonly mistyped
regular expression like [:space:], [:digit:], etc. Before, those were
silently interpreted as [ac:eps] and [dgit:] respectively. Virtually
all who make that class of mistake should have used [[:space:]] or
[[:digit:]]. This new behavior is disabled when the POSIXLY_CORRECT
environment variable is set.



installing smgl-messagebus
grep: character class syntax is [[:space:]], not [:space:]
/var/lib/sorcery/modules/libinitd: eval: line 204: syntax error near
unexpected
token `;'
/var/lib/sorcery/modules/libinitd: eval: line 204: `( ; echo $RUNLEVEL )'
Init script smgl-messagebus doesn't contain good RUNLEVEL variable...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page