From: Andreas Enge <andreas@enge.fr>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 15392@debbugs.gnu.org
Subject: bug#15392: xorg-server FTBFS
Date: Sat, 21 Sep 2013 19:23:52 +0200 [thread overview]
Message-ID: <20130921172352.GA18615@debian> (raw)
In-Reply-To: <87k3iglww4.fsf@gnu.org>
I tried the following patch, setting some xkb-related options for configuring
xorg-server:
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9a0e3e2..096ad54 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4279,10 +4279,23 @@ emulation to complete hardware acceleration for modern GPUs.")
("xf86dgaproto" ,xf86dgaproto)
("xf86driproto" ,xf86driproto)
("xf86vidmodeproto" ,xf86vidmodeproto)
-;; ("xkbutils" ,xkbutils)
-;; ("xkeyboard-config" ,xkeyboard-config)
+("setxkbmap" ,setxkbmap)
+("xkbcomp" ,xkbcomp)
+("xkbevd" ,xkbevd)
+("xkbutils" ,xkbutils)
+("xkeyboard-config" ,xkeyboard-config)
("xtrans" ,xtrans)
("zlib" ,zlib)))
+ (arguments
+ `(#:configure-flags
+ (list (string-append "--with-xkb-path="
+ (assoc-ref %build-inputs "xkeyboard-config")
+ "/share/X11/xkb")
+ (string-append "--with-xkb-output="
+ "/tmp")
+ (string-append "--with-xkb-bin-directory="
+ (assoc-ref %build-inputs "xkbcomp")
+ "/bin"))))
(home-page "http://www.x.org/wiki/")
(synopsis "xorg implementation of the X Window System")
(description "X.org provides an implementation of the X Window System")
The same error occurs.
Inspired by nixpkgs, I also tried the following patch to xkeyboard-config:
+ (arguments
+ `(#:configure-flags
+ (list (string-append "--with-xkb-base="
+ (assoc-ref %outputs "out")
+ "/etc/X11/xkb")
+ "--with-xkb-rules-symlink=xorg,xfree86")))
Always the same error.
Should nix not have the same problem?
Andreas
next prev parent reply other threads:[~2013-09-21 17:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-16 7:22 bug#15392: xorg-server FTBFS Mark H Weaver
2013-09-16 7:38 ` Mark H Weaver
2013-09-16 13:27 ` Ludovic Courtès
2013-09-21 17:23 ` Andreas Enge [this message]
2013-09-21 20:02 ` Ludovic Courtès
2013-09-22 9:01 ` Andreas Enge
2013-09-22 9:09 ` Andreas Enge
2013-09-22 20:35 ` Ludovic Courtès
2013-09-23 17:22 ` Andreas Enge
2013-09-23 19:39 ` Ludovic Courtès
2013-09-25 7:00 ` Andreas Enge
2013-09-25 13:11 ` Ludovic Courtès
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=20130921172352.GA18615@debian \
--to=andreas@enge.fr \
--cc=15392@debbugs.gnu.org \
--cc=ludo@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.