Re: [racket-users] catalog not working?

2020-07-24 Thread Nate Griswold
Although there was a stack trace i never investigated, it was in opening
the http connection

The only file i had modified was system etc/config, to search libraries in
my /opt/local on my mac

griswold@computer Racket % raco pkg install blah
Resolving "blah" via https://download.racket-lang.org/releases/7.7/catalog/
invalid memory reference.  Some debugging context lost
  context...:
   condition->exn
   do-raise
   dynamic-wind
   winder-dummy
   .../openssl/mzssl.rkt:1469:0: wrap-ports
   call-in-empty-metacontinuation-frame
   winder-dummy
   .../private/arrow-val-first.rkt:489:18
   .../net/http-client.rkt:67:0: http-conn-open!
   .../net/http-client.rkt:274:0: http-conn-open
   call-with-values
   .../private/arrow-val-first.rkt:555:3
   .../net/url.rkt:201:0: http://getpost-impure-port
   .../net/url.rkt:308:2: redirection-loop
   call-with-values
   .../private/arrow-val-first.rkt:555:3

Nate


On Fri, Jul 24, 2020 at 12:57 PM Nate Griswold 
wrote:

> Just FYI this was a local install/config issue
>
> Nate
>
>
> On Fri, Jul 24, 2020 at 12:14 AM Nathaniel Griswold <
> nategrisw...@gmail.com> wrote:
>
>> Oh, hm ok I was having a memory access crash in raco I assumed some
>> causation.. I’ll debug tomorrow
>>
>> On Jul 23, 2020, at 10:14 PM, Sorawee Porncharoenwase <
>> sorawee.pw...@gmail.com> wrote:
>>
>> 
>> Though, considering that there are so many people who are misled that the
>> catalog is down (my past self included), it might be better if that page
>> displays some useful information rather than a 404.
>>
>> On Thu, Jul 23, 2020 at 8:12 PM Sorawee Porncharoenwase <
>> sorawee.pw...@gmail.com> wrote:
>>
>>> The catalog is functional. That path is simply not served. See also:
>>>
>>> From: Matthew Flatt 
>>> Date: Thu, Feb 27, 2020 at 3:00 PM
>>> Subject: Re: [racket-users] download catalog down?
>>> To: Tom Gillespie 
>>> Cc: Racket Users 
>>>
>>> That path isn't served, but something like
>>>
>>>   https://download.racket-lang.org/releases/7.6/catalog/pkg/racket-lib
>>>
>>> or
>>>
>>>   https://download.racket-lang.org/releases/7.6/catalog/pkgs
>>>
>>> should work (and does work for me).
>>>
>>>
>>> On Thu, Jul 23, 2020 at 7:50 PM Nate Griswold 
>>> wrote:
>>>
 My raco pkg install is crashing and manual navigation to the package
 catalog looks broken

 https://download.racket-lang.org/releases/7.7/catalog/

 


 Nate

 --
 You received this message because you are subscribed to the Google
 Groups "Racket Users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to racket-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com
 
 .

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAM-xLPrgac_R533OzrjUSwwrTdCH0M8WOJP%3DPUgf0marRvh_ZQ%40mail.gmail.com.


Re: [racket-users] catalog not working?

2020-07-24 Thread Nate Griswold
Just FYI this was a local install/config issue

Nate


On Fri, Jul 24, 2020 at 12:14 AM Nathaniel Griswold 
wrote:

> Oh, hm ok I was having a memory access crash in raco I assumed some
> causation.. I’ll debug tomorrow
>
> On Jul 23, 2020, at 10:14 PM, Sorawee Porncharoenwase <
> sorawee.pw...@gmail.com> wrote:
>
> 
> Though, considering that there are so many people who are misled that the
> catalog is down (my past self included), it might be better if that page
> displays some useful information rather than a 404.
>
> On Thu, Jul 23, 2020 at 8:12 PM Sorawee Porncharoenwase <
> sorawee.pw...@gmail.com> wrote:
>
>> The catalog is functional. That path is simply not served. See also:
>>
>> From: Matthew Flatt 
>> Date: Thu, Feb 27, 2020 at 3:00 PM
>> Subject: Re: [racket-users] download catalog down?
>> To: Tom Gillespie 
>> Cc: Racket Users 
>>
>> That path isn't served, but something like
>>
>>   https://download.racket-lang.org/releases/7.6/catalog/pkg/racket-lib
>>
>> or
>>
>>   https://download.racket-lang.org/releases/7.6/catalog/pkgs
>>
>> should work (and does work for me).
>>
>>
>> On Thu, Jul 23, 2020 at 7:50 PM Nate Griswold 
>> wrote:
>>
>>> My raco pkg install is crashing and manual navigation to the package
>>> catalog looks broken
>>>
>>> https://download.racket-lang.org/releases/7.7/catalog/
>>>
>>> 
>>>
>>>
>>> Nate
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Racket Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to racket-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com
>>> 
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAM-xLPr6bnBD%3DN%3Dd2in%3DNbawjtuy8XfLsYD0PcEuZ0wrN%2BMfAA%40mail.gmail.com.


Re: [racket-users] catalog not working?

2020-07-23 Thread Nathaniel Griswold
Oh, hm ok I was having a memory access crash in raco I assumed some causation.. 
I’ll debug tomorrow

> On Jul 23, 2020, at 10:14 PM, Sorawee Porncharoenwase 
>  wrote:
> 
> 
> Though, considering that there are so many people who are misled that the 
> catalog is down (my past self included), it might be better if that page 
> displays some useful information rather than a 404.
> 
>> On Thu, Jul 23, 2020 at 8:12 PM Sorawee Porncharoenwase 
>>  wrote:
>> The catalog is functional. That path is simply not served. See also:
>> 
>> From: Matthew Flatt 
>> Date: Thu, Feb 27, 2020 at 3:00 PM
>> Subject: Re: [racket-users] download catalog down?
>> To: Tom Gillespie 
>> Cc: Racket Users 
>> 
>> That path isn't served, but something like
>> 
>>   https://download.racket-lang.org/releases/7.6/catalog/pkg/racket-lib
>> 
>> or
>> 
>>   https://download.racket-lang.org/releases/7.6/catalog/pkgs
>> 
>> should work (and does work for me).
>> 
>>> On Thu, Jul 23, 2020 at 7:50 PM Nate Griswold  
>>> wrote:
>>> My raco pkg install is crashing and manual navigation to the package 
>>> catalog looks broken
>>> 
>>> https://download.racket-lang.org/releases/7.7/catalog/
>>> 
>>> 
>>> 
>>> 
>>> Nate
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "Racket Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to racket-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/E177C1A5-0423-4E08-951A-BF39007C5ED8%40gmail.com.


Re: [racket-users] catalog not working?

2020-07-23 Thread Sorawee Porncharoenwase
Though, considering that there are so many people who are misled that the
catalog is down (my past self included), it might be better if that page
displays some useful information rather than a 404.

On Thu, Jul 23, 2020 at 8:12 PM Sorawee Porncharoenwase <
sorawee.pw...@gmail.com> wrote:

> The catalog is functional. That path is simply not served. See also:
>
> From: Matthew Flatt 
> Date: Thu, Feb 27, 2020 at 3:00 PM
> Subject: Re: [racket-users] download catalog down?
> To: Tom Gillespie 
> Cc: Racket Users 
>
> That path isn't served, but something like
>
>   https://download.racket-lang.org/releases/7.6/catalog/pkg/racket-lib
>
> or
>
>   https://download.racket-lang.org/releases/7.6/catalog/pkgs
>
> should work (and does work for me).
>
>
> On Thu, Jul 23, 2020 at 7:50 PM Nate Griswold 
> wrote:
>
>> My raco pkg install is crashing and manual navigation to the package
>> catalog looks broken
>>
>> https://download.racket-lang.org/releases/7.7/catalog/
>>
>> [image: image.png]
>>
>> Nate
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to racket-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CADcuegty7yaJtorXxwK%2B1Jq8fE00H3jwwM00kcGumw%3DLDwMdRQ%40mail.gmail.com.


Re: [racket-users] catalog not working?

2020-07-23 Thread Sorawee Porncharoenwase
The catalog is functional. That path is simply not served. See also:

From: Matthew Flatt 
Date: Thu, Feb 27, 2020 at 3:00 PM
Subject: Re: [racket-users] download catalog down?
To: Tom Gillespie 
Cc: Racket Users 

That path isn't served, but something like

  https://download.racket-lang.org/releases/7.6/catalog/pkg/racket-lib

or

  https://download.racket-lang.org/releases/7.6/catalog/pkgs

should work (and does work for me).


On Thu, Jul 23, 2020 at 7:50 PM Nate Griswold 
wrote:

> My raco pkg install is crashing and manual navigation to the package
> catalog looks broken
>
> https://download.racket-lang.org/releases/7.7/catalog/
>
> [image: image.png]
>
> Nate
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CADcueguZ812X%2BsrKEjCLwRogUn-uBQct-ogLtqbDzberwsFMww%40mail.gmail.com.


[racket-users] catalog not working?

2020-07-23 Thread Nate Griswold
My raco pkg install is crashing and manual navigation to the package
catalog looks broken

https://download.racket-lang.org/releases/7.7/catalog/

[image: image.png]

Nate

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAM-xLPpZ06bnkiyUuQipqupoaA-odsmGMuakWp02WqRDbRUAbA%40mail.gmail.com.