Gentoo Archives: gentoo-dev

From: Rigo Ketelings <rigo@××××.nl>
To: styx@×××××.org
Cc: gentoo-dev@g.o
Subject: [gentoo-dev] test-report XFS-patch
Date: Fri, 03 May 2002 08:20:33
Message-Id: 200205031520.31685.rigo@home.nl
1 I am testing your patch (r1-r2) right now, and the results so far:
2
3 While patching:
4
5 the next patch would delete the file linux-2.4.19-gentoo-r2/kernel/ksyms.c~,
6 which does not exist! Assume -R? [n] y
7 patching file linux-2.4.19-gentoo-r1/kernel/ksyms.c~
8 patching file linux-2.4.19-gentoo-r1/mm/filemap.c
9 patching file linux-2.4.19-gentoo-r1/mm/mprotect.c
10 patching file linux-2.4.19-gentoo-r1/mm/page_alloc.c
11 patching file linux-2.4.19-gentoo-r1/mm/slab.c
12 patching file linux-2.4.19-gentoo-r1/mm/vmalloc.c
13 patching file linux-2.4.19-gentoo-r1/mm/vmscan.c
14
15 While building:
16
17 ld -m elf_i386 -r -o fs.o open.o read_write.o devices.o file_table.o buffer.o
18 super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o fcntl.o ioctl.o
19 readdir.o select.o fifo.o locks.o dcache.o inode.o attr.o bad_inode.o file.o
20 iobuf.o dnotify.o filesystems.o namespace.o seq_file.o xattr.o quota.o
21 dquot.o binfmt_aout.o binfmt_misc.o binfmt_script.o binfmt_elf.o proc/proc.o
22 partitions/partitions.o ext3/ext3.o jbd/jbd.o ext2/ext2.o ramfs/ramfs.o
23 fat/fat.o umsdos/umsdos.o msdos/msdos.o vfat/vfat.o isofs/isofs.o
24 devfs/devfs.o nfs/nfs.o nfsd/nfsd.o lockd/lockd.o nls/nls.o smbfs/smbfs.o
25 ntfs/ntfs.o autofs4/autofs4.o reiserfs/reiserfs.o devpts/devpts.o xfs/xfs.o
26 xfs_support/xfs_support.o
27 dquot.o(.bss+0x4): multiple definition of `nr_free_dquots'
28 quota.o(.bss+0x4): first defined here
29 dquot.o(.bss+0x0): multiple definition of `nr_dquots'
30 quota.o(.bss+0x0): first defined here
31 dquot.o: In function `sys_quotactl':
32 dquot.o(.text+0x3498): multiple definition of `sys_quotactl'
33 quota.o(.text+0x15c): first defined here
34 ld: Warning: size of symbol `sys_quotactl' changed from 2080 to 1131 in
35 dquot.o
36 make[2]: *** [fs.o] Error 1
37 make[2]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r1/fs'
38 make[1]: *** [first_rule] Error 2
39 make[1]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r1/fs'
40 make: *** [_dir_fs] Error 2
41
42 Because it nagged about 'quota'issues I swichtched off Quota support (first
43 the XFS-Quota support, afterwards Quota-support linux-kernel wise) and then
44 it seems to compile correctly...
45
46 Gonna try it now, and mail the results afterwards...Any suggestions WHAT/how
47 to test ;-) ?
48
49 Regards, Rigo

Replies

Subject Author
Re: [gentoo-dev] test-report XFS-patch Jean-Michel Smith <jsmith@××××.com>