Steve Smith
Steve Smith
I can compile `contest.cpp` from the failure reported in `conf.log` and replicate the error. The linker has `@rpath/libc++.1.dylib`. I think there's a load path to llvm that needs to be...
@mascguy, @reneeotten, @pmetzger, @count0 Do any of you have insight on this `configure` compilation test error? There's an executable being created with `@rpath/libc++.1.dylib`, and the only place I see this...
> it is possible to point to libraries installed elsewhere. Mainly, you'll want to adjust "etc/config.rktd" for `'lib-search-dirs` as described at https://docs.racket-lang.org/raco/config-file.html. I confirm that this works, please see https://github.com/macports/macports-ports/pull/28809....
I thought these were the correct v2 calls. What’s the correct call to bootstrap `cabal` from source?
Thanks for comment @geekosaur . But please note this is a build for a package manager that itself downloads a specific source code version, and builds and distributes that specific...
@geekosaur This diagnosis doesn't appear to be correct. `cabal-boot build cabal` still throws the error: > ``` > Installation directories are not prefix_relative: > ``` This issue is pretty simple:...
> The intended workflow for system packagers is to use the `runghc Setup.hs` interface, which still requires a separate `configure`, and most of your prefix options should be passed to...
This issue is superseded by #10755.
> Have you tried building Apache Arrow against [Address Sanitizer (ASAN)](https://github.com/google/sanitizers/wiki/AddressSanitizer) … Same issue when built with `-DADDRESS_SANITIZER:BOOL=ON`: ```sh $ /opt/local/bin/lldb-mp-16 (lldb) command script import pyarrow PLEASE submit a bug...
> The stack trace still includes jemalloc calls. I think you need to set `-DARROW_JEMALLOC:BOOL=OFF` and `-DADDRESS_SANITIZER:BOOL=ON` to use ASAN. When I do compile with `-DADDRESS_SANITIZER:BOOL=ON ` and `-DARROW_JEMALLOC:BOOL=OFF` there...