Skip to content

Instantly share code, notes, and snippets.

View LnL7's full-sized avatar
❄️
1970 /nix/store

Daiderd Jordan LnL7

❄️
1970 /nix/store
View GitHub Profile
test [run-make] run-make/version ... ok
test [run-make] run-make/volatile-intrinsics ... ok
test [run-make] run-make/weird-output-filenames ... ok
test [run-make] run-make/unicode-input ... ok
failures:
---- [run-make] run-make/linker-output-non-utf8 stdout ----
{ pkgs ? import <nixpkgs> {} }:
with pkgs.lib;
evalModules {
modules = [
({ config, ... }:
{
options = {
@LnL7
LnL7 / exec.log
Created September 12, 2016 22:41
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x4fc128]
runtime stack:
runtime.throw(0x2f0b37, 0x2a)
/nix/store/ajd4jg5aqd7c52kyjgqgnny0m6dfbdr8-go-1.7/share/go/src/runtime/panic.go:566 +0x95
runtime.sigpanic()
/nix/store/ajd4jg5aqd7c52kyjgqgnny0m6dfbdr8-go-1.7/share/go/src/runtime/sigpanic_unix.go:12 +0x2cc
goroutine 50 [syscall, locked to thread]:
diff --git a/src/dbinc/atomic.h b/src/dbinc/atomic.h
index 6a858f7..9f338dc 100644
--- a/src/dbinc/atomic.h
+++ b/src/dbinc/atomic.h
@@ -70,7 +70,7 @@ typedef struct {
* These have no memory barriers; the caller must include them when necessary.
*/
#define atomic_read(p) ((p)->value)
-#define atomic_init(p, val) ((p)->value = (val))
+#define atomic_init_db(p, val) ((p)->value = (val))
building path(s) ‘/nix/store/3v480rbf7m4kachphc8l6qb36cfbap3r-llvm-3.9.0’, ‘/nix/store/w3l18jxqpk8pyz73m9ca7khdgnmsi87g-llvm-3.9.0-lib’
unpacking sources
unpacking source archive /nix/store/2v5zyrdbj7y4y5lxpf5ilc5bzdvqpyxw-llvm-3.9.0.src.tar.xz
unpacking source archive /nix/store/8p2rzgks441avzr1xhc305bbdaias4rl-compiler-rt-3.9.0.src.tar.xz
patching sources
patching file tools/llvm-config/llvm-config.cpp
configuring
fixing cmake files...
cmake flags: -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/3v480rbf7m4kachphc8l6qb36cfbap3r-llvm-3.9.0/include -DCMAKE_INSTALL_LIBDIR=/nix/store/w3l18jxqpk8pyz73m9ca7khdgnmsi87g-llvm-3.9.0-lib/lib -DCMAKE_INSTALL_NAME_DIR=/nix/store/3v480rbf7m4kachphc8l6qb36cfbap3r-llvm-3.9.0/lib -DCMAKE_INSTALL_PREFIX=/nix/store/3v480rbf7m4kachphc8l6qb36cfbap3r-llvm-3.9.0 -DCMAKE_BUILD_TYPE=Release -DLLVM_INSTALL_UTILS=ON -DLLVM_BUILD_TESTS=ON -DLLVM_ENABLE_FFI=ON -DLLVM_ENABLE_RTTI=ON -DCOMPILER_RT_INCLUDE_TESTS=OFF -DLLVM_LINK_LLVM_DYLIB=ON -D
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 52531d6..6f7c3a3 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -28766,36 +28766,7 @@ in modules // {
# Some of the tests fail on darwin with `error: AF_UNIX path too long'
# because of the *long* path names for sockets
- patchPhase = optionalString stdenv.isDarwin ''
- sed -i -e "s|test_create_ssl_unix_connection|skip_test_create_ssl_unix_connection|" tests/test_events.py
Apache License, Version 2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
{ mkDerivation, base, bytestring, HUnit }:
mkDerivation {
pname = "frank";
version = "0.0.1.0";
src = ./.;
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ HUnit ];
}
@LnL7
LnL7 / config.log
Created November 13, 2016 12:55
Berkeley DB conflog.log with libc++3.8
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Berkeley DB configure 6.2.23, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../dist/configure --disable-static --prefix=/nix/store/0dgvrsy6qfzzq1k7yyncqimpjy2xpf20-db-6.0.20 --enable-cxx --enable-compat185 --enable-dbm
## --------- ##
## Platform. ##
Compiled src/riak_cs_gc_key_list.erl
Compiled src/riak_cs_list_objects_ets_cache.erl
Compiled src/riak_cs_app.erl
Compiled src/riak_cs_user.erl
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
--2016-11-18 18:40:18-- https://raw.githubusercontent.com/basho/bitcask/develop/priv/scripts/downgrade_bitcask.erl
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Name or service not known.
wget: unable to resolve host address 'raw.githubusercontent.com'
make: *** [Makefile:29: riak_test/src/downgrade_bitcask.erl] Error 4