Skip to Content.
Sympa Menu

sm-grimoire - Re: [SM-Grimoire] my first spell: boxes

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Bas van Gils <bas.vangils AT cs.kun.nl>
  • To: sm-grimoire AT lists.ibiblio.org
  • Subject: Re: [SM-Grimoire] my first spell: boxes
  • Date: Fri, 11 Apr 2003 22:19:12 +0200

On Fri, Apr 11, 2003 at 09:17:10AM -0700, Eric Sandall wrote:
> [ snip ]
> This is caused by newer versions of bison (IIRC). What we've been doing
> is patching the source to be correct and then (hopefully) sending the
> patch to the author.

Hi,

Hmm that sounds like good news. I copied the source to my laptop and had a
look while I was in the train. I couldn't figure it out :-( I'll monitor the
website to check if a new version will arrive soon.

Thanks for the help!

Bas


--
drs. Bas van Gils <Bas.vanGils AT cs.kun.nl> - http://www.cs.kun.nl/~basvg
PGP Key fingerprint = 3805 664A F24E 90D5 6A77 C624 E13D 0440 2768 A493
>From dufflebunk AT dufflebunk.homeip.net Fri Apr 11 17:51:08 2003
Return-Path: <dufflebunk AT dufflebunk.homeip.net>
Delivered-To: sm-grimoire AT lists.ibiblio.org
Received: from mail.dufflebunk.homeip.net (d57-98-11.home.cgocable.net
[24.57.98.11])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id CA6FA20018
for <sm-grimoire AT lists.ibiblio.org>;
Fri, 11 Apr 2003 17:51:07 -0400 (EDT)
Received: from localhost (unknown [127.0.0.1])
by mail.dufflebunk.homeip.net (Postfix) with ESMTP
id A15CC5092A; Fri, 11 Apr 2003 17:45:03 -0400 (EDT)
Subject: Re: [SM-Grimoire] Observations about j2sdk and ant
From: Dufflebunk <dufflebunk AT dufflebunk.homeip.net>
To: Casey Harkins <charkins AT upl.cs.wisc.edu>
In-Reply-To: <Pine.LNX.4.44.0304111338340.23231-100000 AT data.upl.cs.wisc.edu>
References: <Pine.LNX.4.44.0304111338340.23231-100000 AT data.upl.cs.wisc.edu>
Content-Type: text/plain
Organization:
Message-Id: <1050097502.6462.8.camel AT dufflebunk.homeip.net>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.2.2
Date: 11 Apr 2003 17:45:03 -0400
Content-Transfer-Encoding: 7bit
cc: Jose Bernardo Silva <josebernardo1 AT yahoo.com>
cc: Grimoire <sm-grimoire AT lists.ibiblio.org>
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: Fri, 11 Apr 2003 21:51:09 -0000

There is a function I added some time ago, track_manual. Run that
function with all the filenames that installwatch would have missed. It
cheats... it touch'es each arg so that installwatch noteces the file.

On Fri, 2003-04-11 at 14:39, Casey Harkins wrote:
> However, we do know where all of the files are installed. Perhaps we can
> fudge the install log ourselves in the POST_INSTALL?
>
> -casey
>
>
> On Fri, 11 Apr 2003, Jose Bernardo Silva wrote:
>
> > Sergey,
> >
> > Unfortunately, today I don't have much time to reply,
> > but will try to expand when I return in two weeks. The
> > j2sdk spell doesn't save much in the install logs
> > because it is incompatible with installwatch. If it is
> > enabled, j2sdk will blow in the middle of the
> > compile... :(
> >
> > --- "Sergey A. Lipnevich" <sergey AT optimaltec.com>
> > wrote: > Hi All,
> > >
> > > First of all, a miracle of successful build of j2sdk
> > > spell is upon me,
> > > I'm happy to thank everyone who made it possible.
> > > Thank you!
> > > Another good news is that on a [2GB RAM + 1MB] swap
> > > server it compiles
> > > with TMPFS=on just fine.
> > > I also have to thank everyone involved in the java
> > > section creation. I
> > > tried only ant so far, and had to upgrade it to
> > > 1.5.3 'cause they
> > > flushed 1.5.2 source off the site.
> > >
> > > Now the questions. Why does ant have a complete
> > > install log including
> > > /opt/ant directories, and j2sdk does not?
> > > Consequently, images in
> > > /var/cache/sorcery contain complete ant, but only
> > > five or so files of
> > > j2sdk. I was planning to compile j2sdk on this fat
> > > server of mine and
> > > then copy everything over to my other system(s), but
> > > it's not trivial
> > > anymore :-!. Is this because of the way j2sdk's
> > > build process is organized?
> > >
> > > Another thing, I believe that ant's documentation is
> > > installed
> > > redundantly into /usr and /opt. Shouldn't we only
> > > keep one instance
> > > (it's a lot of files, mind you).
> > >
> > > Finally, I've just looked at j2sdk/BUILD, and it has
> > > the following
> > > command chain at the end: a && b && c || d. This is
> > > wrong, don't do
> > > that. Entire premise of having && after every
> > > command is that it'd fail,
> > > sorcery will take over right away. If one uses || in
> > > this chain, one
> > > gets control instead, in the "d" command above. Use
> > > "if" in all such
> > > cases, please!
> > >
> > > Anyway, many thanks!
> > >
> > > Sergey.
> > >
> > > _______________________________________________
> > > SM-Grimoire mailing list
> > > SM-Grimoire AT lists.ibiblio.org
> > >
> > http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
> >
> > =====
> > Jose Bernardo Silva | Source Mage GNU/Linux Guru
> > josebernardo1 AT yahoo.com | http://www.sourcemage.org
> > http://counter.li.org #245602
> > http://cosmos.oninetspeed.pt/jose.bernardo/
> >
> > __________________________________________________
> > Yahoo! Plus
> > For a better Internet experience
> > http://www.yahoo.co.uk/btoffer
> > _______________________________________________
> > SM-Grimoire mailing list
> > SM-Grimoire AT lists.ibiblio.org
> > http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
> >
>
> _______________________________________________
> SM-Grimoire mailing list
> SM-Grimoire AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-grimoire




Archive powered by MHonArc 2.6.24.

Top of Page