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-research

[Xen-users] compilation error in linux-2.6.18-xen.hg with xen

To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-research@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] compilation error in linux-2.6.18-xen.hg with xen
From: Abhay Bhadani <abhadani@xxxxxxxxx>
Date: Mon, 16 Mar 2009 10:55:11 +0530
Cc:
Delivery-date: Sun, 15 Mar 2009 22:25:55 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=amyqQJ40J+K6vcsHG4XU62Mhtulk6fs10+CSXkFWelw=; b=CXeB6IPk3JhLwVDihTrR0QiRanR1FRK5xZ/+kfVQtV5tUg+5tduxmQDfQYM+glRR3r ae7VtLfLQM9SUglepX5SYvWC12hF1iCh/UnOuxcTD1esuon7cQFHSsh5OFIn9tv7LdET 3eG65r4cQkh6t7oT6xcACLY3W26awX2s5cEPc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MWj8k51v5KZsjdDpRAdMBM6QAusZgolrEKGOnSjM9w2oRZAyBaCF3e9GvbHHphRfOJ XM4i1pjeKCuxh1F0xW8DFLFYYuHHMRHOoiOzQI/ju0RaK5QnUPXoa06c0VHwX4xMuNSp 7rIGq2LSN+p2LQTSrqn4LhIgwkQC07vUS4aj0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

   I am trying to compile the latest xen source code. But i am unable to compile it successfully. It seems there is some bug in /linux-2.6.18-xen.hg/net/ipv4/netfilter/ipt_ecn.c   file.
  
   Can anybody suggest what do i need to do ?


i tried with xen-3.3.0 as well as xen-3.3.1.

If i wish to make a similar xen-enabled kernel which comes with fedora 8  or SUSE11,  where should i place the .config file while compiling xen-3.3.0/xen-3.3.1 which uses linux-2.6.18-xen.hg

I suppose i should issue "make dist" after placing existing .config file.



  CC [M]  net/ipv4/netfilter/ip_conntrack_netbios_ns.o
  LD [M]  net/ipv4/netfilter/ip_nat_h323.o
  LD [M]  net/ipv4/netfilter/ip_nat_pptp.o
  CC [M]  net/ipv4/netfilter/ip_nat_amanda.o
  CC [M]  net/ipv4/netfilter/ip_nat_tftp.o
  CC [M]  net/ipv4/netfilter/ip_nat_ftp.o
  CC [M]  net/ipv4/netfilter/ip_nat_irc.o
  CC [M]  net/ipv4/netfilter/ip_nat_sip.o
  CC [M]  net/ipv4/netfilter/ip_tables.o
  CC [M]  net/ipv4/netfilter/iptable_filter.o
  CC [M]  net/ipv4/netfilter/iptable_mangle.o
  LD [M]  net/ipv4/netfilter/iptable_nat.o
  CC [M]  net/ipv4/netfilter/iptable_raw.o
  CC [M]  net/ipv4/netfilter/ipt_hashlimit.o
  CC [M]  net/ipv4/netfilter/ipt_iprange.o
  CC [M]  net/ipv4/netfilter/ipt_owner.o
  CC [M]  net/ipv4/netfilter/ipt_tos.o
  CC [M]  net/ipv4/netfilter/ipt_recent.o
  CC [M]  net/ipv4/netfilter/ipt_ecn.o

/opt/linux-2.6.18-xen.hg/net/ipv4/netfilter/ipt_ecn.c: In function ‘match_ip’:
/opt/linux-2.6.18-xen.hg/net/ipv4/netfilter/ipt_ecn.c:26: error: ‘IPT_DSCP_MASK’ undeclared (first use in this function)
/opt/linux-2.6.18-xen.hg/net/ipv4/netfilter/ipt_ecn.c:26: error: (Each undeclared identifier is reported only once
/opt/linux-2.6.18-xen.hg/net/ipv4/netfilter/ipt_ecn.c:26: error: for each function it appears in.)

make[8]: *** [net/ipv4/netfilter/ipt_ecn.o] Error 1
make[7]: *** [net/ipv4/netfilter] Error 2
make[6]: *** [net/ipv4] Error 2
make[5]: *** [net] Error 2
make[4]: *** [modules] Error 2
make[3]: *** [modules] Error 2
make[3]: Leaving directory `/opt/xen-3.3.1/build-linux-2.6.18-xen_x86_32'
make[2]: *** [build] Error 1
make[2]: Leaving directory `/opt/xen-3.3.1'
make[1]: *** [linux-2.6-xen-install] Error 2
make[1]: Leaving directory `/opt/xen-3.3.1'
make: *** [install-kernels] Error 1

linux-sd9c:/opt/xen-3.3.1 #


Regards,
Abhay

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] compilation error in linux-2.6.18-xen.hg with xen, Abhay Bhadani <=