Skip to content

Instantly share code, notes, and snippets.

In file included from /home/mangix/devstuff/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-9.3.0_musl/include/pthread.h:30,
from /home/mangix/devstuff/openwrt/build_dir/toolchain-mipsel_24kc_gcc-9.3.0_musl/gcc-9.3.0-final/mipsel-openwrt-linux-musl/libstdc++-v3/include/mipsel-openwrt-linux-musl/bits/gthr-default.h:35,
from /home/mangix/devstuff/openwrt/build_dir/toolchain-mipsel_24kc_gcc-9.3.0_musl/gcc-9.3.0-final/mipsel-openwrt-linux-musl/libstdc++-v3/include/mipsel-openwrt-linux-musl/bits/gthr.h:148,
from /home/mangix/devstuff/openwrt/build_dir/toolchain-mipsel_24kc_gcc-9.3.0_musl/gcc-9.3.0/libstdc++-v3/libsupc++/atexit_thread.cc:27:
/home/mangix/devstuff/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-9.3.0_musl/include/sched.h:141:8: error: expected constructor, destructor, or type conversion before '(' token
141 | __REDIR(sched_rr_get_interval, __sched_rr_get_interval_time64);
| ^
In file included from /home/mangix/devstuff/openwrt/staging_dir
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libshout configure 2.4.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --target=arc-openwrt-linux --host=arc-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --enable-shared --enable-static --disable-speex --without-pic --disable-theora --without-openssl
## --------- ##
## Platform. ##
HTTP/1.1 302 Found
Date: Fri, 09 Nov 2018 00:46:58 GMT
Content-Type: text/html; charset=utf-8
Server: GitHub.com
Status: 302 Found
Cache-Control: no-cache
Vary: X-PJAX
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/2502638/69829df4-6a5a-11e8-8b75-dce1f1b551e8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181109%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181109T004658Z&X-Amz-Expires=300&X-Amz-Signature=7bf0421619bd43b452b2d113483b515a5b07f1ccdce11d414ae987f798ae5ec8&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Drtorrent-0.9.7.tar.gz&response-content-type=application%2Foctet-stream
Set-Cookie: has_recent_activity=1; path=/; expires=Fri, 09 Nov 2018 01:46:58 -0000
Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Tue, 09 Nov 2038 00:46:58 -0000; secure; HttpOnly
This file has been truncated, but you can view the full file.
libtool: compile: mipsel-openwrt-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I./libupnpp -DDEBUG -g -Wall -I/home/mangix/devstuff/openwrt/staging_dir/target-mipsel_24kc_uClibc/usr/include/npupnp -I/home/mangix/devstuff/openwrt/staging_dir/target-mipsel_24kc_uClibc/usr/include -I/home/mangix/devstuff/openwrt/staging_dir/target-mipsel_24kc_uClibc/usr/include -DDATADIR=\"/usr/share/libupnpp\" -DCONFIGDIR=\"/etc\" -I/home/mangix/devstuff/openwrt/staging_dir/target-mipsel_24kc_uClibc/usr/include -I/home/mangix/devstuff/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-9.3.0_uClibc/usr/include -I/home/mangix/devstuff/openwrt/staging_dir/toolchain-mipsel_24kc_gcc-9.3.0_uClibc/include -std=c++11 -std=c++11 -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 -ffile-prefix-map=/home/mangix/devstuff/openwrt/build_dir/target-mipsel_24kc_uClibc/libupnpp-0.19.1=libupnpp-0.19.1 -Wformat -Werror
Sun Jan 12 15:01:34 2020 daemon.err uhttpd[1747]: luci: accepted login on / for root from 192.168.0.205
Sun Jan 12 15:01:35 2020 kern.info kernel: [157640.733345] do_page_fault(): sending SIGSEGV to rpcd for invalid read access from 39383830
Sun Jan 12 15:01:35 2020 kern.info kernel: [157640.741905] epc = 77de71e0 in luci.so[77de6000+16000]
Sun Jan 12 15:01:35 2020 kern.info kernel: [157640.747144] ra = 77dea6c4 in luci.so[77de6000+16000]
From 73f0e186964126c9e2bfba43488f543ace54746b Mon Sep 17 00:00:00 2001
From: Rosen Penev <rosenp@gmail.com>
Date: Thu, 23 Jan 2020 18:54:51 -0800
Subject: [PATCH 2/2] libcrypto: remove deprecated API usage
EVP_CIPHER_CTX_init was replaced with _reset.
Removed EVP_CIPHER_CTX_cleanup. The successive _free call handles that.
Removed old SSLeay function usage.
From ce7de0261f0c1f1640da5673dd24939a37e33bd9 Mon Sep 17 00:00:00 2001
From: Rosen Penev <rosenp@gmail.com>
Date: Thu, 23 Jan 2020 18:53:06 -0800
Subject: [PATCH 1/2] libcrypto-compat: add extra functions
Changed the define to compare OPENSSL_API_COMPAT instead of version as
OpenSSL can be compiled in different ways. One is to disable all
deprecated APIs.
Added extra functions. The next commit will switch to them.
#
# Automatically generated file; DO NOT EDIT.
# OpenWrt Configuration
#
CONFIG_MODULES=y
CONFIG_HAVE_DOT_CONFIG=y
# CONFIG_TARGET_sunxi is not set
# CONFIG_TARGET_apm821xx is not set
# CONFIG_TARGET_ath25 is not set
# CONFIG_TARGET_ar71xx is not set
diff --git a/utils/canutils/Makefile b/utils/canutils/Makefile
index 4aebafd95..ffc94c97f 100644
--- a/utils/canutils/Makefile
+++ b/utils/canutils/Makefile
@@ -19,6 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/can-utils-$(PKG_VERSION)
PKG_MAINTAINER:=Anton Glukhov <anton.a.glukhov@gmail.com>
PKG_LICENSE:=GPL-2.0-or-later
+PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
libavcodec/x86/ac3dsp.asm:348: error: binary output format does not support external references
libavutil/x86/x86inc.asm:1369: ... from macro `pmaddwd' defined here
libavutil/x86/x86inc.asm:1185: ... from macro `RUN_AVX_INSTR' defined here