Commit Graph

41215 Commits

Author SHA1 Message Date
Daan Wynen
131676ff15
typo 2017-11-10 22:48:33 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Orivej Desh
fc22a0160e
Merge pull request #31488 from adisbladis/awscli
awscli: 1.11.162 -> 1.11.185
2017-11-10 20:52:27 +00:00
Pascal Wittmann
3cd6c76ae6
jasper: 2.0.13 -> 2.0.14 2017-11-10 21:47:21 +01:00
Pascal Wittmann
6651bc1c36
icmake: 9.02.02 -> 9.02.03 2017-11-10 21:44:45 +01:00
Vladimír Čunát
7636ee7bcd
Merge #31501: llvm-{3.4,3.5}: glibc 2.26 fixes 2017-11-10 21:34:48 +01:00
Daiderd Jordan
0e92951773
Merge pull request #31487 from jbaum98/nbconvert
pythonPackages.nbconvert: fix failing tests on darwin
2017-11-10 21:24:35 +01:00
Orivej Desh
d00e649d2f
Merge pull request #31484 from pbogdan/coreclr-glibc-226
coreclr: fix build with glibc 2.26
2017-11-10 20:10:23 +00:00
Nikolay Amiantov
c69d90b888 bazel: fix lost dependencies
Fixes #31249
2017-11-10 22:34:42 +03:00
Nikolay Amiantov
6bdee9c730 bazel: add Nix hacks
Those are needed to build Bazel packages in Nix.
2017-11-10 22:34:42 +03:00
Piotr Bogdan
b261c73dce llvm_35: fix build with glibc 2.26 2017-11-10 19:16:26 +00:00
Piotr Bogdan
38ac67fc9a llvm_34: fix build with glibc 2.26 2017-11-10 19:16:11 +00:00
adisbladis
ac3a328e07
pythonPackages.s3transfer: 0.1.10 -> 0.1.11 2017-11-11 02:35:41 +08:00
adisbladis
0286cc7220
pythonPackages.botocore: 1.7.20 -> 1.7.43 2017-11-11 02:35:40 +08:00
Piotr Bogdan
468a6b62b2 coreclr: fix build with glibc 2.26 2017-11-10 18:08:56 +00:00
Jake Waksbaum
5e5ba33b5e
pythonPackages.nbconvert: fix failing tests on darwin 2017-11-10 11:49:56 -05:00
Vladimír Čunát
194699c04a
Merge #31455: gcj: fix build with glibc-2.26 2017-11-09 22:22:38 +01:00
Vladimír Čunát
ea40b0c7e8
Merge #31404: libzip: security 1.2.0 -> 1.3.0 2017-11-09 22:22:37 +01:00
Vladimír Čunát
fb00ed80e4
Merge #31449: hhvm: fix build with glibc-2.26 2017-11-09 22:22:34 +01:00
Piotr Bogdan
7112718a20 gcj: fix build with glibc 2.26 2017-11-09 20:50:21 +00:00
Daiderd Jordan
9f4024c05d
libgit2: fix darwin build 2017-11-09 21:45:06 +01:00
Piotr Bogdan
4173ec1562 hhvm: fix build with glibc 2.26 2017-11-09 18:58:56 +00:00
James Earl Douglas
5d038f7d10
jenkins: 2.88 -> 2.89 2017-11-09 09:44:43 -07:00
Peter Simons
dfa0bcd9e2 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.6-15-g404d240 from Hackage revision
af07a23b87.
2017-11-09 16:18:17 +01:00
Peter Simons
b7f5acd7a2 LTS Haskell 9.12 2017-11-09 16:18:17 +01:00
Lancelot SIX
3d8be08cf8
Merge pull request #31394 from xvapx/sybase
pythonPackages.sybase: move to python-modules
2017-11-09 15:34:16 +01:00
Orivej Desh
e38f6ab41f
Merge pull request #31425 from Mankarse/openal-soft-1.18.2
openal-soft: 1.17.2 -> 1.18.2
2017-11-09 13:55:01 +00:00
Evan Wallace
3c0f3cf07d allegro5: 5.2.2.0 -> 5.2.3.0 2017-11-09 12:45:04 +00:00
Orivej Desh
e489ecf804
Merge pull request #31422 from mimadrid/update/filezilla-3.29.0
filezilla: 3.28.0 -> 3.29.0
2017-11-09 11:39:56 +00:00
Orivej Desh
fd94789a18 ccl: fix build with glibc 2.26 2017-11-09 10:59:59 +00:00
Evan Wallace
93e082299c openal-soft: 1.17.2 -> 1.18.2 2017-11-09 08:43:36 +00:00
mimadrid
828856321e
libfilezilla: 0.11.0 -> 0.11.1 2017-11-09 08:47:28 +01:00
Franz Pletz
72450025dd
Merge pull request #30318 from peterhoeg/u/qtox
libmsgpack/libtoxcore/qtox: several related package upgrades
2017-11-09 07:09:34 +01:00
aszlig
e13c6645b1
python/natsort: Skip some tests with Python 3.[56]
Since the update to Python 3.6.3 in f906d6d18e
some of the Hypothesis tests in natsort suddenly begin to fail with
errors like this one:

res = '\x00\x00', f = <built-in function strxfrm>

>   return partial(reduce, lambda res, f: f(res), functions)
E   ValueError: embedded null character

The tests didn't fail with Python 3.6.2, but they did fail with Python
3.5 already.

I didn't dig through what the exact problem was, but I'd guess that the
problem could lie in Hypothesis itself. Unfortunately updating to the
latest version of Hypothesis didn't turn out to be that easy as well,
because the newer versions have a circular dependency on pytest and a
few other libraries.

So I opted against updating Hypothesis for now and just mark the tests
as "expected to fail" on purpose so that whenever we someday have a
newer version of Hypothesis, the build for natsort will fail and we can
remove this patch again.

Tested against Python 2.7, 3.4, 3.5 and 3.6 and all of the builds now
succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @jluttine, @FRidh
2017-11-09 06:54:53 +01:00
Ruben Maher
1425d4436c flow: 0.58.0 -> 0.59.0 2017-11-09 10:43:25 +10:30
Thomas Tuegel
094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
Vladimír Čunát
94efde5119
Merge #31402: mlt, ffado: fix includeds with glibc-2.26 2017-11-08 23:01:47 +01:00
aszlig
44cb95a234
llvmPackages/libc++: Fix build against glibc 2.26
This is very similar to what we had in bb0b0822ef.

The xlocale.h header is no longer existing in glibc version 2.26, so we
need to avoid including it.

I've tested building against all of the libcxx attributes of LLVM 3.5,
3.7, 3.8, 3.9, 4 and 5.

All of them succeeded except version 3.5, which failed because of an
unrelated issue (build of libc++abi has failed, one of its
dependencies), so I only verified whether the patch applies cleanly.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @vcunat
2017-11-08 22:08:11 +01:00
aszlig
a2045e029a
libstdc++5: Add patch to fix type for ucontext_t
Since glibc 2.26, struct ucontext no longer exists but is wrapped in a
typedef ucontext_t.

This is basically a backport of the patch to gcc version 4.5 which was
introduced by @vcunat in f04b64c1e9.

Building against x86_64-linux and i686-linux now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2017-11-08 20:52:20 +01:00
John Ericson
0101856765
Merge pull request #30549 from obsidiansystems/bintools
treewide: Introduce stdenv.cc.bintools
2017-11-08 14:20:48 -05:00
Michael Raskin
e9965b5b19 julia_06: fix libgit2 tests by updating the literal strings searched in the error messages 2017-11-08 18:43:02 +01:00
Jörg Thalheim
f1992a206f
Merge pull request #31389 from xvapx/meliae
pythonPakages.meliae fix version
2017-11-08 17:42:30 +00:00
Piotr Bogdan
2704fdd710 mlt: fix build with glibc-2.26
see https://github.com/mltframework/mlt/pull/248
2017-11-08 17:35:48 +00:00
Maxime Dénès
a53462ea85 psc-package: 0.2.0 -> 0.2.4 2017-11-08 18:06:51 +01:00
Piotr Bogdan
e26c52e03a libzip: 1.2.0 -> 1.3.0 2017-11-08 16:32:26 +00:00
Peter Simons
c7203efb7d
Merge pull request #31333 from ElvishJerricco/unextracted-all-cabal-hashes
Unextracted all cabal hashes
2017-11-08 16:25:16 +01:00
aszlig
bb0b0822ef
neko: Fix build against glibc 2.26
The header file xlocale.h has been removed in glibc 2.26.

Quoting the release notes[1]:

* The nonstandard header <xlocale.h> has been removed. Most programs
  should use <locale.h> instead. If you have a specific need for the
  definition of locale_t with no other declarations, please contact
  libc-alpha@sourceware.org and explain.

I've backported HaxeFoundation/neko@e286c8f330
against version 2.1.0 and the build now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-08 16:05:19 +01:00
Marti Serra
e4c7cfc9eb pythonPackages.sybase: move to python-modules 2017-11-08 15:59:16 +01:00
aszlig
845aae9c10
clisp: Add patch to remove reference to cfree
Fixes the build failure after the upgrade to glibc 2.26 in
9bb67d5c1e.

From the cfree(3) manpage:

This function should never be used. Use free(3) instead. Starting with
version 2.26, it has been removed from glibc.

From the glibc 2.26 release notes[1]:

* The obsolete function cfree has been removed.  Applications should use
  free instead.

[1]: https://sourceware.org/ml/libc-alpha/2017-08/msg00010.html

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @7c6f434c, @tohl
2017-11-08 15:52:25 +01:00
Joerg Thalheim
81154d929a dbench: fix compilation with glibc 2.6
stdint is needed for intptr_t
2017-11-08 12:39:07 +00:00