UDD
Skip Quicknav
Ultimate Database
Bugs search
Maintainer dashboard
Lintian
Lintian tags
Patches
Bugs usertags
Patches
Debian Patches
Status for libterm-slang-perl/0.07-15
Search:
Patch
Description
Author
Forwarded
Bugs
Origin
Last update
gcc-14.patch
fix build failure with gcc 14. Starting with gcc 14, assignment to incompatible pointer types is
fatal. This patch fixes/works around the following symptom while
building Term::Slang:
.
Slang.xs:415:28: error: assignment to ‘SV *’ {aka ‘struct sv *’} from incompatible pointer type ‘Scroll_Line_Type *’ {aka ‘struct _Scroll_Line_Type *’} [-Wincompatible-pointer-types]
415 | sv = (Scroll_Line_Type*)SvPV( lines->sv_next, PL_na );
| ^
Slang.xs:420:28: error: assignment to ‘SV *’ {aka ‘struct sv *’} from incompatible pointer type ‘Scroll_Line_Type *’ {aka ‘struct _Scroll_Line_Type *’} [-Wincompatible-pointer-types]
420 | sv = (Scroll_Line_Type*)SvIV( lines->sv_prev );
| ^
Étienne Mollier <emollier@debian.org>
no
debian
2024-07-21
remaining-changes.patch
Remaining changes from non-source-format-3.0 package
no
slang2.patch
Update to slang2
Joey Hess <joeyh@debian.org>
no
Showing 1 to 3 of 3 entries
All known versions for source package 'libterm-slang-perl'
0.07-15
(trixie, sid)
0.07-14
(bookworm)
0.07-13
(bullseye)
Links
Package Tracker for 'libterm-slang-perl'
Debian Maintainer Dashboard for 'libterm-slang-perl'
Browse sources for 'libterm-slang-perl/0.07-15' on sources.debian.org
DEP3: Patch Tagging Guidelines