|
From: Serge L. <fi...@in...> - 2008-03-11 19:22:11
|
Hi Andrzej,
Andrzej Odyniec wrote:
> I tried to compile last development sources (from absolutely clean state in
> first pass) but iptraf is not compiling again. In log I found:
>
>> patching file /usr/include/linux/if_fddi.h
>> Reversed (or previously applied) patch detected! Assume -R? [n]
...
>
> Is it colision with other options? What I should check?
Hm... Please try the following patch
--- iptraf 11 Jan 2008 13:42:59 -0000 1.14
+++ iptraf 11 Mar 2008 18:46:02 -0000
@@ -37,6 +37,8 @@
replace_str ./src/Makefile /var/local/iptraf /var/iptraf
make $PMAKE -C src || exit 1
strip_debug
+ bzcat $DL_DIR/src/iptraf-netdevice-fix.diff.bz2 | patch -p0 -R || exit 1
+
fi
;;
>
> Can You explain, what it mean?
It means you try to apply the patch several times, i.e. you didn't use fresh
lfssystem
--
Sincerely,
Serge Leschinsky
|