All of lore.kernel.org
 help / color / mirror / Atom feed
* nfs-utils-1.2.5 getpagesize error in utils/blkmpd/device-process.c
@ 2012-04-24 23:23 Super Bisquit
  2012-04-25  0:43 ` Jim Rees
  0 siblings, 1 reply; 2+ messages in thread
From: Super Bisquit @ 2012-04-24 23:23 UTC (permalink / raw)
  To: linux-nfs

root@dookie-bomb:/tmp/nfs-utils-1.2.5/utils/blkmapd# make
gcc -DHAVE_CONFIG_H -I. -I../../support/include   -D_GNU_SOURCE -Wall
-Wextra -Wstrict-prototypes  -pipe -D_LARGEFILE64_SOURCE -g -O2 -MT
device-discovery.o -MD -MP -MF .deps/device-discovery.Tpo -c -o
device-discovery.o device-discovery.c
mv -f .deps/device-discovery.Tpo .deps/device-discovery.Po
gcc -DHAVE_CONFIG_H -I. -I../../support/include   -D_GNU_SOURCE -Wall
-Wextra -Wstrict-prototypes  -pipe -D_LARGEFILE64_SOURCE -g -O2 -MT
device-inq.o -MD -MP -MF .deps/device-inq.Tpo -c -o device-inq.o
device-inq.c
mv -f .deps/device-inq.Tpo .deps/device-inq.Po
gcc -DHAVE_CONFIG_H -I. -I../../support/include   -D_GNU_SOURCE -Wall
-Wextra -Wstrict-prototypes  -pipe -D_LARGEFILE64_SOURCE -g -O2 -MT
device-process.o -MD -MP -MF .deps/device-process.Tpo -c -o
device-process.o device-process.c
device-process.c: In function ‘decode_blk_volume’:
device-process.c:299: error: ‘PAGE_SIZE’ undeclared (first use in this function)
device-process.c:299: error: (Each undeclared identifier is reported only once
device-process.c:299: error: for each function it appears in.)
make: *** [device-process.o] Error 1
root@dookie-bomb:/tmp/nfs-utils-1.2.5/utils/blkmapd#

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223219 I looked t
this for suggestions.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nfs-utils-1.2.5 getpagesize error in utils/blkmpd/device-process.c
  2012-04-24 23:23 nfs-utils-1.2.5 getpagesize error in utils/blkmpd/device-process.c Super Bisquit
@ 2012-04-25  0:43 ` Jim Rees
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Rees @ 2012-04-25  0:43 UTC (permalink / raw)
  To: Super Bisquit; +Cc: linux-nfs

Super Bisquit wrote:

  device-process.c: In function ‘decode_blk_volume’:
  device-process.c:299: error: ‘PAGE_SIZE’ undeclared (first use in this function)
  device-process.c:299: error: (Each undeclared identifier is reported only once
  device-process.c:299: error: for each function it appears in.)
  make: *** [device-process.o] Error 1
  root@dookie-bomb:/tmp/nfs-utils-1.2.5/utils/blkmapd#

Your nfs-utils is out of date.  The fix for this is commit fdc6e7ec.  Repo
is at git://git.linux-nfs.org/projects/steved/nfs-utils.git .

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-25  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-24 23:23 nfs-utils-1.2.5 getpagesize error in utils/blkmpd/device-process.c Super Bisquit
2012-04-25  0:43 ` Jim Rees

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.