Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14020] New: glibc 2.6.1 fails with -fstack-protector-all

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14020] New: glibc 2.6.1 fails with -fstack-protector-all
  • Date: 28 Sep 2007 09:53:11 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14020

Summary: glibc 2.6.1 fails with -fstack-protector-all
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: iuso AT sourcemage.org


Casting glibc 2.6.1 failed in configure phase on a box which
has -fstack-protector-all in CFLAGS. Config.log had this error: "undefined
reference to `__stack_chk_fail'".

According to a page in the LinuxBIOS wiki [0], some packages need an
added -fno-stack-protector to compile cleanly. I changed
-fstack-protector-all
to -fno-stack-protector in my CFLAGS and, voilá, it's compiling.

I suppose glibc 2.6.1 needs to append -fno-stack-protector to CFLAGS.

[0] http://linuxbios.org/Stack_protector

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



  • [SM-Grimoire-Bugs] [Bug 14020] New: glibc 2.6.1 fails with -fstack-protector-all, bugzilla-daemon, 09/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page