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

Re: xfs fs compile error



On Sun, 2002-04-28 at 22:19, Greg C. Madden wrote:
> I dl'd the 2.4.18 source & kernel-patch-xfs using dselect. During the
> kernel compile (make-kpkg)I get a failure if I include the following
> option in my .config file. I don't know what DMAPI is or if it is
> available on my Debian Sid system ( I know I don't need it ;)) but if it
> is a bug I would like to report it.
> 
> Otherwise the xfs patch works, xfs.fs support works. 
> 
> CONFIG_XFS_FS=y
> CONFIG_XFS_RT=y
> CONFIG_XFS_QUOTA=y
> *****CONFIG_XFS_DMAPI=m ******
> CONFIG_HAVE_XFS_DMAPI=y
> 
> 
> CONFIG_XFS_DMAPI:
> 
> The Data Management API is a system interface used to implement
> the interface defined in the X/Open document:
>   "Systems Management: Data Storage Management (XDSM) API",
> dated February 1997.  This interface is used by hierarchical
> storage management systems.
> 
> 
> The error message.
> 
>         -o vmlinux
> fs/fs.o: In function `xfs_dm_send_data_event':
> fs/fs.o(.text+0x52f19): undefined reference to `dm_send_data_event'
> fs/fs.o: In function `xfs_dm_send_create_event':
> fs/fs.o(.text+0x52fd1): undefined reference to `dm_send_namesp_event'
> fs/fs.o: In function `xfs_dm_bulkstat_one':
> fs/fs.o(.text+0x533da): undefined reference to `dm_vp_to_handle'
> fs/fs.o: In function `xfs_dm_mount':
> fs/fs.o(.text+0x56298): undefined reference to `dm_send_mount_event'
> fs/fs.o: In function `xfs_rename':
> fs/fs.o(.text+0xa282a): undefined reference to `dm_send_namesp_event'
> fs/fs.o(.text+0xa30f1): undefined reference to `dm_send_namesp_event'
> fs/fs.o: In function `xfs_unmount':
> fs/fs.o(.text+0xa89cd): undefined reference to `dm_send_namesp_event'
> fs/fs.o(.text+0xa8a9c): undefined reference to `dm_send_unmount_event'
> fs/fs.o: In function `xfs_setattr':
> fs/fs.o(.text+0xaab41): undefined reference to `dm_send_namesp_event'
> fs/fs.o: In function `xfs_inactive':
> fs/fs.o(.text+0xab9d9): undefined reference to `dm_send_destroy_event'
> fs/fs.o: In function `xfs_create':
> fs/fs.o(.text+0xac8d0): undefined reference to `dm_send_namesp_event'
> fs/fs.o: In function `xfs_remove':
> fs/fs.o(.text+0xaceba): undefined reference to `dm_send_namesp_event'
> fs/fs.o(.text+0xad2d9): undefined reference to `dm_send_namesp_event'
> fs/fs.o: In function `xfs_link':
> fs/fs.o(.text+0xad44d): undefined reference to `dm_send_namesp_event'
> fs/fs.o(.text+0xad809): undefined reference to `dm_send_namesp_event'
> fs/fs.o(.text+0xade0c): more undefined references to
> `dm_send_namesp_event' follow
> make[1]: *** [vmlinux] Error 1
> make[1]: Leaving directory `/usr/src/usr/src/linux-2.4.18.SuSE'
> make: *** [stamp-build] Error 2

oops, this is from the source I borrowed from Suse 8.0, I do get the
same error message with the source+patch from Debian unstable.
-- 
Greg C. Madden
Debian GNU/Linux 3.0

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: