Summary: | app-text/rman-3.2-r1 - rman.c: error: incompatible function pointer types passing int (const | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | StormByte |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/34244 | ||
Whiteboard: | fixed in 3.2-r2 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: |
emerge-info.txt
app-text:rman-3.2-r1:20221108-211103.log emerge-history.txt environment etc.clang.tar.bz2 etc.portage.tar.bz2 temp.tar.bz2 Fix incompatible types in cmp function |
Description
Toralf Förster
![]() Created attachment 829797 [details]
emerge-info.txt
Created attachment 829799 [details]
app-text:rman-3.2-r1:20221108-211103.log
Created attachment 829801 [details]
emerge-history.txt
Created attachment 829803 [details]
environment
Created attachment 829805 [details]
etc.clang.tar.bz2
Created attachment 829807 [details]
etc.portage.tar.bz2
Created attachment 829809 [details]
temp.tar.bz2
I've made a patch that makes it compile to be tested, it seems not to give problems but a proper test request is required. Created attachment 863806 [details, diff]
Fix incompatible types in cmp function
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785b732be3914227b8455af1a69dcb15ad781ab6 commit 785b732be3914227b8455af1a69dcb15ad781ab6 Author: Leonardo Hernández Hernández <leohdz172@proton.me> AuthorDate: 2023-12-11 23:11:32 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2023-12-13 07:50:10 +0000 app-text/rman: update EAPI 7 -> 8, fix -Wincompatible-pointer-types Closes: https://bugs.gentoo.org/880523 Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/34244 Signed-off-by: Florian Schmaus <flow@gentoo.org> .../rman-3.2-incompatible-pointer-types.patch | 24 ++++++++++++++++ app-text/rman/rman-3.2-r2.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66113ab3d904ca61e1c38881bbb2ac28e0188703 commit 66113ab3d904ca61e1c38881bbb2ac28e0188703 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-10-28 19:48:27 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-10-28 19:48:27 +0000 app-text/rman: drop 3.2-r1 Bug: https://bugs.gentoo.org/880523 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> app-text/rman/rman-3.2-r1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) |