* xfsprogs 2.9.8 source tarball released
@ 2008-04-23 6:22 Barry Naujok
2008-04-23 20:49 ` Eric Sandeen
0 siblings, 1 reply; 4+ messages in thread
From: Barry Naujok @ 2008-04-23 6:22 UTC (permalink / raw)
To: xfs@oss.sgi.com
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xfsprogs 2.9.8 source tarball released
2008-04-23 6:22 xfsprogs 2.9.8 source tarball released Barry Naujok
@ 2008-04-23 20:49 ` Eric Sandeen
2008-04-23 21:27 ` Justin Piszcz
0 siblings, 1 reply; 4+ messages in thread
From: Eric Sandeen @ 2008-04-23 20:49 UTC (permalink / raw)
To: Barry Naujok; +Cc: xfs@oss.sgi.com
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xfsprogs 2.9.8 source tarball released
2008-04-23 20:49 ` Eric Sandeen
@ 2008-04-23 21:27 ` Justin Piszcz
[not found] ` <op.t9296fr43jf8g2@pc-bnaujok.melbourne.sgi.com>
0 siblings, 1 reply; 4+ messages in thread
From: Justin Piszcz @ 2008-04-23 21:27 UTC (permalink / raw)
To: Eric Sandeen; +Cc: Barry Naujok, xfs@oss.sgi.com
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xfsprogs 2.9.8 source tarball released
[not found] ` <op.t9296fr43jf8g2@pc-bnaujok.melbourne.sgi.com>
@ 2008-04-24 8:05 ` Justin Piszcz
0 siblings, 0 replies; 4+ messages in thread
From: Justin Piszcz @ 2008-04-24 8:05 UTC (permalink / raw)
To: Barry Naujok; +Cc: xfs
On Thu, 24 Apr 2008, Barry Naujok wrote:
> On Thu, 24 Apr 2008 07:27:10 +1000, Justin Piszcz <jpiszcz@lucidpixels.com>
> wrote:
>
>>
>>
>> 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
>>
>>
>
>
> How bizarre, I'm using Debian testing, downloaded and extracted
> the tarball and ran "make" and it worked fine.
> Maybe try "make distclean" first?
Problem was on my side, it compiles OK, a bad C_INCLUDE/CPLUS_INCLUDE
environmental variable setting.
Thanks..
Justin.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-24 8:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 6:22 xfsprogs 2.9.8 source tarball released Barry Naujok
2008-04-23 20:49 ` Eric Sandeen
2008-04-23 21:27 ` Justin Piszcz
[not found] ` <op.t9296fr43jf8g2@pc-bnaujok.melbourne.sgi.com>
2008-04-24 8:05 ` Justin Piszcz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox