Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339852 - xorg-2.eclass: --disable-* for all encodings results in QA warnings
Summary: xorg-2.eclass: --disable-* for all encodings results in QA warnings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 18:19 UTC by Michał Górny
Modified: 2018-05-26 19:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add --disable-all-encodings to font macros (0001-Add-a-shorthand-disable-all-encodings-option.patch,2.02 KB, patch)
2010-10-06 19:10 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.