Robert-André Mauchin

Results 114 issues of Robert-André Mauchin

Golang 1.12.6 on i686 and armv7 ``` Testing in: /builddir/build/BUILD/treeprint-a009c3971eca89777614839eb7f69abed3ea3959/_build/src PATH: /builddir/build/BUILD/treeprint-a009c3971eca89777614839eb7f69abed3ea3959/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/treeprint-a009c3971eca89777614839eb7f69abed3ea3959/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags "-X github.com/xlab/treeprint/version.commit=a009c3971eca89777614839eb7f69abed3ea3959 -X github.com/xlab/treeprint/version=0 -extldflags '-Wl,-z,relro...

I'm packaging go-gitignore on Fedora Rawhide with Golang 1.16 beta 1 and I'm encountering the following error: ``` Testing in: /builddir/build/BUILD/go-gitignore-39e6bddfb2924a6703a1cb3bb97098db26d7b460/_build/src PATH: /builddir/build/BUILD/go-gitignore-39e6bddfb2924a6703a1cb3bb97098db26d7b460/_build/bin:/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/go-gitignore-39e6bddfb2924a6703a1cb3bb97098db26d7b460/_build:/usr/share/gocode GO111MODULE: off command: go test...

avio: Constify data pointees of write callbacks Ref: https://github.com/FFmpeg/FFmpeg/commit/2a68d945cd74265bb71c3d38b7a2e7f7d7e87be5 https://github.com/FFmpeg/FFmpeg/commit/02aea61d69d8f81bc285e2131bf25f96a3e27feb

channel_layout has been replace with ch_layout avcodec_close has been deprecated in favor of avcodec_free_context Fix #57

Use the underscore name 'console_scripts' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported.

Patch-ng is more widely packaged nowadays.

Environment: - Python 3.12.0rc1 - Fedora Rawhide - libmagic 5.45 - libarchive 3.7.1 - p7zip 16.02 Summary ``` FAILED tests/test_archive.py::TestGetExtractorTest::test_get_extractor_qcow2 FAILED tests/test_archive.py::TestRar::test_extract_rar_with_trailing_data - ... FAILED tests/test_extractcode_cli.py::test_extractcode_command_can_take_an_empty_directory FAILED tests/test_extractcode_cli.py::test_extractcode_command_does_extract_verbose FAILED tests/test_extractcode_cli.py::test_extractcode_command_always_shows_something_if_not_using_a_tty_verbose_or_not...

Hello, I can't seem to manage to get extractcode and [typecode](https://github.com/nexB/typecode) to run the tests. The whole issue is that part of the README.rst: > To install this package with...

Hello, Fedora Python SIG is testing Python 3.13 building, planning to include it in Fedora 41. Currently intbitset is failing because it is using the old buffer protocol from Python...

Version: 3.0.2 on Fedora Rawhide, Python 3.12. ``` =================================== FAILURES =================================== ______________________ test_set_consistency[20-120-1200] _______________________ original = (20, 30, 1000, 40) dumped = b'x\x9cc`\x10p``d\x18\x18\x80d/\x00*\xb6\x00S' dumped_trailing_bits = b'x\x9cc`\x10p`\x18(\xf0\x1f\x01\x00k\xe6\x0bF' @pytest.mark.parametrize( argnames=["original", "dumped", "dumped_trailing_bits"],...