Bug 247982 - texlive-core-2008-r4: remove "deprecated char* conversion" warnings from xpdf library
|
Bug#:
247982
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: AMD64
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: trivial
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: aballier@gentoo.org
|
Reported By: rapatsky@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: texlive-core-2008-r4: remove "deprecated char* conversion" warnings from xpdf library
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-11-21 16:14 0000
|
This is a patch to change "char *" into "const char *" where possible in xpdf
source subdirectory, to remove gcc 4.3 warnings about deprecated string to
char* conversions.
Reproducible: Always
Steps to Reproduce:
1. emerge =app-text/texlive-core-2008-r4 &>emerge.log
2. grep deprecated emerge.log
Actual Results:
You'll see bunch of warning messages about string to char* conversions in
libs/xpdf sources
Expected Results:
Compilation must not give any warning message
Vladimir, could you send this patch upstream?
(In reply to comment #4)
> Vladimir, could you send this patch upstream?
You mean texlive or xpdf devellopers?
I'll try to send to texlive, cause xpdf looks like abandoned project
(In reply to comment #5)
> (In reply to comment #4)
> > Vladimir, could you send this patch upstream?
>
> You mean texlive or xpdf devellopers?
> I'll try to send to texlive, cause xpdf looks like abandoned project
I'd say just send the same mail to both of them, just in case
patch applied, thanks
just a small note: if it doesn't get applied upstream and the patch fails to
apply in later version i'll probably drop it without warning because it's huge
and doesn't harm usability.