unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22908: guix download choices (unfonts -> upstream, archive.org bugged) and my alternatives.
@ 2016-03-04 15:56 Nils Gillmann
  2016-03-06 13:36 ` Ludovic Courtès
  2016-10-10 21:32 ` bug#22908: fixed ng0
  0 siblings, 2 replies; 4+ messages in thread
From: Nils Gillmann @ 2016-03-04 15:56 UTC (permalink / raw)
  To: 22908

This references thread
"fonts.scm -> packaging "un-fonts", download isses"
on guix-devel and it classifies as a bug.
It's a bug upstream, replicated by archive.org and preventing me
from finishing my work.

Long story short, I try to package un-fonts, which sits on a
server which is configured in a way that it gives us a mime type
for the package which is invalid (.gz). Now somebody could make
guix download function to simply ignore that, but as I don't like
to do that with only this one known case at hand, my ideas are:

- download the file to sdf.org where it will sit until something
  happens to the entire internet and sdf.org disappears (they
  have been around since 84/87).
- upload the individual file to archive.org as the simple
  waybackmachine is not smart enough to fix the mime issue of the
  original server.

This is a bug, because it prevents me from using guix download,
and guix download from functioning in a way where it must be
altered to adopt to the incompetence of some domain/server
admin.


what do you think?
-- 
ng
irc://loupsycedyglgamf.onion:67/~NiAsterisk
https://psyced.org:34443/NiAsterisk/
EDN: https://wiki.c3d2.de/Echt_Dezentrales_Netz/en

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22908: guix download choices (unfonts -> upstream, archive.org bugged) and my alternatives.
  2016-03-04 15:56 bug#22908: guix download choices (unfonts -> upstream, archive.org bugged) and my alternatives Nils Gillmann
@ 2016-03-06 13:36 ` Ludovic Courtès
  2016-03-06 15:12   ` Nils Gillmann
  2016-10-10 21:32 ` bug#22908: fixed ng0
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2016-03-06 13:36 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 22908, request

retitle 22908 HTTP client rejects invalid 'Content-Type' headers
thanks

(Please make sure the title of your messages to bug-guix clearly
describes the problem with phrases like “Guix fails to …”, “Failure to
download from …”, etc.)

Nils Gillmann <niasterisk@grrlz.net> skribis:

> Long story short, I try to package un-fonts, which sits on a
> server which is configured in a way that it gives us a mime type
> for the package which is invalid (.gz).

As Ricardo noted in
<https://lists.gnu.org/archive/html/guix-devel/2016-02/msg01359.html>,
the problem is that Guile’s HTTP client is (too) strict and rejects this
invalid ‘Content-Type’ header from kldp.net:

  Content-Type: .gz

There are two courses of actions that can be taken in parallel:

  1. Get the kldp.net admins to adjust the Web server.  Did you get
     feedback from them?

  2. Make Guile’s HTTP client more permissive.

In the meantime, we could work around the issue by using a copy hosted
on another server, if possible, such as archive.org or sdf.org as you
note, or fossies.org (it mirrors a number of things.)

Thoughts?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22908: guix download choices (unfonts -> upstream, archive.org bugged) and my alternatives.
  2016-03-06 13:36 ` Ludovic Courtès
@ 2016-03-06 15:12   ` Nils Gillmann
  0 siblings, 0 replies; 4+ messages in thread
From: Nils Gillmann @ 2016-03-06 15:12 UTC (permalink / raw)
  To: 22908

ludo@gnu.org (Ludovic Courtès) writes:

> retitle 22908 HTTP client rejects invalid 'Content-Type' headers
> thanks

I can retitle open bugs? If so, how? Or is there a "help"
function of the debuggs?

> (Please make sure the title of your messages to bug-guix clearly
> describes the problem with phrases like “Guix fails to …”, “Failure to
> download from …”, etc.)
>
> Nils Gillmann <niasterisk@grrlz.net> skribis:
>
>> Long story short, I try to package un-fonts, which sits on a
>> server which is configured in a way that it gives us a mime type
>> for the package which is invalid (.gz).
>
> As Ricardo noted in
> <https://lists.gnu.org/archive/html/guix-devel/2016-02/msg01359.html>,
> the problem is that Guile’s HTTP client is (too) strict and rejects this
> invalid ‘Content-Type’ header from kldp.net:
>
>   Content-Type: .gz

I noticed, that's why I packaged and submitted (see more recent
version of the patch, new thread) the font with a location on
sdf.org. I commented inside why and what I intend to do.

> There are two courses of actions that can be taken in parallel:
>
>   1. Get the kldp.net admins to adjust the Web server.  Did you get
>      feedback from them?

Not yet. They are behind a privacywhois, I am not sure how long
reaction will get delayed due to that factor. The bug has been
reported to them, now it's just waiting and maybe getting a
response later this year.

>   2. Make Guile’s HTTP client more permissive.

I vote against that, because it is just one package so far. Let's
say we package KDE Plasma and there are more than 1 package which
is not a font, that is a reason to make changes to the http client.

> In the meantime, we could work around the issue by using a copy hosted
> on another server, if possible, such as archive.org or sdf.org as you
> note, or fossies.org (it mirrors a number of things.)
>
> Thoughts?

Archive.org replicates every wrong and right including mime
types. -> same issue, different domain.

I did not upload the font itself to archive.org but to sdf.org ,
I should also get a reply from in-berlin.org (an ISP, fast
datacenters) if they have a public download host and would like
to host this font outside of the kldp.net domain, explaining the
reasons etc.


> Thanks,
> Ludo’.

thanks,
-- 
ng
irc://loupsycedyglgamf.onion:67/~NiAsterisk
https://psyced.org:34443/NiAsterisk/
EDN: https://wiki.c3d2.de/Echt_Dezentrales_Netz/en

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22908: fixed.
  2016-03-04 15:56 bug#22908: guix download choices (unfonts -> upstream, archive.org bugged) and my alternatives Nils Gillmann
  2016-03-06 13:36 ` Ludovic Courtès
@ 2016-10-10 21:32 ` ng0
  1 sibling, 0 replies; 4+ messages in thread
From: ng0 @ 2016-10-10 21:32 UTC (permalink / raw)
  To: 22908-done

This was fixed in commit 99a61dad3390cdda7d7da00113c5676050ef1959
<http://git.savannah.gnu.org/cgit/guix.git/commit/?id=99a61dad3390cdda7d7da00113c5676050ef1959>

-- ng0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-10 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04 15:56 bug#22908: guix download choices (unfonts -> upstream, archive.org bugged) and my alternatives Nils Gillmann
2016-03-06 13:36 ` Ludovic Courtès
2016-03-06 15:12   ` Nils Gillmann
2016-10-10 21:32 ` bug#22908: fixed ng0

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).