Bug 260672 - math/scilab fails to fetch (404s)
Summary: math/scilab fails to fetch (404s)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-25 02:03 UTC by tech-lists
Modified: 2021-12-28 14:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (makc)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tech-lists 2021-12-25 02:03:20 UTC
Hi,

website 404s

context:

[00:00:00] =>> Building math/scilab
[00:00:00] build started at Sat Dec 25 01:53:41 GMT 2021
[00:00:00] port directory: /usr/ports/math/scilab
[00:00:00] package name: scilab-6.1.1
[00:00:00] building for: FreeBSD desktop 13.0-STABLE FreeBSD 13.0-STABLE 1300522 amd64
[00:00:00] maintained by: makc@FreeBSD.org
[00:00:00] Makefile datestamp: -rw-r--r--  1 root  wheel  6325 Dec 19 12:26 /usr/ports/math/scilab/Makefile
[00:00:00] Ports top last git commit: 9ebb39690
[00:00:00] Ports top unclean checkout: no
[00:00:00] Port dir last git commit: 4a1f6d63c
[00:00:00] Port dir unclean checkout: no
[00:00:00] Poudriere version: poudriere-git-3.3.99.20211130
[00:00:00] Host OSVERSION: 1300522
[00:00:00] Jail OSVERSION: 1300522
[00:00:00] Job Id: 02

[...]

failure:

[00:00:01] =======================<phase: fetch          >============================
[00:00:01] ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0
[00:00:01] ===>  License GPLv2 BSD3CLAUSE accepted by the user
[00:00:01] => scilab-6.1.1-src.tar.gz doesn't seem to exist in /portdistfiles/.
[00:00:01] => Attempting to fetch https://www.scilab.org/download/6.1.1/scilab-6.1.1-src.tar.gz
[00:00:01] fetch: https://www.scilab.org/download/6.1.1/scilab-6.1.1-src.tar.gz: Not Found
[00:00:01] => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/scilab-6.1.1-src.tar.gz
[00:00:01] fetch: http://distcache.FreeBSD.org/ports-distfiles/scilab-6.1.1-src.tar.gz: Not Found
[00:00:01] => Couldn't fetch it - please try to retrieve this
[00:00:01] => port manually into /portdistfiles/ and try again.
[00:00:01] *** Error code 1
[00:00:01] 
[00:00:01] Stop.
[00:00:01] make: stopped in /usr/ports/math/scilab
[00:00:02] =>> Cleaning up wrkdir
[00:00:02] ===>  Cleaning for scilab-6.1.1
[00:00:02] build of math/scilab | scilab-6.1.1 ended at Sat Dec 25 01:53:42 GMT 2021
[00:00:02] build time: 00:00:01
[00:00:02] !!! build failure encountered !!!
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-28 13:58:10 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51191322543f7891fa7cbd3252cfc9b52c494232

commit 51191322543f7891fa7cbd3252cfc9b52c494232
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2021-12-28 13:56:46 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2021-12-28 13:56:46 +0000

    math/scilab: fix fetch

    Switch to git repo.

    PR:             260672
    Reported by:    User tech-lists

 math/scilab/Makefile | 4 ++--
 math/scilab/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2021-12-28 14:03:17 UTC
Thank you for report!