GNU bug report logs -
#31881
[PATCH 1/4] gnu: Add go-github-com-sirupsen-logrus.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31881 in the body.
You can then email your comments to 31881 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Mon, 18 Jun 2018 15:17:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 18 Jun 2018 15:17:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
---
gnu/packages/golang.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6c21181da..3d1fc5b6d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1703,3 +1703,37 @@ incoming requests to their respective handler.")
"Pflag is library to replace Go's flag package, implementing
POSIX/GNU-style --flags.")
(license license:bsd-3))))
+
+(define-public go-github-com-sirupsen-logrus
+ (let ((commit "4b6ea7319e214d98c938f12692336f7ca9348d6b")
+ (revision "0"))
+ (package
+ (name "go-github-com-sirupsen-logrus")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sirupsen/logrus.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "06wnl1dkkib2zpm31aavk5c4290s64h2ss68nl1vgcbxzsfbxjaq"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-golang-org-x-crypto-ssh-terminal"
+ ,go-golang-org-x-crypto-ssh-terminal)
+ ("go-github-com-stretchr-testify"
+ ,go-github-com-stretchr-testify)
+ ("go-golang-org-x-sys-unix"
+ ,go-golang-org-x-sys-unix)))
+ (arguments
+ '(#:tests? #f ;FIXME missing dependencies
+ #:import-path "github.com/sirupsen/logrus"))
+ (home-page "https://github.com/sirupsen/logrus")
+ (synopsis "This packages is structured, pluggable logging for Go")
+ (description
+ "Logrus is a structured logger for Go, completely API compatible with
+the standard library logger.")
+ (license license:expat))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Mon, 18 Jun 2018 15:19:04 GMT)
Full text and
rfc822 format available.
Message #8 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-kardianos-osext): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3d1fc5b6d..5bda79dc9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1737,3 +1737,29 @@ POSIX/GNU-style --flags.")
"Logrus is a structured logger for Go, completely API compatible with
the standard library logger.")
(license license:expat))))
+
+(define-public go-github-com-kardianos-osext
+ (let ((commit "c2c54e542fb797ad986b31721e1baedf214ca413")
+ (revision "0"))
+ (package
+ (name "go-github-com-kardianos-osext")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kardianos/osext.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "02vmjhkx90601l5fym7c3r4d44b88h3cign86nz4yy6j8qqxvz3h"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/kardianos/osext"))
+ (home-page
+ "https://github.com/kardianos/osext")
+ (synopsis "This package is an extensions to the standard os package")
+ (description
+ "Osext is an extensions to the standard os package for Golang.")
+ (license license:bsd-3))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Mon, 18 Jun 2018 15:19:04 GMT)
Full text and
rfc822 format available.
Message #11 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service):
New variable.
---
gnu/packages/golang.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5bda79dc9..f12c2b07a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1763,3 +1763,36 @@ the standard library logger.")
(description
"Osext is an extensions to the standard os package for Golang.")
(license license:bsd-3))))
+
+(define-public go-github-com-ayufan-golang-kardianos-service
+ (let ((commit "0c8eb6d8fff2e2fb884a7bfd23e183fb63c0eff3")
+ (revision "0"))
+ (package
+ (name "go-github-com-ayufan-golang-kardianos-service")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/ayufan/golang-kardianos-service.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0x0cn7l5gda2khsfypix7adxd5yqighzn04mxjw6hc4ayrh7his5"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-github-com-kardianos-osext"
+ ,go-github-com-kardianos-osext)))
+ (arguments
+ '(#:tests? #f ;FIXME tests fail: Service is not running.
+ #:import-path
+ "github.com/ayufan/golang-kardianos-service"))
+ (home-page
+ "https://github.com/ayufan/golang-kardianos-service")
+ (synopsis "This package is golang library to run program as a service")
+ (description
+ "Golang kardinos service is golang library to run go program as a
+service.")
+ (license license:zlib))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Mon, 18 Jun 2018 15:20:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-docker-distribution): New variable.
---
gnu/packages/golang.scm | 45 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f12c2b07a..41d2e5ce1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1796,3 +1796,48 @@ the standard library logger.")
"Golang kardinos service is golang library to run go program as a
service.")
(license license:zlib))))
+
+(define-public go-github-com-docker-distribution
+ (let ((commit "325b0804fef3a66309d962357aac3c2ce3f4d329")
+ (revision "0"))
+ (package
+ (name "go-github-com-docker-distribution")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/docker/distribution")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yg2zrikn3vkvkx5mn51p6bfjk840qdkn7ahhhvvcsc8mpigrjc6"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-golang-org-x-sys-unix"
+ ,go-golang-org-x-sys-unix)
+ ("go-github-com-sirupsen-logrus"
+ ,go-github-com-sirupsen-logrus)
+ ("go-golang-org-x-crypto-ssh-terminal"
+ ,go-golang-org-x-crypto-ssh-terminal)))
+ (arguments
+ '(#:import-path "github.com/docker/distribution"
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'reset-gzip-timestamps 'make-gzip-archive-writable
+ (lambda* (#:key outputs #:allow-other-keys)
+ (map (lambda (file)
+ (make-file-writable file))
+ (find-files
+ (assoc-ref outputs "out")
+ ".*\\.gz$"))
+ #t)))))
+ (home-page
+ "https://github.com/docker/distribution")
+ (synopsis "This package is Docker toolset to pack, ship, store, and
+deliver content")
+ (description "Docker Distribution is Docker toolset to pack, ship,
+store, and deliver content. It's containe Docker Registry 2.0 and libraries
+to interacting with distribution components.")
+ (license license:asl2.0))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Mon, 18 Jun 2018 16:13:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 31881 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon, Jun 18, 2018 at 05:15:43PM +0200, Rouby Pierre-Antoine wrote:
> * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
Thank you for this patch series!
Currently, it doesn't apply to the Guix git master branch. Can you
rebase the patches on the master branch and send them again?
Thanks!
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Tue, 19 Jun 2018 08:44:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
---
gnu/packages/golang.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a83cdcde8..1dcf12d90 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1702,3 +1702,37 @@ with the
@uref{https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html,
GNU extensions} to the POSIX recommendations for command-line options.")
(license license:bsd-3))))
+
+(define-public go-github-com-sirupsen-logrus
+ (let ((commit "4b6ea7319e214d98c938f12692336f7ca9348d6b")
+ (revision "0"))
+ (package
+ (name "go-github-com-sirupsen-logrus")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sirupsen/logrus.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "06wnl1dkkib2zpm31aavk5c4290s64h2ss68nl1vgcbxzsfbxjaq"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-golang-org-x-crypto-ssh-terminal"
+ ,go-golang-org-x-crypto-ssh-terminal)
+ ("go-github-com-stretchr-testify"
+ ,go-github-com-stretchr-testify)
+ ("go-golang-org-x-sys-unix"
+ ,go-golang-org-x-sys-unix)))
+ (arguments
+ '(#:tests? #f ;FIXME missing dependencies
+ #:import-path "github.com/sirupsen/logrus"))
+ (home-page "https://github.com/sirupsen/logrus")
+ (synopsis "This packages is structured, pluggable logging for Go")
+ (description
+ "Logrus is a structured logger for Go, completely API compatible with
+the standard library logger.")
+ (license license:expat))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Tue, 19 Jun 2018 08:44:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-kardianos-osext): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1dcf12d90..bef450eb6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1736,3 +1736,29 @@ GNU extensions} to the POSIX recommendations for command-line options.")
"Logrus is a structured logger for Go, completely API compatible with
the standard library logger.")
(license license:expat))))
+
+(define-public go-github-com-kardianos-osext
+ (let ((commit "c2c54e542fb797ad986b31721e1baedf214ca413")
+ (revision "0"))
+ (package
+ (name "go-github-com-kardianos-osext")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kardianos/osext.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "02vmjhkx90601l5fym7c3r4d44b88h3cign86nz4yy6j8qqxvz3h"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/kardianos/osext"))
+ (home-page
+ "https://github.com/kardianos/osext")
+ (synopsis "This package is an extensions to the standard os package")
+ (description
+ "Osext is an extensions to the standard os package for Golang.")
+ (license license:bsd-3))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Tue, 19 Jun 2018 08:44:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service):
New variable.
---
gnu/packages/golang.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bef450eb6..be7b0d3f3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1762,3 +1762,36 @@ the standard library logger.")
(description
"Osext is an extensions to the standard os package for Golang.")
(license license:bsd-3))))
+
+(define-public go-github-com-ayufan-golang-kardianos-service
+ (let ((commit "0c8eb6d8fff2e2fb884a7bfd23e183fb63c0eff3")
+ (revision "0"))
+ (package
+ (name "go-github-com-ayufan-golang-kardianos-service")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/ayufan/golang-kardianos-service.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0x0cn7l5gda2khsfypix7adxd5yqighzn04mxjw6hc4ayrh7his5"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-github-com-kardianos-osext"
+ ,go-github-com-kardianos-osext)))
+ (arguments
+ '(#:tests? #f ;FIXME tests fail: Service is not running.
+ #:import-path
+ "github.com/ayufan/golang-kardianos-service"))
+ (home-page
+ "https://github.com/ayufan/golang-kardianos-service")
+ (synopsis "This package is golang library to run program as a service")
+ (description
+ "Golang kardinos service is golang library to run go program as a
+service.")
+ (license license:zlib))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Tue, 19 Jun 2018 08:44:03 GMT)
Full text and
rfc822 format available.
Message #29 received at 31881 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-docker-distribution): New variable.
---
gnu/packages/golang.scm | 45 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index be7b0d3f3..89476411b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1795,3 +1795,48 @@ the standard library logger.")
"Golang kardinos service is golang library to run go program as a
service.")
(license license:zlib))))
+
+(define-public go-github-com-docker-distribution
+ (let ((commit "325b0804fef3a66309d962357aac3c2ce3f4d329")
+ (revision "0"))
+ (package
+ (name "go-github-com-docker-distribution")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/docker/distribution")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yg2zrikn3vkvkx5mn51p6bfjk840qdkn7ahhhvvcsc8mpigrjc6"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("go-golang-org-x-sys-unix"
+ ,go-golang-org-x-sys-unix)
+ ("go-github-com-sirupsen-logrus"
+ ,go-github-com-sirupsen-logrus)
+ ("go-golang-org-x-crypto-ssh-terminal"
+ ,go-golang-org-x-crypto-ssh-terminal)))
+ (arguments
+ '(#:import-path "github.com/docker/distribution"
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'reset-gzip-timestamps 'make-gzip-archive-writable
+ (lambda* (#:key outputs #:allow-other-keys)
+ (map (lambda (file)
+ (make-file-writable file))
+ (find-files
+ (assoc-ref outputs "out")
+ ".*\\.gz$"))
+ #t)))))
+ (home-page
+ "https://github.com/docker/distribution")
+ (synopsis "This package is Docker toolset to pack, ship, store, and
+deliver content")
+ (description "Docker Distribution is Docker toolset to pack, ship,
+store, and deliver content. It's containe Docker Registry 2.0 and libraries
+to interacting with distribution components.")
+ (license license:asl2.0))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Wed, 20 Jun 2018 16:57:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 31881 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Jun 19, 2018 at 10:43:30AM +0200, Rouby Pierre-Antoine wrote:
> * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
Thanks! Pushed as 7427b2c6c1e5495d551375edf0c4177ab56179d7
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Wed, 20 Jun 2018 16:57:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 31881 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Jun 19, 2018 at 10:43:31AM +0200, Rouby Pierre-Antoine wrote:
> * gnu/packages/golang.scm (go-github-com-kardianos-osext): New variable.
We already have this package. I moved it from the Syncthing module to
the Golang module.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Wed, 20 Jun 2018 16:58:01 GMT)
Full text and
rfc822 format available.
Message #38 received at 31881 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Jun 19, 2018 at 10:43:32AM +0200, Rouby Pierre-Antoine wrote:
> * gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service):
> New variable.
Thanks! Pushed as aed4944d51669089620d8fe13b2e63c59e722b79.
By the way, this package is a fork of
<https://github.com/kardianos/service>, which has more recent
maintenance.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Wed, 20 Jun 2018 17:01:02 GMT)
Full text and
rfc822 format available.
Message #41 received at 31881 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Jun 19, 2018 at 10:43:33AM +0200, Rouby Pierre-Antoine wrote:
> * gnu/packages/golang.scm (go-github-com-docker-distribution): New variable.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/docker/distribution")
> + (commit commit)))
This bundles its entire dependency graph, including the logrus module
you just packaged, and some other things we have packaged:
https://github.com/docker/distribution/tree/master/vendor
I think it's okay to add the package with the bundled code if everything
is freely licensed. Can you confirm that it is?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31881
; Package
guix-patches
.
(Tue, 26 Jun 2018 15:21:01 GMT)
Full text and
rfc822 format available.
Message #44 received at 31881 <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
> From: "Leo Famulari" <leo <at> famulari.name>
>> + (source
>> + (origin
>> + (method git-fetch)
>> + (uri (git-reference
>> + (url "https://github.com/docker/distribution")
>> + (commit commit)))
>
> This bundles its entire dependency graph, including the logrus module
> you just packaged, and some other things we have packaged:
I'm not sure vendor version is the same as package version. I have the
impression some Go package have no tag or CHANGELOG, so I'm not sure for
compatibility. Without explicit version number I thinks is more sure to
use the vendor version.
> I think it's okay to add the package with the bundled code if everything
> is freely licensed. Can you confirm that it is?
Yes, everything is free.
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Sat, 07 Jul 2018 16:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
:
bug acknowledged by developer.
(Sat, 07 Jul 2018 16:09:02 GMT)
Full text and
rfc822 format available.
Message #49 received at 31881-done <at> debbugs.gnu.org (full text, mbox):
Hello!
Pierre-Antoine Rouby <pierre-antoine.rouby <at> inria.fr> skribis:
>> From: "Leo Famulari" <leo <at> famulari.name>
>>> + (source
>>> + (origin
>>> + (method git-fetch)
>>> + (uri (git-reference
>>> + (url "https://github.com/docker/distribution")
>>> + (commit commit)))
>>
>> This bundles its entire dependency graph, including the logrus module
>> you just packaged, and some other things we have packaged:
>
> I'm not sure vendor version is the same as package version. I have the
> impression some Go package have no tag or CHANGELOG, so I'm not sure for
> compatibility. Without explicit version number I thinks is more sure to
> use the vendor version.
>
>> I think it's okay to add the package with the bundled code if everything
>> is freely licensed. Can you confirm that it is?
>
> Yes, everything is free.
Based on this I went ahead and applied it, but I added a FIXME about
bundling.
P-A, could you look into unbundling at least those that are already
packaged?
Thank you!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 05 Aug 2018 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.