Satadru Pramanik, DO, MPH, MEng

Results 88 issues of Satadru Pramanik, DO, MPH, MEng

Issue is from trying to rebuild python2 with clang 14.0.1 and mold 1.2.1 on ChromeOS `conftest.c` ``` /* confdefs.h */ #define _GNU_SOURCE 1 #define _NETBSD_SOURCE 1 #define __BSD_VISIBLE 1 #define...

``` configure:6727: checking whether the C compiler works configure:6749: i686-cros-linux-gnu-gcc -flto -fuse-ld=mold -flto conftest.c >&5 mold: fatal: /usr/local/tmp/ccOTdojs.o: not claimed by the LTO plugin collect2: error: ld returned 1 exit...

I'm building for waveshare 3.5inch LCD (A) for 3b+. and this is what I get with compilation (after commenting out the set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} in CMakeLists.txt ) ``` cmake -DARMV8A=ON -DWAVESHARE35B_ILI9486=ON...

retired

This section no longer generates a working certificate with openssl 3.x, as the password gets mangled: ``` if [[ -f ${SIGNED_CRT} ]]; then openssl pkcs12 -export \ -in "${CHAIN_FILE}" \...

Fixes #53 - Add check for OpenSSL 3.x, and have OpenSSL use the `-legacy` flag when generating the PKCS12 temp file if OpenSSL 3.x is being used.

gcc-c++ is not a package on debian/ubuntu. Also libfuse3-dev makes sure that the fuse3 header file is installed.

**Description** Docker containers slated for removal are piling up, and then when I attempt manual removal, get a message of ``` driver "zfs" failed to remove root filesystem: exit status...

area/storage/zfs

I previously had `gcc11` installed. Trying to uninstall I see this: ``` crew remove gcc11 /usr/local/bin/crew:1608:in `remove': private method `remove' called for nil:NilClass (NoMethodError) @pkg.remove ^^^^^^^ from /usr/local/bin/crew:1835:in `block in...

Fixes #7233 #7229 (But does not fix the musl binaries on AMD machines issue.) - By using the system `zstd` we can get AMD installs to extract all bootstrap packages....

installation 🔻
AMD

This issue comes up during installs: ``` Updating version number of ruby in device.json... Creating symlink to 'crew' in /usr/local/bin/ '/usr/local/bin/crew' -> '../lib/crew/bin/crew' Setup and synchronize local package repo... ./install.sh:...

AMD