Root-voidX

Results 20 comments of Root-voidX

> Any news? can this ticket be closed? Running script by itself doesn't work. I rebuild box64 3 times and made sure to restart binfmt. Also there was nothing in...

Have the same issue in F27. Will switch to F26 for now.

@InvalidSudo What's the fedora equivalent for that?

@InvalidSudo I got software rendering for gnuroot debian. My last question is I tried to get software rendering for fedora by using 'LIBGL_ALWAYS_SOFTWARE=1' But it doesn't work. Is this an...

I have the same issue to: groups: cannot find name for group ID 3003 groups: cannot find name for group ID 9997 groups: cannot find name for group ID 20290...

> I ran into this error: ``` CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake3 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_LTO=True -DENABLE_LLD=True -DBUILD_TESTS=False -DENABLE_ASSERTIONS=False -G Ninja .. -- The C compiler identification is Clang 3.4.2 -- The CXX...

Okay, so I made to sure to install all cross gcc packages and I also when in and made symlinks so the libraries that ended with so.X is linked to...

When i run ninja-build I get this errror: ``` bash-4.2# ninja-build [34/325] Building CXX object External/...rc/CMakeFiles/vixl.dir/utils-vixl.cc.o FAILED: External/vixl/src/CMakeFiles/vixl.dir/utils-vixl.cc.o /usr/bin/ccache /usr/bin/clang++ -DENABLE_JEMALLOC=1 -DVIXL_CODE_BUFFER_MMAP=1 -DVIXL_INCLUDE_TARGET_AARCH64=1 -D_M_ARM_64=1 -IExternal/vixl/src -I../External/vixl/src -I../External/jemalloc/pregen/include -I../External/robin-map/include -O2 -DNDEBUG...

> `/usr/bin/../lib/gcc/aarch64-linux-gnu/4.8.5` This is because your build environment is significantly older than what we support. We require clang-10 (maybe 11 if we broke something?) and a significantly newer libstdc++. We...

So i switched to fedora 35 aarch64, I got a bunch of warnings during ninja build, anything of concern? ``` bash-5.1# ninja [0/2] Re-checking globbed directories... [64/324] Building CXX object...