GNU bug report logs - #26219
[PATCH] gnu: ustr: Fix build with GCC 5.

Previous Next

Package: guix-patches;

Reported by: rennes <at> openmailbox.org

Date: Wed, 22 Mar 2017 21:05:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 26219 in the body.
You can then email your comments to 26219 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#26219; Package guix-patches. (Wed, 22 Mar 2017 21:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to rennes <at> openmailbox.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Mar 2017 21:05:02 GMT) Full text and rfc822 format available.

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

From: rennes <at> openmailbox.org
To: guix-patches <at> gnu.org
Cc: leo <at> famulari.name
Subject: [PATCH] gnu: ustr: Fix build with GCC 5.
Date: Wed, 22 Mar 2017 15:04:21 -0600
[Message part 1 (text/plain, inline)]
Hello,
This patch allows to compile the 'ustr' package with gcc-5.
The 'ustr' project hasn't been active since 2008, then I've taken the 
Debian project patch.

The patch is for core-updates branch!.
[0001-gnu-ustr-Fix-build-with-GCC-5.patch (text/x-diff, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#26219; Package guix-patches. (Wed, 22 Mar 2017 21:30:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: rennes <at> openmailbox.org
Cc: guix-patches <at> gnu.org
Subject: Re: [PATCH] gnu: ustr: Fix build with GCC 5.
Date: Wed, 22 Mar 2017 17:29:15 -0400
[Message part 1 (text/plain, inline)]
On Wed, Mar 22, 2017 at 03:04:21PM -0600, rennes <at> openmailbox.org wrote:
> Hello,
> This patch allows to compile the 'ustr' package with gcc-5.
> The 'ustr' project hasn't been active since 2008, then I've taken the Debian
> project patch.
> 
> The patch is for core-updates branch!.

> From 9d78ea64c037d2eea10d81093a3f8caae8d6d2e5 Mon Sep 17 00:00:00 2001
> From: rennes <rennes <at> openmailbox.org>
> Date: Wed, 22 Mar 2017 14:41:40 -0600
> Subject: [PATCH] gnu: ustr: Fix build with GCC 5.
> 
> * gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/textutils.scm (ustr)[source]: Add patch.

Thanks!

Do you have a link to the source of the patch? Is it from the Debian Git
repo, or maybe a mailing list?

https://anonscm.debian.org/cgit/users/zito-guest/pkg-ustr.git
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26219; Package guix-patches. (Thu, 23 Mar 2017 03:05:01 GMT) Full text and rfc822 format available.

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

From: rennes <at> openmailbox.org
To: Leo Famulari <leo <at> famulari.name>
Cc: guix-patches <at> gnu.org
Subject: Re: [PATCH] gnu: ustr: Fix build with GCC 5.
Date: Wed, 22 Mar 2017 21:03:54 -0600
[Message part 1 (text/plain, inline)]
Hello,
On 2017-03-22 15:29, Leo Famulari wrote:
> On Wed, Mar 22, 2017 at 03:04:21PM -0600, rennes <at> openmailbox.org wrote:
> 
> Do you have a link to the source of the patch? Is it from the Debian 
> Git
> repo, or maybe a mailing list?
> 
> https://anonscm.debian.org/cgit/users/zito-guest/pkg-ustr.git

The patch was adapted from Debian source repository:
https://anonscm.debian.org/cgit/users/zito-guest/pkg-ustr.git
with commit: fb2528fef188b4de51a27c4f688042c36d2d7a18
[0001-gnu-ustr-Fix-build-with-GCC-5.patch (text/x-diff, attachment)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Thu, 23 Mar 2017 18:41:01 GMT) Full text and rfc822 format available.

Notification sent to rennes <at> openmailbox.org:
bug acknowledged by developer. (Thu, 23 Mar 2017 18:41:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: rennes <at> openmailbox.org
Cc: 26219-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: ustr: Fix build with GCC 5.
Date: Thu, 23 Mar 2017 14:40:48 -0400
[Message part 1 (text/plain, inline)]
On Wed, Mar 22, 2017 at 09:03:54PM -0600, rennes <at> openmailbox.org wrote:
> Hello,
> On 2017-03-22 15:29, Leo Famulari wrote:
> > On Wed, Mar 22, 2017 at 03:04:21PM -0600, rennes <at> openmailbox.org wrote:
> > 
> > Do you have a link to the source of the patch? Is it from the Debian Git
> > repo, or maybe a mailing list?
> > 
> > https://anonscm.debian.org/cgit/users/zito-guest/pkg-ustr.git
> 
> The patch was adapted from Debian source repository:
> https://anonscm.debian.org/cgit/users/zito-guest/pkg-ustr.git
> with commit: fb2528fef188b4de51a27c4f688042c36d2d7a18

Thanks!

> From 433166ffd52b21a59742506c428d333fa60d998c Mon Sep 17 00:00:00 2001
> From: rennes <rennes <at> openmailbox.org>
> Date: Wed, 22 Mar 2017 20:35:44 -0600
> Subject: [PATCH] gnu: ustr: Fix build with GCC 5.
> 
> * gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> * gnu/packages/textutils.scm (ustr)[source]: Add patch.

Pushed as 7fdca77e007f0838ecd32b044827678f2b345ff0
[signature.asc (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, 21 Apr 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 113 days ago.

Previous Next


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