GNU bug report logs - #54630
[PATCH] utfcpp v3.2.1

Previous Next

Package: guix-patches;

Reported by: Anadon <joshua.r.marshall.1991 <at> gmail.com>

Date: Tue, 29 Mar 2022 21:50:01 UTC

Severity: normal

Tags: moreinfo, 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 54630 in the body.
You can then email your comments to 54630 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#54630; Package guix-patches. (Tue, 29 Mar 2022 21:50:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Anadon <joshua.r.marshall.1991 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 29 Mar 2022 21:50:01 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] utfcpp v3.2.1
Date: Tue, 29 Mar 2022 17:48:47 -0400
[Message part 1 (text/plain, inline)]
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index cbc657172d..c2c1a66438 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
+;;; Copyright © 2021 Anadon <joshua.r.marshall.1991 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -669,29 +670,18 @@ (define-public catdoc
 (define-public utfcpp
   (package
     (name "utfcpp")
-    (version "2.3.5")
+    (version "3.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                      (url "https://github.com/nemtrif/utfcpp")
-                     (commit (string-append "v" version))))
+                     (commit (string-append "v" version))
+                     (recursive? #t)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gr98d826z6wa58r1s5i7rz7q2x3r31v7zj0pjjlrc7gfxwklr4s"))))
+                "0gsbwif97i025bxgyax4fbf6v9z44zrca4s6wwd8x36ac8qzjppf"))))
     (build-system cmake-build-system)
-    (arguments
-     `(#:out-of-source? #f
-       #:phases
-       (modify-phases %standard-phases
-         (replace 'install              ; no install target
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (include (string-append out "/include"))
-                    (doc (string-append out "/share/doc/" ,name)))
-               (copy-recursively "source" include)
-               (install-file "README.md" doc)
-               #t))))))
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Tue, 29 Mar 2022 22:11:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Tue, 29 Mar 2022 18:10:16 -0400
[Message part 1 (text/plain, inline)]
On Tue, Mar 29, 2022 at 05:48:47PM -0400, Anadon wrote:
>  (define-public utfcpp
>    (package
>      (name "utfcpp")
> -    (version "2.3.5")
> +    (version "3.2.1")

Thanks!

I turned it into a Git commit (attached as a patch) and built utfcpp 3.2.1
successfully.

I noticed that at least one of the handful of packages that depend on
utfcpp, mkvtoolnix, doesn't build with this update:

------
[...]
starting phase `build'
            CC lib/librmff/rmff.c
           CXX src/mpegparser/MPEGVideoBuffer.cpp
           CXX src/common/xml/xml.cpp
            CC lib/librmff/mb_file_io.c
            AR lib/librmff/librmff.a
        RANLIB lib/librmff/librmff.a
           CXX lib/avilib-0.6.10/xio.cpp
           CXX src/mpegparser/M2VParser.cpp
            CC lib/avilib-0.6.10/avimisc.c
            CC lib/avilib-0.6.10/avilib.c
            AR lib/avilib-0.6.10/libavi.a
        RANLIB lib/avilib-0.6.10/libavi.a
           CXX src/common/xml/ebml_tags_converter.cpp
           CXX src/mpegparser/CircBuffer.cpp
           CXX src/common/xml/ebml_segmentinfo_converter.cpp
            AR src/mpegparser/libmpegparser.a
        RANLIB src/mpegparser/libmpegparser.a
           CXX src/common/xml/ebml_converter.cpp
           CXX src/common/xml/ebml_chapters_converter.cpp
           CXX src/common/tags/vorbis.cpp
           CXX src/common/tags/tags.cpp
           CXX src/common/strings/utf8.cpp
src/common/strings/utf8.cpp:21:10: fatal error: utf8.h: No such file or directory
   21 | #include <utf8.h>
      |          ^~~~~~~~
compilation terminated.
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "rake" arguments: ("-j" "4") exit-status: 1 term-signal: #f stop-signal: #f> 
phase `build' failed after 47.3 seconds
command "rake" "-j" "4" failed with status 1
builder for `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed with exit code 1
build of /gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv failed
View build log at '/var/log/guix/drvs/n4/jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv.gz'.
guix build: error: build of `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
------

One can check full list of packages that depend on utfcpp like this:

------
$ guix refresh --list-dependent utfcpp 
Building the following 6 packages would ensure 8 dependent packages are rebuilt: emacs-flycheck-ledger <at> 0.5 emacs-ledger-mode <at> 4.0.0 warzone2100 <at> 4.0.1 osmium-tool <at> 1.14.0 osm2pgsql <at> 1.5.1 mkvtoolnix <at> 52.0.0
------
[0001-gnu-utfcpp-Update-to-3.2.1.patch (text/plain, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Thu, 31 Mar 2022 03:44:02 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Wed, 30 Mar 2022 23:43:00 -0400
[Message part 1 (text/plain, inline)]
Updated, should be closer.

On Tue, Mar 29, 2022 at 6:10 PM Leo Famulari <leo <at> famulari.name> wrote:

> On Tue, Mar 29, 2022 at 05:48:47PM -0400, Anadon wrote:
> >  (define-public utfcpp
> >    (package
> >      (name "utfcpp")
> > -    (version "2.3.5")
> > +    (version "3.2.1")
>
> Thanks!
>
> I turned it into a Git commit (attached as a patch) and built utfcpp 3.2.1
> successfully.
>
> I noticed that at least one of the handful of packages that depend on
> utfcpp, mkvtoolnix, doesn't build with this update:
>
> ------
> [...]
> starting phase `build'
>             CC lib/librmff/rmff.c
>            CXX src/mpegparser/MPEGVideoBuffer.cpp
>            CXX src/common/xml/xml.cpp
>             CC lib/librmff/mb_file_io.c
>             AR lib/librmff/librmff.a
>         RANLIB lib/librmff/librmff.a
>            CXX lib/avilib-0.6.10/xio.cpp
>            CXX src/mpegparser/M2VParser.cpp
>             CC lib/avilib-0.6.10/avimisc.c
>             CC lib/avilib-0.6.10/avilib.c
>             AR lib/avilib-0.6.10/libavi.a
>         RANLIB lib/avilib-0.6.10/libavi.a
>            CXX src/common/xml/ebml_tags_converter.cpp
>            CXX src/mpegparser/CircBuffer.cpp
>            CXX src/common/xml/ebml_segmentinfo_converter.cpp
>             AR src/mpegparser/libmpegparser.a
>         RANLIB src/mpegparser/libmpegparser.a
>            CXX src/common/xml/ebml_converter.cpp
>            CXX src/common/xml/ebml_chapters_converter.cpp
>            CXX src/common/tags/vorbis.cpp
>            CXX src/common/tags/tags.cpp
>            CXX src/common/strings/utf8.cpp
> src/common/strings/utf8.cpp:21:10: fatal error: utf8.h: No such file or
> directory
>    21 | #include <utf8.h>
>       |          ^~~~~~~~
> compilation terminated.
> error: in phase 'build': uncaught exception:
> %exception #<&invoke-error program: "rake" arguments: ("-j" "4")
> exit-status: 1 term-signal: #f stop-signal: #f>
> phase `build' failed after 47.3 seconds
> command "rake" "-j" "4" failed with status 1
> builder for
> `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
> with exit code 1
> build of /gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv
> failed
> View build log at
> '/var/log/guix/drvs/n4/jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv.gz'.
> guix build: error: build of
> `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
> ------
>
> One can check full list of packages that depend on utfcpp like this:
>
> ------
> $ guix refresh --list-dependent utfcpp
> Building the following 6 packages would ensure 8 dependent packages are
> rebuilt: emacs-flycheck-ledger <at> 0.5 emacs-ledger-mode <at> 4.0.0
> warzone2100 <at> 4.0.1 osmium-tool <at> 1.14.0 osm2pgsql <at> 1.5.1 mkvtoolnix <at> 52.0.0
> ------
>
[Message part 2 (text/html, inline)]
[0001-Updating-to-add-utfcpp-as-a-seperate-version-and-to-.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sat, 02 Apr 2022 03:58:02 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Fri, 1 Apr 2022 23:56:56 -0400
[Message part 1 (text/plain, inline)]
Can I get an update?

On Wed, Mar 30, 2022, 23:43 Anadon <joshua.r.marshall.1991 <at> gmail.com> wrote:

> Updated, should be closer.
>
> On Tue, Mar 29, 2022 at 6:10 PM Leo Famulari <leo <at> famulari.name> wrote:
>
>> On Tue, Mar 29, 2022 at 05:48:47PM -0400, Anadon wrote:
>> >  (define-public utfcpp
>> >    (package
>> >      (name "utfcpp")
>> > -    (version "2.3.5")
>> > +    (version "3.2.1")
>>
>> Thanks!
>>
>> I turned it into a Git commit (attached as a patch) and built utfcpp 3.2.1
>> successfully.
>>
>> I noticed that at least one of the handful of packages that depend on
>> utfcpp, mkvtoolnix, doesn't build with this update:
>>
>> ------
>> [...]
>> starting phase `build'
>>             CC lib/librmff/rmff.c
>>            CXX src/mpegparser/MPEGVideoBuffer.cpp
>>            CXX src/common/xml/xml.cpp
>>             CC lib/librmff/mb_file_io.c
>>             AR lib/librmff/librmff.a
>>         RANLIB lib/librmff/librmff.a
>>            CXX lib/avilib-0.6.10/xio.cpp
>>            CXX src/mpegparser/M2VParser.cpp
>>             CC lib/avilib-0.6.10/avimisc.c
>>             CC lib/avilib-0.6.10/avilib.c
>>             AR lib/avilib-0.6.10/libavi.a
>>         RANLIB lib/avilib-0.6.10/libavi.a
>>            CXX src/common/xml/ebml_tags_converter.cpp
>>            CXX src/mpegparser/CircBuffer.cpp
>>            CXX src/common/xml/ebml_segmentinfo_converter.cpp
>>             AR src/mpegparser/libmpegparser.a
>>         RANLIB src/mpegparser/libmpegparser.a
>>            CXX src/common/xml/ebml_converter.cpp
>>            CXX src/common/xml/ebml_chapters_converter.cpp
>>            CXX src/common/tags/vorbis.cpp
>>            CXX src/common/tags/tags.cpp
>>            CXX src/common/strings/utf8.cpp
>> src/common/strings/utf8.cpp:21:10: fatal error: utf8.h: No such file or
>> directory
>>    21 | #include <utf8.h>
>>       |          ^~~~~~~~
>> compilation terminated.
>> error: in phase 'build': uncaught exception:
>> %exception #<&invoke-error program: "rake" arguments: ("-j" "4")
>> exit-status: 1 term-signal: #f stop-signal: #f>
>> phase `build' failed after 47.3 seconds
>> command "rake" "-j" "4" failed with status 1
>> builder for
>> `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
>> with exit code 1
>> build of
>> /gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv failed
>> View build log at
>> '/var/log/guix/drvs/n4/jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv.gz'.
>> guix build: error: build of
>> `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
>> ------
>>
>> One can check full list of packages that depend on utfcpp like this:
>>
>> ------
>> $ guix refresh --list-dependent utfcpp
>> Building the following 6 packages would ensure 8 dependent packages are
>> rebuilt: emacs-flycheck-ledger <at> 0.5 emacs-ledger-mode <at> 4.0.0
>> warzone2100 <at> 4.0.1 osmium-tool <at> 1.14.0 osm2pgsql <at> 1.5.1 mkvtoolnix <at> 52.0.0
>> ------
>>
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sat, 02 Apr 2022 22:45:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 54630 <at> debbugs.gnu.org
Subject: Re: [PATCH] utfcpp v3.2.1
Date: Sun, 03 Apr 2022 00:44:41 +0200
Anadon,

As begun in #guix: I've applied the patch (with a few modifications) and 
will build all dependents overnight.

I've changed utfcpp-2 to inherit from utfcpp and removed the indirection 
(via the unused utfcpp-3) of the latter.

Whilst Guix tolerates to the point of accepting pseudonyms in copyright 
statements, yours seems rather… redundant?  Is there a compelling reason 
not to use the name in your e-mail address?  Is it also a pseudonym?

Kind regards,

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.




Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sat, 09 Apr 2022 00:34:01 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Fri, 8 Apr 2022 20:33:29 -0400
[Message part 1 (text/plain, inline)]
Bump

On Fri, Apr 1, 2022 at 11:56 PM Anadon <joshua.r.marshall.1991 <at> gmail.com>
wrote:

> Can I get an update?
>
> On Wed, Mar 30, 2022, 23:43 Anadon <joshua.r.marshall.1991 <at> gmail.com>
> wrote:
>
>> Updated, should be closer.
>>
>> On Tue, Mar 29, 2022 at 6:10 PM Leo Famulari <leo <at> famulari.name> wrote:
>>
>>> On Tue, Mar 29, 2022 at 05:48:47PM -0400, Anadon wrote:
>>> >  (define-public utfcpp
>>> >    (package
>>> >      (name "utfcpp")
>>> > -    (version "2.3.5")
>>> > +    (version "3.2.1")
>>>
>>> Thanks!
>>>
>>> I turned it into a Git commit (attached as a patch) and built utfcpp
>>> 3.2.1
>>> successfully.
>>>
>>> I noticed that at least one of the handful of packages that depend on
>>> utfcpp, mkvtoolnix, doesn't build with this update:
>>>
>>> ------
>>> [...]
>>> starting phase `build'
>>>             CC lib/librmff/rmff.c
>>>            CXX src/mpegparser/MPEGVideoBuffer.cpp
>>>            CXX src/common/xml/xml.cpp
>>>             CC lib/librmff/mb_file_io.c
>>>             AR lib/librmff/librmff.a
>>>         RANLIB lib/librmff/librmff.a
>>>            CXX lib/avilib-0.6.10/xio.cpp
>>>            CXX src/mpegparser/M2VParser.cpp
>>>             CC lib/avilib-0.6.10/avimisc.c
>>>             CC lib/avilib-0.6.10/avilib.c
>>>             AR lib/avilib-0.6.10/libavi.a
>>>         RANLIB lib/avilib-0.6.10/libavi.a
>>>            CXX src/common/xml/ebml_tags_converter.cpp
>>>            CXX src/mpegparser/CircBuffer.cpp
>>>            CXX src/common/xml/ebml_segmentinfo_converter.cpp
>>>             AR src/mpegparser/libmpegparser.a
>>>         RANLIB src/mpegparser/libmpegparser.a
>>>            CXX src/common/xml/ebml_converter.cpp
>>>            CXX src/common/xml/ebml_chapters_converter.cpp
>>>            CXX src/common/tags/vorbis.cpp
>>>            CXX src/common/tags/tags.cpp
>>>            CXX src/common/strings/utf8.cpp
>>> src/common/strings/utf8.cpp:21:10: fatal error: utf8.h: No such file or
>>> directory
>>>    21 | #include <utf8.h>
>>>       |          ^~~~~~~~
>>> compilation terminated.
>>> error: in phase 'build': uncaught exception:
>>> %exception #<&invoke-error program: "rake" arguments: ("-j" "4")
>>> exit-status: 1 term-signal: #f stop-signal: #f>
>>> phase `build' failed after 47.3 seconds
>>> command "rake" "-j" "4" failed with status 1
>>> builder for
>>> `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
>>> with exit code 1
>>> build of
>>> /gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv failed
>>> View build log at
>>> '/var/log/guix/drvs/n4/jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv.gz'.
>>> guix build: error: build of
>>> `/gnu/store/n4jp4915g90c0f89njnlljhfd75k5y0g-mkvtoolnix-52.0.0.drv' failed
>>> ------
>>>
>>> One can check full list of packages that depend on utfcpp like this:
>>>
>>> ------
>>> $ guix refresh --list-dependent utfcpp
>>> Building the following 6 packages would ensure 8 dependent packages are
>>> rebuilt: emacs-flycheck-ledger <at> 0.5 emacs-ledger-mode <at> 4.0.0
>>> warzone2100 <at> 4.0.1 osmium-tool <at> 1.14.0 osm2pgsql <at> 1.5.1 mkvtoolnix <at> 52.0.0
>>> ------
>>>
>>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 10 Apr 2022 18:19:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Sun, 10 Apr 2022 14:18:02 -0400
On Fri, Apr 08, 2022 at 08:33:29PM -0400, Anadon wrote:
> Bump

We are waiting for you to tell us, after applying this update, do all
the dependent packages still work?

You could also answer Tobias's question about naming, although remember
that you are free to use any name you choose.




Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 10 Apr 2022 18:58:01 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Sun, 10 Apr 2022 14:56:59 -0400
[Message part 1 (text/plain, inline)]
All dependant packages work based off their unit tests.  I believe this is
in line with expectations; I may be mistaken.

I didn't get any notification that Tobias said anything, sorry about that.
I often change between birth name and what I've chosen.  At this point,
I'll just goes with what gives me the least resistance.  I can update the
patch when I'm next at a computer.

On Sun, Apr 10, 2022, 14:18 Leo Famulari <leo <at> famulari.name> wrote:

> On Fri, Apr 08, 2022 at 08:33:29PM -0400, Anadon wrote:
> > Bump
>
> We are waiting for you to tell us, after applying this update, do all
> the dependent packages still work?
>
> You could also answer Tobias's question about naming, although remember
> that you are free to use any name you choose.
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 10 Apr 2022 20:42:01 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: guix-patches <at> gnu.org, Anadon <joshua.r.marshall.1991 <at> gmail.com>,
 Leo Famulari <leo <at> famulari.name>
Cc: 54630 <at> debbugs.gnu.org
Subject: Re: [bug#54630] [PATCH] utfcpp v3.2.1
Date: Sun, 10 Apr 2022 20:41:02 +0000
On 10 April 2022 18:56:59 UTC, Anadon <joshua.r.marshall.1991 <at> gmail.com> wrote:
>I didn't get any notification that Tobias said anything, sorry about that.

Thanks for letting me know.  Nothing in spam etc.?    I'll check my logs.

If it's all the same to you I prefer using your real-sounding name for copyright purposes, since the 'pseudonym' doesn't seem to be doing any useful work there.



Kind regards,

T G-R

Sent on the go.  Excuse or enjoy my brevity.




Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 10 Apr 2022 20:42:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 22 May 2022 04:24:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: joshua.r.marshall.1991 <at> gmail.com,
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 54630 <at> debbugs.gnu.org,
 leo <at> famulari.name
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sun, 22 May 2022 00:23:51 -0400
Hi Anadon,

Tobias Geerinckx-Rice <me <at> tobias.gr> writes:

> On 10 April 2022 18:56:59 UTC, Anadon <joshua.r.marshall.1991 <at> gmail.com> wrote:
>>I didn't get any notification that Tobias said anything, sorry about that.
>
> Thanks for letting me know.  Nothing in spam etc.?    I'll check my logs.
>
> If it's all the same to you I prefer using your real-sounding name for copyright purposes, since the 'pseudonym' doesn't seem to be doing any useful work there.

Gentle ping :-)

Thanks,

Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 22 May 2022 04:32:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 22 May 2022 14:48:02 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 54630 <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sun, 22 May 2022 10:46:45 -0400
[Message part 1 (text/plain, inline)]
Home ownership is distracting, that's for sure.  I'll get back on it.

On Sun, May 22, 2022, 00:23 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
wrote:

> Hi Anadon,
>
> Tobias Geerinckx-Rice <me <at> tobias.gr> writes:
>
> > On 10 April 2022 18:56:59 UTC, Anadon <joshua.r.marshall.1991 <at> gmail.com>
> wrote:
> >>I didn't get any notification that Tobias said anything, sorry about
> that.
> >
> > Thanks for letting me know.  Nothing in spam etc.?    I'll check my logs.
> >
> > If it's all the same to you I prefer using your real-sounding name for
> copyright purposes, since the 'pseudonym' doesn't seem to be doing any
> useful work there.
>
> Gentle ping :-)
>
> Thanks,
>
> Maxim
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 22 May 2022 15:10:01 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Cc: 54630 <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sun, 22 May 2022 17:09:02 +0200
[Message part 1 (text/plain, inline)]
Anadon 写道:
> Home ownership is distracting, that's for sure.  I'll get back 
> on it.

I think the only remaining question was that of foregoing ‘Anadon’ 
in favour of the name in your e-mail address, assuming that's more 
real.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 22 May 2022 17:42:01 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 54630 <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sun, 22 May 2022 13:41:31 -0400
[Message part 1 (text/plain, inline)]
There was also the matter of changing v2 to inherit and modify from the new
v3 and skip the mapping of utfcpp name to the utfcppv3 package.

On Sun, May 22, 2022, 11:09 Tobias Geerinckx-Rice <me <at> tobias.gr> wrote:

> Anadon 写道:
> > Home ownership is distracting, that's for sure.  I'll get back
> > on it.
>
> I think the only remaining question was that of foregoing ‘Anadon’
> in favour of the name in your e-mail address, assuming that's more
> real.
>
> Kind regards,
>
> T G-R
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Fri, 27 May 2022 03:20:02 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: 54630 <at> debbugs.gnu.org
Cc: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Subject: [PATCH] Updating to add utfcpp as a seperate version and to update
 mkvtoolnix and warzone2100 to use the old version since they need behavior
 from version 2 and not version 3.
Date: Thu, 26 May 2022 23:03:50 -0400
---
 gnu/packages/games.scm     |  2 +-
 gnu/packages/textutils.scm | 30 ++++++++++++++++++++++++------
 gnu/packages/video.scm     |  2 +-
 3 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8cc29b3487..1c01a41ed6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5131,7 +5131,7 @@ (define-public warzone2100
               ("openssl" ,openssl)
               ("sdl2" ,sdl2)
               ("sqlite" ,sqlite)
-              ("utfcpp" ,utfcpp)))
+              ("utfcpp" ,utfcpp-2)))
     (home-page "https://wz2100.net")
     (synopsis "3D Real-time strategy and real-time tactics game")
     (description
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index cbc657172d..484884160d 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
+;;; Copyright © 2021 Josh Marshall <joshua.r.marshall.1991 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -668,6 +669,28 @@ (define-public catdoc
 
 (define-public utfcpp
   (package
+    (name "utfcpp")
+    (version "3.2.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nemtrif/utfcpp")
+                    (commit (string-append "v" version))
+                    (recursive? #t)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0gsbwif97i025bxgyax4fbf6v9z44zrca4s6wwd8x36ac8qzjppf"))))
+    (build-system cmake-build-system)
+    (home-page "https://github.com/nemtrif/utfcpp")
+    (synopsis "Portable C++ library for handling UTF-8")
+    (description "UTF8-CPP is a C++ library for handling UTF-8 encoded text
+in a portable way.")
+    (license license:boost1.0)))
+
+(define-public utfcpp-2
+  (package
+    (inherit utfcpp)
     (name "utfcpp")
     (version "2.3.5")
     (source (origin
@@ -691,12 +714,7 @@ (define-public utfcpp
                     (doc (string-append out "/share/doc/" ,name)))
                (copy-recursively "source" include)
                (install-file "README.md" doc)
-               #t))))))
-    (home-page "https://github.com/nemtrif/utfcpp")
-    (synopsis "Portable C++ library for handling UTF-8")
-    (description "UTF8-CPP is a C++ library for handling UTF-8 encoded text
-in a portable way.")
-    (license license:boost1.0)))
+               #t))))))))
 
 (define-public dbacl
   (package
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc05c0a222..da383192bc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -991,7 +991,7 @@ (define-public mkvtoolnix
            pugixml
            qtbase-5
            qtmultimedia
-           utfcpp
+           utfcpp-2
            zlib))
     (native-inputs
      `(("docbook-xsl" ,docbook-xsl)
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Fri, 27 May 2022 03:38:01 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: 54630 <at> debbugs.gnu.org
Cc: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Subject: [PATCH] Updating to add utfcpp as a seperate version and to update
 mkvtoolnix and warzone2100 to use the old version since they need behavior
 from version 2 and not version 3.
Date: Thu, 26 May 2022 23:37:42 -0400
---
 gnu/packages/games.scm     |  2 +-
 gnu/packages/textutils.scm | 30 ++++++++++++++++++++++++------
 gnu/packages/video.scm     |  2 +-
 3 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8cc29b3487..1c01a41ed6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5131,7 +5131,7 @@ (define-public warzone2100
               ("openssl" ,openssl)
               ("sdl2" ,sdl2)
               ("sqlite" ,sqlite)
-              ("utfcpp" ,utfcpp)))
+              ("utfcpp" ,utfcpp-2)))
     (home-page "https://wz2100.net")
     (synopsis "3D Real-time strategy and real-time tactics game")
     (description
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index cbc657172d..484884160d 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
+;;; Copyright © 2021 Josh Marshall <joshua.r.marshall.1991 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -668,6 +669,28 @@ (define-public catdoc
 
 (define-public utfcpp
   (package
+    (name "utfcpp")
+    (version "3.2.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nemtrif/utfcpp")
+                    (commit (string-append "v" version))
+                    (recursive? #t)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0gsbwif97i025bxgyax4fbf6v9z44zrca4s6wwd8x36ac8qzjppf"))))
+    (build-system cmake-build-system)
+    (home-page "https://github.com/nemtrif/utfcpp")
+    (synopsis "Portable C++ library for handling UTF-8")
+    (description "UTF8-CPP is a C++ library for handling UTF-8 encoded text
+in a portable way.")
+    (license license:boost1.0)))
+
+(define-public utfcpp-2
+  (package
+    (inherit utfcpp)
     (name "utfcpp")
     (version "2.3.5")
     (source (origin
@@ -691,12 +714,7 @@ (define-public utfcpp
                     (doc (string-append out "/share/doc/" ,name)))
                (copy-recursively "source" include)
                (install-file "README.md" doc)
-               #t))))))
-    (home-page "https://github.com/nemtrif/utfcpp")
-    (synopsis "Portable C++ library for handling UTF-8")
-    (description "UTF8-CPP is a C++ library for handling UTF-8 encoded text
-in a portable way.")
-    (license license:boost1.0)))
+               #t))))))))
 
 (define-public dbacl
   (package
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc05c0a222..da383192bc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -991,7 +991,7 @@ (define-public mkvtoolnix
            pugixml
            qtbase-5
            qtmultimedia
-           utfcpp
+           utfcpp-2
            zlib))
     (native-inputs
      `(("docbook-xsl" ,docbook-xsl)
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Fri, 27 May 2022 06:52:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>, 54630 <at> debbugs.gnu.org
Subject: Re: [PATCH] Updating to add utfcpp as a seperate version and to
 update mkvtoolnix and warzone2100 to use the old version since they need
 behavior from version 2 and not version 3.
Date: Fri, 27 May 2022 08:51:29 +0200
Hi,

Am Donnerstag, dem 26.05.2022 um 23:03 -0400 schrieb Anadon:
> ---
We don't do light novel title commit messages.  Use a short summary,
e.g. "gnu: textutils: Update to 3.2.1", followed by an empty line
followed by a ChangeLog.

>  gnu/packages/games.scm     |  2 +-
>  gnu/packages/textutils.scm | 30 ++++++++++++++++++++++++------
>  gnu/packages/video.scm     |  2 +-
>  3 files changed, 26 insertions(+), 8 deletions(-)
> 
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 8cc29b3487..1c01a41ed6 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -5131,7 +5131,7 @@ (define-public warzone2100
>                ("openssl" ,openssl)
>                ("sdl2" ,sdl2)
>                ("sqlite" ,sqlite)
> -              ("utfcpp" ,utfcpp)))
> +              ("utfcpp" ,utfcpp-2)))
utfcpp installs its headers in a different location.  Chances are you
only need to patch warzone2100 to look them up.

>      (home-page "https://wz2100.net")
>      (synopsis "3D Real-time strategy and real-time tactics game")
>      (description
> diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
> index cbc657172d..484884160d 100644
> --- a/gnu/packages/textutils.scm
> +++ b/gnu/packages/textutils.scm
> @@ -24,6 +24,7 @@
>  ;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
>  ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
>  ;;; Copyright © 2021 Bonface Munyoki Kilyungi
> <me <at> bonfacemunyoki.com>
> +;;; Copyright © 2021 Josh Marshall
> <joshua.r.marshall.1991 <at> gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -668,6 +669,28 @@ (define-public catdoc
>  
>  (define-public utfcpp
>    (package
> +    (name "utfcpp")
> +    (version "3.2.1")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/nemtrif/utfcpp")
> +                    (commit (string-append "v" version))
> +                    (recursive? #t)))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +               
> "0gsbwif97i025bxgyax4fbf6v9z44zrca4s6wwd8x36ac8qzjppf"))))
> +    (build-system cmake-build-system)
> +    (home-page "https://github.com/nemtrif/utfcpp")
> +    (synopsis "Portable C++ library for handling UTF-8")
> +    (description "UTF8-CPP is a C++ library for handling UTF-8
> encoded text
> +in a portable way.")
> +    (license license:boost1.0)))
> +
> +(define-public utfcpp-2
> +  (package
> +    (inherit utfcpp)
>      (name "utfcpp")
>      (version "2.3.5")
>      (source (origin
> @@ -691,12 +714,7 @@ (define-public utfcpp
>                      (doc (string-append out "/share/doc/" ,name)))
>                 (copy-recursively "source" include)
>                 (install-file "README.md" doc)
> -               #t))))))
> -    (home-page "https://github.com/nemtrif/utfcpp")
> -    (synopsis "Portable C++ library for handling UTF-8")
> -    (description "UTF8-CPP is a C++ library for handling UTF-8
> encoded text
> -in a portable way.")
> -    (license license:boost1.0)))
> +               #t))))))))
>  
>  (define-public dbacl
>    (package
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index dc05c0a222..da383192bc 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -991,7 +991,7 @@ (define-public mkvtoolnix
>             pugixml
>             qtbase-5
>             qtmultimedia
> -           utfcpp
> +           utfcpp-2
Likewise.


Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 29 May 2022 17:51:01 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: liliana.prikler <at> gmail.com
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 54630 <at> debbugs.gnu.org,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sun, 29 May 2022 13:50:20 -0400
[Message part 1 (text/plain, inline)]
I don't think messing with Warzone2100 or mkvtoolnix is the best idea.
Looking at Warzone2100, it handles pulling a specific version of utfcpp via
git submodules so I'm guessing it was packaged incorrectly in the first
place.  This is also exactly the same case for mkvtoolnix.  IMO, changing
those packages is out of scope, and they should have been packaged
differently in the first place to conform to their authors' expectations.

On Sun, May 22, 2022 at 1:41 PM Anadon <joshua.r.marshall.1991 <at> gmail.com>
wrote:

> There was also the matter of changing v2 to inherit and modify from the
> new v3 and skip the mapping of utfcpp name to the utfcppv3 package.
>
> On Sun, May 22, 2022, 11:09 Tobias Geerinckx-Rice <me <at> tobias.gr> wrote:
>
>> Anadon 写道:
>> > Home ownership is distracting, that's for sure.  I'll get back
>> > on it.
>>
>> I think the only remaining question was that of foregoing ‘Anadon’
>> in favour of the name in your e-mail address, assuming that's more
>> real.
>>
>> Kind regards,
>>
>> T G-R
>>
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sun, 29 May 2022 18:22:01 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 54630 <at> debbugs.gnu.org,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sun, 29 May 2022 20:20:52 +0200
Am Sonntag, dem 29.05.2022 um 13:50 -0400 schrieb Anadon:
> I don't think messing with Warzone2100 or mkvtoolnix is the best
> idea.  Looking at Warzone2100, it handles pulling a specific version
> of utfcpp via git submodules so I'm guessing it was packaged
> incorrectly in the first place.  This is also exactly the same case
> for mkvtoolnix.  IMO, changing those packages is out of scope, and
> they should have been packaged differently in the first place to
> conform to their authors' expectations.
I don't think either package is incorrect as-is.  Unbundling is a
feature, not a bug.




Information forwarded to guix-patches <at> gnu.org:
bug#54630; Package guix-patches. (Sat, 04 Jun 2022 17:39:02 GMT) Full text and rfc822 format available.

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

From: Anadon <joshua.r.marshall.1991 <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, 54630 <at> debbugs.gnu.org,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Sat, 4 Jun 2022 13:37:55 -0400
[Message part 1 (text/plain, inline)]
I have to pull the change.  I can't justify the time modifying other
packages.

On Sun, May 29, 2022 at 2:20 PM Liliana Marie Prikler <
liliana.prikler <at> gmail.com> wrote:

> Am Sonntag, dem 29.05.2022 um 13:50 -0400 schrieb Anadon:
> > I don't think messing with Warzone2100 or mkvtoolnix is the best
> > idea.  Looking at Warzone2100, it handles pulling a specific version
> > of utfcpp via git submodules so I'm guessing it was packaged
> > incorrectly in the first place.  This is also exactly the same case
> > for mkvtoolnix.  IMO, changing those packages is out of scope, and
> > they should have been packaged differently in the first place to
> > conform to their authors' expectations.
> I don't think either package is incorrect as-is.  Unbundling is a
> feature, not a bug.
>
[Message part 2 (text/html, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 06 Jun 2022 14:07:02 GMT) Full text and rfc822 format available.

Notification sent to Anadon <joshua.r.marshall.1991 <at> gmail.com>:
bug acknowledged by developer. (Mon, 06 Jun 2022 14:07:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, Leo Famulari <leo <at> famulari.name>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 54630-done <at> debbugs.gnu.org
Subject: Re: bug#54630: [PATCH] utfcpp v3.2.1
Date: Mon, 06 Jun 2022 10:06:34 -0400
Hi Anadon,

Anadon <joshua.r.marshall.1991 <at> gmail.com> writes:

> I have to pull the change.  I can't justify the time modifying other
> packages.

OK, thanks for letting us know.

I'm closing the patch, but whoever is motivated looking into it is
welcome to do so!

Maxim




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

This bug report was last modified 1 year and 290 days ago.

Previous Next


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