Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 16142] New: Trying to cast nghttp3 times out during download with fatal error, message to file a bug.

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 16142] New: Trying to cast nghttp3 times out during download with fatal error, message to file a bug.
  • Date: Tue, 09 Aug 2022 19:59:10 +0000

Bug ID 16142
Summary Trying to cast nghttp3 times out during download with fatal error, message to file a bug.
Product Codex
Version test grimoire
Hardware x86-64
OS Linux
Status NEW
Severity normal
Priority P2
Component http
Assignee sm-grimoire-bugs AT lists.ibiblio.org
Reporter mkr39-b AT yahoo.com
Classification Unclassified

Created attachment 7632 [details]
Screenshot of the error message (and previous git init blurb)

I'm trying to cast spell "nghttp3", but when trying to download the source file
"nghttp3-git.tar.xz", it sits there for a while at "Fetching...", then returns
a fatal error. Here's the relevant output (I snipped out the config questions):

bash5.1# cast -c nghttp3
...(config questions here)

Downloading source file nghttp3-git.tar.xz
Initializing...
Initialized empty Git repository in
/tmp/sorcery/cast/21136/nghttp3/nghttp3-git/.git/
Fetching...
fatal: unable to connect to github.com:
github.com[0: 140.82.114.4]: errno=Connection timed out

Empty value for downloaded target, file a bug if you see this.
Missing nghttp3-git.tar.xz
Cast aborting.

Spells that have been dropped:
nghttp3

#####

It had previously been giving that git init blurb about using 'master' as the
initial branch name before returning the fatal error; I guess maybe it was
trying to download from the 'master' branch (which actually doesn't exist,
though 'main' does exist) on the nghttp3 GitHub page. I did as that message
suggested and ran "git config --global init.defaultBranch main", but it still
timed out with the error as seen above. 

I know my internet access is working, and I was able to manually access that
GitHub page via Firefox, so it should be running and accessible. So I'm not
sure where the problem is here. I took a look through the Sorcery source files,
and if there's a problem with the Sorcery code, it might lie in modules
libdownload and/or url_handlers/url_git or /url_git_http. Also, the DETAILS
file in /var/lib/sorcery/codex/test/http/nghttp3/ has this line:
SOURCE_URL="git://github.com/ngtcp2/nghttp3:nghttp3-git:main"
So Sorcery *should* be aimed at the right web page and repo branch; I'm don't
know why git init was using the default 'master' name instead.

So I'm at a point where nghttp3 won't download using "cast"; maybe I could
manually get it and place it in the directory it's supposed to be in (I don't
know which one that is)?

Please let me know if you need more information. Thanks for your time.

Matt


You are receiving this mail because:
  • You are the assignee for the bug.


  • [SM-Grimoire-Bugs] [Bug 16142] New: Trying to cast nghttp3 times out during download with fatal error, message to file a bug., bugzilla-daemon, 08/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page