Package Details: warp 0.7.0-1

Git Clone URL: https://aur.archlinux.org/warp.git (read-only, click to copy)
Package Base: warp
Description: Fast and secure file transfer
Upstream URL: https://apps.gnome.org/Warp
Keywords: gnome magic-wormhole
Licenses: GPL-3.0-or-later
Submitter: rafaelff
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 9
Popularity: 0.51
First Submitted: 2022-06-03 02:59 (UTC)
Last Updated: 2024-04-14 15:54 (UTC)

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2024-03-21 15:42 (UTC)

@rafaelff: I just tested with CFLAGS+=" -ffat-lto-objects" and it works.

Also, the --no-rebuild flag needs to be passed to meson install in the package() function.

rafaelff commented on 2024-03-21 15:15 (UTC)

Well, DDNet really have that set for the Rust part of th e software. I'm not sure about which flag is correct, but still worth the shot.

yochananmarqos commented on 2024-03-21 15:04 (UTC)

@rafaelff: That normally won't work with Rust packages.

rafaelff commented on 2024-03-21 14:55 (UTC)

Consider setting CXXFLAGS or CFLAGS by appending -ffat-lto-objects. See an example in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ddnet#n33

yochananmarqos commented on 2024-03-21 14:36 (UTC)

@igor-dyatlov: LTO needs to be disabled otherwise linking fails as can be seen in @seqfault's log below.

options=('!lto')

seqfault commented on 2024-03-21 11:50 (UTC)

doesn't build: https://paste.rs/ZIjTw.txt

xiota commented on 2023-09-20 10:04 (UTC) (edited on 2023-10-13 18:46 (UTC) by xiota)

Please remove replaces directive.

GregTheHun commented on 2023-02-07 16:12 (UTC) (edited on 2023-02-07 16:14 (UTC) by GregTheHun)

After attempting to build warp 0.4, I get this error:

"""

Compiling warp v0.4.0 (/home/greg/.cache/paru/clone/warp/src/warp-v0.4) error[E0658]: let...else statements are unstable --> src/ui/window.rs:404:9 | 404 | / let Some(stack_name) = self.imp().stack.visible_child_name() else { 405 | | return; 406 | | }; | |____^ | = note: see issue #87335 https://github.com/rust-lang/rust/issues/87335 for more information

For more information about this error, try rustc --explain E0658. error: could not compile warp due to previous error [47/48] Generating help/nl/help-warp-nl with a custom command FAILED: src/warp /usr/bin/env CARGO_HOME=/home/greg/.cache/paru/clone/warp/src/build/cargo-home LOCALEDIR=/usr/share/locale /usr/bin/cargo build --manifest-path /home/greg/.cache/paru/clone/warp/src/warp-v0.4/Cargo.toml --target-dir /home/greg/.cache/paru/clone/warp/src/build/src --features meson --release && cp src/release/warp src/warp ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'warp-0.4-1': error: packages failed to build: warp-0.4-1

"""

System info:

"""

System: Kernel: 6.1.9-arch1-1 arch: x86_64 bits: 64 compiler: gcc v: 12.2.1 Desktop: GNOME v: 43.2 Distro: Arch Linux

Machine: Type: Desktop Mobo: ASRock model: X570 Extreme4 serial: <superuser required> UEFI: American Megatrends v: P3.80 date: 08/04/2021

CPU: Info: 12-core model: AMD Ryzen 9 5900X bits: 64 type: MT MCP arch: Zen 3 rev: 2 cache: L1: 768 KiB L2: 6 MiB L3: 64 MiB Speed (MHz): avg: 2466 high: 3700 min/max: 2200/4950 boost: enabled cores: 1: 3586 2: 2879 3: 2200 4: 3700 5: 2200 6: 2908 7: 2200 8: 2200 9: 2200 10: 2200 11: 2200 12: 2200 13: 3592 14: 2867 15: 2200 16: 2200 17: 2200 18: 2200 19: 2200 20: 2200 21: 2200 22: 2200 23: 2200 24: 2261 bogomips: 177328 Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm

Graphics: Device-1: AMD Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] vendor: Tul / PowerColor Red Devil driver: amdgpu v: kernel arch: RDNA-2 bus-ID: 0e:00.0 Device-2: Logitech HD Pro Webcam C920 type: USB driver: snd-usb-audio,uvcvideo bus-ID: 5-4:3 Display: wayland server: X.org v: 1.21.1.7 with: Xwayland v: 22.1.7 compositor: gnome-shell driver: gpu: amdgpu resolution: 1920x1080~60Hz API: OpenGL v: 4.6 Mesa 22.3.4 renderer: AMD Radeon RX 6900 XT (navi21 LLVM 15.0.7 DRM 3.49 6.1.9-arch1-1) direct render: Yes

Info: Processes: 482 Uptime: 5d 3h 4m Memory: 31.27 GiB used: 6.72 GiB (21.5%) Init: systemd Compilers: gcc: 12.2.1 clang: 15.0.7 Packages: 1613 Shell: fish v: 3.6.0 inxi: 3.3.24

"""

Tio commented on 2022-10-05 23:47 (UTC)

By the way another package uses the /usr/bin/warp file. Namely haskell-wai-app-static https://www.yesodweb.com/book/web-application-interface - since "warp" is such a short and common name, can you rename it to say warp-share? To avoid conflicts...