Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2020 14:38:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250695] net/rclone: requires curl as dependency
Message-ID:  <bug-250695-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250695

            Bug ID: 250695
           Summary: net/rclone: requires curl as dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: wg@FreeBSD.org
          Reporter: james@physicalsegment.com
          Assignee: wg@FreeBSD.org
             Flags: maintainer-feedback?(wg@FreeBSD.org)

When installing rclone via 'pkg install rclone' running rclone with the web=
 gui
argument, rclone errors out and fails to downloaded the files needed for it
because curl is not installed.

Once installing curl, it downloads the files normally.

e.g.:

without curl package installed:

root@rclone:~ # rclone rcd --rc-web-gui --rc-web-gui-no-open-browser
--rc-user=3Dadmin --rc-pass=3Dpass --rc-web-gui-update -vv

2020/10/28 14:06:57 DEBUG : rclone: Version "v1.52.2" starting with paramet=
ers
["rclone" "rcd" "--rc-web-gui" "--rc-web-gui-no-open-browser" "--rc-user=3D=
admin"
"--rc-pass=3Dpass" "--rc-web-gui-update" "-vv"]

2020/10/28 14:06:57 Error while fetching the latest release of Web GUI: Err=
or
getting latest release of rclone-webui


With curl package installed:

pkg install curl-7.72.0

root@rclone:~ # rclone rcd --rc-web-gui --rc-web-gui-no-open-browser

2020/10/28 14:23:26 NOTICE: A new release for gui is present at
https://github.com/rclone/rclone-webui-react/releases/download/v2.0.3/curre=
ntbuild.zip
2020/10/28 14:23:26 NOTICE: Downloading webgui binary. Please wait. [Size:
4750769, Path :  /root/.cache/rclone/webgui/v2.0.3.zip]
2020/10/28 14:23:35 NOTICE: Unzipping webgui binary
2020/10/28 14:23:36 NOTICE: Serving Web GUI
2020/10/28 14:23:36 NOTICE: Serving remote control on http://127.0.0.1:5572/
2020/10/28 14:23:36 NOTICE: Web GUI is not automatically opening browser.
Navigate to http://gui:xxxx@127.0.0.1:5572/?login_token=3Dxxx to use.

If you could add curl as a dependency for rclone that would be great and he=
lp
others not get the same error :)=20

Cheers,

James.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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