Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13365] elfutils fails to compile

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 13365] elfutils fails to compile
  • Date: 1 Jan 2007 22:42:54 -0000

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





------- Additional Comments From jakakranjc AT email.si 2007-01-01 16:42 -------
ah, my mistake. Can you try this patch from
5edb49c9bc58982cadb92e01eeb1c2ee8ece5419

diff --git a/libs/elfutils/PRE_BUILD b/libs/elfutils/PRE_BUILD
index 0e10f48..4274a85 100755
--- a/libs/elfutils/PRE_BUILD
+++ b/libs/elfutils/PRE_BUILD
@@ -2,8 +2,7 @@ default_pre_build

&&
cd ${SOURCE_DIRECTORY} &&
unpack_file '2' &&
patch -p1 < $SOURCE_CACHE/$SOURCE2 &&
-sedit "s/-Werror//" libdwfl/Makefile.am &&
-sedit "s/-Werror//" src/Makefile.am &&
+sed -i "s/-Werror//" */Makefile.in &&
sedit "/^addr/s/)/) \$(libelf)/" src/Makefile.am &&
sedit "/^line2addr_LDADD/s/)/) \$(libelf)/" tests/Makefile.am &&
sedit "/^addrscopes/s/)/) \$(libelf)/" tests/Makefile.am


--
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.




Archive powered by MHonArc 2.6.24.

Top of Page