On Wed, 23 Apr 2008, Eric Sandeen wrote:
Barry Naujok wrote:
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs_2.9.8-1.tar.gz
Changes since 2.9.7:
- Add support for sb_features2 in wrong location in mkfs.xfs,
xfs_repair and xfs_db.
- Improve memory limits for libxfs cache in xfs_repair and added
a -m option to manually limit usage of xfs_repair.
- Add -c option to xfs_admin to turn lazy-counters on/off.
- Added support for mdp in libdisk/mkfs.xfs, thanks to
Hubert Verstraete.
- Add -p option to fsck.xfs, thanks to Markus Rothe.
- Cleanup sys v3 bzero/bcopy calls, thanks to Nigel Kukard.
This is in Fedora Rawhide now too, for anyone interested.
-Eric
Does not compile on Debian Testing / x86_64:
xfsprogs-2.9.8$ make
=== include ===
rm -f xfs disk
ln -s . xfs
ln -s . disk
=== libxfs ===
/usr/bin/libtool --mode=compile gcc -I. -g -O2 -DNDEBUG -DVERSION=\"2.9.8\"
-DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c logitem.c
gcc -I. -g -O2 -DNDEBUG -DVERSION=\"2.9.8\" -DLOCALEDIR=\"/usr/local/share/locale\"
-DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -funsigned-char
-fno-strict-aliasing -Wall -c logitem.c -fPIC -DPIC -o .libs/logitem.o
logitem.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
logitem.c:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
logitem.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
logitem.c:132: error: expected ')' before '*' token
logitem.c:178: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
logitem.c:197: error: expected ')' before '*' token
logitem.c:239: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'xfs_buf_t'
logitem.c:314: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'xfs_buf_t'
logitem.c:398: error: expected ')' before '*' token
logitem.c:451: error: expected ')' before '*' token
logitem.c:467: error: expected ')' before '*' token
make[1]: *** [logitem.lo] Error 1
make: *** [default] Error 2
Command exited with non-zero status 2
0.07user 0.07system 0:00.15elapsed 94%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+25010minor)pagefaults 0swaps
|