Bug#650437: missing dependency on nullfs-modules

2014-02-25 Thread Cyril Brulebois
Robert Millan (2014-02-25): > Must be fine then. What's the purpose of this conversation? I was trying to make sure implementing a Depends: nullfs-modules in base-installer (#650437) couldn't work, so as to: 1. close it; 2. call the current implementation (through pkglist) no longer a kludge

Bug#650437: missing dependency on nullfs-modules

2014-02-25 Thread Robert Millan
On 25/02/2014 13:33, Cyril Brulebois wrote: > Robert Millan (2014-02-25): >> On 25/02/2014 12:54, Cyril Brulebois wrote: >>> Well, another issue is that depending on nullfs-modules won't fly since >>> there can be several packages in the archive at the same time that >>> provide it, due to the dif

Bug#650437: missing dependency on nullfs-modules

2014-02-25 Thread Cyril Brulebois
Robert Millan (2014-02-25): > On 25/02/2014 12:54, Cyril Brulebois wrote: > > Well, another issue is that depending on nullfs-modules won't fly since > > there can be several packages in the archive at the same time that > > provide it, due to the different major FreeBSD kernel versions. So > > nu

Bug#650437: missing dependency on nullfs-modules

2014-02-25 Thread Robert Millan
On 25/02/2014 12:54, Cyril Brulebois wrote: > Robert Millan (2011-11-30): >> 2011/11/29 Joey Hess : >>> However, AFAICS, udpkg does not understand kfreebsd-any limited >>> dependencies, and I doubt anna does either. Did you test the patch? >> >> Architecture-specific dependencies are processed by

Bug#650437: missing dependency on nullfs-modules

2014-02-25 Thread Cyril Brulebois
Robert Millan (2011-11-30): > 2011/11/29 Joey Hess : > > However, AFAICS, udpkg does not understand kfreebsd-any limited > > dependencies, and I doubt anna does either. Did you test the patch? > > Architecture-specific dependencies are processed by normal dpkg-dev at > build time, the resulting p

Bug#650437: missing dependency on nullfs-modules

2011-11-30 Thread Robert Millan
Hi, 2011/11/29 Joey Hess : > However, AFAICS, udpkg does not understand kfreebsd-any limited > dependencies, and I doubt anna does either. Did you test the patch? Architecture-specific dependencies are processed by normal dpkg-dev at build time, the resulting package either has the dependency or

Bug#650437: missing dependency on nullfs-modules

2011-11-29 Thread Joey Hess
Robert Millan wrote: > base-installer uses nullfs on GNU/kFreeBSD, which requires nullfs-modules > package in order to be useful: > > ./library.sh: if ! mount -t nullfs $DIRECTORY $tdir ; then > > However a conditional dependency on nullfs-modules would require to make this > pa

Bug#650437: missing dependency on nullfs-modules

2011-11-29 Thread Robert Millan
Package: base-installer Severity: normal Tags: patch base-installer uses nullfs on GNU/kFreeBSD, which requires nullfs-modules package in order to be useful: ./library.sh: if ! mount -t nullfs $DIRECTORY $tdir ; then However a conditional dependency on nullfs-modules would requ