all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart <jgart@dismail.de>
To: Guix Help <help-guix@gnu.org>
Subject: tilix tilix tilix
Date: Sat, 26 Nov 2022 12:20:25 -0600	[thread overview]
Message-ID: <20221126122025.GB12220@dismail.de> (raw)

starting phase `check'
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TestText.d -ofdemos/gtkD/TestWindow/TestText.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TTextView.d -ofdemos/gtkD/TestWindow/TTextView.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TestDrawingArea.d -ofdemos/gtkD/TestWindow/TestDrawingArea.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TestTreeView.d -ofdemos/gtkD/TestWindow/TestTreeView.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TestScales.d -ofdemos/gtkD/TestWindow/TestScales.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TEditableCells.d -ofdemos/gtkD/TestWindow/TEditableCells.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TestAspectFrame.d -ofdemos/gtkD/TestWindow/TestAspectFrame.o
ldc2 -O -Igenerated/gtkd -Idemos/gtkD/TestWindow -c demos/gtkD/TestWindow/TestImage.d -ofdemos/gtkD/TestWindow/TestImage.o
demos/gtkD/TestWindow/TestAspectFrame.d(34): Error: import `TestAspectFrame.TestDrawingArea` is used as a type
make: *** [GNUmakefile:257: demos/gtkD/TestWindow/TestAspectFrame.o] Error 1
make: *** Waiting for unfinished jobs....

Test suite failed, dumping logs.
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("test" "-j" "4" "DC=ldc2" "prefix=/gnu/store/rq4gswaiq0yx3mk4zr03hi5hzxk00fji-gtkd-3.9.0" "libdir=/gnu/store/rq4gswaiq0yx3mk4zr03hi5hzxk00fji-gtkd-3.9.0/lib") exit-status: 2 term-signal: #f stop-signal: #f>
phase `check' failed after 8.1 seconds
command "make" "test" "-j" "4" "DC=ldc2" "prefix=/gnu/store/rq4gswaiq0yx3mk4zr03hi5hzxk00fji-gtkd-3.9.0" "libdir=/gnu/store/rq4gswaiq0yx3mk4zr03hi5hzxk00fji-gtkd-3.9.0/lib" failed with status 2
note: keeping build directory `/tmp/guix-build-gtkd-3.9.0.drv-0'
builder for `/gnu/store/3sxy95m74p3sijpfdrjla88mnllfzsbb-gtkd-3.9.0.drv' failed with exit code 1
build of /gnu/store/3sxy95m74p3sijpfdrjla88mnllfzsbb-gtkd-3.9.0.drv failed
View build log at '/var/log/guix/drvs/3s/xy95m74p3sijpfdrjla88mnllfzsbb-gtkd-3.9.0.drv.gz'.
cannot build derivation `/gnu/store/yis8nw1k9akhvwlbci9yzkva2g0cw190-tilix-1.9.5.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/yis8nw1k9akhvwlbci9yzkva2g0cw190-tilix-1.9.5.drv' failed

WDYT

(define-public tilix
  (package
    (name "tilix")
    (version "1.9.5")
    (source
      (origin
        (method git-fetch)
        (uri (git-reference
               (url "https://github.com/gnunn1/tilix")
               (commit version)))
        (file-name (git-file-name name version))
       (sha256
        (base32 "0sb1hypg2276y8c2a5vivrkcxp70swddvhnd9h273if3kv6j879r"))))
    (build-system meson-build-system)
    (arguments '(#:tests? #f #:configure-flags '("-Dbuildtype=debugoptimized")))
    (inputs
     (list dbus
           gettext-minimal
           dconf
           gsettings-desktop-schemas
           gtkd
           libsecret
           libunwind))
    (native-inputs
      (list desktop-file-utils
            ldc
            pkg-config
            python-wrapper
            appstream))
    (home-page "https://gnunn1.github.io/tilix-web/")
    (synopsis "Tiling terminal emulator following the Gnome Human Interface Guidelines")
    (description "Tilix is a tiling terminal emulator following the
Gnome Human Interface Guidelines.")
    (license license:mpl2.0)))



                 reply	other threads:[~2022-11-26 18:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221126122025.GB12220@dismail.de \
    --to=jgart@dismail.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.