Re: ethdetect build-dependency problem

2002-09-23 Thread Tollef Fog Heen

* Junichi Uekawa 

| Thomas Poindessous [EMAIL PROTECTED] immo vero scripsit:
| 
|  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.
| 
| hmm.. aren't the pic versions of libdebian-installer required ?

libdebian-installer won't have a -pic version any more -- it shouldn't
be needed.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-23 Thread Tollef Fog Heen

* Thomas Poindessous 

| Yes, sorry. Here is a patch which changes dependencies to
| libdebian-installer1.
[...]
| ===
| RCS file: /cvs/debian-boot/debian-installer/tools/netcfg/debian/control,v
| retrieving revision 1.15
| diff -u -r1.15 control
| --- tools/netcfg/debian/control   12 Sep 2002 22:02:15 -  1.15
| +++ tools/netcfg/debian/control   20 Sep 2002 15:20:21 -
| @@ -3,7 +3,7 @@
|  Priority: standard
|  Maintainer: Debian Install System Team [EMAIL PROTECTED]
|  Uploaders: David Kimdon [EMAIL PROTECTED], Tollef Fog Heen [EMAIL PROTECTED]
| -Build-Depends: debhelper (= 2.1.18), dpkg-dev (= 1.9.0), libcdebconf-dev, 
|libdebian-installer-dev
| +Build-Depends: debhelper (= 2.1.18), dpkg-dev (= 1.9.0), libcdebconf-dev, 
|libdebian-installer1-dev
|  Standards-Version: 3.1.1
|  
|  Package: netcfg-dhcp

applied, thanks.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-21 Thread Junichi Uekawa

Thomas Poindessous [EMAIL PROTECTED] immo vero scripsit:

 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.

hmm.. aren't the pic versions of libdebian-installer required ?

regards,
junichi

-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4
Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-20 Thread Matt Kraai

On Fri, Sep 20, 2002 at 01:08:09AM +0200, Thomas Poindessous wrote:
 On Thu, Sep 19, 2002 at 01:21:07PM -0700, Matt Kraai wrote:
  ethdetect lists libdebian-installer-dev as a build-dependency.
  Version 0.03 of libdebian-installer-dev does not include
  di_prebaseconfig_append, which ethdetect uses.
  libdebian-installer1-dev, version 0.04, which provides
  libdebian-installer-dev, does include that function.  Shouldn't
  ethdetect build-depend on libdebian-installer1-dev?
 
 Same problem for : 
 ./tools/netcfg/debian/control
 
 and maybe with
 ./build/debian/control

Neither of these use di_prebaseconfig_append.

Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-20 Thread Thomas Poindessous

* Matt Kraai [EMAIL PROTECTED] [2002-09-20 16:55]:
 On Fri, Sep 20, 2002 at 01:08:09AM +0200, Thomas Poindessous wrote:
  Same problem for : 
  ./tools/netcfg/debian/control
  
  and maybe with
  ./build/debian/control
 
 Neither of these use di_prebaseconfig_append.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-20 Thread Matt Kraai

On Fri, Sep 20, 2002 at 04:58:33PM +0200, Thomas Poindessous wrote:
 * Matt Kraai [EMAIL PROTECTED] [2002-09-20 16:55]:
  On Fri, Sep 20, 2002 at 01:08:09AM +0200, Thomas Poindessous wrote:
   Same problem for : 
   ./tools/netcfg/debian/control
   
   and maybe with
   ./build/debian/control
  
  Neither of these use di_prebaseconfig_append.
 
 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?

Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-20 Thread Thomas Poindessous

* Matt Kraai [EMAIL PROTECTED] [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.


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/control11 Sep 2002 00:52:04 -  1.15
+++ build/debian/control20 Sep 2002 15:20:20 -
@@ -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-pic, syslinux [i386], sysutils [i386], 
+dosfstools, libdiscover1-pic, libdiscover1, ncurses-base, genext2fs, mklibs, 
+libdebconf0.3, libdebian-installer1
 Maintainer: Joey Hess [EMAIL PROTECTED]
 Build-Depends: debhelper
 Standards-Version: 3.2.1.0
Index: tools/netcfg/debian/control
===
RCS file: /cvs/debian-boot/debian-installer/tools/netcfg/debian/control,v
retrieving revision 1.15
diff -u -r1.15 control
--- tools/netcfg/debian/control 12 Sep 2002 22:02:15 -  1.15
+++ tools/netcfg/debian/control 20 Sep 2002 15:20:21 -
@@ -3,7 +3,7 @@
 Priority: standard
 Maintainer: Debian Install System Team [EMAIL PROTECTED]
 Uploaders: David Kimdon [EMAIL PROTECTED], Tollef Fog Heen [EMAIL PROTECTED]
-Build-Depends: debhelper (= 2.1.18), dpkg-dev (= 1.9.0), libcdebconf-dev, 
libdebian-installer-dev
+Build-Depends: debhelper (= 2.1.18), dpkg-dev (= 1.9.0), libcdebconf-dev, 
+libdebian-installer1-dev
 Standards-Version: 3.1.1
 
 Package: netcfg-dhcp



Re: ethdetect build-dependency problem

2002-09-20 Thread Matt Kraai

On Fri, Sep 20, 2002 at 05:22:13PM +0200, Thomas Poindessous wrote:
 * Matt Kraai [EMAIL PROTECTED] [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.

Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-20 Thread Thomas Poindessous

* Matt Kraai [EMAIL PROTECTED] [2002-09-20 17:45]:
 On Fri, Sep 20, 2002 at 05:22:13PM +0200, Thomas Poindessous wrote:
  * Matt Kraai [EMAIL PROTECTED] [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 -  1.13
+++ anna/anna.c 20 Sep 2002 15:49:03 -
@@ -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/control11 Sep 2002 00:52:04 -  1.15
+++ build/debian/control20 Sep 2002 15:49:03 -
@@ -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 [EMAIL PROTECTED]
 Build-Depends: debhelper
 Standards-Version: 3.2.1.0



ethdetect build-dependency problem

2002-09-19 Thread Matt Kraai

Howdy,

ethdetect lists libdebian-installer-dev as a build-dependency.
Version 0.03 of libdebian-installer-dev does not include
di_prebaseconfig_append, which ethdetect uses.
libdebian-installer1-dev, version 0.04, which provides
libdebian-installer-dev, does include that function.  Shouldn't
ethdetect build-depend on libdebian-installer1-dev?

Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-19 Thread Matt Kraai

On Thu, Sep 19, 2002 at 01:21:07PM -0700, Matt Kraai wrote:
 ethdetect lists libdebian-installer-dev as a build-dependency.
 Version 0.03 of libdebian-installer-dev does not include
 di_prebaseconfig_append, which ethdetect uses.
 libdebian-installer1-dev, version 0.04, which provides
 libdebian-installer-dev, does include that function.  Shouldn't
 ethdetect build-depend on libdebian-installer1-dev?

Argh.  s/ethdetect/ddetect/.

Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ethdetect build-dependency problem

2002-09-19 Thread Thomas Poindessous

On Thu, Sep 19, 2002 at 01:21:07PM -0700, Matt Kraai wrote:
 Howdy,
 
 ethdetect lists libdebian-installer-dev as a build-dependency.
 Version 0.03 of libdebian-installer-dev does not include
 di_prebaseconfig_append, which ethdetect uses.
 libdebian-installer1-dev, version 0.04, which provides
 libdebian-installer-dev, does include that function.  Shouldn't
 ethdetect build-depend on libdebian-installer1-dev?

Same problem for : 
./tools/netcfg/debian/control

and maybe with
./build/debian/control

-- 
Thomas Poindessous
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]