raku-community-modules / GD

Raku interface to the Gd graphics library.
Artistic License 2.0
2 stars 6 forks source link

Installing with zef asks for my github username #13

Closed randyl closed 4 years ago

randyl commented 4 years ago

When I try to install GD using zef, I'm asked for my github username:

$ zef install GD
===> Searching for: GD
Username for 'https://github.com':

This seemed suspicious, so I hit control-C to cancel. Why is it asking for my username? Also, how would I go about debugging this to find the answer?

Altai-man commented 4 years ago

Similar to https://github.com/tony-o/db-xoos-mysql/issues/1

jonathanstowe commented 4 years ago

It's a bit of a mystery as to why this is happening. Is it possible that it's the redirect occasioned by it having perl6-community-modules in the URI in the META6.json I'll change that in the first instance and see what happens.

untangler commented 4 years ago

Related? I get errors below. Not familiar with installation stuff. ===> Searching for: GD ===> Searching for missing dependencies: NativeHelpers::Array ===> Fetching [FAIL]: GD:ver<0.0.2>:auth:api<1.0> from https://github.com/perl6-community-modules/raku-GD.git Aborting due to fetch failure: GD:ver<0.0.2>:auth:api<1.0> (use --force-fetch to override)

jonathanstowe commented 4 years ago

I'd actually forgotten to change the source url see 44683c0

untangler commented 4 years ago

Dear Jonathan,

Thanks a lot. This is great.

Theo

Jonathan Stowe schreef op 2020-09-03 11:47:

I'd actually forgotten to change the source url see 44683c0 [1]

-- You are receiving this because you commented. Reply to this email directly, view it on GitHub [2], or unsubscribe [3].

Links:

[1] https://github.com/raku-community-modules/raku-GD/commit/44683c0c9d37a175476922583b6acb1e813c390e [2] https://github.com/raku-community-modules/raku-GD/issues/13#issuecomment-686379220 [3] https://github.com/notifications/unsubscribe-auth/ALMBAVN7KZF7LOSX7TZYBALSD5Q3BANCNFSM4PMXHRTA

-- Theo van den Heuvel Van den Heuvel HLT Consultancy

jonathanstowe commented 4 years ago

Yep this looks fine now :-D

jonathanstowe commented 4 years ago

I've tested on three distinct computers and this seems to be fixed. There is a separate issue on FreeBSD which may be related to the native library versioning, I'll tackle that separately.