0.8 compilation problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

0.8 compilation problem

Bèrto ëd Sèra
Hi all,

I'm switching to 0.8, but for some reason I seem to need to run
./scripts/start as root to get a full compilation of all packages. Is
this normal? Moreover, I'm getting a weird message on launching the
script, and I'm wondering why Signal should be having trouble:

[root@fedora-acer7520 iliad]# ./scripts/start -p 7777
building Iliad packages...
./package.st
./Core/package.st
./More/Magritte/package.st
./More/UI/package.st
./More/package.st
./More/RSS/package.st
./More/Formula/package.st
./More/Examples/package.st
./Tests/package.st
./Swazoo/package.st
done!
stopping gst-remote server...
gst-remote: Connection refused
done!
building smalltalk image...
"Global garbage collection... done"
Loading package Iconv
Loading package Iliad-Core
/root/.st/Iliad-Core.star#VFS.ZipFile/RequestHandlers/ILErrorHandler.st:102:
key Signal not found
/root/.st/Iliad-Core.star#VFS.ZipFile/RequestHandlers/ILErrorHandler.st:102:
expected Eval, Namespace or class definition
/root/.st/Iliad-Core.star#VFS.ZipFile/RequestHandlers/ILErrorHandler.st:106:
expected expression
Loading package Iliad-More-UI
Loading package Magritte
Loading package Sockets
Loading package Iliad-More-Formula
Loading package Iliad-More-Magritte
Loading package Sport
Loading package Digest
Loading package Iliad-More-RSS
Loading package Swazoo
"Global garbage collection... done, heap grown"
Loading package Iliad-More-Examples
Loading package Iliad-More
Loading package Iliad-Swazoo
Loading package Iliad
"Global garbage collection... done"
done!
starting gst-remote server...
gst-remote server started.
done!
starting Swazoo on port 7777 ...
done!


--
==============================
Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement
viole les droits du peuple, l'insurrection est, pour le peuple et pour
chaque portion du peuple, le plus sacré des droits et le plus
indispensable des devoirs.


--
To unsubscribe, reply using "remove me" as the subject.
Reply | Threaded
Open this post in threaded view
|

Re: 0.8 compilation problem

Nicolas Petton
Hi Berto,

What version of Iliad and GST are you using?
About building packages, does ./scripts/make_packages -f help?

Cheers,

Nico

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: 0.8 compilation problem

Bèrto ëd Sèra
Hi!

I just dnloaded Iliad from git, and did not branch to 8.01, as there
seems to be a bugfix in the master.

[root@fedora-acer7520 iliad]# gst -v
GNU Smalltalk version 3.1-8dac768

Make_packages runs without errors, but upon launching the script I
still get that Grease is missing, after dnloading it everything seems
to run fine even as a common user, too.

Bèrto

--
==============================
Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement
viole les droits du peuple, l'insurrection est, pour le peuple et pour
chaque portion du peuple, le plus sacré des droits et le plus
indispensable des devoirs.


--
To unsubscribe, reply using "remove me" as the subject.
Reply | Threaded
Open this post in threaded view
|

Re: 0.8 compilation problem

Paolo Bonzini-2
On 04/15/2010 12:12 AM, Bčrto ėd Sčra wrote:

> Hi!
>
> I just dnloaded Iliad from git, and did not branch to 8.01, as there
> seems to be a bugfix in the master.
>
> [root@fedora-acer7520 iliad]# gst -v
> GNU Smalltalk version 3.1-8dac768
>
> Make_packages runs without errors, but upon launching the script I
> still get that Grease is missing, after dnloading it everything seems
> to run fine even as a common user, too.

Yes, Grease has to be downloaded separately.  Only Iliad-* is downloaded
automatically together with Iliad (because they are actually in the same
repo).

Paolo


--
To unsubscribe, reply using "remove me" as the subject.