Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 881370

Summary: db4 ftbfs on ARM
Product: [Fedora] Fedora Reporter: Paul Whalen <pwhalen>
Component: db4Assignee: Jindrich Novy <jnovy>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 18CC: jnovy, pbrobinson, pknirsch, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-09 10:02:47 UTC Type: Bug
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: 245418    

Description Paul Whalen 2012-11-28 19:34:03 UTC
Description of problem:
db4 ftbfs on arm due to use of long form triplet 'armv7hl-redhat-linux-gnueabi-gcc', requires the use of '--tag=CC' in the spec file. 

Version-Release number of selected component (if applicable):

Occurs on all versions of db4 in F18.

How reproducible:

Always.

Steps to Reproduce:
1. Attempt to build from source
2. Build fails.
  
Actual results:

Output from build.log - 

+ /bin/sh libtool --mode=compile armv7hl-redhat-linux-gnueabi-gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -Idb.1.85/PORT/linux/include -D_REENTRANT -c db_dump185/db_dump185.c -o dist/dist-tls/db_dump185.lo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
error: Bad exit status from /var/tmp/rpm-tmp.P7uLIx (%build)
    Bad exit status from /var/tmp/rpm-tmp.P7uLIx (%build)


Expected results: 

Successful build.

Additional info:

Link to build failure - http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1268178

When using '--tag=CC' in the spec file, the build is successful.

Comment 1 Peter Robinson 2013-01-09 10:02:47 UTC
db4 has been renamed to libdb4 and that builds fine on F-18. db4 shouldn't be used.

http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=14153