[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#635198: ufsutils: mkfs.ufs fails on blockdevice larger than 2 gigabyte



First, take into account that the following bugfix needs to be in place in
order to continue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635173


Please, how you did build of ufsutils after that ?
The very important part of debian/rules of usfutils package is

***************
# GNU/kFreeBSD already have off_t 64bit. It must not be enabled,
# as it would change size of ino_t
ifneq (kfreebsd,$(DEB_HOST_ARCH_OS))
# really only on other systems, as GNU/kFreeBSD already have off_t 64bit
# on GNU/kFreeBSD it must not be enabled, as it would change size of ino_t
CFLAGS += -D_FILE_OFFSET_BITS=64
endif
********************

As #635173 have been fixed in 8.2-2, please could you retest ?

Petr



Reply to: