Hello, Did anybody outside SUN tried to build xen-src (osox-src-2006-08-16)? I had tried it on x86_64 machine. I am running SXCR46 (I know that it says that SXCR 44 is needed, but I hope that this is a minimum requierment, even that it doesn''t say it explicitly, and that SXCR 46 is also good. BTW, Am I right in this ? ) ; I ran "nightly opensolaris.sh &". My NIGHTLY_OPTIONS is "-FNnaCDlmrt" in opensolaris.sh so this complies with the requirment to use -t flags to nightly. I see the following error in the nightly.log: /opt/work/src/osox-src-2006-08-16/usr/src/tools/proto/opt/onbld/bin/i386/cw -_c+ /usr/sfw/bin/gcc -fident -finline -fno-inline-functions -fno-builtin -fno-asm+ /opt/SUNWspro/bin/cc -xarch=amd64 -Ui386 -U__i386 -xO3 -W2,-Rlazy ../../intel/opt/work/src/osox-src-2006-08-16/usr/src/tools/proto/opt/onbld/bin/i386/ctfcon ERROR: ctfconvert: file does not contain dwarf type data (try compiling with -gRemoving debug64/hat.o *** Error code 1 dmake: Warning: Command failed for target `debug64/hat.o'' previously I downloaded required packages from http://opensolaris.org/os/community/xen/How-To-8-15-06/Downloads-Page-8-15-06 and ran: (though I am not sure everything here is a MUST): http://opensolaris.org/os/community/xen/How-To-8-15-06/install/ #bunzip2 -d SUNWPython64.pkg.bz2 # pkgadd -d SUNWPython64.pkg # bunzip2 -d SUNWPython64-devel.pkg.bz2 # pkgadd -d SUNWPython64-devel.pkg # bunzip2 -d SUNWxenh.pkg.bz2 # pkgadd -d SUNWxenh.pkg # bunzip2 -d SUNWxenr.pkg.bz2 # pkgadd -d SUNWxenr.pkg # bunzip2 -d SUNWxenu.pkg.bz2 # pkgadd -d SUNWxenu.pkg # bunzip2 -d SUNWonbld.pkg.bz2 # pkgadd -d SUNWonbld.pkg Any idea what is the problem ? Regards, Xu This message posted from opensolaris.org
Rami Rosen
2006-Oct-20 16:18 UTC
Re: Problems building osox-src-2006-08-16 on x86_64 (dwarf data)
Hello, Sun Studio 11 changed the default debug format. Perhaps you should add the -xdebugformat=stabs to the CTF_FLAGS in /usr/src/Makefile.master,like this: CTF_FLAGS = -xdebugformat=stabs $(CTF_FLAGS_$(MACH)) see for example the same error in the following thread: http://www.opensolaris.org/jive/thread.jspa?messageID=53051 Regards, Rami Rosen This message posted from opensolaris.org