xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Re: config dependency in stable-2.6.32.x
@ 2010-05-13 18:07 eXeC001er
  2010-05-13 18:33 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 4+ messages in thread
From: eXeC001er @ 2010-05-13 18:07 UTC (permalink / raw)
  To: Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 433 bytes --]

Hello.

I tried to build stable-2.6.32.x (CONFIG_XEN_PLATFORM_PCI=y), but ...


:>$ git branch
  xen/master
* xen/stable-2.6.32.x


drivers/built-in.o: In function `do_hvm_suspend':
/opt/src/xen/linux-2.6-xen/drivers/xen/manage.c:124: undefined reference to
`xenbus_suspend'
/opt/src/xen/linux-2.6-xen/drivers/xen/manage.c:138: undefined reference to
`xenbus_resume'
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [sub-make] Error 2

[-- Attachment #1.2: Type: text/html, Size: 701 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* config dependency in stable-2.6.32.x
@ 2010-05-06 20:45 M A Young
  2010-05-06 22:02 ` M A Young
  0 siblings, 1 reply; 4+ messages in thread
From: M A Young @ 2010-05-06 20:45 UTC (permalink / raw)
  To: Jeremy Fitzhardinge; +Cc: xen-devel

I was building a kernel and got the error
drivers/built-in.o: In function `do_hvm_suspend':
/builddir/build/BUILD/kernel-2.6.32/linux-2.6.32.x86_64/drivers/xen/manage.c:124: 
undefined reference to `xenbus_suspend'
/builddir/build/BUILD/kernel-2.6.32/linux-2.6.32.x86_64/drivers/xen/manage.c:138: 
undefined reference to `xenbus_resume'

As manage.c is built if CONFIG_XEN is selected and the do_hvm_suspend code 
segment is active if CONFIG_PM_SLEEP (which is on by default) is selected, 
this means that the current kernel won't build in this case unless 
CONFIG_XEN_XENBUS_FRONTEND=y as well to supply the xenbus references.

 	Michael Young

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-13 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 18:07 config dependency in stable-2.6.32.x eXeC001er
2010-05-13 18:33 ` Pasi Kärkkäinen
  -- strict thread matches above, loose matches on Subject: below --
2010-05-06 20:45 M A Young
2010-05-06 22:02 ` M A Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).