Bug 237241
Summary: | gettext rebuild fails if php is installed... | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Oliver Falk <oliver> |
Component: | gettext | Assignee: | Jens Petersen <petersen> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-05-02 06:59:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
*knock* *knock* adding a patch in gettext-0.16.1-8.fc7 to workaround the error Verified. This works fine. But there's now an other issue:
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/share/gettext/libintl.jar
If buildjar is 0, you need add the following:
Index: gettext.spec
===================================================================
RCS file: /cvs/dist/devel/gettext/gettext.spec,v
retrieving revision 1.74
diff -r1.74 gettext.spec
195a196,197
> %else
> %exclude %{_datadir}/%{name}/libintl.jar
|
While trying to rebuild gettext for AlphaCore, I noticed that it always breaks at the lang-php test (Output from my Intel system): PASS: lang-perl-2 2c2 < EUR remplace FF. --- > EUR remplace FF.16 FAIL: lang-php PASS: lang-po PASS: lang-rst ====================== 1 of 296 tests failed (7 tests were not run) It's not only true for alpha, it also happens on my Intel machine. Two solutions I can think of: 1) Fix the test 2) Disable the test Or do 2) until 1) is done. :-) I don't think BuildConflicts makes sense... After uninstalling all php stuff (output from my alpha): SKIP: lang-perl-1 Skipping test: perl package libintl-perl is not installed SKIP: lang-perl-2 Skipping test: php not found SKIP: lang-php PASS: lang-po PASS: lang-rst ======================= All 292 tests passed (11 tests were not run)