Hi,

Once you have found an interesting build failure, read its log (the
"raw" log is most useful, in my opinion) and try to reproduce and fix it
on your machine. Then send a patch!

Sometimes there is a spurious build failure: The SSH connection used for
offloading fails, or the build machine is out of memory. Reply to this
thread with a link to the failing build and we will restart it.

Attachment patch for xf86-video-vmware-13.2.1.

https://hydra.gnu.org/build/1932198
From d5dd0ab353fca180f122210c68297a0d66abec37 Mon Sep 17 00:00:00 2001
From: rennes <ren...@openmailbox.org>
Date: Tue, 21 Mar 2017 08:10:58 -0600
Subject: [PATCH] gnu: xf86-video-vmware: Fix build.

* gnu/packages/xorg.scm (xf86-video-vmware)[inputs]: Add llvm.
---
 gnu/packages/xorg.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 266ac78fb..11ce611c4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2016 David Craven <da...@craven.ch>
 ;;; Copyright © 2016, 2017 John Darrington <j...@gnu.org>
 ;;; Copyright © 2017 Marius Bakke <mba...@fastmail.com>
+;;; Copyright © 2017 Rene Saavedra <ren...@openmailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -51,6 +52,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages libbsd)
   #:use-module (gnu packages linux)
+  #:use-module (gnu packages llvm)
   #:use-module (gnu packages m4)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages perl)
@@ -3356,6 +3358,7 @@ X server.")
     (inputs
      `(("libx11" ,libx11)
        ("libxext" ,libxext)
+       ("llvm" ,llvm)
        ("mesa" ,mesa)                   ; for xatracker
        ("xorg-server" ,xorg-server)))
     (native-inputs
-- 
2.12.0

Reply via email to