sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
- From: Robin Cook <rcook AT wyrms.net>
- To: Eric Sandall <eric AT sandall.us>
- Cc: sm-grimoire AT lists.ibiblio.org
- Subject: Re: [SM-Grimoire] db update
- Date: Wed, 2 Apr 2003 22:17:59 -0600
I just added the -Ui_db to both config lines in the build and then added "cast -c DB_File" to the end of the POST_INSTALL. Though probably should add a "dispel DB_File" in a PRE_REMOVE file.
CuZnDragon
Robin Cook
On 2003.04.02 20:58, Eric Sandall wrote:
Return-Path: <eric AT sandall.us>
Sergey A. Lipnevich said:
> When I was installing db 4.1 myself, I ran into Perl's problem. I
didn't
> know about the -D things, so what I did was (in PRE_BUILD): 1) rm
-fr
> <DB_File source dir> from Perl's source; 2) untar the latest DB_File
> instead, into the directory by the same name. For this to work
properly,
> DB_File source has to be mentioned in DETAILS, of course. This is
> pretty good solution because everything else stays the same, and
> additional code is very small.
So, DB_File has to be installed before perl? Or is it part of perl?
-One of Four
a.k.a. sandalle
--
PGP Key Fingerprint: FCFF 26A1 BE21 08F4 BB91 FAED 1D7B 7D74 A8EF
DD61
http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @
WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
_______________________________________________
SM-Grimoire mailing list
SM-Grimoire AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
From eric AT sandall.us Wed Apr 2 23:49:43 2003
Delivered-To: sm-grimoire AT lists.ibiblio.org
Received: from sandall.us (a052082.dsl.fsr.net [12.32.52.82])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id 4067A20022
for <sm-grimoire AT lists.ibiblio.org>;
Wed, 2 Apr 2003 23:49:43 -0500 (EST)
Received: from sandall.us ([12.32.52.82])
by sandall.us with smtp (Exim 4.14)
id 190xAQ-0004mA-Iv
for sm-grimoire AT lists.ibiblio.org; Wed, 02 Apr 2003 21:21:38 -0800
Received: from 192.168.0.2
(SquirrelMail authenticated user sandalle)
by mail.sandall.us with HTTP;
Wed, 2 Apr 2003 21:21:38 -0800 (PST)
Message-ID: <1240.192.168.0.2.1049347298.squirrel AT mail.sandall.us>
Date: Wed, 2 Apr 2003 21:21:38 -0800 (PST)
Subject: Re: [SM-Grimoire] db update
From: "Eric Sandall" <eric AT sandall.us>
To: <sm-grimoire AT lists.ibiblio.org>
In-Reply-To: <20030403041759.GO386@pheuri>
References: <3940.134.121.190.14.1049229017.squirrel AT mail.sandall.us>
<34743.134.121.46.137.1049307046.squirrel AT mail.sandall.us>
<3E8B43EF.90606 AT optimaltec.com>
<4601.192.168.0.2.1049338701.squirrel AT mail.sandall.us>
<20030403041759.GO386@pheuri>
X-Priority: 3
Importance: Normal
X-Mailer: SquirrelMail (version 1.2.11)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-BeenThere: sm-grimoire AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussion of Spells and Grimoire items
<sm-grimoire.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-grimoire>
List-Post: <mailto:sm-grimoire AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Thu, 03 Apr 2003 04:49:43 -0000
Robin Cook said:
I just added the -Ui_db to both config lines in the build and then
added "cast -c DB_File" to the end of the POST_INSTALL. Though
probably should add a "dispel DB_File" in a PRE_REMOVE file.
CuZnDragon
Robin Cook
Is that the proper way to do this? Sounds cludgy to me, but I don't think
sorcery offers anything that can help. I was thinking TRIGGERS might
help, but that's not what we need here either. We need a more "after
casting this spell, cast me" kinda thing. TRIGGERS _could_ handle this
with a TRIGGERS in DB_File saying "on_cast perl cast_self". But DB_File
would have to be cast to register this in the first place...
I don't think that way will work, as then DB_File will not show up to the
user as one that will be cast, nor will the dependencies be defined
anywhere for this.
Thoughts? Or shall we just have 'cast DB_File' in POST_INSTALL and
'dispel DB_File' in PRE_REMOVE?
-One of Four
a.k.a. sandalle
--
PGP Key Fingerprint: FCFF 26A1 BE21 08F4 BB91 FAED 1D7B 7D74 A8EF DD61
http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
-
[SM-Grimoire] db update,
Eric Sandall, 04/01/2003
-
Re: [SM-Grimoire] db update,
Eric Sandall, 04/02/2003
-
Re: [SM-Grimoire] db update,
Sergey A. Lipnevich, 04/02/2003
-
Message not available
-
Re: [SM-Grimoire] db update,
Robin Cook, 04/02/2003
-
Message not available
-
Re: [SM-Grimoire] db update,
Dufflebunk, 04/03/2003
- Re: [SM-Grimoire] db update, Robin Cook, 04/03/2003
-
Re: [SM-Grimoire] db update,
Dufflebunk, 04/03/2003
-
Message not available
-
Re: [SM-Grimoire] db update,
Robin Cook, 04/02/2003
-
Message not available
-
Re: [SM-Grimoire] db update,
Sergey A. Lipnevich, 04/02/2003
-
Message not available
-
Re: [SM-Grimoire] db update,
Sergey A. Lipnevich, 04/02/2003
-
Re: [SM-Grimoire] db update,
Eric Sandall, 04/03/2003
-
Re: [SM-Grimoire] db update,
Sergey A. Lipnevich, 04/03/2003
- Message not available
- Re: [SM-Grimoire] db update, Sergey A. Lipnevich, 04/07/2003
-
Re: [SM-Grimoire] db update,
Sergey A. Lipnevich, 04/03/2003
-
Re: [SM-Grimoire] db update,
Eric Sandall, 04/03/2003
-
Re: [SM-Grimoire] db update,
Sergey A. Lipnevich, 04/02/2003
-
Re: [SM-Grimoire] db update,
Eric Sandall, 04/02/2003
Archive powered by MHonArc 2.6.24.