From 0082802420157c8a50da94d3ead9f68975aa2d67 Mon Sep 17 00:00:00 2001 From: Ariston Lorenzo Date: Wed, 17 May 2023 17:35:42 -0400 Subject: [PATCH] Meta: Update TASKS Added finishing proxy class and option to not build linktest. Signed-off-by: Ariston Lorenzo --- TASKS | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/TASKS b/TASKS index 311e3a6..5c2717e 100644 --- a/TASKS +++ b/TASKS @@ -11,34 +11,24 @@ to that task (i.e. accepting patches, making the final pull request). --- - * #1: There seems to be another IOT Instruction error with this, and - according to GDB, it seems like a pthread issue. - - LOG #1: - website started on port 3000. - terminate called after throwing an instance of 'std::out_of_range' - what(): basic_string::substr: __pos (which is 4) > this->size() (which is 1) - [1] 11627 IOT instruction (core dumped) ./website - - GDB #1: - Thread 9 "website" received signal SIGABRT, Aborted. - [Switching to Thread 0x7fffef7fe6c0 (LWP 11262)] - __pthread_kill_implementation (threadid=, signo=signo@entry=6, - no_tid=no_tid@entry=0) at pthread_kill.c:44 - Downloading source file /usr/src/debug/glibc-2.36-9.fc37.x86_64/nptl/pthread_kill.c - 44 return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0; - - From: FiRe - Date: Wed Apr 12 23:31:11 2023 -0500 - - This is related to removing pthread_join, I attempted this myself and fixed - the string issue, it still does not run correctly and will need to be fixed - in a later commit. - Levi Hicks @ N11 - * #2: Possible LibreSSL support (atl) It seems like a good idea considering that the OpenBSD team is pretty good at being on top of things better than the OpenSSL team (especially when talking about security vulnerabilities). Also, improves support for the BSD's and macOS natively (since LibreSSL is the default). + + * #3: Finish proxy implementation (FiRe) + + According to Levi, in the proxy implementation commit, he wasn't able to + be able to turn it into a class so we'll put this here. + + * #4: Option to not build linktest + + You may be saying 'just do make link' but then you can't install it since + apparently installing the library requires linktest to be built. + + For some reason while trying to compile the .rpm's for Link, it was + having a lot of issues trying to compile linktest that I've never seen + before and doesn't happen when compiling manually rather than through + the source RPM. -- 2.11.4.GIT