GNU bug report logs - #54700
[PATCH] gnu: strawberry: Update to 1.0.3.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Sun, 3 Apr 2022 20:22:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.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 54700 in the body.
You can then email your comments to 54700 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#54700; Package guix-patches. (Sun, 03 Apr 2022 20:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 03 Apr 2022 20:22:01 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: strawberry: Update to 1.0.3.
Date: Sun,  3 Apr 2022 22:21:31 +0200
* gnu/packages/music.scm (strawberry): Update to 1.0.3.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3e3829cefe..89d64957c8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -470,7 +470,7 @@ (define-public clementine
 (define-public strawberry
   (package
     (name "strawberry")
-    (version "1.0.1")
+    (version "1.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -479,7 +479,7 @@ (define-public strawberry
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "077dlj0kjcrj4g1h4w8finzykizaar67ik6yng6c8zjp2i5bam1j"))
+                "14fr2bm51k4n5byc9pwh3ba6v15s9jmqxigl1y9h00l7cvmfpbn1"))
               (modules '((guix build utils)
                          (ice-9 regex)))
               (snippet
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54700; Package guix-patches. (Tue, 05 Apr 2022 04:48:01 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: mike <at> rohleder.de, guix-patches <at> gnu.org
Subject: [bug#54700] [PATCH] gnu: strawberry: Update to 1.0.3.
Date: Tue, 5 Apr 2022 14:47:19 +1000
It does not compile for me.


In file included from 
/tmp/guix-build-strawberry-1.0.3.drv-0/source/src/core/mergedproxymodel.cpp:40:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp: 
In member function 
‘boost::multi_index::detail::hashed_index<KeyFromValue, Hash, Pred, 
SuperMeta, TagList, Category>::iterator 
boost::multi_index::detail::hashed_index<KeyFromValue, Hash, Pred, 
SuperMeta, TagList, Category>::find(const CompatibleKey&, const 
CompatibleHash&, const CompatiblePred&) const’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:542:17: 
error: ‘promotes_1st_arg’ was not declared in this scope
  542 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
      |                 ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:542:48: 
error: expected primary-expression before ‘,’ token
  542 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
      |                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:542:62: 
error: expected primary-expression before ‘,’ token
  542 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
|                                                              ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:542:71: 
error: expected primary-expression before ‘>’ token
  542 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:542:73: 
error: expected primary-expression before ‘)’ token
  542 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp: 
In member function 
‘boost::multi_index::detail::hashed_index<KeyFromValue, Hash, Pred, 
SuperMeta, TagList, Category>::size_type 
boost::multi_index::detail::hashed_index<KeyFromValue, Hash, Pred, 
SuperMeta, TagList, Category>::count(const CompatibleKey&, const 
CompatibleHash&, const CompatiblePred&) const’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:559:17: 
error: ‘promotes_1st_arg’ was not declared in this scope
  559 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
      |                 ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:559:48: 
error: expected primary-expression before ‘,’ token
  559 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
      |                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:559:62: 
error: expected primary-expression before ‘,’ token
  559 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
|                                                              ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:559:71: 
error: expected primary-expression before ‘>’ token
  559 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:559:73: 
error: expected primary-expression before ‘)’ token
  559 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp: 
In member function 
‘std::pair<boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<typename 
SuperMeta::type::index_node_type>, 
boost::multi_index::detail::bucket_array<typename 
SuperMeta::type::final_allocator_type>, Category, 
boost::multi_index::detail::hashed_index_global_iterator_tag>, 
boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<typename 
SuperMeta::type::index_node_type>, 
boost::multi_index::detail::bucket_array<typename 
SuperMeta::type::final_allocator_type>, Category, 
boost::multi_index::detail::hashed_index_global_iterator_tag> > 
boost::multi_index::detail::hashed_index<KeyFromValue, Hash, Pred, 
SuperMeta, TagList, Category>::equal_range(const CompatibleKey&, const 
CompatibleHash&, const CompatiblePred&) const’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:576:17: 
error: ‘promotes_1st_arg’ was not declared in this scope
  576 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
      |                 ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:576:48: 
error: expected primary-expression before ‘,’ token
  576 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
      |                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:576:62: 
error: expected primary-expression before ‘,’ token
  576 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
|                                                              ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:576:71: 
error: expected primary-expression before ‘>’ token
  576 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/hashed_index.hpp:576:73: 
error: expected primary-expression before ‘)’ token
  576 | 
k,hash,eq,promotes_1st_arg<CompatiblePred,CompatibleKey,key_type>());
| ^
In file included from 
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_impl.hpp:65,
                 from 
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/ordered_index.hpp:17,
                 from 
/tmp/guix-build-strawberry-1.0.3.drv-0/source/src/core/mergedproxymodel.cpp:44:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp: 
In function ‘Node* boost::multi_index::detail::ordered_index_find(Node*, 
Node*, const KeyFromValue&, const CompatibleKey&, const 
CompatibleCompare&)’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:74:7: 
error: ‘promotes_1st_arg’ was not declared in this scope
   74 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>,
      |       ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:74:64: 
error: template argument 1 is invalid
   74 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>,
|                                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:75:7: 
error: ‘promotes_2nd_arg’ was not declared in this scope
   75 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
      |       ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:75:41: 
error: expected primary-expression before ‘,’ token
   75 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
      |                                         ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:75:50: 
error: expected primary-expression before ‘,’ token
   75 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
      |                                                  ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:75:64: 
error: expected primary-expression before ‘>’ token
   75 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
|                                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:75:66: 
error: expected primary-expression before ‘>’ token
   75 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:75:68: 
error: expected primary-expression before ‘)’ token
   75 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp: 
In function ‘Node* 
boost::multi_index::detail::ordered_index_lower_bound(Node*, Node*, 
const KeyFromValue&, const CompatibleKey&, const CompatibleCompare&)’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:123:5: 
error: ‘promotes_2nd_arg’ was not declared in this scope
  123 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey>());
      |     ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:123:39: 
error: expected primary-expression before ‘,’ token
  123 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey>());
      |                                       ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:123:48: 
error: expected primary-expression before ‘,’ token
  123 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey>());
      |                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:123:62: 
error: expected primary-expression before ‘>’ token
  123 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey>());
|                                                              ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:123:64: 
error: expected primary-expression before ‘)’ token
  123 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey>());
|                                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp: 
In function ‘Node* 
boost::multi_index::detail::ordered_index_upper_bound(Node*, Node*, 
const KeyFromValue&, const CompatibleKey&, const CompatibleCompare&)’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:169:5: 
error: ‘promotes_1st_arg’ was not declared in this scope
  169 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>());
      |     ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:169:39: 
error: expected primary-expression before ‘,’ token
  169 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>());
      |                                       ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:169:53: 
error: expected primary-expression before ‘,’ token
  169 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>());
      |                                                     ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:169:62: 
error: expected primary-expression before ‘>’ token
  169 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>());
|                                                              ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:169:64: 
error: expected primary-expression before ‘)’ token
  169 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>());
|                                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp: 
In function ‘std::pair<Node*, Node*> 
boost::multi_index::detail::ordered_index_equal_range(Node*, Node*, 
const KeyFromValue&, const CompatibleKey&, const CompatibleCompare&)’:
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:216:7: 
error: ‘promotes_1st_arg’ was not declared in this scope
  216 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>,
      |       ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:216:64: 
error: template argument 1 is invalid
  216 | promotes_1st_arg<CompatibleCompare,CompatibleKey,key_type>,
|                                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:217:7: 
error: ‘promotes_2nd_arg’ was not declared in this scope
  217 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
      |       ^~~~~~~~~~~~~~~~
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:217:41: 
error: expected primary-expression before ‘,’ token
  217 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
      |                                         ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:217:50: 
error: expected primary-expression before ‘,’ token
  217 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
      |                                                  ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:217:64: 
error: expected primary-expression before ‘>’ token
  217 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
|                                                                ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:217:66: 
error: expected primary-expression before ‘>’ token
  217 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());
| ^
/gnu/store/f5l9m0dspdjxspdrnvfs4p0rncdhyigf-boost-1.77.0/include/boost/multi_index/detail/ord_index_ops.hpp:217:68: 
error: expected primary-expression before ‘)’ token
  217 | promotes_2nd_arg<CompatibleCompare,key_type,CompatibleKey> >());





Information forwarded to guix-patches <at> gnu.org:
bug#54700; Package guix-patches. (Tue, 05 Apr 2022 17:14:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: Brendan Tildesley <mail <at> brendan.scot>
Cc: 54700 <at> debbugs.gnu.org
Subject: Re: [bug#54700] [PATCH] gnu: strawberry: Update to 1.0.3.
Date: Tue, 05 Apr 2022 19:12:24 +0200
[Message part 1 (text/plain, inline)]
Brendan Tildesley <mail <at> brendan.scot> writes:
> It does not compile for me.

Weird.  I just build (and run) it successfully (again):

[strawberry-103-build.log.bz2 (application/octet-stream, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#54700; Package guix-patches. (Fri, 08 Apr 2022 10:00:02 GMT) Full text and rfc822 format available.

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

From: Brendan Tildesley <mail <at> brendan.scot>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 54700 <at> debbugs.gnu.org
Subject: Re: [bug#54700] [PATCH] gnu: strawberry: Update to 1.0.3.
Date: Fri, 8 Apr 2022 19:59:39 +1000
On 6/4/22 03:12, Michael Rohleder wrote:
> Brendan Tildesley <mail <at> brendan.scot> writes:
>> It does not compile for me.
> Weird.  I just build (and run) it successfully (again):
>
It builds on my desktop but not laptop. not sure what is going on.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 09 Apr 2022 22:18:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Sat, 09 Apr 2022 22:18:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 54700-done <at> debbugs.gnu.org
Subject: Re: bug#54700: [PATCH] gnu: strawberry: Update to 1.0.3.
Date: Sun, 10 Apr 2022 00:17:14 +0200
Hi,

Michael Rohleder <mike <at> rohleder.de> skribis:

> * gnu/packages/music.scm (strawberry): Update to 1.0.3.

Applied.  It builds fine for me on top of
0996d48d0e79a360e0d5583b812cd565f62ca32e.

Thanks,
Ludo’.




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

This bug report was last modified 3 years and 46 days ago.

Previous Next


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