Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552044 - app-editors/xemacs-21.4.22-r4: ebuild breaks configure caused by deprecation warnings
Summary: app-editors/xemacs-21.4.22-r4: ebuild breaks configure caused by deprecation ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XEmacs team
URL: http://tracker.xemacs.org/XEmacs/its/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 22:51 UTC by Mats Lidell
Modified: 2015-06-19 22:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mats Lidell gentoo-dev 2015-06-13 22:51:48 UTC
The xemacs-21.4.22-r4 ebuild breaks when trying to find the X windows mandatory dependency X11/Intrinsic.h. This is because the configure check isn't robust enough to handle deprecation warnings. The deprecation warnings comes from version 2.20 of glibc that warns for use of _BSD_SOURCE and _SVID_SOURCE.

Reproducible: Always
Comment 1 Mats Lidell gentoo-dev 2015-06-19 22:39:40 UTC
A fix is committed. Configure is set to ignore cpp warnings. This has been applied to the xemacs-21.4.24.ebuild as well, the next stable version.