Package Details: gossip-git .r2635.g72ffea6a-1

Git Clone URL: https://aur.archlinux.org/gossip-git.git (read-only, click to copy)
Package Base: gossip-git
Description: gossip nostr client, rust, egui based.
Upstream URL: https://github.com/mikedilger/gossip
Licenses: MIT
Conflicts: gossip-git
Provides: gossip-git
Submitter: soloturn
Maintainer: soloturn (mikedilger, dreieck)
Last Packager: soloturn
Votes: 0
Popularity: 0.000000
First Submitted: 2023-02-13 17:14 (UTC)
Last Updated: 2024-06-16 18:09 (UTC)

Latest Comments

« First ‹ Previous 1 2

soloturn commented on 2023-02-15 17:07 (UTC)

@FabioLolix today i got the linker error as well. corrected, and asked on the rust wiki page what they think about mold or not.

soloturn commented on 2023-02-13 21:26 (UTC)

feel free to change the packages to your liking fabio.

soloturn commented on 2023-02-13 21:22 (UTC)

corrected. except:

for me it uses the gnu linker, if i do not specify it. what do you have installed for building?

without mkdir -p "$pkgdir"/usr/share/applications/ i get

==> Starting package()...
install: cannot create regular file '/srv/http/repos/gossip-git/pkg/gossip-git/usr/share/applications/': Not a directory
==> ERROR: A failure occurred in package().
    Aborting...

for gossip and gossip-git i'd really appreciate if we could install both, and therefor have no conflict between gossip and gossip-git.

FabioLolix commented on 2023-02-13 20:54 (UTC)

Hello,

  RUSTFLAGS="-C link-arg=--ld-path=/usr/bin/mold -C target-cpu=native --cfg tokio_unstable"

Don't work for me, does for you? I get:

= note: cc: error: unrecognized command-line option '--ld-path=/usr/bin/mold'

after removing that I had made some other changes (like git is missing from makedepends) it build with makepkg but fails with devtools

Please change provides & conflicts from gossip-git to gossip


  strip ./target/release/gossip

I have seen that you added it from Mike's pkgbuild but is not necessary as stripping is performed by default by makepkg

./ and mkdir -p "$pkgdir"/usr/share/applications/ used in package() can be removed