GNU bug report logs - #78299
[PATCH 1/1] gnu: Fix small typos.

Previous Next

Package: guix-patches;

Reported by: Gabriel Wicki <gabriel <at> erlikon.ch>

Date: Wed, 7 May 2025 14:15:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 78299 in the body.
You can then email your comments to 78299 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#78299; Package guix-patches. (Wed, 07 May 2025 14:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gabriel Wicki <gabriel <at> erlikon.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 07 May 2025 14:15:03 GMT) Full text and rfc822 format available.

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

From: Gabriel Wicki <gabriel <at> erlikon.ch>
To: guix-patches <at> gnu.org
Cc: maxim.cournoyer <at> gmail.com, vagrant <at> debian.org, gabriel <at> erlikon.ch,
 efraim <at> flashner.co.il, andreas <at> enge.fr, guix <at> nicolasgoaziou.fr
Subject: [PATCH 1/1] gnu: Fix small typos.
Date: Wed, 7 May 2025 16:06:03 +0200
String-separating double-quotes should be separated with white space.

* gnu/packages/bootloaders.scm(u-boot-rpi-arm64-efi): Fix typo.
* gnu/packages/linphone.scm(ortp): Fix typo.
* gnu/packages/tex.scm(texlive-omegaware-bin): Fix typo.

Change-Id: I83aa0f6862b265dd3e396e7c0b2db924915293dd
---
 gnu/packages/bootloaders.scm | 2 +-
 gnu/packages/linphone.scm    | 2 +-
 gnu/packages/tex.scm         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 8ece61f11c3..844346709b7 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1535,7 +1535,7 @@ (define-public u-boot-rpi-4-32b-efi
                        #:append-description %u-boot-rpi-efi-description-32-bit))
 
 (define-public u-boot-rpi-arm64-efi
-  (make-u-boot-package "rpi_arm64""aarch64-linux-gnu"
+  (make-u-boot-package "rpi_arm64" "aarch64-linux-gnu"
                        #:name-suffix "-efi"
                        #:configs %u-boot-rpi-efi-configs
                        #:append-description (string-append
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 0dd19cc7967..239c18c595a 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -415,7 +415,7 @@ (define-public ortp
        (sha256
         (base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5"))))
     (build-system cmake-build-system)
-    (outputs '("out""tester"
+    (outputs '("out" "tester"
                "doc"))                  ;1.5 MiB of HTML doc
     (arguments
      (list
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9f20945925a..99a65641a4a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32302,7 +32302,7 @@ (define-public texlive-omegaware-bin
               (lambda _
                 (let ((bin (string-append #$output "/bin")))
                   (with-directory-excursion "texk/web2c"
-                    (let ((files '("odvicopy" "odvitype""otangle" "wofm2opl"
+                    (let ((files '("odvicopy" "odvitype" "otangle" "wofm2opl"
                                    "wopl2ofm" "wovf2ovp")))
                       (for-each (lambda (t) (invoke "make" t)) files)
                       (for-each (lambda (f) (install-file f bin)) files))

base-commit: 475173e4f25ad6437ee770b83e741d759f5ce380
-- 
2.49.0




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Thu, 08 May 2025 13:19:02 GMT) Full text and rfc822 format available.

Notification sent to Gabriel Wicki <gabriel <at> erlikon.ch>:
bug acknowledged by developer. (Thu, 08 May 2025 13:19:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Gabriel Wicki <gabriel <at> erlikon.ch>
Cc: vagrant <at> debian.org, guix <at> nicolasgoaziou.fr, andreas <at> enge.fr,
 78299-done <at> debbugs.gnu.org, efraim <at> flashner.co.il
Subject: Re: [PATCH 1/1] gnu: Fix small typos.
Date: Thu, 08 May 2025 22:18:20 +0900
Hi,

Gabriel Wicki <gabriel <at> erlikon.ch> writes:

> String-separating double-quotes should be separated with white space.
>
> * gnu/packages/bootloaders.scm(u-boot-rpi-arm64-efi): Fix typo.
> * gnu/packages/linphone.scm(ortp): Fix typo.
> * gnu/packages/tex.scm(texlive-omegaware-bin): Fix typo.

Pushed, thank you!

-- 
Maxim




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

This bug report was last modified 12 days ago.

Previous Next


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