bug#18741: xf86-video-ati fails to build on all platforms

2014-11-04 Thread Andreas Enge
Fixed in 0d011aad108b51feb4e0685c17dd40c4cd00e9e4 by switching to 6.14.6. Andreas

bug#18740: xf86-video-openchrome fails to build on all platforms

2014-11-04 Thread Andreas Enge
I tried more recent versions 0.3.0 to 0.3.3, but they fail to compile with the same error message. A potential solution would be to update xorg-server. But at least in 1.12.4, the offending line in os.h looks the same. Andreas

bug#18935: gexp->derivation test failure

2014-11-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > [...] >> actual-error: (srfi-34 #> "path >> `/tmp/nix-build-guix-0.7.14e84b2.drv-0/source/test-tmp/store/ry17r3hm48ckcchz9ls6yhd00alyiipx-foo' >> is not valid" status: 1] a587d68>) > > This can only happen if FILE in that test we

bug#18927: gdk-pixbuf module cache of librsvg is empty

2014-11-04 Thread Ludovic Courtès
> librsvg provides a cache file for gdk-pixbuf modules: > > /gnu/store/...librsvg-2.40.2/lib/gdk-pixbuf-2.0/2.0.10/loaders.cache > > However, the cache does not include the SVG module created by librsvg > itself. The full cache should be generated with: > > /gnu/store/...-gdk-pixbuf-2.28.2/bin/gdk

bug#18935: gexp->derivation test failure

2014-11-04 Thread Ludovic Courtès
Mark H Weaver skribis: > Test begin: > test-name: "gexp->derivation" > source-file: "tests/gexp.scm" > source-line: 227 > source-form: (test-assert "gexp->derivation" (run-with-store %store (mlet* > %store-monad ((file (text-file "foo" "Hello, world!")) (exp -> (gexp (begin > (mkdir (un

bug#18926: cmake-build-system should set CMAKE_INSTALL_LIBDIR and CMAKE_PREFIX_PATH

2014-11-04 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Ludovic Courtès writes: >> >>> 宋文武 skribis: >>> if CMAKE_INSTALL_LIBDIR not set to `lib`, GNUInstallDirs.cmake will install libraries files to $out/lib64. >>> >>> I found several CMake-built libraries on x86_64 (graphite2, openjpeg, >>> qjs