Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460992 - eutils.eclass: epunt_cxx patch fails to apply with newer autoconf
Summary: eutils.eclass: epunt_cxx patch fails to apply with newer autoconf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 460782 460786 460788 460792 460922 460970 460972 460974 460976 460978 460980 460982 460986
  Show dependency tree
 
Reported: 2013-03-09 18:20 UTC by Michał Górny
Modified: 2013-03-12 14:16 UTC (History)
3 users (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-09 18:20:21 UTC
For example, expat's configure reads:

  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
See \`config.log' for more details" "$LINENO" 5; }

which doesn't match the code in patch. Therefore, epunt_cxx fails.

This triggered a lot of QA warnings which resulted in bug reports which were misinterpreted, so I disabled the warning temporarily.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-03-09 19:56:34 UTC
Reminder for myself. Might need to revert this for sysfsutils & expat wrt bug 460786 and bug 460782.