Język Programowania Rust
Nothing to see here; just some bugs
Actix web is a small, pragmatic, and extremely fast rust web framework.
A cross-platform, GPU-accelerated terminal emulator
Mirror of aports repository
Backtraces in Rust
push eventRustSec/advisory-db
commit sha b56de72d7eb24f9bc5d73d49a0eed84c8cb8ec4a
Add duplicate ID guard file
push time in an hour
pull request commentRustSec/advisory-db
ID assignment action: guard against race conditions
You might need to manually create this file first? Not sure if the action will add the new file before pushing.
comment created time in an hour
PR opened RustSec/advisory-db
Guard against race conditions resulting in duplicate ID assignment by writing a hash of the directory structure (not file contents) into a file. If two ID assignment jobs run concurrently, the file will create a merge conflict.
This is completely untested, since I don't know how to trigger a test run of a Github action.
pr created time in an hour
issue commentmsys2/MSYS2-packages
Invalid signature, corrupt database
See https://www.msys2.org/news/#2020-06-29-new-packagers
This useless link is mentioned in all ticketes related to that failure with msys2 update. I've used it for many years, have never had any problems, and this update with key is a huge failure imo. No clear answer what to run to make and update/upgrade. This should have been handled properly instead of breaking things for everybody.
comment created time in an hour
pull request commentmsys2/MINGW-packages
yes, some packages have install scripts that get executed after installation: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-cython/cython-x86_64.install
Well, then it only works with install scripts then? Then I think I have to update quite a few packages I recently did :fearful:
comment created time in 3 hours
push eventmsys2/MINGW-packages
commit sha 7035fcd02e3895f54707dd3ca400e09d92fb9e7a
Disabled OpenMP for MSYS2/MINGW
commit sha bb31e914192e12bac1e4d45fefb9e33a942c56ec
mathgl: bump pkgrel
commit sha 384a754f32710447b1c6c27f5654eb61c0df7355
Merge pull request #1 from msys2/master Updated from master
commit sha 7b7cb8e012eb5bc4ceffbb3fe69745904f3f6b8d
Merge pull request #7720 from mayd/mathgl-fixes mathgl: Disabled OpenMP for MSYS2/MINGW
push time in 3 hours
PR merged msys2/MINGW-packages
Workaround for following issues:
#6623 MathGL simple test program hangs indefinitely.
#7636 [mathgl] Cannot use MSYS2 build with FLTK.
pr closed time in 3 hours
push eventmsys2/MINGW-packages
commit sha 77627d6e3e135e77345e696a6659250b032610f5
Update PKGBUILD
commit sha 1d40d15dafc1065502d7032bccad4241aa162d2f
Merge pull request #7722 from 3rav/patch-3 update: libexodus to 8.09
push time in 3 hours
push eventmsys2/MINGW-packages
commit sha 9009de067b1487f430263f112b3d9152819a09d2
Update PKGBUILD
commit sha 19554c4b8297521a80e00b8d9465891b7b05f158
Merge pull request #7723 from 3rav/patch-4 update: parsec to 3.0.2012
push time in 3 hours
PR merged msys2/MINGW-packages
Switch from git version to last main releas: https://bitbucket.org/icldistcomp/parsec/downloads/?tab=tags
pr closed time in 3 hours
pull request commentmsys2/MINGW-packages
ok, since it's not clear if upstream will backport it, maybe ghc-9.0.1-rc1 would work?
(I don't have experience with ghc, so not sure if a major version bump would reduce its usefulness)
comment created time in 3 hours
pull request commentmsys2/MINGW-packages
yes, some packages have install scripts that get executed after installation: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-cython/cython-x86_64.install
comment created time in 3 hours
PR opened msys2/MINGW-packages
Switch from git version to last main releas: https://bitbucket.org/icldistcomp/parsec/downloads/?tab=tags
pr created time in 7 hours
push eventmsys2/MINGW-packages
commit sha a57c7132f6e18401e9074050a566f239f745e7ae
openldap: Update to 2.4.57
push time in 7 hours
push eventmsys2/MINGW-packages
commit sha 0c2c38a20d96476f2f67b33df86a6e17cb67bb3b
dav1d: Update to 0.8.1
push time in 9 hours
issue commentmstorsjo/llvm-mingw
Otherwise I can massage the MSYS2 patches into the CMake build and take a shot at building 3.8.7 with cmake?
@RussellHaley Sadly the Python source tree has changed greatly since 3.6.7. Many files are moved around, created and deleted. pgen
, which used to be a C program, is now a Python program, so the pgen
target needs to be removed/modified. This is non-trivial imo.
comment created time in 10 hours
pull request commentmsys2/MINGW-packages
Compiler/GHC/SysTools directory doesn't packaged in GHC releases, at least, in 8.10.x
comment created time in 10 hours
push eventmsys2/MINGW-packages
commit sha b8990f6a7f51731c04fff838076c48fe6ad8de03
blender: Skip 32-bit build
push time in 10 hours
push eventmsys2/MINGW-packages
commit sha 744c1237b5206c8141e124e176f84e2fb438888b
graphicsmagick: Fix build
push time in 10 hours
issue commentmsys2/MINGW-packages
Qt5.14.2-3 C:/msys64/mingw64/bin/uic.exe: error while loading shared libraries: libstdc++-6.dll
The first roadblock is that we're using a feature branch of qwt called qwt-multiaxis ( https://github.com/osakared/qwt/tree/qwt-6.1-multiaxes ). Ideally this branch should be part of the qwt mainline. This branch was not updated to qt5.15 and it gives out some include errors. I'll have to patch those manually to continue the build. There were some errors further down the line but I can't remember them right now (with qt 5.15). I'll let you know if I find anything else.
-Adrian
comment created time in 10 hours
pull request commentmsys2/MINGW-packages
I think there is something going on Pacman which we don't know here. Let me explain, I downloaded https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-cython-0.29.21-1-any.pkg.tar.zst and extracted to check the bin folder where I could find cython-script.py
with these contents.
#!/mingw64/bin/python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'Cython==0.29.21','console_scripts','cython'
__requires__ = 'Cython==0.29.21'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('Cython==0.29.21', 'console_scripts', 'cython')()
)
Then I installed it using
pacman -S mingw-w64-x86_64-cython
ran this command and the output was
$ cat /mingw64/bin/cython-script.py
#!C:/msys64/mingw64/bin/python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'Cython==0.29.21','console_scripts','cython'
__requires__ = 'Cython==0.29.21'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('Cython==0.29.21', 'console_scripts', 'cython')()
)
So, I think there is something going on which I don't know...
comment created time in 10 hours
push eventmsys2/MINGW-packages
commit sha d2f88fa62b47e7b5fd36dcdd3458be7a92d27e10
Update PKGBUILD
commit sha 64fed2f2eff9de7423e5f22fc886cb3a0813f6b4
Merge pull request #7721 from 3rav/patch-3 precice: update to 2.2.0
push time in 11 hours
push eventmsys2/MINGW-packages
commit sha 3ea2c0a5332309eb6f64713b89e8a3d7e906917a
fix the path
commit sha 6bdf91ac270010034622fcf2b9e8bddbf34c61f3
Merge pull request #7697 from marcelotduarte/new_cx_freeze cx_Freeze 6.5.2 - fix #7480
push time in 11 hours
issue closedmsys2/MINGW-packages
cxfreeze missing .exe extension
Describe the issue
The cxfreeze
binary provided by mingw-w64-x86_64-python-cx_Freeze
and possibly other related packages do not have an exe extension.
Steps to Reproduce the Problem
- pacman -S mingw-w64-x86_64-python-cx_Freeze
- cxfreeze or cxfreeze-quickstart
- bash: /mingw64/bin/cxfreeze: cannot execute binary file: Exec format error
well, it should run
Additional info
I tried renaming the cxfreeze to cxfreeze.exe, but the problem remains.
closed time in 11 hours
Artoria2e5Pull request review commentmsys2/MINGW-packages
build() { } package() {- local _mingw_prefix=$(cygpath -am ${MINGW_PREFIX})+ local _mingw_prefix=$(cygpath -wm ${MINGW_PREFIX}) cd python-cx_Freeze-${CARCH} MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \ ${MINGW_PREFIX}/bin/python setup.py install --prefix=${MINGW_PREFIX} \ --root="${pkgdir}" --optimize=1 --skip-build # fix python command in files- pushd "${pkgdir}${MINGW_PREFIX}"/bin > /dev/null- for filename in cxfreeze cxfreeze-quickstart; do- sed -e "s|${_mingw_prefix}/bin/|/usr/bin/env |g" -i ${filename}+ for filename in "${pkgdir}${MINGW_PREFIX}/bin/cxfreeze*script.py"; do+ sed -e "s|${_mingw_prefix}/bin/||g" -i ${filename}
I agree. And, the first and this commit is better than the current behavior that prevents the use of the command.
comment created time in 11 hours