GNU bug report logs - #73673
[PATCH] gnu: rust-libudev-sys-0.1: add missing native dependencies

Previous Next

Package: guix-patches;

Reported by: bigbookofbug <at> proton.me

Date: Mon, 7 Oct 2024 04:38:01 UTC

Severity: normal

Tags: patch

Done: Steve George <steve <at> futurile.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73673 in the body.
You can then email your comments to 73673 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73673; Package guix-patches. (Mon, 07 Oct 2024 04:38:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to bigbookofbug <at> proton.me:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 07 Oct 2024 04:38:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: bigbookofbug <at> proton.me
To: guix-patches <at> gnu.org
Cc: emma thompson <bigbookofbug <at> proton.me>
Subject: [PATCH] gnu: rust-libudev-sys-0.1: add missing native dependencies
Date: Mon, 07 Oct 2024 04:37:06 +0000
From: emma thompson <bigbookofbug <at> proton.me>

i noticed while trying to use libudev-sys that the build was failing. the backtrace noted that both pkg-config and libudev were missing. as noted upstream as well (https://github.com/dcuddeback/libudev-sys), udev is required in the build environment.
---
 gnu/packages/crates-io.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c08ccd29fd..e5a92a6d57 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2024 Suhail Singh <suhail <at> bayesians.ca>
 ;;; Copyright © 2024 Aaron Covrig <aaron.covrig.us <at> ieee.org>
 ;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
+;;; Copyright © 2024 emma thompson <bigbookofbug <at> proton.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39773,6 +39774,7 @@ (define-public rust-libudev-sys-0.1
     (arguments
      `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
                        ("rust-pkg-config" ,rust-pkg-config-0.3))))
+    (native-inputs (list pkg-config eudev))
     (home-page "https://github.com/dcuddeback/libudev-sys")
     (synopsis "FFI bindings to libudev")
     (description "This package provides FFI bindings to libudev.")

base-commit: b007cbbfb76aa6e072f1223699e910c45da7e732
-- 
2.46.0






bug closed, send any further explanations to 73673 <at> debbugs.gnu.org and bigbookofbug <at> proton.me Request was from Steve George <steve <at> futurile.net> to control <at> debbugs.gnu.org. (Thu, 13 Feb 2025 12:41:01 GMT) Full text and rfc822 format available.

Message sent on to bigbookofbug <at> proton.me:
bug#73673. (Thu, 13 Feb 2025 12:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 73673-submitter <at> debbugs.gnu.org (full text, mbox):

From: Steve George <steve <at> futurile.net>
To: control <at> debbugs.gnu.org
Cc: 73673-submitter <at> debbugs.gnu.org
Subject: closing 73673
Date: Thu, 13 Feb 2025 12:40:01 +0000
close 73673 
quit

Hi Emma - thanks for the patch, it looks like it was fixed in December and I can see it building on the master branch. If you think there's a mistake in closing it, feel free to re-open.

Steve / Futurile




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 14 Mar 2025 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.