Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 339852

Summary: xorg-2.eclass: --disable-* for all encodings results in QA warnings
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: QA    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.freedesktop.org/show_bug.cgi?id=30663
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to add --disable-all-encodings to font macros

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-10-05 18:19:37 UTC
The new font packages from fdo no longer declare AC_ARG_ENABLE() for all the possible encodings but only for those the font actually supports. Thus, building font-adobe-100dpi results in the following QA warnings:

* configure: WARNING: unrecognized options: --disable-iso8859-5, --disable-iso8859-6, --disable-iso8859-7, --disable-iso8859-8, --disable-iso8859-11, --disable-iso8859-12, --disable-iso8859-16, --disable-jisx0201, --disable-koi8-r

And for bitstream, the list is even longer:

* configure: WARNING: unrecognized options: --disable-iso8859-2, --disable-iso8859-3, --disable-iso8859-4, --disable-iso8859-5, --disable-iso8859-6, --disable-iso8859-7, --disable-iso8859-8, --disable-iso8859-9, --disable-iso8859-10, --disable-iso8859-11, --disable-iso8859-12, --disable-iso8859-13, --disable-iso8859-14, --disable-iso8859-15, --disable-iso8859-16, --disable-jisx0201, --disable-koi8-r
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-10-06 19:10:43 UTC
Created attachment 249781 [details, diff]
Patch to add --disable-all-encodings to font macros
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-11-16 18:31:17 UTC
The patch has been applied upstream, and I'm starting to bump the fonts.
Comment 3 Matt Turner gentoo-dev 2018-05-08 22:12:19 UTC
Looks like there are two reports of breakage:

https://bugs.gentoo.org/357331
https://bugs.gentoo.org/368335
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-05-09 07:14:13 UTC
Looks like I didn't anticipate iso8859-1 being not disabled back then.  The patch attached to the bug looks fine.
Comment 5 Matt Turner gentoo-dev 2018-05-26 19:55:02 UTC
I think this bug was fixed long ago. I'm fixing the others that resulted from the change.