http://oss.sgi.com/bugzilla/show_bug.cgi?id=900
Summary: xfsprogs 3.1.3 fails to build (debian lenny)
Product: XFS
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: xfsprogs
AssignedTo: xfs-masters@xxxxxxxxxxx
ReportedBy: matthew@xxxxxxxxxxxxxxxx
Estimated Hours: 0.0
Classification: Unclassified
Hi,
dev:/usr/local/src/xfs/xfsprogs-3.1.3# cat /etc/debian_version
5.0.6
I am trying to build xfsprogs 3.1.3 on debian lenny but it seems to fail on the
part below when running debian/rules binary.
proto.c: In function ‘parseproto’:
proto.c:435: warning: pointer targets in assignment differ in signedness
[CC] xfs_mkfs.o
xfs_mkfs.c: In function ‘check_overwrite’:
xfs_mkfs.c:298: error: ‘blkid_probe’ undeclared (first use in this function)
xfs_mkfs.c:298: error: (Each undeclared identifier is reported only once
xfs_mkfs.c:298: error: for each function it appears in.)
xfs_mkfs.c:298: error: expected ‘;’ before ‘pr’
xfs_mkfs.c:321: error: ‘pr’ undeclared (first use in this function)
xfs_mkfs.c:321: warning: implicit declaration of function
‘blkid_new_probe_from_filename’
xfs_mkfs.c:325: warning: implicit declaration of function
‘blkid_probe_enable_partitions’
xfs_mkfs.c:329: warning: implicit declaration of function ‘blkid_do_fullprobe’
xfs_mkfs.c:345: warning: implicit declaration of function
‘blkid_probe_lookup_value’
xfs_mkfs.c:362: warning: implicit declaration of function ‘blkid_free_probe’
xfs_mkfs.c: In function ‘blkid_get_topology’:
xfs_mkfs.c:372: error: ‘blkid_topology’ undeclared (first use in this function)
xfs_mkfs.c:372: error: expected ‘;’ before ‘tp’
xfs_mkfs.c:373: error: ‘blkid_probe’ undeclared (first use in this function)
xfs_mkfs.c:373: error: expected ‘;’ before ‘pr’
xfs_mkfs.c:381: error: ‘pr’ undeclared (first use in this function)
xfs_mkfs.c:385: error: ‘tp’ undeclared (first use in this function)
xfs_mkfs.c:385: warning: implicit declaration of function
‘blkid_probe_get_topology’
xfs_mkfs.c:397: warning: implicit declaration of function
‘blkid_topology_get_minimum_io_size’
xfs_mkfs.c:400: warning: implicit declaration of function
‘blkid_topology_get_optimal_io_size’
xfs_mkfs.c:403: warning: implicit declaration of function
‘blkid_probe_get_sectorsize’
xfs_mkfs.c:406: warning: implicit declaration of function
‘blkid_topology_get_alignment_offset’
make[3]: *** [xfs_mkfs.o] Error 1
make[2]: *** [mkfs] Error 2
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/local/src/xfs/xfsprogs-3.1.3'
make: *** [built] Error 2
libblikd version:
ii libblkid-dev 1.41.3-1
block device id library - headers and static
ii libblkid1 1.41.3-1
block device id library
line:
297 const char *type;
298 blkid_probe pr = NULL;
299 int ret;
300 int fd;
301 long long size;
302 int bsz;
321 pr = blkid_new_probe_from_filename(device);
322 if (!pr)
323 goto out;
324
372 blkid_topology tp;
373 blkid_probe pr;
374 unsigned long val;
375 struct stat statbuf;
381 pr = blkid_new_probe_from_filename(device);
382 if (!pr)
383 return;
385 tp = blkid_probe_get_topology(pr);
386 if (!tp)
387 goto out_free_probe;
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|