Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] 0.9.6 ISO release deadline near - testers needed

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Andrew <afrayedknot AT thefrayedknot.armory.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] 0.9.6 ISO release deadline near - testers needed
  • Date: Tue, 6 Dec 2005 11:00:47 -0800

On Tue, Dec 06, 2005 at 10:35:00AM -0800, Seth Alan Woolley wrote:
> On Tue, Dec 06, 2005 at 07:11:14PM +0100, Ladislav Hagara wrote:
> > >
> > >
> > >> I had to "cast -r -c net-tools". Moreover I had to change processor
> > >> setting from x86_64 to x86_32 due to net-tools.
> > >>
> > > FYI, x86_32 is the proper setting for 32-bit mode for this processor
> > > with a 32-bit iso. x86_64 would require a 64-bit toolchain. If the
> > > archspecs were not clear, I can and should modify them. :)
> > >
> >
> >
> > I just thought smgl-devel-x86-2.6.13-nptl-2005120321.iso was created
> > with 64-bit toolchain. My fault.
> > BTW, new archspecs, nvidia_driver spell needs some fix. Its version was
> > changed to 32 due to new archspecs.
> >
> > # gaze version nvidia_driver
> > Grimoire Section Spell Grimoire Version Installed Version
> > -------- ------- ----- ---------------- -----------------
> > z-rejected z-kernels nvidia_driver 32 1.0-7676-pkg1
>
> Yep, I noticed that :) I changed the archspec format (but only in
> devel/test), but that messed with three spells in z-rejected. I don't
> have an nvidia card to fix it with. The other two spells with problems
> are j2sdk{,-bin}. When we fix z-rejected spells we should probably
> integrate the new archspecs to stable at the exact same time (or we
> should version z-rejected).
>

The fixes are all pretty simple, instead of checking for x86-64, check for
that and '64'. Then it works with both archspecs and no one has a problem.

Heres an example from nvidia_driver

case "${SMGL_COMPAT_ARCHS[0]}" in
- x86-64)
+ x86-64|64)
...
- ia32)
+ ia32|32)


--
_________________________________________________________________________
| Andrew D. Stitt | acedit at armory.com | astitt at sourcemage.org |
| irc: afrayedknot | Sorcery Team Lead | ftp://t.armory.com/ |
| 1024D/D39B096C | 76E4 728A 04EE 62B2 A09A 96D7 4D9E 239B D39B 096C |
-------------------------------------------------------------------------




Archive powered by MHonArc 2.6.24.

Top of Page