Package Details: rustdesk 1.4.6-1

Git Clone URL: https://aur.archlinux.org/rustdesk.git (read-only, click to copy)
Package Base: rustdesk
Description: Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk!
Upstream URL: https://rustdesk.com/
Keywords: AnyDesk desktop remote Rust TeamViewer
Licenses: AGPL-3.0-only
Submitter: taotieren
Maintainer: severach
Last Packager: severach
Votes: 61
Popularity: 2.29
First Submitted: 2021-06-27 07:29 (UTC)
Last Updated: 2026-04-15 17:03 (UTC)

Sources (17)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »

hiseob commented on 2022-02-07 09:25 (UTC)

fastgit uses CloudFlare and preventing source code tarball download (returns http 503)

~ $ LC_ALL=C yay -S rustdesk :: There are 2 providers available for rustdesk: :: Repository AUR 1) rustdesk 2) rustdesk-bin

Enter a number (default=1): ==> 1 :: Checking for conflicts... :: Checking for inner conflicts... [Aur:1] rustdesk-1.1.8-1

1 rustdesk (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> :: PKGBUILD up to date, Skipping (1/0): rustdesk 1 rustdesk (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> :: (1/1) Parsing SRCINFO: rustdesk ==> Making package: rustdesk 1.1.8-1 (Mon Feb 7 18:24:28 2022) ==> Retrieving sources... -> Downloading rustdesk-1.1.8.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Warning: Problem : HTTP error. Will retry in 3 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Warning: Problem : HTTP error. Will retry in 3 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Warning: Problem : HTTP error. Will retry in 3 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 ==> ERROR: Failure while downloading https://download.fastgit.org/rustdesk/rustdesk/archive/refs/tags/1.1.8.tar.gz Aborting... -> error downloading sources: rustdesk context: exit status 1

==> Making package: rustdesk 1.1.8-1 (Mon Feb 7 18:24:38 2022) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading rustdesk-1.1.8.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Warning: Problem : HTTP error. Will retry in 3 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Warning: Problem : HTTP error. Will retry in 3 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 Warning: Problem : HTTP error. Will retry in 3 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 503 ==> ERROR: Failure while downloading https://download.fastgit.org/rustdesk/rustdesk/archive/refs/tags/1.1.8.tar.gz Aborting... -> error making: rustdesk

YHNdnzj commented on 2021-10-10 08:22 (UTC)

  = note: /usr/bin/ld: /tmp/makepkg/rustdesk/src/rustdesk-1.1.8/target/release/deps/libmagnum_opus-a4a9a0649967f54a.rlib(magnum_opus-a4a9a0649967f54a.magnum_opus.a5af5036-cgu.12.rcgu.o): undefined reference to symbol 'opus_encode_float'
          /usr/bin/ld: /usr/lib/libopus.so.0: error adding symbols: DSO missing from command line
          collect2: error: ld returned 1 exit status

YHNdnzj commented on 2021-10-10 07:56 (UTC)

Also https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rustdesk#n37 should be install -Dm0644 "${srcdir}/libsciter-gtk.so" -t "${srcdir}/${pkgname}-${pkgver}/target/release"

Otherwise ${srcdir}/${pkgname}-${pkgver}/target/release will become a file if it doesn't exist as a directory already.

YHNdnzj commented on 2021-10-10 07:25 (UTC) (edited on 2021-10-10 07:25 (UTC) by YHNdnzj)

Gets 404 when accessing https://raw.github.com/c-smile/sciter-sdk/raw/dc65744b66389cd5a0ff6bdb7c63a8b7b05a708b/bin.lnx/x64/libsciter-gtk.so

Correct URL would be https://raw.github.com/c-smile/sciter-sdk/dc65744b66389cd5a0ff6bdb7c63a8b7b05a708b/bin.lnx/x64/libsciter-gtk.so (w/o the "raw" after "sciter-sdk")

taotieren commented on 2021-09-27 09:25 (UTC)

old version:libsciter-gtk.so::https://raw.github.com/c-smile/sciter-sdk/raw/dc65744b66389cd5a0ff6bdb7c63a8b7b05a708b/bin.lnx/x64/libsciter-gtk.so

new version:libsciter-gtk.so::https://raw.fastgit.org/c-smile/sciter-sdk/master/bin.lnx/x64/libsciter-gtk.so

kirkyd commented on 2021-09-24 01:36 (UTC)

had to change the libsciter-gtk.so link in the PKGBUILD to This. then I get the same error as nursoda below.

nursoda commented on 2021-07-20 14:47 (UTC) (edited on 2021-07-20 14:48 (UTC) by nursoda)

I get the same error when building during regular installation (pikaur -S rustdesk in my case):

error: failed to create directory `/home/USER/.cache/pikaur/build/rustdesk/src/rustdesk-1.1.6/target/release`

Caused by:
  File exists (os error 17)
==> ERROR: A failure occurred in build().
    Aborting...

Execution of command 'makepkg --force' failed.

dr460nf1r3 commented on 2021-07-08 14:52 (UTC)

Thanks for the update. There is still an issue while building, full log is available at the same location as before (post below yours).

taotieren commented on 2021-07-07 02:51 (UTC)

Thanks fixed.