Summary: | Can't build bind-8.2.2_P5 on i386 | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Alec Voropay <alec> |
Component: | bind | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-11-21 11:37: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: |
Description
Alec Voropay
1999-11-20 21:20:52 UTC
Remove the glibc 2.1 patches from the .spec file and it will most probably work. Raw Hide RPMs will generally compile and work on Raw Hide - some patches conflict with old releases. I removed glibc2.1 patch from bind.spec and got the same error. :-( As a result, I compiled bind-8.2.2_P5 (on my RedHat 5.2 i386) from pure sources (from ftp://ftp.isc.org) WITHOUT any RedHat's patches and got fully working bind... I have not RedHat 6.1 (glibc2.1 based) now, but I expect, pure sources will work. Please, check you bind's pathes. YES! I found it! rawhide/SRPMS/SRPMS/bind-8.2.2_P5-1.src.rpm See: SPECS/bind.spec:78 substitution of $RPM_OPT_FLAGS SOURCES/bind-8.1.2-rh.patch:5 $RPM_OPT_FLAGS As a result, during compilaion (rpm -bc) on my system : $RPM_OPT_FLAGS = '-O2 -fno-strenght-reduce' But pure bind's sources are compiled with options : '-O -g' . I do not know why, but 'gcc -O2 -fno-strenght-reduce' on RedHat 5.2 i386 compiles bind incorrectly. At the same time 'gcc -O -g' works fine. Could you change gcc's options in future bind-8.2.2_P2-2 ? |