Commit Graph

80054 Commits

Author SHA1 Message Date
Joachim Fasting
bd9737cc3e linux_chromiumos: require 64bit build host
I noticed that almost all the Hydra build failures were on i686. Sure
enough, upstream says that you need an x86_64 machine to build the
kernel.
2016-03-27 05:35:04 +02:00
Kevin Cox
26bd115c9c etcd: 2.1.2 -> 2.3.0 2016-03-26 22:47:15 -04:00
Louis Taylor
8b7e150bb9 linux-testing: 4.5-rc7 -> 4.6-rc1 2016-03-27 03:10:19 +01:00
Louis Taylor
695c2e4ee4 kernel-config: do not use NFSD_PNFS on >=4.6 2016-03-27 03:09:30 +01:00
Joachim Fasting
fd9416fb4b codeblocks: fix build
https://hydra.nixos.org/build/33633573/nixlog/1/raw
2016-03-27 03:49:42 +02:00
Eric Sagnes
e3f00861df docker-compose: 1.5.2 -> 1.6.2 2016-03-27 10:25:42 +09:00
Eric Sagnes
bdbdb03a16 docker-py: 1.5.0 -> 1.7.2 2016-03-27 10:16:37 +09:00
Eric Sagnes
c867346b05 dockerpty: 0.3.4 -> 0.4.1 2016-03-27 10:16:37 +09:00
Eric Sagnes
c54d577db4 cached-property: init at 1.3.0 2016-03-27 10:16:28 +09:00
Domen Kožar
32b7b0009f Merge pull request #14236 from joachifm/modules-broken-on-grsec
Modules broken on grsec
2016-03-27 00:49:04 +00:00
Joachim Fasting
8f261d717d accelio: mark as broken on grsec kernels
All hydra builds against grsec kernels fail.
2016-03-27 01:44:16 +01:00
Joachim Fasting
1939256550 lttng-modules: mark as broken on grsec
All hydra builds against grsec kernels fail; seemingly because
the PaX hardening plugins are incompatible with lttng-modules
(the code writes to locations marked as read-only).
2016-03-27 01:39:07 +01:00
Joachim Fasting
2182fd52ad rtl8812au: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; builds against vanilla
kernels work.
2016-03-27 01:39:07 +01:00
Joachim Fasting
2a097803d4 spl: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; non-grsec kernels
succeed.
2016-03-27 01:39:07 +01:00
Joachim Fasting
b741198116 openafsClient: mark as broken on unsupported kernels
Sandboxed builds against linux 3.14 and 4.4 fail; 3.18.29 and 4.3
succeed.  From this, I conclude that 4.3 is the latest supported
version, while the lower bound is set to the oldest kernel in
nixpkgs >3.14 (the changelog does not indicate otherwise).

It appears that openafs-client is simply incompatible with grsec;
all hydra builds of openafs-client on grsec fail; local sandboxed
builds against grsec with the most recent openafs-client also fail.
2016-03-27 01:06:00 +01:00
Joachim Fasting
df0481276d openafsClient: 1.6.14 -> 1.6.17
According to the changelog, the delta between these versions contains
fixes for several CVEs.

See https://www.openafs.org/dl/openafs/1.6.17/RELNOTES-1.6.17
and https://www.openafs.org/dl/openafs/1.6.16/RELNOTES-1.6.16
and https://www.openafs.org/dl/openafs/1.6.15/RELNOTES-1.6.15
2016-03-26 22:53:41 +01:00
Domen Kožar
f955728295 openimageio: 1.6.9 -> 1.6.11 (fixes build on i686)
(cherry picked from commit b5d47a8cfe359fd0a6e10c85a7e7622b24173ce9)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-03-26 21:18:58 +00:00
Domen Kožar
0e977f6658 Merge pull request #14231 from risicle/osrm_fixes
Osrm build fixes
2016-03-26 20:07:46 +00:00
Domen Kožar
23432166ab Merge pull request #14225 from joachifm/fix-perf-build-for-staging
perf: fix build
2016-03-26 20:07:17 +00:00
Domen Kožar
cbdc1bbb98 Merge pull request #14230 from joachifm/jool-kernel-43-most-recent
jool: mark broken for kernel versions > 4.3
2016-03-26 20:06:36 +00:00
Domen Kožar
5f0f09d332 Merge pull request #14232 from joachifm/grsec-gcc-plugins-for-staging
grsecurity: fix gcc plugin
2016-03-26 20:06:22 +00:00
Domen Kožar
a01776bc75 Merge pull request #14229 from joachifm/accelio-kernel-42-most-recent
accelio: kernel 4.2 is the most recent supported kernel
2016-03-26 20:05:53 +00:00
Domen Kožar
0fb3087d09 Merge pull request #14228 from joachifm/rtl8723bs-kernel-319-or-later
rtl8723bs: only works with kernel 3.19 and later
2016-03-26 20:04:27 +00:00
Domen Kožar
c9f8d18fb1 Merge pull request #14221 from joachifm/fix-io-build-for-staging
io: fix gcc5 build
2016-03-26 20:04:14 +00:00
Joachim Fasting
304c4a514e grsecurity: fix gcc plugin
Also needs mpfr and libmpc
2016-03-26 21:01:21 +01:00
Joachim Fasting
eeca73dfac jool: mark broken for kernel versions > 4.3
All hydra builds for kernel version >4.3 fail; the build failure
indicates changes to the kernel API used by the package.
2016-03-26 20:23:48 +01:00
Joachim Fasting
74838cd03d accelio: kernel 4.2 is the most recent supported kernel
All Hydra builds on more recent kernels fail; from reading
the accelio documentation, I get the impression that 4.2 is
the most recent supported kernel version.
2016-03-26 20:16:28 +01:00
Joachim Fasting
8f5db83d99 rtl8723bs: only works with kernel 3.19 and later
See e.g., https://hydra.nixos.org/build/33512583/nixlog/1/raw
2016-03-26 19:57:51 +01:00
Robert Scott
0fdf7106e5 osrm-backend: switch src to use fetchFromGitHub 2016-03-26 18:07:55 +00:00
Robert Scott
7a3e154c27 osrm-backend: add patch fixing build by un-hard-coding gcc-ar and gcc-ranlib paths 2016-03-26 17:38:50 +00:00
Patrick Callahan
387e15764b genromfs: init at 0.5.2 2016-03-26 10:35:26 -07:00
Luca Bruno
daf787a96d Merge pull request #14217 from romildo/fix.evince
evince: add shared_mime_info dir to XDG_DATA_DIRS env variable
2016-03-26 18:22:50 +01:00
Joachim Fasting
89c6b3c11a perf: fix build
https://hydra.nixos.org/build/33553564/nixlog/1/raw
2016-03-26 18:18:40 +01:00
joachifm
a3d5686652 Merge pull request #14220 from joachifm/build-fixes-for-staging
Build fixes for staging
2016-03-26 17:17:47 +00:00
joachifm
c2a0d7eb64 Merge pull request #14223 from eikek/makemkv
makemkv 1.9.7 -> 1.9.9
2016-03-26 16:48:48 +00:00
Eike Kettner
a366aab377 makemkv 1.9.7 -> 1.9.9 2016-03-26 16:57:34 +01:00
Joachim Fasting
c13ddd14bd udftools: fix gcc5 build
-fgnu89-inline was insufficient, revert to -std=gnu90
See https://hydra.nixos.org/build/33103604/nixlog/1/raw

Also fix various undefined reference errors by ad-hoc patching
2016-03-26 16:55:00 +01:00
Joachim Fasting
29c3314fe4 hugin: add missing dependencies
https://hydra.nixos.org/build/33609995/nixlog/2/raw
2016-03-26 16:55:00 +01:00
Joachim Fasting
cb896a1e7f yad: ad-hoc patching to fix undefined reference errors 2016-03-26 16:55:00 +01:00
Joachim Fasting
0b060bdf68 yad: fix gcc5 build
https://hydra.nixos.org/build/33612450/nixlog/1/raw
2016-03-26 16:55:00 +01:00
Joachim Fasting
a4ed052407 zoom: fix gcc5 build
https://hydra.nixos.org/build/33122239/nixlog/1/raw
2016-03-26 16:54:59 +01:00
Joachim Fasting
3fe86ac582 io: fix gcc5 build
c11 inline semantics breaks the build

See https://github.com/stevedekorte/io/issues/316
and https://hydra.nixos.org/build/33606216/nixlog/1/raw
2016-03-26 16:54:19 +01:00
Joachim Fasting
6448c94e57 leocad: work around cmath problem
introduced by recent glibc

https://hydra.nixos.org/build/33610365/nixlog/1/raw
2016-03-26 16:18:55 +01:00
zimbatm
6745a568e7 Merge pull request #14216 from joachifm/curl3-broken
curl3 broken
2016-03-26 15:11:06 +00:00
Nikolay Amiantov
e781a8257b ffmpeg: add libopus support 2016-03-26 17:09:59 +03:00
Nikolay Amiantov
ef06c7db8f spin: add ispin with tools 2016-03-26 17:05:29 +03:00
Nikolay Amiantov
f273dd226c swarm: init at 3.1 2016-03-26 17:04:41 +03:00
José Romildo Malaquias
c53a762b7e evince: add shared_mime_info dir to XDG_DATA_DIRS env variable 2016-03-26 11:02:33 -03:00
Joachim Fasting
1379baca94 gsb: mark as broken
No active maintenance for several years; dependencies cannot be met.
2016-03-26 13:20:37 +01:00
Joachim Fasting
1f78d14028 curl3: mark as broken
This is an ancient version of curl, that currently has 19 known vulnerabilities.
It is used by and was added to support only one package.
2016-03-26 13:18:48 +01:00