Summary: | dev-vcs/subversion: fails to compile (swigutil_rb.c:791:29: error: passing argument 2 of ‘rb_hash_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Andreas K. Hüttel <dilfridge> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=923938 | ||
Whiteboard: | fixed in 1.14.3 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Sam James
![]() ![]() ![]() ![]() The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f5a0b35a3d402eb2f24d1146029baba0b0604 commit dd9f5a0b35a3d402eb2f24d1146029baba0b0604 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-02-06 04:47:15 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-02-06 04:56:14 +0000 dev-vcs/subversion: add 1.14.3 * Inline patches from tarball in SRC_URI (404'd). We were already deleting some patches from it and there was a lot of fuzz in another (obsolete patch for interix). * EAPI 8 * Add support for ruby32 (comes with this release). * Drop old libutf8proc hack & depend on newer version so we can drop that hack. * Run tests in parallel which helps a fair bit. * Run tests with -Onone so it doesn't look like they're hanging. * Add misc. missing || dies. Closes: https://bugs.gentoo.org/919090 Signed-off-by: Sam James <sam@gentoo.org> dev-vcs/subversion/Manifest | 1 + .../files/subversion-1.14.3-ruby-c99.patch | 28 ++ .../files/subversion-1.5.6-aix-dso.patch | 21 + .../files/subversion-1.8.1-revert_bdb6check.patch | 85 ++++ .../files/subversion-1.8.16-javadoc-nolint.patch | 19 + dev-vcs/subversion/subversion-1.14.3.ebuild | 445 +++++++++++++++++++++ 6 files changed, 599 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3557313f48c4daf6ade9cf5f229e3683e757e9 commit 4f3557313f48c4daf6ade9cf5f229e3683e757e9 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-10-31 15:57:38 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-10-31 15:58:53 +0000 dev-vcs/subversion: drop 1.14.2-r1 Bug: https://bugs.gentoo.org/919090 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> dev-vcs/subversion/Manifest | 2 - .../files/subversion-1.14.2-python3.11.patch | 16 - dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 438 --------------------- 3 files changed, 456 deletions(-) |