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 880423 - rubberband 1.8.1 is FTBFS on ARM
Summary: rubberband 1.8.1 is FTBFS on ARM
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubberband
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Alexandre Salim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2012-11-27 00:07 UTC by Peter Robinson
Modified: 2013-02-18 11:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-18 11:30:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Peter Robinson 2012-11-27 00:07:35 UTC
Looks like it is an issue with assembler

http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1267286

src/dsp/FFT.cpp: In destructor 'virtual RubberBand::FFTs::D_FFTW::~D_FFTW()':
src/dsp/FFT.cpp:1571:18: warning: variable 'save' set but not used [-Wunused-but-set-variable]
g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -march=armv5te -mfloat-abi=soft -fPIC -Wall         -Irubberband -I. -Isrc    -c -o src/system/Allocators.o src/system/Allocators.cpp
g++ -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -march=armv5te -mfloat-abi=soft -fPIC -Wall         -Irubberband -I. -Isrc    -c -o src/system/sysutils.o src/system/sysutils.cpp
{standard input}: Assembler messages:
{standard input}:225: Error: selected processor does not support ARM mode `fmrx r3,fpscr'
{standard input}:228: Error: selected processor does not support ARM mode `fmxr fpscr,r3'
make: *** [src/system/sysutils.o] Error 1

Comment 1 Peter Robinson 2013-02-18 11:30:03 UTC
The issue appears to be on armv5 only, we've dropped that for F19 so marking this fixed rawhide.


Note You need to log in before you can comment on or make changes to this bug.