Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 35817

Summary: fluidsynth-1.0.3 must be patched for noni386
Product: Gentoo Linux Reporter: Axxackall <axxackall>
Component: Current packagesAssignee: PPC Porters <ppc>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://mail.gnu.org/archive/html/fluid-dev/2003-08/msg00031.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Axxackall 2003-12-14 11:43:27 UTC
fluidsynth-1.0.3 has a piece of 386 asm which should not be included if the platform is not i386. However developers check only for DARWIN. The proposed patch was found in the project mail-list to check for all non-i386 platforms.

Reproducible: Always
Steps to Reproduce:





--- fluidsynth-1.0.3.orig/src/fluid_sys.c
+++ fluidsynth-1.0.3/src/fluid_sys.c
@@ -704,7 +704,7 @@
   return (rdtsc() / fluid_cpu_frequency);
 }

-#if defined(DARWIN)
+#if !defined(__i386__)

 double rdtsc(void)
 {
Comment 1 David Holm (RETIRED) gentoo-dev 2004-02-15 05:20:05 UTC
Thanks for the patch. I have commited it and keyworded it ~ppc.
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2004-04-02 21:56:47 UTC
I keyworded it stable.  Closing this bug.