Skip to content

Instantly share code, notes, and snippets.

/*
* With XPG4, you must define _XOPEN_SOURCE_EXTENDED, it is redundant (or
* conflicting) when _XOPEN_SOURCE is 500 or greater. If NCURSES_WIDECHAR is
* not already defined, e.g., if the platform relies upon nonstandard feature
* test macros, define it at this point if the standard feature test macros
* indicate that it should be defined.
*/
#ifndef NCURSES_WIDECHAR
#if defined(_XOPEN_SOURCE_EXTENDED) || (defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0 >= 500))
#define NCURSES_WIDECHAR 1
FROM python:2.7-alpine
MAINTAINER Nick Janetakis <nick.janetakis@gmail.com>
ENV INSTALL_PATH /bsawf
RUN mkdir -p $INSTALL_PATH
WORKDIR $INSTALL_PATH
COPY requirements.txt requirements.txt
RUN apk add --no-cache --virtual .build-deps \
[100%] Built target llvm-dwarfdump
[100%] Running the LLVM regression tests
FAIL: LLVM :: Transforms/GlobalOpt/alias-used.ll (11391 of 15602)
******************** TEST 'LLVM :: Transforms/GlobalOpt/alias-used.ll' FAILED ********************
Script:
--
/home/ncopa/aports/main/llvm/src/build/./bin/opt < /home/ncopa/aports/main/llvm/src/llvm-3.8.0.src/test/Transforms/GlobalOpt/alias-used.ll -globalopt -S | /home/ncopa/aports/main/llvm/src/build/./bin/FileCheck /home/ncopa/aports/main/llvm/src/llvm-3.8.0.src/test/Transforms/GlobalOpt/alias-used.ll
--
Exit Code: 1
12:39:26.898828 execve("./node", ["./node", "test/parallel/test-cluster-maste"...], [/* 37 vars */]) = 0
12:39:26.899143 arch_prctl(ARCH_SET_FS, 0x6aa1ff365da8) = 0
12:39:26.899195 set_tid_address(0x6aa1ff365de0) = 3763
12:39:26.899268 open("/etc/ld-musl-x86_64.path", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
12:39:26.899337 open("/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
12:39:26.899359 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
12:39:26.899381 fstat(3, {st_mode=S_IFREG|0755, st_size=87976, ...}) = 0
12:39:26.899407 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0!\0\0\0\0\0\0"..., 960) = 960
12:39:26.899431 mmap(NULL, 2187264, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x6aa1feec7000
12:39:26.899457 mmap(0x6aa1ff0db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x14000) = 0x6aa1ff0db000
diff --git a/src/third_party/gperftools-2.2/src/base/linux_syscall_support.h b/src/third_party/gperftools-2.2/src/base/linux_syscall_support.h
index 9b6c35d..2f7503f 100644
--- a/src/third_party/gperftools-2.2/src/base/linux_syscall_support.h
+++ b/src/third_party/gperftools-2.2/src/base/linux_syscall_support.h
@@ -2165,9 +2165,9 @@ struct kernel_stat {
int, t, int, p)
#endif
#if defined(__x86_64__)
- /* Need to make sure __off64_t isn't truncated to 32-bits under x32. */
+ /* Need to make sure off64_t isn't truncated to 32-bits under x32. */
# with -DHAVE_PRINTF_M
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ size dhcpcd
text data bss dec hex filename
238013 8176 256 246445 3c2ad dhcpcd
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ strip dhcpcd
ncdev-edge-x86_64:~/aports/main/dhcpcd/src/dhcpcd-6.9.3$ size dhcpcd
text data bss dec hex filename
238013 8176 256 246445 3c2ad dhcpcd
### Keybase proof
I hereby claim:
* I am ncopa on github.
* I am ncopa (https://keybase.io/ncopa) on keybase.
* I have a public key whose fingerprint is 0482 D840 22F5 2DF1 C4E7 CD43 293A CD09 07D9 495A
To claim this, I am signing this object:
//===-- interception_type_test.cc -------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file is a part of AddressSanitizer, an address sanity checker.
# Part 0
# load common stuff
TOPDIR = .
include $(TOPDIR)/Makefile.common
# Part 1
# recursive make
.PHONY: subdirs
all clean distclean install uninstall: subdirs
(none):~# rc-update add cron
* service cron added to runlevel default
(none):~# ln -s /etc/runlevels/boot /etc/runlevels/default/
(none):~# openrc default
* Loading modules ... [ ok ]
* Setting system clock using the hardware clock [UTC] ... [ ok ]
* Checking local filesystems ... [ ok ]
* Remounting filesystems ... [ ok ]
* Mounting local filesystems ... [ ok ]
* Configuring kernel parameters ... [ ok ]