I hereby claim:
- I am xhochy on github.
- I am xhochy (https://keybase.io/xhochy) on keybase.
- I have a public key whose fingerprint is 4D71 DB65 AAE2 A8CF EF65 3C37 1A63 9CEF DD0C 6A43
To claim this, I am signing this object:
| Skript gestartet auf Do 08 Nov 2018 19:42:25 CET | |
| [1m[3m%[23m[1m[0m kzsh: httptools-feedstock\kzsh: httptools-feedstock\ [0m[23m[24m[J[1m[31m[39m[0m[1m[34muwe[39m[0m@butterblume [1m~/Development/httptools-feedstock/recipe [0m[35m([39mgit[35m)[33m-[35m[[32mrebuild[35m][39m % [K[?1h=[?2004hconda build -m ../.ci_support/linux_c_compilergccpython3.6.yaml .[?1l>[?2004l | |
| kconda\kconda\read filter "zstd" is not supported | |
| write filter "zstd" is not supported | |
| No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.11 | |
| WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.11 | |
| Adding in variants from internal_defaults | |
| INFO:conda_build.variants:Adding in variants from internal_defaults | |
| Adding in variants from ../.ci |
| #!/bin/bash | |
| cd python/manylinux1 | |
| tar xf .../apache-arrow-0.2.0.tar.gz | |
| mv apache-arrow-0.2.0 arrow | |
| docker build -t arrow-base-x86_64 -f Dockerfile-x86_64 . | |
| docker build -t parquet_arrow-base-x86_64 -f Dockerfile-parquet_arrow-base-x86_64 . | |
| docker run --rm -v $PWD:/io parquet_arrow-base-x86_64 /io/build_arrow.sh | |
| virtualenv venv | |
| source ./venv/bin/activate |
| diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak | |
| index 65d9cb8..153e898 100644 | |
| --- a/contrib/src/ffmpeg/rules.mak | |
| +++ b/contrib/src/ffmpeg/rules.mak | |
| @@ -8,7 +8,7 @@ ifdef USE_FFMPEG | |
| HASH=313d75c | |
| FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz | |
| else | |
| -HASH=e8049af | |
| +HASH=9bec3ca |
| /* | |
| * (c) 2011 Dominik Schmidt <[email protected]> | |
| */ | |
| var DummyResolver = Tomahawk.extend(TomahawkResolver, | |
| { | |
| settings: { | |
| name: 'Dummy Resolver', | |
| weight: 75, | |
| timeout: 5 |
| ids = set() | |
| with gzip.open(ids_file, 'rt') as idsf: | |
| for id in idsf: | |
| # Be careful to always stip the newline character at the end | |
| ids.add(id.strip()) |
I hereby claim:
To claim this, I am signing this object:
| (gdb) bt | |
| #0 0x00007ff581029505 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
| #1 0x00007ff58102a988 in __GI_abort () at abort.c:90 | |
| #2 0x00007ff5810225f2 in __assert_fail_base (fmt=0x7ff58115d960 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", | |
| assertion=assertion@entry=0x7ff577f0888c "brw->hw_ctx != ((void *)0)", file=file@entry=0x7ff577f08880 "brw_reset.c", line=line@entry=43, | |
| function=function@entry=0x7ff577f088b0 <__PRETTY_FUNCTION__.35541> "brw_get_graphics_reset_status") at assert.c:92 | |
| #3 0x00007ff5810226a2 in __GI___assert_fail (assertion=assertion@entry=0x7ff577f0888c "brw->hw_ctx != ((void *)0)", | |
| file=file@entry=0x7ff577f08880 "brw_reset.c", line=line@entry=43, | |
| function=function@entry=0x7ff577f088b0 <__PRETTY_FUNCTION__.35541> "brw_get_graphics_reset_status") at assert.c:101 | |
| #4 0x00007ff577e45ce5 in brw_get_graphics_reset_status (ctx=<optimized out>) at brw_reset.c:43 |
| (gdb) bt | |
| #0 0x00007f6af815f505 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
| #1 0x00007f6af8160988 in __GI_abort () at abort.c:90 | |
| #2 0x00007f6af81585f2 in __assert_fail_base (fmt=0x7f6af8293960 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", | |
| assertion=assertion@entry=0x7f6aef84e2ec "brw->hw_ctx != ((void *)0)", file=file@entry=0x7f6aef84e2e0 "brw_reset.c", line=line@entry=43, | |
| function=function@entry=0x7f6aef84e310 <__PRETTY_FUNCTION__.34295> "brw_get_graphics_reset_status") at assert.c:92 | |
| #3 0x00007f6af81586a2 in __GI___assert_fail (assertion=assertion@entry=0x7f6aef84e2ec "brw->hw_ctx != ((void *)0)", | |
| file=file@entry=0x7f6aef84e2e0 "brw_reset.c", line=line@entry=43, | |
| function=function@entry=0x7f6aef84e310 <__PRETTY_FUNCTION__.34295> "brw_get_graphics_reset_status") at assert.c:101 | |
| #4 0x00007f6aef7a3425 in brw_get_graphics_reset_status (ctx=<optimized out>) at brw_reset.c:43 |