[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#664932: aprsdigi: FTBFS: testparse.c:19:33: fatal error: netax25/kernel_ax25.h: No such file or directory



tag 664932 +patch
thanks

Hi,

On Wed, Mar 21, 2012 at 09:25:25PM +0100, Lucas Nussbaum wrote:
> Source: aprsdigi
> Version: 2.4.4-3.1
> Severity: serious
> Tags: wheezy sid
> User: debian-qa@lists.debian.org
> Usertags: qa-ftbfs-20120321 qa-ftbfs
> Justification: FTBFS on amd64
> 
[..]
> > testparse.c:19:33: fatal error: netax25/kernel_ax25.h: No such file or directory

Here is a patch fixing the FTBFS.

As I don't have the required hardware to test it, I'm reluctant to actually
upload the NMU. 


Best regards.

-- 
Simon Paillard
diffstat for aprsdigi_2.4.4-3.1 aprsdigi_2.4.4-3.2

 aprsdigi-2.4.4/debian/changelog |    9 +++++++++
 aprsdigi.c                      |    6 +-----
 aprsmon.c                       |    6 +-----
 aprsshm.c                       |    2 --
 libax25ext.c                    |    1 -
 testmcast.c                     |    6 +-----
 testparse.c                     |    6 +-----
 7 files changed, 13 insertions(+), 23 deletions(-)

diff -u aprsdigi-2.4.4/debian/changelog aprsdigi-2.4.4/debian/changelog
--- aprsdigi-2.4.4/debian/changelog
+++ aprsdigi-2.4.4/debian/changelog
@@ -1,3 +1,12 @@
+aprsdigi (2.4.4-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: testparse.c:19:33: fatal error: netax25/kernel_ax25.h:
+    No such file or directory" <explain what you changed and why>
+    (Closes: #664932)
+
+ -- Simon Paillard <spaillard@debian.org>  Fri, 08 Jun 2012 23:23:13 +0200
+
 aprsdigi (2.4.4-3.1) unstable; urgency=low
 
   * Retiring - remove myself from the uploaders list.
only in patch2:
unchanged:
--- aprsdigi-2.4.4.orig/aprsdigi.c
+++ aprsdigi-2.4.4/aprsdigi.c
@@ -53,11 +53,7 @@
 #include <time.h>
 #include <signal.h>
 #include <errno.h>
-#include <netax25/kernel_ax25.h>
-#include <netax25/kernel_rose.h>
-#include <netax25/ax25.h>
-#include <netax25/axlib.h>
-#include <netax25/axconfig.h>
+#include <linux/ax25.h>
 #ifndef AX25_MTU
 #define AX25_MTU 256
 #endif
only in patch2:
unchanged:
--- aprsdigi-2.4.4.orig/aprsshm.c
+++ aprsdigi-2.4.4/aprsshm.c
@@ -44,9 +44,7 @@
 #include <ctype.h>
 #include <time.h>
 
-#include <netax25/ax25.h>
 
-#include <netax25/axconfig.h>
 #include "aprsshm.h"
 
 #define MAXPPM 10
only in patch2:
unchanged:
--- aprsdigi-2.4.4.orig/testparse.c
+++ aprsdigi-2.4.4/testparse.c
@@ -16,11 +16,7 @@
 #include <time.h>
 #include <signal.h>
 #include <errno.h>
-#include <netax25/kernel_ax25.h>
-#include <netax25/kernel_rose.h>
-#include <netax25/ax25.h>
-#include <netax25/axlib.h>
-#include <netax25/axconfig.h>
+#include <linux/ax25.h>
 #include <netdb.h>
 #include "libax25ext.h"
 static void print_it(FILE *f,
only in patch2:
unchanged:
--- aprsdigi-2.4.4.orig/testmcast.c
+++ aprsdigi-2.4.4/testmcast.c
@@ -16,11 +16,7 @@
 #include <time.h>
 #include <signal.h>
 #include <errno.h>
-#include <netax25/kernel_ax25.h>
-#include <netax25/kernel_rose.h>
-#include <netax25/ax25.h>
-#include <netax25/axlib.h>
-#include <netax25/axconfig.h>
+#include <linux/ax25.h>
 #ifndef AX25_MTU
 #define AX25_MTU 256
 #endif
only in patch2:
unchanged:
--- aprsdigi-2.4.4.orig/libax25ext.c
+++ aprsdigi-2.4.4/libax25ext.c
@@ -9,7 +9,6 @@
 
 #include <netax25/ax25.h>
 #include <netrose/rose.h>
-#include <netax25/axlib.h>
 #include "libax25ext.h"
 #include <string.h>
 
only in patch2:
unchanged:
--- aprsdigi-2.4.4.orig/aprsmon.c
+++ aprsdigi-2.4.4/aprsmon.c
@@ -61,11 +61,7 @@
 #include <time.h>
 #include <signal.h>
 
-#include <netax25/kernel_ax25.h>
-#include <netax25/kernel_rose.h>
-#include <netax25/ax25.h>
-#include <netax25/axlib.h>
-#include <netax25/axconfig.h>
+#include <linux/ax25.h>
 
 #ifndef HAVE_LIBAX25_EXTENSIONS
 #include "libax25ext.h"

Reply to: