Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15992] New: libevent fails to install if not already installed

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15992] New: libevent fails to install if not already installed
  • Date: 7 Jun 2011 00:38:55 -0000

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.




Archive powered by MHonArc 2.6.24.

Top of Page