Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
The issue goes away when I switch to using lld. ``` [32/34] Building CXX object runtime/src/CMakeFiles/omp.dir/kmp_version.cpp.o clang-15: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument] clang-15: warning: argument unused during...
## Describe the bug My integration appears to pull up all of my Google Home devices (Nest Hub 2, Mini, Home Max, etc.), but the timers do not appear. I...
Using gcc 12.2.1 on armv7l/Chromebrew. Using these configuration options: ``` meson setup -Dprefix=/usr/local -Dlibdir=/usr/local/lib -Dmandir=/usr/local/share/man -Dbuildtype=release -Db_lto=true -Dstrip=true -Db_pie=true -Dcpp_args='-O2 -pipe -ffat-lto-objects -fPIC -mfloat-abi=hard -mthumb -mfpu=neon -march=armv7-a+fp -fuse-ld=mold ' -Dc_args='-O2...
(Continuation of discussion from https://github.com/containers/crun/issues/1115 ) yes, that seems like a different error and one I've never seen before. Do you see the same error if you run something like...
I get this building on x86_64 and armv7l using cmake and `-C builddir -DBUILD_SHARED_LIBS=ON` using the current version of `cmake` (3.28.3): ``` Command "bash -c DESTDIR=/usr/local/tmp/crew/dest ninja -C builddir install"...
**Describe The Bug** When I build and run a docker container using jelyfin master using https://github.com/jellyfin/jellyfin/blob/master/Dockerfile (which pulls from jellyfin-web/master) I see show seasons duplicated. When I modify https://github.com/jellyfin/jellyfin/blob/master/Dockerfile to...
Builds properly: - [x] `x86_64` - [x] `i686` - [x] `armv7l` ### Run the following to get this pull request's changes locally for testing. ``` CREW_REPO=https://github.com/satmandu/chromebrew.git CREW_BRANCH=llvm18 crew update ```
- This is a work in progress podman and distrobox package. (distrobox requires a working podman.) - The primary remaining issue with this is figuring out `cgroup` settings and startup...
Relevant packages: ``` dropbox.rb: depends_on 'python2' unless File.exist? "#{CREW_PREFIX}/bin/python" dstat.rb: depends_on 'python27' dtrx.rb: depends_on 'python2' ecasound.rb: depends_on 'python2' epydoc.rb: depends_on 'python2' gn.rb: depends_on 'python2' => :build imagemagick6.rb: depends_on 'python2' komodo.rb:...
There is a limited armv7l userspace on the new aarch64 userspace enabled builds, so we need to figure out how to move forward with these new machines. I would suggest...