tags 487675 +pending
thanks
On Mon, Jun 23, 2008 at 04:36:07PM +0200, Frank Lichtenheld wrote:
> Package: e2fsprogs
> Version: 1.41~WIP-2008-06-17-1
> Severity: serious
>
> your package failed to build from source.
The following fix has been checked into e2fsprogs's git repository.
(This was a MIPS specific build problem, BTW). Thanks for reporting
it!
- Ted
>From 92e94afe4cc52deeef120941e6ac4d8ca4cda55e Mon Sep 17 00:00:00 2001
From: Theodore Ts'o <[EMAIL PROTECTED]>
Date: Mon, 23 Jun 2008 14:10:43 -0400
Subject: [PATCH] libext2fs: Don't include ss/ss.h except when debugging
extent.c should only try to include ss/ssh.h when it is compiled with
-DDEBUG. Otherwise it's not necessary and it breaks the Debian MIPS
build (and the Debian MIPS build only) because it tries to build
libext2fs without building libss as part of a MIPS-specific build
rule.
Addresses-Debian-Bug: #487675
Signed-off-by: "Theodore Ts'o" <[EMAIL PROTECTED]>
---
lib/ext2fs/extent.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/ext2fs/extent.c b/lib/ext2fs/extent.c
index 78c605f..d24d457 100644
--- a/lib/ext2fs/extent.c
+++ b/lib/ext2fs/extent.c
@@ -27,7 +27,6 @@
#include "ext2_fs.h"
#include "ext2fsP.h"
#include "e2image.h"
-#include "ss/ss.h"
/*
* Definitions to be dropped in lib/ext2fs/ext2fs.h
@@ -1355,6 +1354,8 @@ errcode_t ext2fs_extent_get_info(ext2_extent_handle_t
handle,
#ifdef DEBUG
+#include "ss/ss.h"
+
#include "debugfs.h"
/*
--
1.5.6.rc3.1.g36b7.dirty
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]