Jonathan Kalbfeld
2008-Jan-14 17:59 UTC
[qemu-discuss] New QEMU 0.9.1 Solaris 10 Packages Available
All, I''ve gone ahead and built the latest QEMU as a package. The package is in the usual spot, at http://www.thoughtwave.com/emulators.html This is the 20080113 CVS head, built for x86 and sparc. Simply install the most recent package, add /opt/thoughtwave/qemu/bin to your path, and the wrapper scripts there will automagically run the right binaries for your architecture. Have fun and Happy New Year, Jonathan Kalbfeld -- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 424 354 1814 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/qemu-discuss/attachments/20080114/583abb07/attachment.html>
Gérard Henry
2008-Feb-25 11:57 UTC
[qemu-discuss] New QEMU 0.9.1 Solaris 10 Packages Available
Jonathan Kalbfeld a ?crit :> All, > > I''ve gone ahead and built the latest QEMU as a package. > > The package is in the usual spot, at > http://www.thoughtwave.com/emulators.html > <http://www.thoughtwave.com/emulators.html> > > This is the 20080113 CVS head, built for x86 and sparc. Simply install > the most recent package, add /opt/thoughtwave/qemu/bin to your path, and > the wrapper scripts there will automagically run the right binaries for > your architecture. >hello, i just gave a try at it. Platform: Sun Ultra 20 with SXDE 1/08 There is a problem with your wrapper script: ultra20-henry% /opt/thoughtwave/qemu/bin/qemu -m 512 debian.img /opt/thoughtwave/qemu/bin/qemu: /opt/thoughtwave/qemu/i386/bin/qemu: not found ultra20-henry% bash -v /opt/thoughtwave/qemu/bin/qemu -m 512 debian.img #!/bin/sh ARCH=`/bin/uname -p` /bin/uname -p if [ "$ARCH" -eq "sparc" ] then PROC=$ARCH else PROC="x86_64" fi /opt/thoughtwave/qemu/bin/qemu: line 3: [: i386: integer expression expected MYNAME=`/bin/basename $0` /bin/basename $0 PATH=/opt/thoughtwave/qemu/${PROC}/bin $PATH/$MYNAME $@ Error -1 while initializing QEMU acceleration layer - disabling it for now The last message (about kqemu) is strange, because i have compiled qemu and it works without problems. Even if i try: ultra20-henry% /opt/thoughtwave/qemu/x86_64/bin/qemu debian.img Error -1 while initializing QEMU acceleration layer - disabling it for now And i don''t understand why your wrapper script is bash-oriented? Here are the options i used to compile it (qemu-CVS-20070612-patched.tar.bz2 got from http://www.opensolaris.org/os/project/qemu/host/): PATH=/usr/bin/amd64:/usr/sfw/bin:/usr/bin:/usr/ccs/bin:/usr/perl5/bin export PATH ./configure --prefix=/opt/qemu \ --target-list=x86_64-softmmu,i386-softmmu \ --disable-gcc-check gmake install gerard -- Gerard HENRY http://guses.org
I also cannot use this package, because Solaris (8/07) version is too old? ----- bash-3.00$ ldd /opt/thoughtwave/qemu/x86_64/bin/qemu libm.so.2 => /lib/libm.so.2 libz.so => /usr/lib/libz.so libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libnsl.so.1 (SUNW_1.10) => (version not found) libresolv.so.2 => /lib/libresolv.so.2 libSDL-1.2.so.0 => /lib/libSDL-1.2.so.0 libpthread.so.1 => /lib/libpthread.so.1 librt.so.1 => /lib/librt.so.1 libc.so.1 => /lib/libc.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libesd.so.0 => /usr/lib/libesd.so.0 libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 libX11.so.4 => /usr/lib/libX11.so.4 libXext.so.0 => /usr/lib/libXext.so.0 libaio.so.1 => /lib/libaio.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libdl.so.1 => /lib/libdl.so.1 bash-3.00$ ----- -- This message posted from opensolaris.org
Jonathan Kalbfeld
2008-Mar-01 08:03 UTC
[qemu-discuss] New QEMU 0.9.1 Solaris 10 Packages Available
I built it on my OpenSolaris machine -- my mistake. I can''t think about this until after I get married in two weeks. I will rebuild the package when I have a moment. Thanks for letting me know. Jonathan On Wed, Feb 27, 2008 at 6:36 AM, Soeren <mrhbit at fcco.de> wrote:> I also cannot use this package, because Solaris (8/07) version is too old? > ----- > bash-3.00$ ldd /opt/thoughtwave/qemu/x86_64/bin/qemu > libm.so.2 => /lib/libm.so.2 > libz.so => /usr/lib/libz.so > libsocket.so.1 => /lib/libsocket.so.1 > libnsl.so.1 => /lib/libnsl.so.1 > libnsl.so.1 (SUNW_1.10) => (version not found) > libresolv.so.2 => /lib/libresolv.so.2 > libSDL-1.2.so.0 => /lib/libSDL-1.2.so.0 > libpthread.so.1 => /lib/libpthread.so.1 > librt.so.1 => /lib/librt.so.1 > libc.so.1 => /lib/libc.so.1 > libmp.so.2 => /lib/libmp.so.2 > libmd.so.1 => /lib/libmd.so.1 > libscf.so.1 => /lib/libscf.so.1 > libesd.so.0 => /usr/lib/libesd.so.0 > libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 > libX11.so.4 => /usr/lib/libX11.so.4 > libXext.so.0 => /usr/lib/libXext.so.0 > libaio.so.1 => /lib/libaio.so.1 > libdoor.so.1 => /lib/libdoor.so.1 > libuutil.so.1 => /lib/libuutil.so.1 > libgen.so.1 => /lib/libgen.so.1 > libdl.so.1 => /lib/libdl.so.1 > bash-3.00$ > ----- > -- > This message posted from opensolaris.org > > > _______________________________________________ > qemu-discuss mailing list > qemu-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/qemu-discuss >-- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 424 354 1814 Learn UNIX For Free at unixlessons.com
User Sören of Mrhbit1-SL71
2008-Mar-01 12:55 UTC
[qemu-discuss] New QEMU 0.9.1 Solaris 10 Packages Available
Hello Jonathan Congratulations! in run-up Ok, I''m delighted about this and will wait until them. regards S?ren Am Sam, 2008-03-01 um 09.03 schrieb Jonathan Kalbfeld:> I built it on my OpenSolaris machine -- my mistake. > > I can''t think about this until after I get married in two weeks. I > will rebuild the package when I have a moment. > > Thanks for letting me know. > > Jonathan > > On Wed, Feb 27, 2008 at 6:36 AM, Soeren <mrhbit at fcco.de> wrote: > > I also cannot use this package, because Solaris (8/07) version is too old? > > ----- > > bash-3.00$ ldd /opt/thoughtwave/qemu/x86_64/bin/qemu > > libm.so.2 => /lib/libm.so.2 > > libz.so => /usr/lib/libz.so > > libsocket.so.1 => /lib/libsocket.so.1 > > libnsl.so.1 => /lib/libnsl.so.1 > > libnsl.so.1 (SUNW_1.10) => (version not found) > > libresolv.so.2 => /lib/libresolv.so.2 > > libSDL-1.2.so.0 => /lib/libSDL-1.2.so.0 > > libpthread.so.1 => /lib/libpthread.so.1 > > librt.so.1 => /lib/librt.so.1 > > libc.so.1 => /lib/libc.so.1 > > libmp.so.2 => /lib/libmp.so.2 > > libmd.so.1 => /lib/libmd.so.1 > > libscf.so.1 => /lib/libscf.so.1 > > libesd.so.0 => /usr/lib/libesd.so.0 > > libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 > > libX11.so.4 => /usr/lib/libX11.so.4 > > libXext.so.0 => /usr/lib/libXext.so.0 > > libaio.so.1 => /lib/libaio.so.1 > > libdoor.so.1 => /lib/libdoor.so.1 > > libuutil.so.1 => /lib/libuutil.so.1 > > libgen.so.1 => /lib/libgen.so.1 > > libdl.so.1 => /lib/libdl.so.1 > > bash-3.00$ > > ----- > > -- > > This message posted from opensolaris.org > > > > > > _______________________________________________ > > qemu-discuss mailing list > > qemu-discuss at opensolaris.org > > http://mail.opensolaris.org/mailman/listinfo/qemu-discuss > > > > > > -- > -- > Jonathan Kalbfeld > ThoughtWave Technologies LLC > www.thoughtwave.com > +1 424 354 1814 > > Learn UNIX For Free at unixlessons.com >
Jonathan Kalbfeld
2008-Mar-14 00:10 UTC
[qemu-discuss] New QEMU 0.9.1 Solaris 10 Packages Available
I rebuilt the package - it''s on http://thoughtwave.com/downloads.html I must go now. Busy weekend ahead. :) jonathan On 01 Mar 2008 13:55:04 +0100, User S?ren of Mrhbit1-SL71 <mrhbit at fcco.de> wrote:> Hello Jonathan > > Congratulations! in run-up > > Ok, I''m delighted about this and will wait until them. > > regards > S?ren > > Am Sam, 2008-03-01 um 09.03 schrieb Jonathan Kalbfeld: > > > > I built it on my OpenSolaris machine -- my mistake. > > > > I can''t think about this until after I get married in two weeks. I > > will rebuild the package when I have a moment. > > > > Thanks for letting me know. > > > > Jonathan > > > > On Wed, Feb 27, 2008 at 6:36 AM, Soeren <mrhbit at fcco.de> wrote: > > > I also cannot use this package, because Solaris (8/07) version is too old? > > > ----- > > > bash-3.00$ ldd /opt/thoughtwave/qemu/x86_64/bin/qemu > > > libm.so.2 => /lib/libm.so.2 > > > libz.so => /usr/lib/libz.so > > > libsocket.so.1 => /lib/libsocket.so.1 > > > libnsl.so.1 => /lib/libnsl.so.1 > > > libnsl.so.1 (SUNW_1.10) => (version not found) > > > libresolv.so.2 => /lib/libresolv.so.2 > > > libSDL-1.2.so.0 => /lib/libSDL-1.2.so.0 > > > libpthread.so.1 => /lib/libpthread.so.1 > > > librt.so.1 => /lib/librt.so.1 > > > libc.so.1 => /lib/libc.so.1 > > > libmp.so.2 => /lib/libmp.so.2 > > > libmd.so.1 => /lib/libmd.so.1 > > > libscf.so.1 => /lib/libscf.so.1 > > > libesd.so.0 => /usr/lib/libesd.so.0 > > > libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 > > > libX11.so.4 => /usr/lib/libX11.so.4 > > > libXext.so.0 => /usr/lib/libXext.so.0 > > > libaio.so.1 => /lib/libaio.so.1 > > > libdoor.so.1 => /lib/libdoor.so.1 > > > libuutil.so.1 => /lib/libuutil.so.1 > > > libgen.so.1 => /lib/libgen.so.1 > > > libdl.so.1 => /lib/libdl.so.1 > > > bash-3.00$ > > > ----- > > > -- > > > This message posted from opensolaris.org > > > > > > > > > _______________________________________________ > > > qemu-discuss mailing list > > > qemu-discuss at opensolaris.org > > > http://mail.opensolaris.org/mailman/listinfo/qemu-discuss > > > > > > > > > > > -- > > -- > > Jonathan Kalbfeld > > ThoughtWave Technologies LLC > > www.thoughtwave.com > > +1 424 354 1814 > > > > Learn UNIX For Free at unixlessons.com > > > > >-- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 424 354 1814 Learn UNIX For Free at unixlessons.com
Hi Jonathan Have the new package the same name like the old one? (Jan...2008) If this is so, then sorry but I get the same error like before. regards Soeren -- This message posted from opensolaris.org
Apparently Analagous Threads
- QEMU 0.9.0 packages available for Solaris 8 (-SDL, use vnc), 9&10 (+SDL)
- Compiling Dovecot 2.0.2 on Solaris 10 SPARC - libssl.so.1.0.0: open failed
- Memory leak scripts
- [Bug 2340] New: Openssh issue: unable to ssh the solaris server from ldap users
- Build R static