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

Re: ethdetect build-dependency problem



* Matt Kraai <kraai@alumni.cmu.edu> [2002-09-20 17:45]:
> On Fri, Sep 20, 2002 at 05:22:13PM +0200, Thomas Poindessous wrote:
> > * Matt Kraai <kraai@alumni.cmu.edu> [2002-09-20 17:15]:
> > > On Fri, Sep 20, 2002 at 04:58:33PM +0200, Thomas Poindessous wrote:
> > > > yes, ok, but libdebian-installer1 was introduced to support correct lib
> > > > dependencies with soname and all ...
> > > > So maybe it's time to use libdebian-installer1 and libdebian-installer1-dev
> > > 
> > > OK, can you fix these yourself?
> > 
> > Yes, sorry. Here is a patch which changes dependencies to
> > libdebian-installer1.
> 
> Thanks for the patch.  What I meant was, please fix these yourself
> if you have CVS write access, else I'll do so when I get home this
> evening.

Ok, here is another patch.

It corrects the warning about wait() (missing #include) and it changes
slang1-pic to slang1-utf8-pic, since now we uses slang1-utf8 in cdebconf.

Thanks.
Index: anna/anna.c
===================================================================
RCS file: /cvs/debian-boot/debian-installer/anna/anna.c,v
retrieving revision 1.13
diff -u -r1.13 anna.c
--- anna/anna.c	30 Aug 2002 15:09:53 -0000	1.13
+++ anna/anna.c	20 Sep 2002 15:49:03 -0000
@@ -9,6 +9,8 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
+#include <sys/types.h>
+#include <sys/wait.h>
 #include "anna.h"
 
 /*
Index: build/debian/control
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/debian/control,v
retrieving revision 1.15
diff -u -r1.15 control
--- build/debian/control	11 Sep 2002 00:52:04 -0000	1.15
+++ build/debian/control	20 Sep 2002 15:49:03 -0000
@@ -1,7 +1,7 @@
 Source: build-installer
 Section: devel
 Priority: extra
-Build-Depends: glibc-pic, apt, slang1-pic, syslinux [i386], sysutils [i386], dosfstools, libdiscover1-pic, libdiscover1, ncurses-base, genext2fs, mklibs, libdebconf0.3, libdebian-installer
+Build-Depends: glibc-pic, apt, slang1-utf8-pic, syslinux [i386], sysutils [i386], dosfstools, libdiscover1-pic, libdiscover1, ncurses-base, genext2fs, mklibs, libdebconf0.3, libdebian-installer
 Maintainer: Joey Hess <joeyh@debian.org>
 Build-Depends: debhelper
 Standards-Version: 3.2.1.0

Reply to: