Bug#399926: mzscheme won't install with existing slib

2006-11-23 Thread Ari Pollak
Hm, mzscheme's slibinit/init.ss defines *features*, so I'll try just changing that to slib:features and see if that fixes anything. Jason Riedy wrote: > I've cc'ed the The slib maintainer (Thomas Bushnell, BSG). > Hopefully he won't mind, and he might know. The problem is that > mzscheme's intern

Bug#399926: mzscheme won't install with existing slib

2006-11-22 Thread Jason Riedy
And Ari Pollak writes: > Do you have a suggested fix? I'm not exactly sure how to solve the problem. Alas, I know next to nothing about mzscheme... Why does it need to load slib at installation time? Would it be possible to disable that, or possibly use the DrScheme.init from slib? I've cc'ed t

Bug#399926: mzscheme won't install with existing slib

2006-11-22 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Do you have a suggested fix? I'm not exactly sure how to solve the problem. E. Jason Riedy wrote: > Package: mzscheme > Version: 1:352-6 > Severity: normal > > slib version 3a4-4 > > It looks like slib expects slib:features and mzscheme > provi

Bug#399926: mzscheme won't install with existing slib

2006-11-22 Thread E. Jason Riedy
Package: mzscheme Version: 1:352-6 Severity: normal slib version 3a4-4 It looks like slib expects slib:features and mzscheme provides *features*. Using (load (build-path (collection-path "slibinit") "init.ss")) fails with reference to undefined identifier: slib:features However, (load "/usr/s