[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#782198: glibc: 2.21 FTBFS on mips



Source: glibc
Version: 2.21-0experimental0
Severity: important
Tags: patch

Hi,

I've attached a patch (to a patch) which fixes the FTBFS of 2.21 on
mips*. The bug is in the local-libgcc-compat-ports.diff patch. A warning
about __floatdisf not being defined had been appearing in the build logs
for years (since the patch was introduced?), but now it's an error it's
causing the build to fail.

Thanks,
James

diff -ur a/debian/patches/any/local-libgcc-compat-ports.diff b/debian/patches/any/local-libgcc-compat-ports.diff
--- a/debian/patches/any/local-libgcc-compat-ports.diff	2015-03-16 16:03:45.000000000 +0000
+++ b/debian/patches/any/local-libgcc-compat-ports.diff	2015-04-07 13:00:45.904337405 +0100
@@ -84,7 +84,7 @@
 +symbol_version (__floatdidf_internal, __floatdidf, GLIBC_2.0);
 +
 +
-+extern float floatdisf (int64_t);
++extern float __floatdisf (int64_t);
 +float __floatdisf_internal (int64_t u)
 +{
 +  return __floatdisf (u);

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: