Tvrtko A. Uršulin
2003-Nov-11 11:11 UTC
[Xen-devel] [1.1rc1] compilation of xenolinux with reiserfs fails
Relevant output: gcc -D__KERNEL__ -I/home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=hashes -c -o hashes.o hashes.c In file included from hashes.c:23: /home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include/asm/page.h: In function `machine_to_phys'': /home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include/asm/page.h:48: error: `machine_to_phys_mapping'' undeclared (first use in this function) /home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include/asm/page.h:48: error: (Each undeclared identifier is reported only once /home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include/asm/page.h:48: error: for each function it appears in.) make[3]: *** [hashes.o] Error 1 make[3]: Leaving directory `/home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/fs/reiserfs'' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/fs/reiserfs'' make[1]: *** [_subdir_reiserfs] Error 2 make[1]: Leaving directory `/home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/fs'' make: *** [_dir_fs] Error 2 The same kernel config compiled fine with xenolinux-2.4.22 from 1.0 DemoCD. -- Croadria Internet usluge <http://www.croadria.com> - Web hosting (Linux & Windows), E-commerce Podrska: <http://podrska.croadria.com> Tel: 01/4657 818, 01/4655 601 Fax: 01/4657 819 ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Keir Fraser
2003-Nov-11 11:17 UTC
Re: [Xen-devel] [1.1rc1] compilation of xenolinux with reiserfs fails
Please pull the latest changeset for xeno-1.1 as I''ve just checked in a fix. -- Keir> > Relevant output: > > gcc -D__KERNEL__ > -I/home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include > -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 > -nostdinc -iwithprefix include -DKBUILD_BASENAME=hashes -c -o hashes.o > hashes.c > In file included from hashes.c:23: > /home/tvrtko/croadria/xen/xeno-1.1.bk/xeno-clone/xenolinux-2.4.22/include/asm/page.h:------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Bin Ren
2003-Nov-11 11:21 UTC
Re: [Xen-devel] [1.1rc1] compilation of xenolinux with reiserfs fails
On 11 Nov 2003, at 11:11, Tvrtko A. Uršulin wrote:> The same kernel config compiled fine with xenolinux-2.4.22 from 1.0 > DemoCD.You should keep the Xen and XenoLinux synchronized. Under xeno-1.1.bk tree, xenolinux-2.4.22-sparse contains the latest files for XenoLinux. Download a vanilla Linux 2.4.22 kernel, use xenolinux-2.4.22-sparse/mkbuildtree to populate the vanilla Linux 2.4.22 kernel and compile it. Again, you can find detailed instructions in Xeno-HOWTO. Bin ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Tvrtko A. Uršulin
2003-Nov-11 11:45 UTC
Re: [Xen-devel] [1.1rc1] compilation of xenolinux with reiserfs fails
On Tuesday 11 November 2003 12:17, Keir Fraser wrote:> Please pull the latest changeset for xeno-1.1 as I''ve just checked in > a fix.Thanks! It is fixed indeed! XenoLinux with ReiserFS that is, XEN building stills fails... Best regards, Tvrtko A. Ursulin -- Croadria Internet usluge <http://www.croadria.com> - Web hosting (Linux & Windows), E-commerce Podrska: <http://podrska.croadria.com> Tel: 01/4657 818, 01/4655 601 Fax: 01/4657 819 ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Tvrtko A. Uršulin
2003-Nov-11 11:49 UTC
Re: [Xen-devel] [1.1rc1] compilation of xenolinux with reiserfs fails
On Tuesday 11 November 2003 12:21, Bin Ren wrote:> On 11 Nov 2003, at 11:11, Tvrtko A. Uršulin wrote: > > The same kernel config compiled fine with xenolinux-2.4.22 from 1.0 > > DemoCD. > > You should keep the Xen and XenoLinux synchronized.Of course.... that was not an issue. The real issue was fixed by Keir. -- Croadria Internet usluge <http://www.croadria.com> - Web hosting (Linux & Windows), E-commerce Podrska: <http://podrska.croadria.com> Tel: 01/4657 818, 01/4655 601 Fax: 01/4657 819 ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel