[SM-Grimoire-Bugs] [Bug 15992] New: libevent fails to install if not already installed
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Mon Jun 6 20:38:55 EDT 2011
http://bugs.sourcemage.org/show_bug.cgi?id=15992
Summary: libevent fails to install if not already installed
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: libs
AssignedTo: sm-grimoire-bugs at lists.ibiblio.org
ReportedBy: sandalle at sourcemage.org
$ sorcery -v
1.14.5
$ cat /var/lib/sorcery/codex/stable/VERSION
0.56-1
e7f34338271920f615bb56158f7d73b683d5ee7f
$ gaze version libevent
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
stable libs libevent 2.0.11 -
# cast libevent
Computing previously installed dependencies...
libevent preparing environment...
libevent checking dependencies...
libevent has an optional dependency on openssl (for openssl encryption support)
Do you want to use openssl? [y]
libevent checking for reverse triggers...
Removing dependees of libevent
No spells to cast!
Cannot cast these spells:
---------------------------
libevent
This is due to UP_TRIGGERS "failing" when `spell_ok $SPELL` returns error (not
installed) and using '&&' after the entire check.
Removing the '&&' at the end of line 3 fixes this.
# cast libevent
Computing previously installed dependencies...
libevent preparing environment...
libevent checking dependencies...
libevent has an optional dependency on openssl (for openssl encryption support)
Do you want to use openssl? [y]
libevent checking for reverse triggers...
This is a possibly incompatible update of libevent...
Figuring out what spells need to be recast, this may take a while.
openssl No work to do.
Collating dependencies...
Spells are to be cast:
---------------------------
libevent
...
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the SM-Grimoire-Bugs
mailing list