Mosè Giordano

Results 124 issues of Mosè Giordano

Some of the libtool files in `/opt/${target}/${target}/lib*` contain wrong paths. For example, for `x86_64-linux-gnu`, `/opt/x86_64-linux-gnu/x86_64-linux-gnu/lib64/libquadmath.la` has the following `libdir`: ```sh # Directory that this library needs to be installed in:...

bug :bug:
rootfs

Rust tests are occasionally failing with this error: ``` [ Info: Building for i686-linux-gnu-libgfortran5-cxx11 [ Info: Brewing a pot of coffee for Travis... ..i686-linux-gnu-cc -shared -o /tmp/testsuite/i686-linux-gnu/c/dyn_link/libfoo/libfoo.so -fPIC -g -O2...

rust :crab:

We have several cases where we need to set some environment variables at runtime (or using `withenv`) to relocate the libraries/executables: * for `git` we need to set `GIT_EXEC_PATH` and...

jll wrappers :burrito:

In #832 there is a test where the auditor misidentifies a `haswell` object file as `sandybridge`, because it uses an AVX instruction, but with `ymm` register, which causes a `SIGILL`...

bug :bug:
audit :ear:

Ref: https://github.com/JuliaPackaging/Yggdrasil/pull/2540#issuecomment-778863805

bug :bug:
audit :ear:

https://github.com/JuliaBinaryWrappers/Poppler_jll.jl/releases/download/Poppler-v0.87.0%2B1/Poppler.v0.87.0.x86_64-w64-mingw32-cxx11.tar.gz has a recursive `bin/` directory. No idea what we can do, but it's probably a good to have a mechanism to avoid this. ![Screenshot_20201025_161431](https://user-images.githubusercontent.com/765740/97112620-4c61e680-16dd-11eb-83e4-d356ab8c7231.png)

audit :ear:

We may want to remove OpenSSL from RootFS, see https://github.com/JuliaPackaging/Yggdrasil/blob/925ae1255a37219d35515065ee373eeea937d485/O/OpenSSH/build_tarballs.jl#L28-L32 and https://github.com/JuliaPackaging/Yggdrasil/pull/1442

rootfs

If the build script is successful for the first platform but then fails for the second, fixing the failure after entering the build environment ``` How would you like to...

help wanted :sos:
wizard :mage:
up for grabs

Idea I shared today on Slack: > what about making the compiler wrapper capture the output (probably only `stderr` is sufficient) of the compiler and issue some useful suggestions based...

crazy idea :exploding_head:

See for example https://github.com/JuliaBinaryWrappers/CUDA_full_jll.jl/blob/c7cc90737dcd5fd2e6900fcddbaff3a1c594d6f5/README.md

jll wrappers