Thomas Goirand
2011-Mar-16 06:06 UTC
[Pkg-xen-devel] Building xen-qemu-dm-4.0 (2nd attempt, please reply)
Hi, I'm trying to solve this one: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615797 As much as I can tell, and unless I have missed something, the issue is a missing -lpulse in the Makefile.target (see attached diff file that fixes the issue). While my patch makes it compile again, I fear that I'm not doing well, and that there must be a better way to fix, that would take care of the option given at compile time options sent using "xen-setup --audio-drv-list=". May I have your comments? Thomas Goirand (zigo) -------------- next part -------------- A non-text attachment was scrubbed... Name: xen-qemu-dm-4.0.diff Type: text/x-diff Size: 342 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20110316/7d473c1b/attachment.diff>
Ian Campbell
2011-Mar-16 10:21 UTC
[Pkg-xen-devel] Building xen-qemu-dm-4.0 (2nd attempt, please reply)
Re "2nd attempt, please reply". Ian Jackson replied to your first attempt on 3 March. Did you try what he suggested? Why didn't you reply to that thread instead of starting a new one? On Wed, 2011-03-16 at 14:06 +0800, Thomas Goirand wrote:> Hi, > > I'm trying to solve this one: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615797 > > As much as I can tell, and unless I have missed something, the issue is > a missing -lpulse in the Makefile.target (see attached diff file that > fixes the issue). > > While my patch makes it compile again, I fear that I'm not doing well, > and that there must be a better way to fix, that would take care of the > option given at compile time options sent using "xen-setup > --audio-drv-list=". May I have your comments?That probably would be better, and as IanJ said the build is improved in Xen 4.1's qemu which probably makes it easier to fix properly, but the build changes are too extensive for backport to 4.0. I think a simple hack like you've got is the best approach for the 4.0 tree. Ian.