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

Bug 552044

Summary: app-editors/xemacs-21.4.22-r4: ebuild breaks configure caused by deprecation warnings
Product: Gentoo Linux Reporter: Mats Lidell <matsl>
Component: Current packagesAssignee: XEmacs team <xemacs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://tracker.xemacs.org/XEmacs/its/issue889
Whiteboard:
Package list:
Runtime testing required: ---

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.