From owner-freebsd-ports-bugs@freebsd.org Wed Oct 28 14:38:46 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4830F4485F5 for ; Wed, 28 Oct 2020 14:38:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4CLrmQ19dNz4CwY for ; Wed, 28 Oct 2020 14:38:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 282604485F4; Wed, 28 Oct 2020 14:38:46 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27EAC4485F3 for ; Wed, 28 Oct 2020 14:38:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CLrmQ0J0lz4CmM for ; Wed, 28 Oct 2020 14:38:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7C6F1DA36 for ; Wed, 28 Oct 2020 14:38:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 09SEcjBD061164 for ; Wed, 28 Oct 2020 14:38:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 09SEcjXr061163 for ports-bugs@FreeBSD.org; Wed, 28 Oct 2020 14:38:45 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 250695] net/rclone: requires curl as dependency Date: Wed, 28 Oct 2020 14:38:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: james@physicalsegment.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2020 14:38:46 -0000 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.=