This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INPUT("../../gfx/skia/Unified_cpp_gfx_skia0.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia1.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia2.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia3.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia4.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia5.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia6.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia7.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia8.o") | |
INPUT("../../gfx/skia/Unified_cpp_gfx_skia9.o") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/ncopa/aports/testing/firefox/src/mozilla-release/media/webrtc/signaling/src/sipcc/core/gsm/ccapi.c:309: multiple definition of `readlink' | |
../../media/webrtc/signaling/signaling_sipcc/fim.o:fim.c:(.text.readlink+0x0): first defined here | |
../../media/webrtc/signaling/signaling_sipcc/Unified_c_signaling_sipcc2.o: In function `cc_get_msg_body_info_ptr_from_feature_data': | |
/home/ncopa/aports/testing/firefox/src/mozilla-release/media/webrtc/signaling/src/sipcc/core/gsm/ccapi.c:309: multiple definition of `readlinkat' | |
../../media/webrtc/signaling/signaling_sipcc/fim.o:fim.c:(.text.readlinkat+0x0): first defined here | |
../../media/webrtc/signaling/signaling_sipcc/Unified_c_signaling_sipcc2.o: In function `cc_get_msg_body_info_ptr_from_feature_data': | |
/home/ncopa/aports/testing/firefox/src/mozilla-release/media/webrtc/signaling/src/sipcc/core/gsm/ccapi.c:309: multiple definition of `ttyname_r' | |
../../media/webrtc/signaling/signaling_sipcc/fim.o:fim.c:(.text.ttyname_r+0x0): first defined here | |
../../media/webrtc/signali |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ./src/Makefile.am.orig | |
+++ ./src/Makefile.am | |
@@ -1456,12 +1456,11 @@ | |
if WITH_NETCF | |
libvirt_driver_interface_la_CFLAGS += $(NETCF_CFLAGS) | |
libvirt_driver_interface_la_LIBADD += $(NETCF_LIBS) | |
-else ! WITH_NETCF | |
+endif WITH_NETCF | |
if WITH_UDEV | |
libvirt_driver_interface_la_CFLAGS += $(UDEV_CFLAGS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if WITH_NETCF | |
INTERFACE_DRIVER_SOURCES += \ | |
interface/interface_backend_netcf.c | |
endif WITH_NETCF | |
if WITH_UDEV | |
INTERFACE_DRIVER_SOURCES += \ | |
interface/interface_backend_udev.c | |
endif WITH_UDEV | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef __VIR_NETLINK_H__ | |
# define __VIR_NETLINK_H__ | |
# include "internal.h" | |
# include "virmacaddr.h" | |
# if defined(__linux__) && defined(HAVE_LIBNL) | |
#include <stdio.h> | |
#include <poll.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: William Pitcock <[email protected]> | |
# Contributor: Timo Teras <[email protected]> | |
# Maintainer: Leonardo Arena <[email protected]> | |
pkgname=u-boot | |
pkgver=2015.01 | |
pkgrel=0 | |
pkgdesc="Bootloader for ARM" | |
url="http://www.denx.de/wiki/U-Boot/" | |
arch="armhf" | |
license="GPL2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/* These are defined in /usr/include/rpc/netdb.h */ | |
#if !defined(__GLIBC__) | |
struct rpcent { | |
char *r_name; /* name of server for this rpc program */ | |
char **r_aliases; /* alias list */ | |
int r_number; /* rpc program number */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEN /home/ncopa/aports/main/linux-grsec/src/build/Makefile | |
set -e; : ' CHK include/generated/uapi/linux/version.h'; mkdir -p include/generated/uapi/linux/; (echo \#define LINUX_VERSION_CODE 200217; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < /home/ncopa/aports/main/linux-grsec/src/linux-3.14/Makefile > include/generated/uapi/linux/version.h.tmp; if [ -r include/generated/uapi/linux/version.h ] && cmp -s include/generated/uapi/linux/version.h include/generated/uapi/linux/version.h.tmp; then rm -f include/generated/uapi/linux/version.h.tmp; else : ' UPD include/generated/uapi/linux/version.h'; mv -f include/generated/uapi/linux/version.h.tmp include/generated/uapi/linux/version.h; fi | |
make -f /home/ncopa/aports/main/linux-grsec/src/linux-3.14/scripts/Makefile.asm-generic \ | |
src=uapi/asm obj=arch/x86/include/generated/uapi/asm | |
set -e; : ' CHK include/generated/utsrelease.h'; mkdir -p include/generated/; if [ `echo -n "3.14.25-0-grsec" | wc -c ` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHK include/config/kernel.release | |
GEN /home/ncopa/aports/main/linux-grsec/src/build/Makefile | |
CHK include/generated/uapi/linux/version.h | |
CHK include/generated/utsrelease.h | |
CC scripts/mod/empty.o | |
GEN scripts/mod/devicetable-offsets.h | |
/home/ncopa/aports/main/linux-grsec/src/linux-3.14/scripts/mod/empty.c:1:0: error: code model kernel does not support PIC mode | |
/* empty file to figure out endianness / word size */ | |
^ | |
/home/ncopa/aports/main/linux-grsec/src/linux-3.14/scripts/Makefile.build:308: recipe for target 'scripts/mod/empty.o' failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncopa@ncopa-xubuntu:~/lua-mosquitto$ cat testsec.lua | |
s = require('ssl') | |
ncopa@ncopa-xubuntu:~/lua-mosquitto$ valgrind lua5.1 testsec.lua | |
==24718== Memcheck, a memory error detector | |
==24718== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. | |
==24718== Using Valgrind-3.10.0.SVN and LibVEX; rerun with -h for copyright info | |
==24718== Command: lua5.1 testsec.lua | |
==24718== | |
==24718== | |
==24718== HEAP SUMMARY: |