Skip to content

Instantly share code, notes, and snippets.

View kraj's full-sized avatar
🙂
peace

Khem Raj kraj

🙂
peace
View GitHub Profile
DEBUG: Executing shell function do_compile
[1/23] x86_64-yoe-linux-musl-clang -target x86_64-yoe-linux-musl -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/mctp/2.0/recipe-sysroot -Imctpd.p -I. -I../git -I../git/lib/tomlc99 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -O2 -g -fmacro-prefix-map=/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/mctp/2.0/git=/usr/src/debug/mctp/2.0 -fdebug-prefix-map=/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/mctp/2.0/git=/usr/src/debug/mctp/2.0 -fmacro-prefix-map=/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/mctp/2.0/build=/usr/src/debug/mctp/2.0 -fdebug-prefix-map=/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/mctp/2.0/build=/usr/src/debug/mctp/2.0 -fdebug-prefi
DEBUG: Executing shell function do_compile
NOTE: cmake --build /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/doxygen/1.12.0/build --target all --
[0/2] Re-checking globbed directories...
[1/268] Checking the doxygen version for changes...
[2/268] Checking the git repository for changes...
[3/268] [FLEX][mscgen_lexer] Building scanner with flex 2.6.4
[4/268] [FLEX][xml] Building scanner with flex 2.6.4
[5/268] Generating ../../generated_src/mscgen_lexer.l.h
[6/268] Generating ../generated_src/xml.l.h
[7/268] Generating ../generated_src/configvalues.h
This file has been truncated, but you can view the full file.
DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i686-linux', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 44 V=1
/mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/ffmpeg/7.0.2/ffmpeg-7.0.2/ffbuild/libversion.sh avdevice /mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/ffmpeg/7.0.2/ffmpeg-7.0.2/libavdevice/version.h /mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/ffmpeg/7.0.2/ffmpeg-7.0.2/libavdevice/version_major.h > libavdevice/libavdevice.version
/mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/ffmpeg/7.0.2/ffmpeg-7.0.2/ffbuild/libversion.sh avfilter /mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/ffmpeg/7.0.2/ffmpeg-7.0.2/libavfilter/version.h /mnt/b/yoe/master/build/tmp/work/core2-32-yoe-linux/ffmpeg/7.0.2/ffmpeg-7.0.2/libavfilter/version_major.h > libavfilter/libavfilter.version
/mnt/b/yoe/master/build/tmp/work/core2-32-
@kraj
kraj / auh.sh
Last active November 3, 2023 23:06
Apply AUH generated patches from patchwork
#!/bin/bash
if [ $# -lt 1 ]; then
echo "specify atleast one patch ID from patchwork"
echo "$0 <pnum1> <pnum2> ..."
exit
fi
i=1;
j=$#;
while [ $i -le $j ]
From 2089b514045d2de64a5d9c54e241731e85d77df2 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Mon, 14 Dec 2020 22:11:59 -0800
Subject: [PATCH] makefile.am: Fix build when build dir is not same as
sourcedir
This ensures right include paths are added to compiler
Signed-off-by: Khem Raj <[email protected]>
---
DESCRIPTION = "github.com/influxdata/influxdb"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=f39a8d10930fb37bd59adabb3b9d0bd6"
DEPENDS += "gdm-native mercurial-native git-native"
GO_IMPORT = "github.com/influxdata/influxdb"
GOBUILDFLAGS_remove = "-buildmode=pie"
inherit go go-mod pythonnative systemd
BRANCH = "nobranch=1"
{
"strategy": "additive",
"collationUCAData": "implicithan",
"featureFilters": {
"brkitr_rules": "include",
"brkitr_dictionaries": "include",
"brkitr_tree": "include",
"coll_ucadata": "include",
"coll_tree": "include",
"misc": "include",
| HOSTCC scripts/basic/fixdep
| GEN ./Makefile
| HOSTCC scripts/kconfig/conf.o
| SHIPPED scripts/kconfig/zconf.tab.c
| SHIPPED scripts/kconfig/zconf.lex.c
| SHIPPED scripts/kconfig/zconf.hash.c
| HOSTCC scripts/kconfig/zconf.tab.o
| /bin/sh: scripts/basic/fixdep: Permission denied
| scripts/Makefile.host:124: recipe for target 'scripts/kconfig/zconf.tab.o' failed
| make[3]: *** [scripts/kconfig/zconf.tab.o] Error 126
From c35a3f519007af44c3b364b9af86f6a336f6411b Mon Sep 17 00:00:00 2001
From: Thiago Macieira <[email protected]>
Date: Tue, 11 Feb 2014 16:17:46 -0800
Subject: [PATCH] Redo the Q_FOREACH loop control without GCC statement
expressions
It's possible to do without them, which probably makes the number of
supported compilers a lot bigger: they just need to support decltype()
or __typeof__.
PRAUTO$devmem2-1.0-r7$cortexa7t2hf-neon-vfpv4$22bbfca80882d179d06e1b22bbbee0253e7cbbc5eab5f1c1af107947409b1da2 = "0"
PRAUTO_devmem2-1.0-r7_cortexa7t2hf-neon-vfpv4 = "0"
PRAUTO$linux-firmware-rpidistro-20190114-1+rpt6-r0$all$30e8247e479b7757543a289cf7c4001f0f0948f71ac8518191ff8a58e0619e03 = "0"
PRAUTO_linux-firmware-rpidistro-20190114-1+rpt6-r0_all = "0"
PRAUTO$bluez-firmware-rpidistro-0.0+gitAUTOINC+96eefffccc-r0$all$fd7be13d8d19075e0e50b093f5ee78efea8864e09e4c113329cb15540e1a9bc7 = "0"
PRAUTO_bluez-firmware-rpidistro-0.0+gitAUTOINC+96eefffccc-r0_all = "0"
PRAUTO$AUTOINC-bluez-firmware-rpidistro-0.0+git$all$AUTOINC+96eefffccc = "0"
PRAUTO_AUTOINC-bluez-firmware-rpidistro-0.0+git_all = "0"
PRAUTO$linux-raspberrypi-1_4.19.115+gitAUTOINC+b13fc60b52-r0$raspberrypi3$79743e4dac382899510b9d85f2eedcba7aeecb9101ea84e56ebbc4087920d4e2 = "2"
PRAUTO_linux-raspberrypi-1_4.19.115+gitAUTOINC+b13fc60b52-r0_raspberrypi3 = "2"