Summary: | app-arch/rpm-4.4.6-r7 should apply files/rpm-4.4.7-have-locale-h.patch too | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Guido Flohr <guido> |
Component: | New packages | Assignee: | Stanislav Ochotnicky (RETIRED) <sochotnicky> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Guido Flohr
2011-12-28 16:04:14 UTC
1) Please post your `emerge --info' output in a comment. 2) Please attach the entire build log to this bug report. Correction: locale.h is not included, not libintl.h. See system.h, line 463: #if HAVE_LOCALE_H # include <locale.h> #endif In order to make that work, configure.ac has to check for locale.h, and that is exactly what the mentioned patch for rpm 4.4.7 does. We did a cleanup of older app-arch/rpm versions. Oldest is now 4.9.1.3, please update and if you can still reproduce feel free to reopen. |