Bug 193969

Summary: Error building new gcc-4.1.1-1.fc5.src.rpm
Product: [Fedora] Fedora Reporter: Aleksey Kontsevich <akontsevich>
Component: gcc4Assignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-05 06:32:11 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:

Description Aleksey Kontsevich 2006-06-03 14:38:40 UTC
Description of problem:
Problem building gcc-4.1.1-1.fc5.src.rpm in configure stage

Version-Release number of selected component (if applicable):
# rpm -qa | grep gcc
gcc-c++-4.1.0-3
gcc-4.1.0-3
libgcc-4.1.0-3
gcc-gnat-4.1.0-3

# rpm -qa | grep gnat
gcc-gnat-4.1.0-3
libgnat-4.1.0-3

How reproducible:
run
# rpmbuild --rebuild --clean --target athlon gcc-4.1.1-1.fc5.src.rpm

Actual results:
checking for gnatbind... gnatbind
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... yes
checking for MPFR... yes
configure: error:
The following requested languages could not be built: ada
Recognised languages are: c,ada,c++,fortran,java,objc,obj-c++,treelang


Expected results:
exit 0 ;)

Comment 1 Jakub Jelinek 2006-06-05 06:32:11 UTC

*** This bug has been marked as a duplicate of 187853 ***