Package Details: rustdesk 1.3.2-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: 30
Popularity: 3.38
First Submitted: 2021-06-27 07:29 (UTC)
Last Updated: 2024-11-03 18:51 (UTC)

Dependencies (48)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

FabioLolix commented on 2022-12-15 22:57 (UTC)

Hello, this pkgbuild don't have to have any of the provides=() and conflicts=() listed, are all variations that need to provides and conflicts rustdesk

Rojikku commented on 2022-11-26 22:28 (UTC)

@anonfunc My bad. Fixed. Though it's known not to compile anyway, so somewhat moot point.

anonfunc commented on 2022-11-26 22:18 (UTC) (edited on 2022-11-26 22:18 (UTC) by anonfunc)

@Rojikku You need to update the hash of the .install, in its current state one would get validation errors.

Rojikku commented on 2022-11-22 20:21 (UTC)

@oi_wtf You are absolutely correct. I have fixed this. I didn't bump the version number, as that would screw everyone who has the package installed, as currently this package does not build.

Rojikku commented on 2022-11-22 20:14 (UTC)

https://github.com/rustdesk/rustdesk/issues/2087#event-7799191460 I am aware of the fact the package does not compile. This is an error on rustdesk's part and there is nothing I can do about it, really. @andrei.matei Those errors aren't familiar to me, but I think the most likely issue is something tied to this, or possibly because you specified -0 in your command?

andrei.matei commented on 2022-11-21 19:59 (UTC)

using paru aur helper

paru -Q rustdesk rustdesk 1.1.9-0

fail to build rustdesk-1.1.9-7, multiple similar errors all related to bindgen-0.59.2, mostly clang.rs /home/admin/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/...

I'm running Kernel: 6.0.8-1-MANJARO

any ideas what could be the cause ?

error[E0432]: unresolved import `clang_sys::CXComment_HTMLStartTag`
--> /home/admin/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/src/ir/annotations.rs:167:13
|
167 |         use clang_sys::CXComment_HTMLStartTag;
|             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CXComment_HTMLStartTag` in the root

error[E0425]: cannot find value `CXType_Unexposed` in crate `clang_sys`
--> /home/admin/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/src/ir/item.rs:1582:36
|
1582 |         if ty.kind() == clang_sys::CXType_Unexposed ||
|                                    ^^^^^^^^^^^^^^^^ not found in `clang_sys`

oi_wtf commented on 2022-11-18 12:26 (UTC)

The install scriptlet copies .service and .desktop files around, despite them already getting installed in package() to correct places. That's just unnecessary.

ggnoredo commented on 2022-11-11 21:38 (UTC)

@shayaknyc I have the same problem, could you fix it?

Rojikku commented on 2022-10-31 21:21 (UTC)

@muflone

Builds fine for me in a clean chroot. Appears to be an issue on your system. Chaotic AUR builds rustdesk off of my PKGBUILD and theirs is built fine, too. Worst case scenario just use theirs.

Muflone commented on 2022-10-31 00:42 (UTC)

fail to build from a clean chroot with the following error:

  = note: /usr/bin/ld: /build/rustdesk/src/rustdesk-1.1.9/target/release/deps/libzstd-46606b03353c7a9b.rlib(zstd-46606b03353c7a9b.zstd.1ae1a5b0-cgu.5.rcgu.o): undefined reference to symbol 'ZDICT_trainFromBuffer'
          /usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line
          collect2: error: ld returned 1 exit status