Commit Graph

46790 Commits

Author SHA1 Message Date
Elis Hirwing
4623b2d349 pythonPackages.amqp: Move to own file 2018-04-04 19:45:57 +02:00
Frederik Rietdijk
23741692fa Merge master into staging 2018-04-04 19:36:39 +02:00
Ben Gamari
b9484875bc pythonPackages.Rtree: init at 0.8.3
This is a commonly-used package for spatial indexing.

Strangely enough, the tests are broken due to memory unsafety that I was unable
to reproduce under Debian. For instance, when run with Python 3.6 valgrind
reports,

==10453== Invalid read of size 4
==10453==    at 0x4EF1DFA: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FE7D96: _PyFaulthandler_Fini (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8438D: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==  Address 0x67b1020 is 352 bytes inside a block of size 640 free'd
==10453==    at 0x4C2DD6B: free (in /nix/store/6z028lfnxyhh8dlngpm6zrkwqxmbglj4-valgrind-3.13.0/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==10453==    by 0x4EDDC4A: free_keys_object (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EDEE63: dict_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EECF59: module_clear (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA062B: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79CED: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
==10453== Conditional jump or move depends on uninitialised value(s)
==10453==    at 0x4EF1E03: _PyObject_Free (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFEF2D: type_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4EFD009: subtype_dealloc (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA063E: collect (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4FA13A0: _PyGC_CollectNoFail (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F79DF8: PyImport_Cleanup (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F8436F: Py_FinalizeEx (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x4F9F398: Py_Main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/lib/libpython3.6m.so.1.0)
==10453==    by 0x400BDF: main (in /nix/store/azw9ys2m2fpfzf730xjcxja890gpyp58-python3-3.6.4/bin/python3.6)
==10453==
...
2018-04-04 18:39:01 +02:00
Jan Tojnar
c490b05507
Merge pull request #38149 from bkchr/gst_1_14_0
Updates gstreamer and plugins to 1.14.0
2018-04-04 18:34:40 +02:00
Bastian Köcher
e7410733f1 gst-plugins-bad: Removes unused depdency
See: https://bugzilla.gnome.org/show_bug.cgi?id=719849
2018-04-04 17:44:23 +02:00
Bastian Köcher
9ad4ca13c3 Moves gtksupport from gst-plugins-good to gst-plugins-bad 2018-04-04 17:43:36 +02:00
Robert Schütz
1ddff47184
Merge pull request #38361 from Ma27/update-face-recognition
Update face recognition
2018-04-04 17:42:29 +02:00
Bastian Köcher
4a945a03fd gst-plugins-good: Adds twolame dependency 2018-04-04 17:34:38 +02:00
Jörg Thalheim
d5ee86533a
Merge pull request #38415 from Infinisil/fix/rocksdblite
rocksdb_lite: Fix
2018-04-04 16:33:45 +01:00
Bastian Köcher
41a4fea5de Move dependencies from ugly to good as the code moved
See: https://bugzilla.gnome.org/show_bug.cgi?id=774252
2018-04-04 17:25:39 +02:00
Jan Tojnar
be5bff0214 pythonPackages.gst-python: 1.12.3 → 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
40b4b87cc4 Switch to absolute path for includedir/libdir 2018-04-04 17:25:39 +02:00
Bastian Köcher
3508f3058d gst-gnonlin: Remove package as it is deprecated 2018-04-04 17:25:39 +02:00
Bastian Köcher
fd5c1f665e gst-editing-services: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
69fb4ddb6e gst-vaapi: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
2a80d83f59 gst-libav: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
42d3b5c846 gst-rtsp-server: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
a19a9b2b14 gst-plugins-ugly: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
ac0d32b866 gst-plugins-bad: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
fd0474e6f8 gst-plugins-good: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
edd17a0cab gst-plugins-base: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
365640a6f3 gstreamer: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
1884beb21e gst-rtsp-server: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
06f9b94a7c gst-validate: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
bdefa9ab7b gst-vaapi: 1.12.4 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
78b59ff8e8 gst-libav: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
222883a62f gst-editing-services: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
1e71bcff93 gst-plugins-ugly: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
cd28a5e233 gst-plugins-bad: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
d18d0c2f30 gst-plugins-good: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
346ab3dc29 gst-plugins-base: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Bastian Köcher
db2977ad51 gstreamer: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Silvan Mosberger
336ef91339
rocksdb: Disable aarch64
Because the build for it is broken
2018-04-04 17:08:52 +02:00
Jörg Thalheim
b76f0ed3ed
Merge pull request #38426 from fgaz/gron
gron: init at 0.5.1
2018-04-04 16:05:22 +01:00
Michael Raskin
26597bf59c
Merge pull request #38435 from fgaz/jl
jl: iniit at 0.0.4
2018-04-04 14:49:40 +00:00
Francesco Gazzetta
1150bdedd1 jl: iniit at 0.0.4 2018-04-04 14:11:04 +00:00
Tuomas Tynkkynen
af16d71e88 gsl: Disable tests on aarch64
https://hydra.nixos.org/build/70700906

I opened an upstream bug, but their bug system is e-mail based and I
haven't got a single reply which contains an web link :(
2018-04-04 16:54:39 +03:00
Michael Raskin
31fe962bb1
Merge pull request #38365 from fare-patches/master
Monthly update for Gambit and Gerbil
2018-04-04 13:33:16 +00:00
Pascal Wittmann
c70addc2ae
Merge pull request #38247 from r-ryantm/auto-update/doit
doit: 0.31.0 -> 0.31.1
2018-04-04 15:21:46 +02:00
Peter Simons
ed92418b96 ghc: add version 8.4.2-rc1 2018-04-04 15:00:31 +02:00
Peter Simons
c111b4bf80 haskell-alex: fix broken test suite 2018-04-04 15:00:25 +02:00
Peter Simons
821592f5ba haskell-data-inttrie: drop obsolete override 2018-04-04 15:00:24 +02:00
Peter Simons
170ea4f6c8 haskell-hackage-security: update override after Stackage update 2018-04-04 15:00:24 +02:00
Peter Simons
54d20d9a7c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g17e0b6c from Hackage revision
e8d163b127.
2018-04-04 15:00:24 +02:00
Peter Simons
f11302e665 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
2a6f701156.
2018-04-04 15:00:23 +02:00
Peter Simons
8a10401452 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-5-g611edf4 from Hackage revision
fb685155eb.
2018-04-04 14:59:54 +02:00
Peter Simons
5e39db2297 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-3-g5b271ab from Hackage revision
54d2fd4d50.
2018-04-04 14:59:53 +02:00
Peter Simons
fc85a86e62 LTS Haskell 11.3 2018-04-04 14:59:53 +02:00
Francesco Gazzetta
70ff455608 gron: init at 0.5.1 2018-04-04 11:45:54 +00:00
Francois-Rene Rideau
a48bfdc260 gerbil-unstable: init at 2018-04-03 2018-04-04 07:43:00 -04:00