GNU bug report logs - #71808
Fwd: same package name for unrelated packages

Previous Next

Package: guix;

Reported by: Andy Tai <lichengtai <at> gmail.com>

Date: Thu, 27 Jun 2024 17:45:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 71808 in the body.
You can then email your comments to 71808 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 bug-guix <at> gnu.org:
bug#71808; Package guix. (Thu, 27 Jun 2024 17:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <lichengtai <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 27 Jun 2024 17:45:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <lichengtai <at> gmail.com>
To: guix-bug <bug-guix <at> gnu.org>
Subject: Fwd: same package name for unrelated packages
Date: Thu, 27 Jun 2024 10:43:18 -0700
in GNU Guix today:

$ guix show volk
name: volk
version: 3.0.0
outputs:
+ out: everything
systems: x86_64-linux i686-linux
dependencies: boost <at> 1.80.0 python-mako <at> 1.2.2 python-wrapper <at> 3.10.7
location: gnu/packages/engineering.scm:1381:2
homepage: https://www.libvolk.org/
license: ASL 2.0, LGPL 3+
synopsis: Vector-Optimized Library of Kernels
description: VOLK (Vector-Optimized Library of Kernels) contains procedures with
+ machine-specific optimizations for mathematical functions.  It also provides a
+ machine-independent interface to select the best such procedures to
use on a given system.

name: volk
version: 1.3.280.0
outputs:
+ out: everything
systems: x86_64-linux i686-linux
dependencies: vulkan-headers <at> 1.3.280.0
location: gnu/packages/vulkan.scm:565:2
homepage: https://github.com/zeux/volk
license: Expat
synopsis: Meta loader for Vulkan API
description: Volk is a meta-loader for Vulkan.  It allows you to
dynamically load entrypoints
+ required to use Vulkan without linking the Vulkan loader.
Additionally, volk simplifies the
+ use of Vulkan extensions by automatically loading all associated
entrypoints.  Finally, volk
+ enables loading Vulkan entrypoints directly from the driver which
can increase performance by
+ skipping loader dispatch overhead.


One would assume this can break things,,,,




Information forwarded to bug-guix <at> gnu.org:
bug#71808; Package guix. (Wed, 22 Jan 2025 08:22:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 71808 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: vulkan-volk: renamed from volk to avoid confusion with
 another volk package..
Date: Wed, 22 Jan 2025 00:20:53 -0800
* gnu/packages/vulkan.scm (vulkan-volk): Renamed from volk.
  (vulkan-tools)[native-inputs]: Reference to volk changed to vulkan-volk.

Change-Id: I8f5e93b753e714d990a837ab914156e5e46d6e46
---
 gnu/packages/vulkan.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index dd5b51c7fe..b6abf1adf8 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -447,7 +447,7 @@ (define-public vulkan-tools
     (inputs
      (list glslang libxrandr vulkan-loader wayland wayland-protocols))
     (native-inputs
-     (list googletest pkg-config python volk vulkan-headers))
+     (list googletest pkg-config python vulkan-volk vulkan-headers))
     (arguments
      `(#:configure-flags (list "-DBUILD_TESTS=ON")
        #:phases (modify-phases %standard-phases
@@ -639,9 +639,9 @@ (define-public vulkan-validationlayers
 use the Vulkan API.")
     (license license:asl2.0)))
 
-(define-public volk
+(define-public vulkan-volk
   (package
-    (name "volk")
+    (name "vulkan-volk")
     (version "1.3.280.0")
     (source (origin
               (method git-fetch)

base-commit: c985075db3e6682d8a5a231c01c770aa5a147f72
-- 
2.34.1





Information forwarded to bug-guix <at> gnu.org:
bug#71808; Package guix. (Mon, 03 Mar 2025 19:53:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 71808 <at> debbugs.gnu.org
Date: Mon, 3 Mar 2025 11:52:07 -0800
Hi, this seems a serious issue and the change is trivial.  I hope
someone can review the patch.




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 03 Mar 2025 20:03:01 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <lichengtai <at> gmail.com>:
bug acknowledged by developer. (Mon, 03 Mar 2025 20:03:02 GMT) Full text and rfc822 format available.

Message #16 received at 71808-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 71808-done <at> debbugs.gnu.org
Cc: Andy Tai <lichengtai <at> gmail.com>, Andy Tai <atai <at> atai.org>
Subject: Re: Fwd: same package name for unrelated packages
Date: Mon, 03 Mar 2025 21:02:01 +0100
Hello,


> Hi, this seems a serious issue and the change is trivial.  I hope
> someone can review the patch.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






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

This bug report was last modified 37 days ago.

Previous Next


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