We now have a xen 3.4.0 based xvm-gate setup on opensolaris. We are fully caught up with 3.3.2-rc*, 3.4.0, and unstable as of today.. For those who are building source, you can find instructions @ http://opensolaris.org/os/project/xen-gate/BuildInstructions/ MRJ
On Tue, May 19, 2009 at 7:15 AM, Mark Johnson <Mark.Johnson@sun.com> wrote:> > We now have a xen 3.4.0 based xvm-gate setup on opensolaris. We are > fully caught up with 3.3.2-rc*, 3.4.0, and unstable as of today.. > > For those who are building source, you can find instructions @ > http://opensolaris.org/os/project/xen-gate/BuildInstructions/Hi Mark, What are the prequisites of building xen 3.4.0? I follow http://opensolaris.org/os/project/xen-gate/BuildInstructions/ on opensolaris snv_111a, got a few build errors (which can be solved by installing some packages with pkg), retried the build process, but now it stops with libvirt build failed on build.txt. That''s it, no more logs. Any ideas how to fix this? or at least where the more verbose log is located? -- Fajar
On Mon, May 25, 2009 at 10:10:08AM +0700, Fajar A. Nugraha wrote:> What are the prequisites of building xen 3.4.0? > I follow http://opensolaris.org/os/project/xen-gate/BuildInstructions/ > on opensolaris snv_111a, got a few build errors (which can be solved > by installing some packages with pkg), retried the build process, but > now it stops with > > libvirt build failed > > on build.txt. That''s it, no more logs. Any ideas how to fix this? or > at least where the more verbose log is located?in log/ in the top dir. regards john
Having the same problem... ---- preparing MQ gate /export/home/aworkman/xvm-3.4//libvirt.hg ---- Now at: XXX-hacks ---- building libvirt ---- ---- Unable to locate C compiler under /opt ---- I''ve got gcc/bcc installed which other compiler would it need? -- This message posted from opensolaris.org
Austin Workman wrote:> Having the same problem... > > ---- preparing MQ gate /export/home/aworkman/xvm-3.4//libvirt.hg ---- > Now at: XXX-hacks > ---- building libvirt ---- > ---- Unable to locate C compiler under /opt ---- > > I''ve got gcc/bcc installed which other compiler would it need?hmm... yeah, you''ll need to Sun Studio Compiler too. You can get it @ http://opensolaris.org/os/community/tools/sun_studio_tools/sun_studio_12_tools/ And set the following env assuming you installed it in /opt export SOLARIS_BUILD_TOOLS=/opt MRJ
Am 25.05.2009 15:02, schrieb John Levon:> On Mon, May 25, 2009 at 10:10:08AM +0700, Fajar A. Nugraha wrote: > >> What are the prequisites of building xen 3.4.0? >> I follow http://opensolaris.org/os/project/xen-gate/BuildInstructions/ >> on opensolaris snv_111a, got a few build errors (which can be solved >> by installing some packages with pkg), retried the build process, but >> now it stops with >> >> libvirt build failed >> >> on build.txt. That''s it, no more logs. Any ideas how to fix this? or >> at least where the more verbose log is located? > > in log/ in the top dir. > > regards > johnUhm, how to solve this libvirt build error? Florian #cat log/libvirt.new.err Undefined first referenced symbol in file virNodeDeviceWaitForDevices ../src/.libs/libvirt_driver_storage.a(storage_backend.o) ld: fatal: symbol referencing errors. No output written to .libs/libvirtd gmake[2]: *** [libvirtd] Error 1 gmake[1]: *** [install] Error 2 gmake: *** [install-recursive] Error 1