Skip to content

Instantly share code, notes, and snippets.

View ErnyTech's full-sized avatar
:octocat:
#movingtogithub

Ernesto Castellotti ErnyTech

:octocat:
#movingtogithub
  • Savona, Italy
  • 01:12 (UTC +02:00)
View GitHub Profile
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.18.71-lineageos-ge7a802a46b91 (simonsmh@XPS15) (gcc version 4.9.x 20150123 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Aug 14 08:07:27 CST 2018
[ 0.000000] Boot CPU: AArch64 Processor [511f2112]
[ 0.000000] Machine: Qualcomm Technologies, Inc. MSM 8996 v3 + PMI8996 MTP
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: reserved region for node 'removed_regions@85800000': base 0x0000000085800000, size 48 MiB
[ 0.000000] Reserved memory: reserved region for node 'peripheral_region@8ea00000': base 0x000000008ea00000, size 45 MiB
[ 66% 308/465] //system/tools/hidl:libhidl-gen-ast lex hidl-gen_l.ll [linux_glibc]
FAILED: out/soong/.intermediates/system/tools/hidl/libhidl-gen-ast/linux_glibc_x86_64_shared/gen/lex/system/tools/hidl/hidl-gen_l.cpp
prebuilts/misc/linux-x86/flex/flex-2.5.39 -oout/soong/.intermediates/system/tools/hidl/libhidl-gen-ast/linux_glibc_x86_64_shared/gen/lex/system/tools/hidl/hidl-gen_l.cpp system/tools/hidl/hidl-gen_l.ll
flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
[ 73% 341/465] //external/boringssl:libcrypto clang src/crypto/fipsmodule/bcm.c [linux_glibc]
@ErnyTech
ErnyTech / jitpack.sh
Last active July 18, 2018 14:45
jitpack
wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/10.0.2+13/19aef61b38124481863b1413dce1855f/jdk-10.0.2_linux-x64_bin.tar.gz
tar xzvf jdk-10.0.2_linux-x64_bin.tar.gz
export JAVA_HOME="$(pwd)/jdk-10.0.2"
export PATH="$PATH:$JAVA_HOME/bin"
$JAVA_HOME/bin/java -version
From 579d7017b0b7f58839c6e4845c3fe5f9a71dc4ce Mon Sep 17 00:00:00 2001
From: ErnyTech <erny.castell@gmail.com>
Date: Sat, 12 May 2018 16:25:49 +0200
Subject: [PATCH] Separe Cef install in install target
---
CMakeLists.txt | 55 +++++++++++++++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 21 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
#include <iostream>
int main() {
using std::cout;
int i;
for(i=0; i<20; i++) {
if(i>10) {
break;
}
}
#include <stdlib.h>
#include <stdio.h>
void increment_age(int *age_plus);
int main() {
char str[200];
int age;
int *age_plus;
age_plus=&age;
జ్ఞ‌ా
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/vlc/plugins/*
[Trigger]
Type = Package
Operation = Install
--- modules/lua/demux.c 2017-12-21 10:51:16.000000000 +0100
+++ modules/lua/demux.c 2018-02-11 12:46:13.778609000 +0100
@@ -38,6 +38,15 @@
#include "vlc.h"
#include "libs.h"
+/*
+Backport for LUA 5.0.3
+*/
+
#include <iostream>
#include <cmath>
using std::cout;
using std::cin;
using std::string;
string peso (double a, double b) // a peso; b altezza
{
double f;