[oe-issues] [Bug 1940] New: libx11 and diet-libx11 build fails with floating point exception on amd64

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sun Mar 4 22:59:41 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1940

           Summary: libx11 and diet-libx11 build fails with floating point
                    exception on amd64
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: angus at handheldshell.com
         QAContact: tinderbox-oe at gmx.net


makekeys causes a floating point exception during build. The patch below fixes
it


--- libX11-X11R7.1-1.0.1/src/util/makekeys.c.old 2006-05-12 12:46:51.000000000
-0600
+++ libX11-X11R7.1-1.0.1/src/util/makekeys.c    2007-03-04 15:17:46.000000000
-0700
@@ -49,7 +49,7 @@
     KeySym     val;
 } info[KTNUM];

-#define MIN_REHASH 10
+#define MIN_REHASH 15
 #define MATCHES 10

 char tab[KTNUM];


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list