GNU bug report logs - #39056
[PATCH] lint: Check for more packages which should be native.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Thu, 9 Jan 2020 15:34:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

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 39056 in the body.
You can then email your comments to 39056 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#39056; Package guix-patches. (Thu, 09 Jan 2020 15:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 09 Jan 2020 15:34:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] lint: Check for more packages which should be native.
Date: Thu,  9 Jan 2020 16:33:47 +0100
* guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake,
bison, dejagnu, desktop-file-utils, doxygen, flex, gettext,
googletest-source, groff, help2man, libtool, swig, qmake, qttools,
texinfo, xorg-server-for-tests.
---
 guix/lint.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index e3544bd963..4e3aa2f00d 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -286,11 +286,23 @@ of a package, and INPUT-NAMES, a list of package specifications such as
   (let ((inputs (package-inputs package))
         (input-names
          '("pkg-config"
+            "autoconf"
+            "automake"
+            "bison"
             "cmake"
+            "dejagnu"
+            "desktop-file-utils"
+            "doxygen"
             "extra-cmake-modules"
+            "flex"
+            "gettext"
             "glib:bin"
+            "googletest-source"
+            "groff"
+            "help2man"
             "intltool"
             "itstool"
+            "libtool"
             "qttools"
             "yasm" "nasm" "fasm"
             "python-coverage" "python2-coverage"
@@ -302,7 +314,12 @@ of a package, and INPUT-NAMES, a list of package specifications such as
             "python-pytest" "python2-pytest"
             "python-pytest-cov" "python2-pytest-cov"
             "python-setuptools-scm" "python2-setuptools-scm"
-            "python-sphinx" "python2-sphinx")))
+            "python-sphinx" "python2-sphinx"
+            "swig"
+            "qmake"
+            "qttools"
+            "texinfo"
+            "xorg-server-for-tests")))
     (map (lambda (input)
            (make-warning
             package




Information forwarded to guix-patches <at> gnu.org:
bug#39056; Package guix-patches. (Thu, 09 Jan 2020 17:05:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 39056 <at> debbugs.gnu.org
Subject: Re: [PATCH] lint: Check for more packages which should be native.
Date: Thu, 9 Jan 2020 18:04:46 +0100
[Message part 1 (text/plain, inline)]
And yelp-tools
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#39056; Package guix-patches. (Thu, 09 Jan 2020 17:11:01 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 39056 <at> debbugs.gnu.org
Subject: Re: [bug#39056] [PATCH] lint: Check for more packages which should
 be native.
Date: Thu, 9 Jan 2020 18:10:24 +0100
[Message part 1 (text/plain, inline)]
And gobject-introspection
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#39056; Package guix-patches. (Thu, 09 Jan 2020 21:49:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 39056 <at> debbugs.gnu.org
Subject: Re: [bug#39056] [PATCH] lint: Check for more packages which should be
 native.
Date: Thu, 09 Jan 2020 22:48:24 +0100
Hello,

Danny Milosavljevic <dannym <at> scratchpost.org> skribis:

> * guix/lint.scm (check-inputs-should-be-native): Add autoconf, automake,
> bison, dejagnu, desktop-file-utils, doxygen, flex, gettext,
> googletest-source, groff, help2man, libtool, swig, qmake, qttools,
> texinfo, xorg-server-for-tests.

LGTM!

> And yelp-tools
> And gobject-introspection

Those too.  :-)

Thanks,
Ludo’.




Reply sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
You have taken responsibility. (Thu, 09 Jan 2020 22:16:01 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Thu, 09 Jan 2020 22:16:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: Ludovic Courtès <ludo <at> gnu.org>,
 39056-done <at> debbugs.gnu.org
Subject: Re: [bug#39056] [PATCH] lint: Check for more packages which should
 be native.
Date: Thu, 9 Jan 2020 23:15:55 +0100
[Message part 1 (text/plain, inline)]
Pushed to guix master as commit bbd9063afcb204b3f81c59d09f5c54d3b67f1e91.

Thanks!
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 07 Feb 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 51 days ago.

Previous Next


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