Package Details: dbus-codegen-rust-git 0.9.0.r901.g6b0600a-1

Git Clone URL: https://aur.archlinux.org/dbus-codegen-rust-git.git (read-only, click to copy)
Package Base: dbus-codegen-rust-git
Description: This program takes D-Bus XML Introspection data and generates Rust code for calling and implementing the interfaces in the introspection data.
Upstream URL: https://github.com/diwic/dbus-rs
Conflicts: dbus-codegen-rust
Provides: dbus-codegen-rust
Submitter: ruahcra
Maintainer: ruahcra
Last Packager: ruahcra
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-11 12:15 (UTC)
Last Updated: 2020-12-11 12:15 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2024-07-02 11:42 (UTC)

A few errors as reported by namcap:

bus-codegen-rust-git E: Missing license
dbus-codegen-rust-git E: Dependency glibc detected and not included (libraries ['usr/lib/ld-linux-x86-64.so.2', 'usr/lib/libc.so.6'] needed in files ['usr/bin/dbus-codegen-rust'])
dbus-codegen-rust-git E: Dependency dbus detected and not included (libraries ['usr/lib/libdbus-1.so.3'] needed in files ['usr/bin/dbus-codegen-rust'])
dbus-codegen-rust-git E: Dependency gcc-libs detected and not included (libraries ['usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/dbus-codegen-rust'])

Regards!

dreieck commented on 2024-07-02 11:41 (UTC)

Can you please move the rust download steps out of build() into prepare(), so that build() can run offline?

Regards and thanks for the package!

==> Starting build()...
    Updating crates.io index
[...]
  Downloaded clap_builder v4.5.8
  Downloaded clap v4.5.8
  Downloaded 2 crates (220.2 KB) in 0.89s
[...]