WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 111] New: Build break on x86 FC3 platform

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 111] New: Build break on x86 FC3 platform
From: dbarrera@xxxxxxxxxx
Date: Fri, 22 Jul 2005 14:38:12 +0000
Delivery-date: Fri, 22 Jul 2005 14:38:15 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=111

           Summary: Build break on x86 FC3 platform
           Product: Xen
           Version: unstable
          Platform: x86
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: dbarrera@xxxxxxxxxx
                CC: hohnbaum@xxxxxxxxxx


I am unable to build Xen on an x86 FC3 platform where I routinely build
and test Xen:

make[3]: Leaving directory `/tmp/xen-unstable.hg/tools/pygrub'
make[3]: Entering directory `/tmp/xen-unstable.hg/tools/firmware'
make[4]: Entering directory `/tmp/xen-
unstable.hg/tools/firmware/rombios'
gcc -o biossums biossums.c
gcc -DBX_SMP_PROCESSORS=1 -E -P rombios.c > _rombios_.c
bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
sed -e 's/^\.text//' -e 's/^\.data//' rombios.s > _rombios_.s
as86 _rombios_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombios.txt
perl makesym.perl < rombios.txt > rombios.sym
mv tmp.bin BIOS-bochs-latest
./biossums BIOS-bochs-latest


PCI-Bios header at: 0x9DF0
Current checksum:     0x2F
Calculated checksum:  0x2F


$PIR header at:     0xA0A0
Current checksum:     0x07
Calculated checksum:  0x07



Bios checksum at:   0xFFFF
Current checksum:     0x00
Calculated checksum:  0xA6  Setting checksum.
rm -f _rombios_.s
make[4]: Leaving directory `/tmp/xen-unstable.hg/tools/firmware/rombios'
make[4]: Entering directory `/tmp/xen-
unstable.hg/tools/firmware/vgabios'
gcc -o biossums biossums.c
make[4]: *** No rule to make target `vbe.h', needed by `vgabios.bin'.
Stop.
make[4]: Leaving directory `/tmp/xen-unstable.hg/tools/firmware/vgabios'
make[3]: *** [all] Error 2



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 111] New: Build break on x86 FC3 platform, dbarrera <=