Sergey Fedorov

Results 619 issues of Sergey Fedorov

``` 36-138:~ arjuna$ cmake -C /Users/arjuna/Dev/darwin-xtools-10-5.cmake /Users/arjuna/Dev/darwin-xtools loading initial cache file /Users/arjuna/Dev/darwin-xtools-10-5.cmake CMake Deprecation Warning at CMakeLists.txt:17 (cmake_policy): The OLD behavior for policy CMP0051 will be removed from a future...

I was building `libtapi` @1100.0.11_0 and it failed on Lexer.cpp. I found the following: https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Tau_clang_plugin In particular, it advises: >On PowerPC architectures, all LLVM versions prior to LLVM 9 (included)...

This PR fixes `rmlint` build for 10.5.8 and 10.6. It contains two part, which come from: 1. https://gist.github.com/ingramj/1105106/adfad1a7b1f0575dd7737c296d644856f2c2d074 2. https://github.com/hboetes/mg/issues/7#issuecomment-475869095 P. S. There is also another problem related to how...

topic-compiling

I have tried building `i2pd` for `ppc` on 10.6.8 with `gcc11`, and it failed on this: ``` [ 75%] Building CXX object CMakeFiles/libi2pd.dir/Users/svacchanda/i2pd/libi2pd/util.cpp.o /Users/svacchanda/i2pd/libi2pd/util.cpp: In function ‘void i2p::util::SetThreadName(const char*)’: /Users/svacchanda/i2pd/libi2pd/util.cpp:127:36:...

question
build

This fixes a build on 10.6 for `ppc` and closes my own ticket: https://github.com/MoarVM/MoarVM/issues/1704 The fix is borrowed from `graphviz` code: https://gitlab.com/graphviz/graphviz/-/blob/main/cmd/lefty/os/unix/io.c See also: https://trac.macports.org/ticket/41916

I tried to build `MoarVM` @2022.2 on 10.6, and it fails on the following: ``` :info:build compiling src/platform/malloc_trim.o :info:build In file included from 3rdparty/mimalloc/src/static.c:17:0: :info:build 3rdparty/mimalloc/include/mimalloc-internal.h: In function '_mi_ptr_segment': :info:build...

Is there a current version without a dependency on `v8`? @andrjohns had a fork earlier: https://discourse.mc-stan.org/t/override-dependency-on-v8-or-make-v8-build-on-powerpc-mac-r-4-1-2/25432/5 (which still failed to build the last time I tried). I want to fix...

Could someone advise me on the following error: > library(rstan) Loading required package: StanHeaders Loading required package: ggplot2 rstan (Version 2.21.2, GitRev: 2e1f913d3ca3) For execution on a local, multicore CPU...

### Description _Add a comprehensive description of proposed changes_ This PR restores support for Darwin PPC: specifically, Leopard (`ppc`, `ppc64`, `universal`), 10.6 PPC (10A190) and 10.6.8 Rosetta. UPDATE 2023.02.19: This...

allocator

Here is the failure: ``` [ 74%] Building CXX object src/tbb/CMakeFiles/tbb.dir/rtm_mutex.cpp.o cd /opt/x86_64/var/macports/build/_opt_x86_64_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_onetbb/onetbb/work/build/src/tbb && /opt/x86_64/bin/g++-mp-11 -D__TBB_BUILD -D__TBB_USE_ITT_NOTIFY -I/opt/x86_64/var/macports/build/_opt_x86_64_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_onetbb/onetbb/work/oneTBB-2021.5.0/src/tbb/../../include -pipe -Os -DNDEBUG -I/opt/x86_64/include -D_GLIBCXX_USE_CXX11_ABI=0 -arch x86_64 -mmacosx-version-min=10.6 -fPIC -flifetime-dse=1 -Wall -Wextra...