Results 49 issues of mikhailnov

This code is not buildable with kernel 5.10. Builds ok with kernel 5.15. I actually do not need it for 5.10, just reporting this issue to make you know this))...

There are the following firmware files in this repository: * rtl8192dufw.bin * rtl8192dufw_wol.bin But I can't find code which loads this firmware. I see the following code: ```c include/rtl8192d_hal.h:173: #define...

If path begins with "/", consider it to be an absolute path, not relative to $HOME Example: SessionLogFile=/dev/null Co-authored-by: Artem Proskurnev (@temaps) Signed-off-by: Mikhail Novosyolov

cjson git master is not buildable with -Werror=strict-aliasing / -Wstrict-aliasing=2 ``` cJSON.c:353:59: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] 353 | number = strtod((const char*)number_c_string, (char**)&after_end); | ^~~~~~~~~~...

When building an RPM via rpmbuild, we need to: * pass system default compiler flags, example from ROSA 2023.1: ``` $ rpm -E %optflags -O2 -fomit-frame-pointer -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat...

When building an RPM package system compiler flags are set. They include -g/-gdwarf-4 to enable debuginfo which is futher stripped automatically and put into a separate package into a separate...

``` DEBUG: lcc: "/builddir/build/BUILD/tdesktop-4.3.0-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp", line 1259: error #1563: DEBUG: class type not suitable for use with designators DEBUG: .stateUpdated = [threads, weak](const NativeNetworkingImpl::State &state) { DEBUG: ^ ``` Also lcc...

cmake files of binary packages must be in /usr/lib(64)/cmake/$application_name, not /usr/share/$application_name/cmake/

cmake files for architecture-dependent packages must be inside libdir/package_name Source: Timo Gurr (https://git.exherbo.org/arbor.git/tree/packages/net-libs/bctoolbox/files)