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

Bug#586075: [FTBFS] on i386 with "xslt.c:(.text+0x1bb4): undefined reference to `__stack_chk_fail_local'"



Package: steam
Severity: serious
Tags: patch
forwarded 

Hello,

the new steam release imported from debian FTBFS on ubuntu. Please see
https://launchpad.net/ubuntu/+source/steam/2.2.31-6ubuntu1/+build/1767467 (for the FTBFS on i386). However we have a patch for that, please see the bug report on https://bugs.launchpad.net/ubuntu/+source/steam/+bug/588519 . 

Here's the patch, the author is Arand Nash <ienorand@gmail.com> :


--- steam-2.2.31/sources/configure
+++ steam-2.2.31/sources/configure
@@ -4303,7 +4303,7 @@
     DYNIX/ptx*) LDSHARED="ld -G";;
     next*) LDSHARED="$CC $CFLAGS -nostdlib -r";;
     Linux*)
-        LDSHARED="ld -E -shared"
+        LDSHARED="gcc -shared"
        LDFLAGS=""
        ;;
     GNU*) LDSHARED="ld -Bshareable";;
--- steam-2.2.31.orig/sources/configure.ac
+++ steam-2.2.31/sources/configure.ac
@@ -156,7 +156,7 @@
     DYNIX/ptx*) LDSHARED="ld -G";;
     next*) LDSHARED="$CC $CFLAGS -nostdlib -r";;
     Linux*) 
-        LDSHARED="ld -E -shared"
+        LDSHARED="gcc -shared"
        LDFLAGS=""
        ;;
     GNU*) LDSHARED="ld -Bshareable";;




Reply to: