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

Re: current state of IPv6 support in Debian



>>>>> "IS" == Ivan Shmakov <ivan@main.uusia.org> writes:

 IS> Well, a trivial change (below) has seemingly made rpcbind
 IS> installable and Bug#544567 be worked-around.  But I still have no
 IS> clue what should be the proper fix?

	Given that I now have rpcbind running, I wonder, what should be
	done for nfs-utils to support NFS over IPv6 as well?

	Is it just a matter of adding --enable-ipv6 and --enable-tirpc
	to the configure command line?  (And if it's so, could someone
	with a Debian Squeeze at hand try building nfs-utils (1.2.0-4)
	changed as shown by the interdiff below?)

$ interdiff <(zcat .../pool/main/n/nfs-utils/nfs-utils_1.2.0-4.diff.gz) \
      <(zcat nfs-utils_1.2.0-4.is+0.2.diff.gz) 
diff -u nfs-utils-1.2.0/debian/rules nfs-utils-1.2.0/debian/rules
--- nfs-utils-1.2.0/debian/rules
+++ nfs-utils-1.2.0/debian/rules
@@ -23,6 +23,8 @@
 	dh_testdir
 	CFLAGS="$(CFLAGS)" ./configure \
 		--mandir='$${prefix}/share/man' \
+		--enable-ipv6 \
+		--enable-tirpc \
 		--with-tcp-wrappers
 	$(MAKE) $(MAKEFLAGS)
 	touch build-stamp
diff -u nfs-utils-1.2.0/debian/control nfs-utils-1.2.0/debian/control
--- nfs-utils-1.2.0/debian/control
+++ nfs-utils-1.2.0/debian/control
@@ -2,7 +2,7 @@
 Priority: standard
 Section: net
 Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
-Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssglue-dev, librpcsecgss-dev (>= 0.17), libblkid-dev, libkeyutils-dev, pkg-config, quilt (>= 0.40), libldap2-dev
+Build-Depends: debhelper (>= 5), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev, libgssglue-dev, librpcsecgss-dev (>= 0.17), libblkid-dev, libkeyutils-dev, pkg-config, quilt (>= 0.40), libldap2-dev, libtirpc-dev
 Standards-Version: 3.8.1
 Homepage: http://nfs.sourceforge.net/
 
diff -u nfs-utils-1.2.0/debian/changelog nfs-utils-1.2.0/debian/changelog
--- nfs-utils-1.2.0/debian/changelog
+++ nfs-utils-1.2.0/debian/changelog
@@ -1,3 +1,16 @@
+nfs-utils (1:1.2.0-4.is+0.2) unstable; urgency=low
+
+  * Add --enable-tirpc to configure.
+  * Depend on libtirpc-dev.
+
+ -- Ivan Shmakov <ivan@main.uusia.org>  Thu, 05 Nov 2009 00:59:08 +0600
+
+nfs-utils (1:1.2.0-4.is+0.1) 1gray-misc; urgency=low
+
+  * Add --enable-ipv6 to configure.
+
+ -- Ivan Shmakov <ivan@main.uusia.org>  Thu, 05 Nov 2009 00:45:54 +0600
+
 nfs-utils (1:1.2.0-4) unstable; urgency=low
 
   * Removing myself from uploaders.

[...]

-- 
FSF associate member #7257


Reply to: