[squeak-dev] Re: source.squeak.org down again

Bert Freudenberg bert at freudenbergs.de
Sun Sep 6 18:01:05 UTC 2009


On 06.09.2009, at 19:35, Andreas Raab wrote:

> Bert Freudenberg wrote:
>>> I would've given it a shot but I see no instructions which of the  
>>> 23 packages are required to load and in which order, no wiki  
>>> entry, no configuration. It must be completely obvious... </irony>
>> We recently moved our stuff to the official repo. Our own repo has  
>> install instructions in its wiki tab:
>> http://source.squeak.org/ss.html
>
> Thanks. I've got SS sort of running in a trunk image now. It needed  
> a few fixes (mostly extensions to BlockContext moved to  
> BlockClosure). But now it hangs in rendering the front page in
>
> SSFrame>>renderHeadElementsOn: html
> 	super renderHeadElementsOn: html.
> 	html rssLinkWithUrl: self feedUrl title: self repository title.
> 	html faviconWithUrl: self faviconUrl.
>
>
> And WAHtmlRenderer does not understand rssLinkWithUrl:title: (the  
> message isn't implemented anywhere in the system).
>
> Any ideas, anyone?


It's in Seaside2-lr.96.mcz (see squeaksource.com/ss). I just made a  
config map from the running image:

(
dependency ('DynamicBindings' 'DynamicBindings-gk.1'  
'caa412d9-794d-45a4-b651-7808a5cbf6b7')
dependency ('GraphBuilder' 'GraphBuilder-pmm.4' '6514275b-b260-45f6- 
b0eb-ba190bfd3b80')
dependency ('GraphViz' 'GraphViz-pmm.43'  
'98bb0150-883b-43a9-9e19-3a0b381c417b')
dependency ('KomHttpServer' 'KomHttpServer-pmm.7' '33842fe3-5b5e-41ad- 
ad7f-4e761141cae1')
dependency ('KomServices' 'KomServices-lr.3'  
'fa3dad6c-5743-43d3-800f-082390e88b3b')
dependency ('Mewa' 'Mewa-pmm.16' 'fc43df10-ce99-493d-8855-956f0c12e48e')
dependency ('Monticello' 'Monticello-avi.279' '7b40dfc0-705b-4a88-8f11- 
c87aef1846af')
dependency ('MonticelloConfigurations' 'MonticelloConfigurations-bf. 
26' '2f3f3776-cbdf-4f62-a39f-551346e69b83')
dependency ('PackageInfo-Base' 'PackageInfo-Base-bf.22' '5f38fe9a- 
bcbb-11d9-8c5b-000d93ca8ba0')
dependency ('SMBase' 'SMBase-gk.63' '49bdafd9-5fda-48cb- 
bf66-7895780829fb')
dependency ('SMLoader' 'SMLoader-gk.24' 'e9fb904b-6470-4287-a2fd- 
b8a803af6ff6')
dependency ('Scheduler' 'Scheduler-jrp.18'  
'94e578e0-1919-8b40-9971-695da11f9834')
dependency ('Seaside2' 'Seaside2-lr.96' 'cf8fa0c4- 
faaf-45f4-8f88-9c5a58ec9290')
dependency ('SqueakSource' 'SqueakSource-bf.1042'  
'54ff5d98-43d0-456f-96f7-e96241bbc0e6')
dependency ('TinyWiki' 'TinyWiki-lr.10'  
'214ea296-8307-11d8-9395-000393cfe6c8')
dependency ('VB-Regex' 'VB-Regex-avi.2'  
'507869eb-237d-11d8-96a3-000a95db7844')
dependency ('XML-Parser' 'XML-Parser-mir.9' '83b817db-e1bf-5849-aba6- 
b7c5c0d28b74')
)



- Bert -





More information about the Squeak-dev mailing list