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
zimbatm
6745a568e7
Merge pull request #14216 from joachifm/curl3-broken
...
curl3 broken
2016-03-26 15:11:06 +00: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
Pascal Wittmann
0d84a3fde2
eggdrop: fix build with gcc5
2016-03-25 19:57:07 +01:00
Joachim Fasting
803b21959e
bigloo: pin gcc version to 4.9
...
https://hydra.nixos.org/build/33120353/nixlog/1/raw
2016-03-25 07:46:40 +01:00
Joachim Fasting
04bcb88332
hugs: fix build & meta fixups
...
Fix build by applying a patch from Arch Linux.
See https://hydra.nixos.org/build/33247205/log/raw
Meta fixups
- The license is actually 3-clause BSD license.
- Use HTTPS homepage
- Adopt the package
- Convert src.sha256 to base32
2016-03-25 00:39:49 +01:00
Pascal Wittmann
71d3b34bd7
tpm-tools: fix build by applying debians patch
2016-03-24 22:31:40 +01:00
Nikolay Amiantov
119c287c71
cc-wrapper: use Bash arrays properly
2016-03-24 21:13:11 +03:00
Joachim Fasting
db6ae35bd9
cadaver: fix build against newer versions of openssl
...
Apply patch from Arch Linux.
See https://hydra.nixos.org/build/33258957/nixlog/1/raw
2016-03-24 19:05:14 +01:00
Nikolay Amiantov
c6f89bc430
Merge pull request #13941 from abbradar/cpp-no-native
...
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 21:32:17 +04:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00
Eelco Dolstra
89693e71b9
Merge pull request #13907 from abbradar/cpp-wrapper
...
cc-wrapper: add C++-specific paths if `-x cpp` is passed
2016-03-24 18:12:04 +01:00
Lluís Batlle i Rossell
a9d14e3452
Setting gfortran to gcc5. octave was crashing.
...
Otherwise, using imread() in octave threw:
/nix/store/4fvwfzwg58d7167an550xm1k6m7px443-octave-4.0.0/lib/octave/4.0.0/oct/x86_64-unknown-linux-gnu/__magick_read__.oct: failed to load: /nix/store/w7xr6frwffrl135v7vpxdwmnx8l95j5m-gfortran-4.9.3/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /nix/store/qlxkin1arzwbcpiny6amn8747wp8ndg7-graphicsmagick-1.3.21/lib/libGraphicsMagick++.so.11)
(this is from 16.03, although I push this to staging)
2016-03-24 10:55:18 +01:00
Eelco Dolstra
523f4f2f69
mariadb: Disable parallel building again
...
It still fails intermittently on lex_token.h.
http://hydra.nixos.org/build/33571559
2016-03-23 20:11:07 +01:00
Eelco Dolstra
7fc24dfd21
stdenv-darwin: Fix dependency on bootstrapTools
...
Commit 2040a9ac57
changed the order of
$PATH elements, causing initialpath to appear after buildInputs. Thus
gnugrep ended up depending on bin/sh from bootstrapTools, rather than
from pkgs.bash. The fix is to provide pkgs.bash via buildInputs rather
than initialPath.
http://hydra.nixos.org/build/33276697
2016-03-23 18:15:16 +01:00
Michael Raskin
9ed00ff086
gcl: gcc5 build: enforce old inline semantics for now; will be fixed in the next upstream release
2016-03-23 15:10:12 +01:00
Joachim Fasting
27eac5313e
gcl: fix gcc5 build
...
Apply patch from Gentoo
2016-03-23 15:10:12 +01:00
Tobias Geerinckx-Rice
40b396a7a4
kexectools: 2.0.11 -> 2.0.12
2016-03-23 14:37:08 +01:00
Peter Simons
c9957e1792
Merge pull request #14153 from joachifm/fix-clisp-i686
...
clisp: fix i686 build
2016-03-23 14:30:48 +01:00
Joachim Fasting
1972c5aa17
clisp: fix i686 build
...
Requires -falign-functions=4
See https://hydra.nixos.org/build/33256640/nixlog/1/raw
2016-03-23 13:54:58 +01:00
Thomas Tuegel
d752865e84
Merge pull request #14152 from joachifm/fix-clemetineFree-gcc5
...
clementineFree: fix gcc5 build
2016-03-23 07:45:21 -05:00
Joachim Fasting
72bcff71fe
clementineFree: fix gcc5 build
...
Uses gcc switches that are no longer valid. Also strip
-Werror for good measure. See
https://hydra.nixos.org/build/33277865/nixlog/1/raw
2016-03-23 13:16:38 +01:00
Arseniy Seroka
6206ceb600
Merge pull request #14141 from joachifm/arangodb-for-staging
...
arangodb: fix gcc5 build
2016-03-23 11:16:34 +03:00
Joachim Fasting
037e815787
arangodb: fix gcc5 build
...
https://hydra.nixos.org/build/33263863/nixlog/1/raw
2016-03-23 06:00:27 +01:00
Vladimír Čunát
ff60350eb9
ensureNewerSourcesHook: fix problems with symlinks
...
Fixes #14043 . Now symlinks themselves are touched instead of their
targets.
2016-03-22 21:59:01 +01:00
Pascal Wittmann
891fd356d7
avarice: fix build by using gcc49
...
See #13559
2016-03-22 16:44:31 +01:00
Pascal Wittmann
2bb151f91b
atftp: fix build by using gcc49
...
See #13559
2016-03-22 16:42:07 +01:00
Joachim Fasting
92261129ea
archimedes: pin gcc to version 4.9
...
https://hydra.nixos.org/build/33241446/nixlog/1/raw
2016-03-22 15:39:40 +01:00
Joachim Fasting
aa4d438107
afterstep: pin gcc to version 4.9
...
See https://hydra.nixos.org/build/33238876/nixlog/1/raw
2016-03-22 15:39:40 +01:00
Lluís Batlle i Rossell
bd58b895e0
Making ffmpeg friendly for arm.
2016-03-22 15:09:59 +01:00
Lluís Batlle i Rossell
40b0538239
Update linux raspberry-pi to 4.1.y.
...
I could boot it in pi2; I don't know if I needed new
firmware files in /boot.
2016-03-22 15:09:57 +01:00
Lluís Batlle i Rossell
56bd6be2cf
Fixing vxl build with gcc 5.
2016-03-22 14:36:20 +01:00
Joachim Fasting
c1901038c8
haka: fix build on gcc5
...
See https://hydra.nixos.org/build/33296799/nixlog/1/raw
2016-03-20 22:57:48 +01:00
joachifm
6d2c7b3926
Merge pull request #14059 from joachifm/fix-ipxe-gcc5
...
ipxe: fix gcc5 build
2016-03-19 21:46:36 +00:00
Joachim Fasting
8dfb8d06f0
ipxe: fix gcc5 build
...
gcc5 enables additional warnings, causing the build to fail with
-Werror. The build could be fixed by specifically disabling errors
for `discarded-array-qualifiers` and `logical-not-parentheses` warnings,
but simply passing -Wno-error is more future proof.
See https://hydra.nixos.org/build/33274006/nixlog/1/raw
2016-03-19 19:52:47 +01:00
zimbatm
ae487615a6
nix-prefetch-git: fix url_to_name heuristic
...
The function wasn't checking that *all* of the characters where
[a-z0-9]. Fixes #13921
2016-03-18 21:58:52 +00:00
Nikolay Amiantov
87607af7a1
cc-wrapper: add C++-specific paths if -x c++
is passed
2016-03-14 06:58:18 +03:00
Tim Cuthbertson
d05a3cd763
stdenv: don't overwrite $NIX_ENFORCE_PURITY setting
...
Close #13583 .
2016-03-13 21:09:41 +01:00
zimbatm
116215372e
Merge pull request #13862 from zimbatm/nghttp2-1.8.0
...
Nghttp2 1.8.0
2016-03-13 18:25:05 +00:00
joachifm
ded8bd740b
Merge pull request #13883 from joachifm/fix-abook-gcc5-for-staging
...
abook: fix build with gcc5
2016-03-13 10:29:34 +00:00
Joachim Fasting
d4ae8b68cb
abook: fix build with gcc5
2016-03-13 09:49:45 +01:00
zimbatm
b776e0cd5f
nghttp2: 1.7.1 -> 1.8.0
2016-03-12 16:18:52 +00:00
Eelco Dolstra
dd53c65dcc
Merge remote-tracking branch 'origin/gcc-5' into staging
...
Still some breakage but no blockers:
http://hydra.nixos.org/eval/1242130?filter=x86_64-linux&compare=1237852&full=#tabs-now-fail
2016-03-11 16:02:38 +01:00
Eelco Dolstra
4f5d48abf5
thunderbird: Fix build on gcc 5
...
It was barfing due to --enable-stdcxx-compat. Not clear if/why we
still need this, so let's disable it. If necessary a fix is available
at https://bugzilla.mozilla.org/show_bug.cgi?id=1153109 .
2016-03-11 13:46:27 +01:00
Eelco Dolstra
bb43b542d6
pykde4: Fix gcc 5 build failure
2016-03-11 12:53:14 +01:00
Eelco Dolstra
1146f460d3
mtdutils: 1.5.1 -> 1.5.2
...
Fixes gcc 5 build failure.
2016-03-11 12:52:46 +01:00
Eelco Dolstra
2af1cb3aa6
Merge remote-tracking branch 'origin/binutils-2.26' into staging
...
This still breaks a few packages, but nothing really major:
http://hydra.nixos.org/eval/1241850?filter=x86_64-linux&compare=1237919&full=#tabs-now-fail
2016-03-11 11:58:49 +01:00
Eelco Dolstra
a11a281071
go-1.4: Update binutils patch to handle i686-linux
...
http://hydra.nixos.org/build/32872391
2016-03-10 21:06:13 +01:00
Thomas Tuegel
fabbd0f0f7
Merge pull request #13721 from zimbatm/make-wrapper-unset
...
make-wrapper.sh: add an --unset argument
2016-03-07 07:17:23 -06:00