Mosè Giordano

Results 124 issues of Mosè Giordano

Needs https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/1193 to be fixed

Ok, we have ```console sandbox:${WORKSPACE}/srcdir/notcurses/build # cat /opt/x86_64-w64-mingw32/x86_64-w64-mingw32/sys-root/include/pthread_time.h /* Dummy header, which gets overridden, if winpthread library gets installed. */ ``` which looks like https://github.com/Alexpux/mingw-w64/blob/d0d7f784833bbb0b2d279310ddc6afb52fe47a46/mingw-w64-headers/crt/pthread_time.h, of the files you liked...

Windows 🙄
BinaryBuilder :gear:

I found the MinGW patches for Tar, but it still doesn't quite work: ``` [00:43:13] system.h:491:21: error: dereferencing pointer to incomplete type [00:43:13] if (initgroups (pw->pw_name, getgid ())) [00:43:13] ^...

Windows 🙄
long shot :bow_and_arrow:

As a matter of fact Pkg doesn't like them, I think it's better to automatically error our instead of having to tell users that they shouldn't use them. Recent cases...

From time to time I look to the package managers of Linux distributions to see if we can pick up some interesting ideas. One thing that I think would be...

enhancement :muscle:
crazy idea :exploding_head:

~Ref: https://github.com/JuliaPackaging/BinaryBuilderBase.jl/pull/131 and https://github.com/JuliaPackaging/Yggdrasil/pull/2781.~

We have discovered the hard way (https://github.com/JuliaPackaging/Yggdrasil/pull/4720) that file paths on Windows can't be longer than 260 characters by default, unless users change this limit: https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell. This can make it...

windows :window:
audit :ear:
up for grabs
hacktoberfest :beer:

At the moment the auditor tries to dlopen the library under this condition: https://github.com/JuliaPackaging/BinaryBuilder.jl/blob/39554446b20e8ff9427d9cbd2b163776a4744b2f/src/Auditor.jl#L140 but ```julia julia> platform = HostPlatform() Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.7.2, libc=glibc, libgfortran_version=5.0.0, libstdcxx_version=3.4.29} julia> platform["march"] =...

audit :ear: