bartoszek

Results 22 comments of bartoszek

**Linux with SCons @ Python 2** works as expected **Linux with SCons @ Python 3** Failed to find `qt5` `sys={distro:ArchLinux, python:3.8.1, scons:3.1.2, qt5:5.14.1}` [scons2.log](https://github.com/mitsuba-renderer/mitsuba/files/4167519/scons2.log) [scons3.log](https://github.com/mitsuba-renderer/mitsuba/files/4167520/scons3.log) Looks like [data/scons/qt5.py](https://github.com/mitsuba-renderer/mitsuba/blob/master/data/scons/qt5.py) need a...

Also there is `mitsuba-git` in AUR :smirk:

running `luxcoreui scenes/kitchen/kitchen-hdr.cfg` works as it bypass `LoadRenderConfig()` [strace log form `luxcoreui srcene/kitche/kitchen-hdr.cfg` followed by `luxcoreui:>Rendering:>Load(kitchen-hdr.cfg)`](https://github.com/LuxCoreRender/LuxCore/files/6404517/luxcorerui.strace.stat.log)

Meshroom backtrace while hangs. ```c #0 0x00007ffff7f228ca in __futex_abstimed_wait_common64 () at /usr/lib/libpthread.so.0 #1 0x00007ffff7f1c270 in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #2 0x00007ffff647f07c in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at /usr/lib/Meshroom-2021.1.0/lib/PySide2/../../../libQt5Core.so.5 #3 0x00007ffff6251c90 in...

Running with `QML_IMPORT_TRACE=1` doesn't show anything besides the import path. ```c $QML_IMPORT_TRACE=1 Meshroom WARNING:root:== The following "aliceVision" plugins could not be loaded == * SketchfabUpload: No module named 'requests' WARNING:root:==...

Doesn't work for me either. Arch, nvidia gtx970 (Driver Version: 384.59), gnome-shell 3.24.3, gtk3 3.22.18,xorg-server 1.19.3, dual screen setup. Tried `HWcursor` ``` [ 4.133] (II) Applying OutputClass "nvidia" options to...

Bump the questing, since `oneTBB` drops `tbb::atomic` in favor of `std::atomic` this package quickly becomes obsolescent as more and more distros moved to the new tbb API.

Isn't this a problem with GCC installation? `_mm_maskstore_ps` is defined in: ``` grep -RI _mm_maskstore_ps /usr/lib/gcc/ /usr/lib/gcc/x86_64-pc-linux-gnu/5.5.0/include/avxintrin.h:_mm_maskstore_ps (float *__P, __m128i __M, __m128 __A) /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.1/include/avxintrin.h:_mm_maskstore_ps (float *__P, __m128i __M, __m128 __A)...

Did you try building the package in clean chroot environment?

@stachenov Sorry for getting late to the party, I've updated `quazip.patch` for `AUR/openboard{-git}` to reflect migration changes. Builds fine on `gcloud` although can't test it now, so @Larson40, @Scimmia22 perhaps...