Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2021 16:41:18 +0900 (JST)
From:      Yasuhiro Kimura <yasu@utahime.org>
To:        freebsd-ports@freebsd.org
Subject:   `make makesum` fails with lang/pyton-doc-html
Message-ID:  <20210510.164118.1586560961016858874.yasu@utahime.org>

next in thread | raw e-mail | index | archive | help
Hello,

I tried to update lang/pyton-doc-html and found `make makesum` fails
as following.

----------------------------------------------------------------------
yasu@rolling-vm-freebsd2[1242]% pwd
/usr/ports
yasu@rolling-vm-freebsd2[1243]% git status
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean
yasu@rolling-vm-freebsd2[1244]% make -C lang/python-doc-html makesum                                        /usr/ports
===>   python-doc-html-3.9.4 depends on file: /usr/local/sbin/pkg - found
=> python-3.8.9-docs-html.tar.bz2 doesn't seem to exist in /net/freebsd/ports/distfiles/python.
===> /!\ Warning /!\
     The :3x8x9 group used for python-3.8.9-docs-html.tar.bz2 is missing
     from MASTER_SITES. Check for typos, or errors.
=> Attempting to fetch https://www.python.org/ftp/python/doc/3.9.4/python-3.8.9-docs-html.tar.bz2
fetch: https://www.python.org/ftp/python/doc/3.9.4/python-3.8.9-docs-html.tar.bz2: Not Found
=> Attempting to fetch https://www.python.org/ftp/python/doc/current/python-3.8.9-docs-html.tar.bz2
fetch: https://www.python.org/ftp/python/doc/current/python-3.8.9-docs-html.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-3.8.9-docs-html.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-3.8.9-docs-html.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /net/freebsd/ports/distfiles/python and try again.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/lang/python-doc-html
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-html
yasu@rolling-vm-freebsd2[1245]%
----------------------------------------------------------------------

What's wrong?

---
Yasuhiro Kimura



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210510.164118.1586560961016858874.yasu>