GNU bug report logs - #30289
[PATCH] gnu: doxygen: Update to 1.8.14.

Previous Next

Package: guix-patches;

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

Date: Tue, 30 Jan 2018 00:27:02 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 30289 in the body.
You can then email your comments to 30289 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#30289; Package guix-patches. (Tue, 30 Jan 2018 00:27: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. (Tue, 30 Jan 2018 00:27: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] gnu: doxygen: Update to 1.8.14.
Date: Tue, 30 Jan 2018 01:14:07 +0100
* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
---
 gnu/packages/documentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9c5ca74d7..0a470507c 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -114,14 +114,14 @@ markup) can be customized and extended by the user.")
 (define-public doxygen
   (package
     (name "doxygen")
-    (version "1.8.13")
+    (version "1.8.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
                                  name "-" version ".src.tar.gz"))
              (sha256
               (base32
-               "0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
+               "0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
              (patches (search-patches "doxygen-test.patch"))))
     (build-system cmake-build-system)
     (native-inputs




Information forwarded to guix-patches <at> gnu.org:
bug#30289; Package guix-patches. (Tue, 30 Jan 2018 04:16:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 30289 <at> debbugs.gnu.org
Subject: Re: [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
Date: Mon, 29 Jan 2018 23:14:56 -0500
[Message part 1 (text/plain, inline)]
On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.

Thanks! A lot of packages depend on doxygen so we'll need to do this on
the next core-updates cycle, or potentially on a staging cycle before
the next core-updates cycle.

Can you hold on to the patch and put it in the right place after the
current core-updates cycle?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#30289; Package guix-patches. (Tue, 30 Jan 2018 09:08:01 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 30289 <at> debbugs.gnu.org
Subject: Re: [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
Date: Tue, 30 Jan 2018 10:07:18 +0100
Hi Leo,

On Mon, 29 Jan 2018 23:14:56 -0500
Leo Famulari <leo <at> famulari.name> wrote:

> On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> > * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.  
> 
> Thanks! A lot of packages depend on doxygen so we'll need to do this on
> the next core-updates cycle, or potentially on a staging cycle before
> the next core-updates cycle.
> 
> Can you hold on to the patch and put it in the right place after the
> current core-updates cycle?

Sure.

For later reference, 1.8.13 has a crash bug

https://bugzilla.gnome.org/show_bug.cgi?id=776791




Information forwarded to guix-patches <at> gnu.org:
bug#30289; Package guix-patches. (Tue, 30 Jan 2018 21:40:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 30289 <at> debbugs.gnu.org
Subject: Re: [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
Date: Tue, 30 Jan 2018 16:39:26 -0500
[Message part 1 (text/plain, inline)]
On Tue, Jan 30, 2018 at 10:07:18AM +0100, Danny Milosavljevic wrote:
> Hi Leo,
> 
> On Mon, 29 Jan 2018 23:14:56 -0500
> Leo Famulari <leo <at> famulari.name> wrote:
> 
> > On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> > > * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.  
> > 
> > Thanks! A lot of packages depend on doxygen so we'll need to do this on
> > the next core-updates cycle, or potentially on a staging cycle before
> > the next core-updates cycle.
> > 
> > Can you hold on to the patch and put it in the right place after the
> > current core-updates cycle?
> 
> Sure.
> 
> For later reference, 1.8.13 has a crash bug
> 
> https://bugzilla.gnome.org/show_bug.cgi?id=776791

Hm... if we hit that bug, let's fix it. Until then, I think it's fine,
since doxygen is primarly run within the build chroot.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#30289; Package guix-patches. (Fri, 22 Jun 2018 19:55:01 GMT) Full text and rfc822 format available.

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

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 30289 <at> debbugs.gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: gnu: doxygen: Update to 1.8.14.
Date: Fri, 22 Jun 2018 21:53:52 +0200
[Message part 1 (text/plain, inline)]
It seems that core-updates is now open, I guess you can push this.
[Message part 2 (text/html, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 29 Aug 2018 21:08:02 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Wed, 29 Aug 2018 21:08:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
Cc: 30289-done <at> debbugs.gnu.org
Subject: Re: [bug#30289] gnu: doxygen: Update to 1.8.14.
Date: Wed, 29 Aug 2018 17:07:55 -0400
[Message part 1 (text/plain, inline)]
This was pushed as 0b5c2fc338ba0e37679afb9964700219b06498d8
[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. (Thu, 27 Sep 2018 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 213 days ago.

Previous Next


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