guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: Re: Patch file for colorize module


From: Sahitihi
Subject: Re: Fwd: Re: Patch file for colorize module
Date: Thu, 7 Jun 2018 02:50:46 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi Ricardo,

Patch file is attached with changes.

I modified guix/scripts/build.scm
        (parameterize ((current-build-output-port (if quiet?
                                                     (%make-void-port "w")
                                                      (current-error-port))))

to by REPLACING this to use colored output

       (parameterize ((current-build-output-port  colorful-build-output-port))


UI.scm had the necessary changes.


I am getting the following error when building a package

In ice-9/boot-9.scm:
    837:9  6 (catch _ _ #<procedure 7f6bc6a0c468 at guix/ui.scm:589?> ?)
    837:9  5 (catch _ _ #<procedure 7f6bc6a0c480 at guix/ui.scm:697?> ?)
In guix/scripts/build.scm:
   781:24  4 (_)
In guix/store.scm:
   936:15  3 (_ #<build-daemon 256.97 919e60> _ _)
   620:13  2 (process-stderr _ _)
In unknown file:
           1 (display "@ build-started /gnu/store/gxv20gis2i4xk8nmn?" ?)
           0 (display "@ build-started /gnu/store/gxv20gis2i4xk8nmn?" ?)

ERROR: In procedure display:
ERROR: In procedure display: Wrong type argument in position 2: #«parameter> 870600 proc: #<procedure 779340 at ice-9/boot-9.scm:1419:15 () | (x)»

Attachment: 0001-guix-Add-coloring-soft-port.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]