Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14859] New: Fix making gamin-0.1.9 compile with glibc-2.8

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 14859] New: Fix making gamin-0.1.9 compile with glibc-2.8
  • Date: 29 Oct 2008 15:49:40 -0000

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

Summary: Fix making gamin-0.1.9 compile with glibc-2.8
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: fredrik.carlstrom AT tele2.se


The construction AC_ISC_POSIX in gamin's configure.in is deprecated and fails
with glibc-2.8. The upstream fix is to use AC_USE_SYSTEM_EXTENSIONS instead
(<http://bugzilla.gnome.org/show_bug.cgi?id=535908>). This can be done by
inserting the line

sed "s/^AC_ISC_POSIX$/AC_USE_SYSTEM_EXTENSIONS/" -i configure.in &&

before "autoreconf" in the PRE_BUILD script for gamin.


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



  • [SM-Grimoire-Bugs] [Bug 14859] New: Fix making gamin-0.1.9 compile with glibc-2.8, bugzilla-daemon, 10/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page