Can people please check their local package-cache for Collections-topa.638.mcz, Exceptions-cmm.49.mcz, and FlexibleVocabularies-bf.13.mcz and if they have a file with non-empty snapshot.source.st in them please mail them to me? I would like to run the script below on the files on source.squeak.org. How can I do that? If someone else is willing could they please do this asap. Here's the scrip;t I ran on my own yo find empty versions: for f in *.m*; do test -n "`unzip -l $f 2>/dev/null | grep " 0 .*snapshot/source.st"`" && echo $f; done Thanks _,,,^..^,,,_ (phone)
|
I have a diff from FlexibleVocabularies-ar.12. Attached. - Bert - On 19 January 2018 at 14:07, Eliot Miranda <[hidden email]> wrote:
FlexibleVocabularies-bf.13(ar.12).mcd (2K) Download Attachment |
In reply to this post by Eliot Miranda-2
> On 19.01.2018, at 14:07, Eliot Miranda <[hidden email]> wrote:
> > Can people please check their local package-cache for Collections-topa.638.mcz, Exceptions-cmm.49.mcz, and FlexibleVocabularies-bf.13.mcz and if they have a file with non-empty snapshot.source.st in them please mail them to me? > I would like to run the script below on the files on source.squeak.org. How can I do that? If someone else is willing could they please do this asap. Here's the scrip;t I ran on my own yo find empty versions: > > for f in *.m*; do test -n "`unzip -l $f 2>/dev/null | grep " 0 .*snapshot/source.st"`" && echo $f; done For completeness sake, here's what is stored on the servers: TL;DR: Exceptions-cmm.49.mcz and FlexibleVocabularies-bf.13.mcz are indeed empty, Collections-topa.638.mcz is not. -t root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss# cd trunk root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# file Exceptions-cmm.49.mcz Exceptions-cmm.49.mcz: Zip archive data, at least v2.0 to extract root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# unzip -l Exceptions-cmm.49.mcz Archive: Exceptions-cmm.49.mcz Length Date Time Name --------- ---------- ----- ---- 19 2014-01-23 10:54 package 12913 2014-01-23 10:54 version 0 2014-01-23 10:54 snapshot/source.st 66 2014-01-23 10:54 snapshot.bin --------- ------- 12998 4 files root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# ls -al Exceptions-cmm.49.mcz -rw-r--r-- 1 squeaksource squeaksource 5344 Jan 23 2014 Exceptions-cmm.49.mcz root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# ls -al Collections-topa.638.mcz -rw-r--r-- 1 squeaksource squeaksource 457019 Jul 8 2015 Collections-topa.638.mcz root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# unzip -l Collections-topa.638.mcz Archive: Collections-topa.638.mcz Length Date Time Name --------- ---------- ----- ---- 20 2015-07-08 16:17 package 206865 2015-07-08 16:17 version 776892 2015-07-08 16:17 snapshot/source.st 813710 2015-07-08 16:17 snapshot.bin --------- ------- 1797487 4 files root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# ls -al FlexibleVocabularies-bf.13.mcz -rw-r--r-- 1 squeaksource squeaksource 1635 Sep 11 2013 FlexibleVocabularies-bf.13.mcz root@andreas:/srv/sourcesqueakorg/box4/squeaksource/webserver/ss/trunk# unzip -l FlexibleVocabularies-bf.13.mcz Archive: FlexibleVocabularies-bf.13.mcz Length Date Time Name --------- ---------- ----- ---- 29 2013-09-11 17:36 package 3018 2013-09-11 17:36 version 0 2013-09-11 17:36 snapshot/source.st 66 2013-09-11 17:36 snapshot.bin --------- ------- 3113 4 files |
In reply to this post by Bert Freudenberg
Wait. We deleted FlexibleVocabularies, so we made sure the last one was empty. So that is correct. - Bert - On 19 January 2018 at 14:10, Bert Freudenberg <[hidden email]> wrote:
|
In reply to this post by Bert Freudenberg
Hi Bert,
On Fri, Jan 19, 2018 at 5:10 AM, Bert Freudenberg <[hidden email]> wrote:
Thnaks! Is it safe to delete the .mcz on source.squeak.org and upload the .mcd via a repository browser? I'm assuming yes, but want to check.
_,,,^..^,,,_ best, Eliot |
No. It is indeed empty. All seems correct. What's your actual problem? - Bert - |
In reply to this post by Tobias Pape
Hi Tobias, Hi Bert,
On Fri, Jan 19, 2018 at 5:13 AM, Bert Freudenberg <[hidden email]> wrote:
OK, cool. On Fri, Jan 19, 2018 at 5:12 AM, Tobias Pape <[hidden email]> wrote: > On 19.01.2018, at 14:07, Eliot Miranda <[hidden email]> wrote: OK, great. So all that's needed is to upload a valid Exceptions-cmm.49.mcz. Could someone also email me their Exceptions-cmm.49.mcz if it is valid? Thanks in advance.
_,,,^..^,,,_ best, Eliot |
|
In reply to this post by Bert Freudenberg
On Fri, Jan 19, 2018 at 5:18 AM, Bert Freudenberg <[hidden email]> wrote:
I have been debugging a compactor problem that only shows up when doing ReleaseBuilder saveAsNewRelease in an image that has the refactoring tools loaded. In doing so I noticed I had a corrupted (empty sources) Exceptions-cmm.49.mcz. The simulation of this image was taking so long I interrupted it to find it was sorting the files in my package cache. So I started creating a cut-down package-cache containing only the tp files. At this point the repository browser started warning me about empty packages and that made me suspect that FlexibleVocabularies-bf.13 was corrupted also. So right now the situation is that the version of Exceptions-cmm.49.mcz on source.squeak.org is broken and needs to be replaced. _,,,^..^,,,_ best, Eliot |
In reply to this post by Bert Freudenberg
On Fri, Jan 19, 2018 at 5:21 AM, Bert Freudenberg <[hidden email]> wrote:
This version is corrupt: Sisyphus.package-cache$ wget http://source.squeak.org/trunk/Exceptions-cmm.49.mcz --2018-01-19 05:24:20-- http://source.squeak.org/trunk/Exceptions-cmm.49.mcz Resolving source.squeak.org... 104.239.229.92 Connecting to source.squeak.org|104.239.229.92|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5344 (5.2K) [application/x-monticello] Saving to: `Exceptions-cmm.49.mcz' 100%[====================================================>] 5,344 --.-K/s in 0s 2018-01-19 05:24:21 (159 MB/s) - `Exceptions-cmm.49.mcz' saved [5344/5344] Sisyphus.package-cache$ unzip -l Exceptions-cmm.49.mcz Archive: Exceptions-cmm.49.mcz Length Date Time Name -------- ---- ---- ---- 19 01-23-14 10:54 package 12913 01-23-14 10:54 version 0 01-23-14 10:54 snapshot/source.st 66 01-23-14 10:54 snapshot.bin -------- ------- 12998 4 files _,,,^..^,,,_ best, Eliot |
No, it's empty. There is no "Exceptions" package anymore in trunk. - Bert - |
In reply to this post by Eliot Miranda-2
Hi Bert, sorry. So it is in fact expected to be empty. I'm sorry. I got confused. On Fri, Jan 19, 2018 at 5:25 AM, Eliot Miranda <[hidden email]> wrote:
_,,,^..^,,,_ best, Eliot |
In reply to this post by Eliot Miranda-2
> On 19.01.2018, at 14:25, Eliot Miranda <[hidden email]> wrote: > > > > On Fri, Jan 19, 2018 at 5:21 AM, Bert Freudenberg <[hidden email]> wrote: > On 19 January 2018 at 14:19, Eliot Miranda <[hidden email]> wrote: > Hi Tobias, Hi Bert, > > On Fri, Jan 19, 2018 at 5:13 AM, Bert Freudenberg <[hidden email]> wrote: > Wait. We deleted FlexibleVocabularies, so we made sure the last one was empty. So that is correct. > > - Bert - > > OK, cool. > > On Fri, Jan 19, 2018 at 5:12 AM, Tobias Pape <[hidden email]> wrote: > > On 19.01.2018, at 14:07, Eliot Miranda <[hidden email]> wrote: > > > > Can people please check their local package-cache for Collections-topa.638.mcz, Exceptions-cmm.49.mcz, and FlexibleVocabularies-bf.13.mcz and if they have a file with non-empty snapshot.source.st in them please mail them to me? > > I would like to run the script below on the files on source.squeak.org. How can I do that? If someone else is willing could they please do this asap. Here's the scrip;t I ran on my own yo find empty versions: > > > > for f in *.m*; do test -n "`unzip -l $f 2>/dev/null | grep " 0 .*snapshot/source.st"`" && echo $f; done > For completeness sake, here's what is stored on the servers: > > > TL;DR: Exceptions-cmm.49.mcz and FlexibleVocabularies-bf.13.mcz are indeed empty, Collections-topa.638.mcz is not. > > OK, great. So all that's needed is to upload a valid Exceptions-cmm.49.mcz. Could someone also email me their Exceptions-cmm.49.mcz if it is valid? Thanks in advance. > > > Why email? > > wget http://source.squeak.org/trunk/Exceptions-cmm.49.mcz > > This version is corrupt: No, it is empty. This is a different thing. As Bert said, all its content moved to kernel. This is an empty backstop. Right, Bert? Best regards -Tobias > > Sisyphus.package-cache$ wget http://source.squeak.org/trunk/Exceptions-cmm.49.mcz > --2018-01-19 05:24:20-- http://source.squeak.org/trunk/Exceptions-cmm.49.mcz > Resolving source.squeak.org... 104.239.229.92 > Connecting to source.squeak.org|104.239.229.92|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 5344 (5.2K) [application/x-monticello] > Saving to: `Exceptions-cmm.49.mcz' > > 100%[====================================================>] 5,344 --.-K/s in 0s > > 2018-01-19 05:24:21 (159 MB/s) - `Exceptions-cmm.49.mcz' saved [5344/5344] > > Sisyphus.package-cache$ unzip -l Exceptions-cmm.49.mcz > Archive: Exceptions-cmm.49.mcz > Length Date Time Name > -------- ---- ---- ---- > 19 01-23-14 10:54 package > 12913 01-23-14 10:54 version > 0 01-23-14 10:54 snapshot/source.st > 66 01-23-14 10:54 snapshot.bin > -------- ------- > 12998 4 files > > > _,,,^..^,,,_ > best, Eliot |
Free forum by Nabble | Edit this page |