GNU bug report logs - #27298
fossil 2.2

Previous Next

Package: guix-patches;

Reported by: ng0 <ng0 <at> pragmatique.xyz>

Date: Fri, 9 Jun 2017 15:55:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 27298 in the body.
You can then email your comments to 27298 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#27298; Package guix-patches. (Fri, 09 Jun 2017 15:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ng0 <ng0 <at> pragmatique.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 09 Jun 2017 15:55:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> pragmatique.xyz>
To: guix-patches <at> gnu.org
Subject: fossil 2.2
Date: Fri, 9 Jun 2017 15:54:00 +0000
[Message part 1 (text/plain, inline)]
The appended patch updates fossil to 2.2.

I am not a fossil user, the test suite is
either correct or weird.

2.1 failed its testsuite, so I skipped it when
it was released.

It installs correctly, and test suite doesn't
fail, but this is the output of it:

test symlinks-dir-16 FAILED!
RESULT: symdirA/f1.txt
project-name: <unnamed>
repository:   /tmp/guix-build-fossil-2.2.drv-0/repo_1004/1497023253_42/symlinks.test/.rep.fossil
local-root:   /tmp/guix-build-fossil-2.2.drv-0/repo_1004/1497023253_42/symlinks.test/
config-db:    /tmp/guix-build-fossil-2.2.drv-0/home_1004/.fossil
project-code: b9d301d25ddc945d2d7cd9e20bac7e015becaddc
checkout:     793c7c81883dc93276a4e96bb4327bc83b85e780 2017-06-09 15:47:33 UTC
parent:       f5ba41d443e536ae23a4ca351d22ca33f13c8391 2017-06-09 15:47:33 UTC
tags:         trunk
comment:      c1 (user: guix)
check-ins:    2
Fossil was not compiled with TH1 docs support.
Fossil was not compiled with TH1 hooks support.
Fossil was not compiled with Tcl support.
test th1-checkout-1 FAILED!
RESULT:
test th1-checkout-2 FAILED!
RESULT:
test th1-header-2 FAILED!
RESULT: TH_ERROR: repository unavailable
test th1-artifact-3 FAILED!
RESULT: TH_ERROR: repository unavailable
test th1-artifact-7 FAILED!
RESULT: TH_ERROR: repository unavailable
test th1-globalState-1 FAILED!
RESULT:
test th1-globalState-8 FAILED!
RESULT:
test th1-encode64-3 FAILED!
RESULT: TH_ERROR: repository unavailable
The "sha1" package is not available.
***** Final results: 15 errors out of 34838 tests
***** Considered failures: pre-commit-warnings-fossil-1 test-framework-set-manifest symlinks-dir-6 symlinks-dir-11 symlinks-dir-12 symlinks-dir-13 symlinks-dir-16 th1-checkout-1 th1-checkout-2 th1-header-2 th1-artifact-3 th1-artifact-7 th1-globalState-1 th1-globalState-8 th1-encode64-3
***** Ignored results: 5 ignored errors out of 34838 tests
***** Ignored failures: merge5-sqlite3-issue stash-1-diff stash-WY-1-CODE stash-3-2 stash-3-2-show-1
phase `check' succeeded after 147.7 seconds
starting phase `install'



-- 
ng0
OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
[0001-gnu-fossil-Update-to-2.2.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27298; Package guix-patches. (Fri, 09 Jun 2017 16:04:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> pragmatique.xyz>
To: guix-patches <at> gnu.org
Subject: Re: bug#27298: fossil 2.2
Date: Fri, 9 Jun 2017 16:03:00 +0000
[Message part 1 (text/plain, inline)]
I just realized I've sent a version with comments in it.
Canb someone
ng0 transcribed 5.4K bytes:
> The appended patch updates fossil to 2.2.
> 

> From c7f91d765a43e9e9c08573bc4b018657ae725b35 Mon Sep 17 00:00:00 2001
> From: ng0 <contact.ng0 <at> cryptolab.net>
> Date: Fri, 3 Mar 2017 13:25:53 +0000
> Subject: [PATCH] gnu: fossil: Update to 2.2.
> 
> * gnu/packages/version-control.scm (fossil): Update to 2.2.
> ---
>  gnu/packages/version-control.scm | 17 +++++++++++------
>  1 file changed, 11 insertions(+), 6 deletions(-)
> 
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index cd2576c51..5e3d78aec 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -1281,16 +1281,21 @@ repository\" with git-annex.")
>  (define-public fossil
>    (package
>      (name "fossil")
> -    (version "1.35")
> +    (version "2.2")
>      (source
>       (origin
>         (method url-fetch)
> -       (uri (string-append
> -             "https://www.fossil-scm.org/index.html/uv/download/"
> -             "fossil-src-" version ".tar.gz"))
> +       ;; Older downloads are moved to another URL.
> +       (uri (list
> +             (string-append
> +              "https://www.fossil-scm.org/index.html/uv/download/"
> +              "fossil-src-" version ".tar.gz")
> +             (string-append
> +              "https://www.fossil-scm.org/index.html/uv/"
> +              "fossil-src-" version ".tar.gz")))
>         (sha256
>          (base32
> -         "07ds6rhq69bhydpm9a01mgdhxf88p9b6y5hdnhn8gjc7ba92zyf1"))))
> +         "0wfgacfg29dkl0c3l1rp5ji0kraa64gcbg5lh8p4m7mqdqcq53wv"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("tcl" ,tcl)                     ;for configuration only
> @@ -1321,7 +1326,7 @@ repository\" with git-annex.")
>                        (setenv "TZ" "UTC")
>                        ;; Fixing the th1 test would require many backports, so
>                        ;; just disable for now.
> -                      (delete-file "test/th1.test")
> +                      ;; (delete-file "test/th1.test")

Can the person applying this patch delete this line instead of the commenting it?
Thanks!

>                        #t)))))
>      (home-page "https://fossil-scm.org")
>      (synopsis "Software configuration management system")
> -- 
> 2.13.0
> 




-- 
ng0
OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 27298 <at> debbugs.gnu.org and ng0 <ng0 <at> pragmatique.xyz> Request was from Efraim Flashner <efraim <at> flashner.co.il> to control <at> debbugs.gnu.org. (Wed, 16 Aug 2017 18:42:01 GMT) Full text and rfc822 format available.

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

This bug report was last modified 6 years and 237 days ago.

Previous Next


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