Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Peter Samuelson
[Steve Langasek] > You could also do, e.g.: > > Build-Depends: [...] libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k > mips mipsel powerpc s390 sparc linux-any] Build-Depends: [...] libselinux1-dev [!hurd-i386 !kfreebsd-i386] When other non-linux ports run into a FTBFS, you add them. Si

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Martin Michlmayr
* Steve Langasek <[EMAIL PROTECTED]> [2006-03-09 18:46]: > Build-Depends: [...] libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k > mips mipsel powerpc s390 sparc linux-any] Yes, that's the way to go for now. But please add "armeb" too. -- Martin Michlmayr http://www.cyrius.com/ -- To UNS

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Steve Langasek
On Thu, Mar 09, 2006 at 09:39:22PM -0500, Theodore Ts'o wrote: > On Thu, Mar 09, 2006 at 01:54:16PM -0800, Steve Langasek wrote: > > > > List the linux platforms. It is more likely some new non-linux > > > > platform shows up (like armeb, kfreebsd-amd64, ...) than a new linux > > > > one. > > > Th

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Theodore Ts'o
On Thu, Mar 09, 2006 at 01:54:16PM -0800, Steve Langasek wrote: > > > List the linux platforms. It is more likely some new non-linux > > > platform shows up (like armeb, kfreebsd-amd64, ...) than a new linux > > > one. > > > That's. unspeakably horrible. > > > What we really need is a separat

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Goswin von Brederlow
Steve Langasek <[EMAIL PROTECTED]> writes: > On Thu, Mar 09, 2006 at 12:50:36PM -0500, Theodore Ts'o wrote: >> On Thu, Mar 09, 2006 at 04:38:27PM +0100, Goswin von Brederlow wrote: >> > > Actually, because of the e2fsck-static package, e2fsprogs has to have >> > > a build-depends on libselinux. T

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Goswin von Brederlow
Wouter Verhelst <[EMAIL PROTECTED]> writes: > On Thu, Mar 09, 2006 at 04:38:27PM +0100, Goswin von Brederlow wrote: >> List the linux platforms. It is more likely some new non-linux >> platform shows up (like armeb, > > Armeb isn't exactly a good example of that, it being based on a Big > Endian A

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Steve Langasek
On Thu, Mar 09, 2006 at 12:50:36PM -0500, Theodore Ts'o wrote: > On Thu, Mar 09, 2006 at 04:38:27PM +0100, Goswin von Brederlow wrote: > > > Actually, because of the e2fsck-static package, e2fsprogs has to have > > > a build-depends on libselinux. There doesn't seem to be a way to say, > > > "exce

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Wouter Verhelst
On Thu, Mar 09, 2006 at 04:38:27PM +0100, Goswin von Brederlow wrote: > Theodore Ts'o <[EMAIL PROTECTED]> writes: > > > On Wed, Mar 08, 2006 at 11:07:24PM -0600, Peter Samuelson wrote: > >> > >> [Michael Banck] > >> > Please take into consideration that libselinux is not available on > >> > Debia

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Wouter Verhelst
On Thu, Mar 09, 2006 at 12:50:36PM -0500, Theodore Ts'o wrote: > On Thu, Mar 09, 2006 at 04:38:27PM +0100, Goswin von Brederlow wrote: > > List the linux platforms. It is more likely some new non-linux > > platform shows up (like armeb, kfreebsd-amd64, ...) than a new linux > > one. > > That's

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Aaron M. Ucko
Theodore Ts'o <[EMAIL PROTECTED]> writes: > Actually, because of the e2fsck-static package, e2fsprogs has to have > a build-depends on libselinux. There doesn't seem to be a way to say, > "except on non-Linux platforms" for a build-depends as far as I know, > unfortunately. Any suggested solutio

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Theodore Ts'o
On Thu, Mar 09, 2006 at 04:38:27PM +0100, Goswin von Brederlow wrote: > > Actually, because of the e2fsck-static package, e2fsprogs has to have > > a build-depends on libselinux. There doesn't seem to be a way to say, > > "except on non-Linux platforms" for a build-depends as far as I know, > > un

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Goswin von Brederlow
Theodore Ts'o <[EMAIL PROTECTED]> writes: > On Wed, Mar 08, 2006 at 11:07:24PM -0600, Peter Samuelson wrote: >> >> [Michael Banck] >> > Please take into consideration that libselinux is not available on >> > Debian's non-Linux ports. >> >> It's not libselinux you should be worried about, but lib

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Theodore Ts'o
On Wed, Mar 08, 2006 at 11:07:24PM -0600, Peter Samuelson wrote: > > [Michael Banck] > > Please take into consideration that libselinux is not available on > > Debian's non-Linux ports. > > It's not libselinux you should be worried about, but libdevmapper. > He's not depending on libselinux direc

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-09 Thread Petter Reinholdtsen
[Theodore Ts'o] > Is there any objections to my uploading a new e2fsprogs package which > does this? I would say go for it. Are you aware of any problems with adding the dependency? Remember to make sure the priority of libdevmapper is increased. libselinux is already high enough, as several b

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-08 Thread Peter Samuelson
[Michael Banck] > Please take into consideration that libselinux is not available on > Debian's non-Linux ports. It's not libselinux you should be worried about, but libdevmapper. He's not depending on libselinux directly, but he notes that on Linux systems, the dependency chain will pull it in.

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-08 Thread Michael Banck
On Wed, Mar 08, 2006 at 03:36:12PM -0500, Theodore Ts'o wrote: > Is there any objections to my uploading a new e2fsprogs package which > does this? Please take into consideration that libselinux is not available on Debian's non-Linux ports. thanks, Michael -- Michael Banck Debian Developer [E

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-08 Thread Mike Hommey
On Wed, Mar 08, 2006 at 03:36:12PM -0500, Theodore Ts'o <[EMAIL PROTECTED]> wrote: > > I have recently received a patch which allows the blkid library to > properly handle device mapper partitions. The problem is in order to do > this, I have to link in libdevmapper, and by extension libselinux

Re: Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-08 Thread Bastian Blank
On Wed, Mar 08, 2006 at 03:36:12PM -0500, Theodore Ts'o wrote: > Since these libraries would depend on the blkid library, > which is used by fsck, e2fsck, and other e2fsprogs programs, this > essentially would drag in these libraries into everybody's systems. This means that this libs

Adding dependencies to e2fsprogs: libdevmapperr, libselinux and libsepoll

2006-03-08 Thread Theodore Ts'o
I have recently received a patch which allows the blkid library to properly handle device mapper partitions. The problem is in order to do this, I have to link in libdevmapper, and by extension libselinux and libsepoll. Since these libraries would depend on the blkid library, which is used by fs