xfs
[Top] [All Lists]

Re: quota progs

To: <linux-xfs@xxxxxxxxxxx>
Subject: Re: quota progs
From: "Bas" <list@xxxxxxxxxxxxxx>
Date: Thu, 19 Apr 2001 20:15:34 +0200
References: <200104191411.f3JEBm004410@xxxxxxxxxxxxxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
I'm not able to get Quotatools 3.01-pre2,3 and 4 compiled on my system.

Kernel 2.4.3 (XFS) and all the default stuff installed and I'm trying to get
quota-tools-3.01-pre4 compiled.

It returns:

[wisdom]$./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --
enable-rpc=no --enable-rpcsetquota=no
....
quotaio_rpc.c:38: for each function it appears in.)
quotaio_rpc.c:38: `ENOTSUP' undeclared (first use in this function)
quotaio_rpc.c: In function `rpc_commit_dquot':
quotaio_rpc.c:52: `errno' undeclared (first use in this function)
quotaio_rpc.c:52: `ENOTSUP' undeclared (first use in this function)
make: *** [quotaio_rpc.o] Error 1

then:
[wisdom]$./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --
disable-rpc --disable-rpcsetquota
...
quotaio_rpc.c: In function `rpc_read_dquot':
quotaio_rpc.c:38: `errno' undeclared (first use in this function)
quotaio_rpc.c:38: (Each undeclared identifier is reported only once
quotaio_rpc.c:38: for each function it appears in.)
quotaio_rpc.c:38: `ENOTSUP' undeclared (first use in this function)
quotaio_rpc.c: In function `rpc_commit_dquot':
quotaio_rpc.c:52: `errno' undeclared (first use in this function)
quotaio_rpc.c:52: `ENOTSUP' undeclared (first use in this function)
make: *** [quotaio_rpc.o] Error 1

quota support is enabled by the way ....

How can I fix this.


<Prev in Thread] Current Thread [Next in Thread>