- 1. Problems compiling (score: 1)
- Author: xxxx>
- Date: Fri, 21 Jul 2000 10:58:14 -0700
- Well, I feel like an idiot, but I can't manage to get XFS to build anymore, I can get it to fail in either one of these two interesting ways: fs/fs.o: In function `xfs_free_file_space': /usr.ext/src/
- /archives/xfs/2000-07/msg00173.html (9,111 bytes)
- 2. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Fri, 21 Jul 2000 13:19:27 -0500
- You should be using stubs for things like xfs_dm_send_data_event(). Find them in fs/xfs/xfsdmapistubs.c. The CONFIG_XFS_DMAPI variable should not be set, as DMAPI isn't in the tree anyway. Are there
- /archives/xfs/2000-07/msg00174.html (13,073 bytes)
- 3. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Fri, 21 Jul 2000 11:41:27 -0700
- Dean, the files match, but here's something that looks kindof important ( This is the first time I watched it close enough to catch this ), make -C xfs make[2]: Entering directory `/usr.ext/src/linux
- /archives/xfs/2000-07/msg00176.html (9,908 bytes)
- 4. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Fri, 21 Jul 2000 14:55:51 -0500
- This is getting to be new territory for me. Do you run 'make dep' everytime you change .config? Dean
- /archives/xfs/2000-07/msg00177.html (7,433 bytes)
- 5. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Sat, 22 Jul 2000 11:00:47 +1000
- I cannot reproduce your problem with the current 2.4.0-test1-xfs source. I am running from the SGI p_tools tree, not CVS, I wonder if CVS is out of sync. It is puzzling that the Rules.make:75 and fs/
- /archives/xfs/2000-07/msg00178.html (8,187 bytes)
- 6. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Fri, 21 Jul 2000 20:32:05 -0500
- The key factor here is that there are no stubs at the start of the list of .o files: ld -m elf_i386 -r -o xfs.o xfs_alloc.o xfs_alloc_btree.o xfs_attr.o xfs_attr_leaf.o xfs_bit.o xfs_bmap.o xfs_bmap
- /archives/xfs/2000-07/msg00179.html (9,500 bytes)
- 7. Re: Problems compiling (score: 1)
- Author: cott)
- Date: Sat, 22 Jul 2000 00:31:12 -0500
- I just redid the way the tree is synced. Delete the files whenever... if things work better they should disappear from the cvs tree... if not I get out the hand dany rm and start the tree from scratc
- /archives/xfs/2000-07/msg00181.html (10,621 bytes)
- 8. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Sat, 22 Jul 2000 00:34:13 -0500
- I created new patches today. You may want to download the cvs patch and generate a a fresh tree. Save your .config from you previous tree, and use it to seed your tree. -- Russell Cattelan cattelan@x
- /archives/xfs/2000-07/msg00182.html (10,595 bytes)
- 9. Re: Problems compiling (score: 1)
- Author: xxxx>
- Date: Fri, 21 Jul 2000 23:25:45 -0700 (PDT)
- I've recently encountered problems on my laptop running some other version of RedHat than the usual build servers. Try this patch to fs/xfs/Makefile. Basically, it seems that the tabs are causing pro
- /archives/xfs/2000-07/msg00183.html (8,796 bytes)
- 10. Problems compiling (score: 1)
- Author: tk@xxxxxxx>
- Date: Fri, 21 Jul 2000 10:58:14 -0700
- Well, I feel like an idiot, but I can't manage to get XFS to build anymore, I can get it to fail in either one of these two interesting ways: fs/fs.o: In function `xfs_free_file_space': /usr.ext/src/
- /archives/xfs/2000-07/msg00479.html (9,111 bytes)
- 11. Re: Problems compiling (score: 1)
- Author: xxxxxxxxxx>
- Date: Fri, 21 Jul 2000 13:19:27 -0500
- You should be using stubs for things like xfs_dm_send_data_event(). Find them in fs/xfs/xfsdmapistubs.c. The CONFIG_XFS_DMAPI variable should not be set, as DMAPI isn't in the tree anyway. Are there
- /archives/xfs/2000-07/msg00480.html (13,073 bytes)
- 12. Re: Problems compiling (score: 1)
- Author: xxxxxxxxxx>
- Date: Fri, 21 Jul 2000 11:41:27 -0700
- Dean, the files match, but here's something that looks kindof important ( This is the first time I watched it close enough to catch this ), make -C xfs make[2]: Entering directory `/usr.ext/src/linux
- /archives/xfs/2000-07/msg00482.html (9,908 bytes)
- 13. Re: Problems compiling (score: 1)
- Author: xxxxxxxxxx>
- Date: Fri, 21 Jul 2000 14:55:51 -0500
- This is getting to be new territory for me. Do you run 'make dep' everytime you change .config? Dean
- /archives/xfs/2000-07/msg00483.html (7,433 bytes)
- 14. Re: Problems compiling (score: 1)
- Author: ch@xxxxxxx>
- Date: Sat, 22 Jul 2000 11:00:47 +1000
- I cannot reproduce your problem with the current 2.4.0-test1-xfs source. I am running from the SGI p_tools tree, not CVS, I wonder if CVS is out of sync. It is puzzling that the Rules.make:75 and fs/
- /archives/xfs/2000-07/msg00484.html (8,187 bytes)
- 15. Re: Problems compiling (score: 1)
- Author: xxxxxxxxxx>
- Date: Fri, 21 Jul 2000 20:32:05 -0500
- The key factor here is that there are no stubs at the start of the list of .o files: ld -m elf_i386 -r -o xfs.o xfs_alloc.o xfs_alloc_btree.o xfs_attr.o xfs_attr_leaf.o xfs_bit.o xfs_bmap.o xfs_bmap
- /archives/xfs/2000-07/msg00485.html (9,500 bytes)
- 16. Re: Problems compiling (score: 1)
- Author: than Scott)
- Date: Sat, 22 Jul 2000 00:31:12 -0500
- I just redid the way the tree is synced. Delete the files whenever... if things work better they should disappear from the cvs tree... if not I get out the hand dany rm and start the tree from scratc
- /archives/xfs/2000-07/msg00487.html (10,621 bytes)
- 17. Re: Problems compiling (score: 1)
- Author: xxxxxxxxxx>
- Date: Sat, 22 Jul 2000 00:34:13 -0500
- I created new patches today. You may want to download the cvs patch and generate a a fresh tree. Save your .config from you previous tree, and use it to seed your tree. -- Russell Cattelan cattelan@x
- /archives/xfs/2000-07/msg00488.html (10,595 bytes)
- 18. Re: Problems compiling (score: 1)
- Author: xxxxxxxxxx>
- Date: Fri, 21 Jul 2000 23:25:45 -0700 (PDT)
- I've recently encountered problems on my laptop running some other version of RedHat than the usual build servers. Try this patch to fs/xfs/Makefile. Basically, it seems that the tabs are causing pro
- /archives/xfs/2000-07/msg00489.html (8,796 bytes)
This search system is powered by
Namazu