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

Bug#441682: netdude: FTBFS: nd_fddi.c:37:21: error: net/bpf.h: No such file or directory



tags 441682 + patch
thanks

El lun, 10-09-2007 a las 21:58 +0200, Lucas Nussbaum escribió:
> Package: netdude
> version: 0.3.3-4
> Severity: serious
> User: debian-qa@lists.debian.org
> Usertags: qa-ftbfs-20070905 qa-ftbfs
> Justification: FTBFS on i386
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on i386.
> 
> Relevant part:
> make[4]: Entering directory `/build/user/netdude-0.3.3/protocols/fddi'
> if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../.. -I../../libltdl -I../../include -W -Wall    -g -O2 -MT nd_fddi.lo -MD -MP -MF ".deps/nd_fddi.Tpo" -c -o nd_fddi.lo nd_fddi.c; \
> 	then mv -f ".deps/nd_fddi.Tpo" ".deps/nd_fddi.Plo"; else rm -f ".deps/nd_fddi.Tpo"; exit 1; fi
> mkdir .libs
>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../.. -I../../libltdl -I../../include -W -Wall -g -O2 -MT nd_fddi.lo -MD -MP -MF .deps/nd_fddi.Tpo -c nd_fddi.c  -fPIC -DPIC -o .libs/nd_fddi.o
> nd_fddi.c:37:21: error: net/bpf.h: No such file or directory

Changing Build-dep from libpcap-dev to libpcap0.7-dev resolves the
problem.

I attach a smal diff with this change and an entry in the changelog set
as QA upload.


Cheers

-- 
Rene Mauricio Mayorga   |          GPG: A209C305
http://rmayorga.org     |          
--------------------------------------------------
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305
diff -ruN netdude-0.3.3.orig/debian/changelog netdude-0.3.3/debian/changelog
--- netdude-0.3.3.orig/debian/changelog	2007-09-11 13:18:41.000000000 -0600
+++ netdude-0.3.3/debian/changelog	2007-09-11 13:19:05.000000000 -0600
@@ -1,3 +1,10 @@
+netdude (0.3.3-5) unstable; urgency=low
+
+  * QA upload.
+  * libpcap-dev changed to libpcap0.7-dev in Build-Dep (Closes: #441682)
+
+ -- Rene Mayorga <rmayorga@debian.org.sv>  Tue, 11 Sep 2007 13:14:03 -0600
+
 netdude (0.3.3-4) unstable; urgency=low
 
   * QA upload.
diff -ruN netdude-0.3.3.orig/debian/control netdude-0.3.3/debian/control
--- netdude-0.3.3.orig/debian/control	2007-09-11 13:18:41.000000000 -0600
+++ netdude-0.3.3/debian/control	2007-09-11 13:18:58.000000000 -0600
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>> 3.0.0), autotools-dev, gettext, bison, m4, libgtk1.2-dev, libpcap-dev, dpatch
+Build-Depends: debhelper (>> 3.0.0), autotools-dev, gettext, bison, m4, libgtk1.2-dev, libpcap0.7-dev, dpatch
 Standards-Version: 3.6.1
 
 Package: netdude

Attachment: signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente


Reply to: