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 1676] New: xen 4.0.1 build error after upgrading to glib

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1676] New: xen 4.0.1 build error after upgrading to glibc 2.12.1
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 28 Oct 2010 11:38:01 -0700
Delivery-date: Thu, 28 Oct 2010 11:38:13 -0700
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/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1676

           Summary: xen 4.0.1 build error after upgrading to glibc 2.12.1
           Product: Xen
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: silversens@xxxxxxxxx


Hi, 

I just updated my glibc to 2.12.1 and I get an error when building xen on
x86_64 now.

Error is below.
I checked what's wrong and it seems like when building tcgbios.c, __x86_64__ is
not defined.

-----

make[4]: Entering directory `/var/ports/work/xen/src/xen-4.0.1/tools/firmware'
make[5]: Entering directory `/var/ports/work/xen/src/xen-4.0.1/tools/firmware'
make -C rombios all
make[6]: Entering directory
`/var/ports/work/xen/src/xen-4.0.1/tools/firmware/rombios'
make[7]: Entering directory
`/var/ports/work/xen/src/xen-4.0.1/tools/firmware/rombios'
make -C 32bit all
make[8]: Entering directory
`/var/ports/work/xen/src/xen-4.0.1/tools/firmware/rombios/32bit'
make[9]: Entering directory
`/var/ports/work/xen/src/xen-4.0.1/tools/firmware/rombios/32bit'
make -C tcgbios all
make[10]: Entering directory
`/var/ports/work/xen/src/xen-4.0.1/tools/firmware/rombios/32bit/tcgbios'
gcc   -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99
-Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement 
-D__XEN_TOOLS__ -MMD -MF .tcgbios.o.d  -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -Werror
-fno-stack-protector -fno-exceptions -fno-builtin -msoft-float
-I../../../../../tools/include -I.. -I../.. -c -o tcgbios.o tcgbios.c
In file included from /usr/include/features.h:380:0,
                 from /usr/include/stdint.h:26,
                 from
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/include/stdint.h:3,
                 from ../rombios_compat.h:8,
                 from tcgbios.c:24:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or
directory


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- 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 1676] New: xen 4.0.1 build error after upgrading to glibc 2.12.1, bugzilla-daemon <=