public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* xfs-cmds doesn't build... (cvs & 2.9.2...)
@ 2007-07-21 15:05 Eric Sandeen
  2007-07-21 19:41 ` Martin Steigerwald
  2007-07-23  3:22 ` Nathan Scott
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Sandeen @ 2007-07-21 15:05 UTC (permalink / raw)
  To: xfs-oss, Barry Naujok

cvs:

[sandeen@sandeen xfs-cmds]$ make
....
== Building xfsprogs
== clean, log is Logs/clean
make: *** [cmds] Error 1
[sandeen@sandeen xfs-cmds]$ cat xfsprogs/Logs/clean
make[1]: Entering directory `/src/cvs/xfs-cmds/xfsprogs'
=== include ===
gmake[2]: *** No rule to make target `mdrestore'.  Stop.
make[1]: *** [mdrestore] Error 2
make[1]: Leaving directory `/src/cvs/xfs-cmds/xfsprogs'
[sandeen@sandeen xfs-cmds]$ grep -B1 mdrestore xfsprogs/Makefile
SUBDIRS = include libxfs libxlog libxcmd libhandle libdisk \
        copy db fsck growfs io logprint mkfs quota mdrestore repair rtcp \
[sandeen@sandeen xfs-cmds]$ ls xfsprogs/mdrestore
ls: xfsprogs/mdrestore: No such file or directory


2.9.2 tarball:
[sandeen@sandeen xfsprogs-2.9.2]$ make
....
metadump.c:28:26: xfs_metadump.h: No such file or directory
metadump.c:50: error: syntax error before '*' token
metadump.c:50: warning: type defaults to `int' in declaration of `metablock'
metadump.c:50: warning: data definition has no type or storage class
metadump.c: In function `write_index':
metadump.c:140: error: request for member `mb_count' in something not a
structure or union
metadump.c: In function `metadump_f':
metadump.c:1481: error: `xfs_metablock_t' undeclared (first use in this
function)
metadump.c:1481: error: (Each undeclared identifier is reported only once
metadump.c:1481: error: for each function it appears in.)
metadump.c:1481: error: syntax error before ')' token
metadump.c:1486: error: request for member `mb_blocklog' in something
not a structure or union
metadump.c:1487: error: request for member `mb_magic' in something not a
structure or union
metadump.c:1487: error: `XFS_MD_MAGIC' undeclared (first use in this
function)
gmake[2]: *** [metadump.o] Error 1
make[1]: *** [default] Error 2
make[1]: Leaving directory `/tmp/xfsprogs-2.9.2'
make: *** [default] Error 2
[sandeen@sandeen xfsprogs-2.9.2]$ find . -name xfs_metadump.h
[sandeen@sandeen xfsprogs-2.9.2]$

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

end of thread, other threads:[~2007-07-23 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-21 15:05 xfs-cmds doesn't build... (cvs & 2.9.2...) Eric Sandeen
2007-07-21 19:41 ` Martin Steigerwald
2007-07-21 20:53   ` Eric Sandeen
2007-07-23  3:22 ` Nathan Scott
2007-07-23 13:52   ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox