Bug 371711
| Summary: | tre compilation fails on ix86 due to memmove redefinition in glibc-headers | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| URL: | http://koji.fedoraproject.org/koji/taskinfo?taskID=230834 | ||
| Whiteboard: | |||
| Fixed In Version: | 2.7.90-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-12-17 13:11:44 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 355241 | ||
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) Gecko/20071019 Fedora/2.0.0.8-1.fc7 Firefox/2.0.0.8 Description of problem: tre-0.7.5 fails to build on i386 (tested in koji as above and locally in mock). It builds fine on x86_64. Version-Release number of selected component (if applicable): glibc-2.7-2 How reproducible: Always Steps to Reproduce: 1. Try building tre on i386 Actual Results: ... gcc -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT tre-match-approx.lo -MD -MP -MF .deps/tre-match-approx.Tpo -c tre-match-approx.c -fPIC -DPIC -o .libs/tre-match-approx.o In file included from /usr/include/string.h:428, from tre-match-approx.c:48: /usr/include/bits/string3.h:58: error: redefinition of 'memmove' make[3]: *** [tre-match-approx.lo] Error 1 make[3]: Leaving directory `/builddir/build/BUILD/tre-0.7.5/lib' Expected Results: It should compile successfully, like on x86_64. Additional info: