[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2017-06-13 Thread Thomas Huth
Closing, as there is a work-around according to comment #6 ** Changed in: qemu Status: New => Won't Fix -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1090837 Title: Error in building Qemu-1

[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2012-12-17 Thread Dipanjan Das
I did the following and it was a success: 1. Added sh to path to override default /usr/bin/sh: PATH=/usr/xpg4/bin/sh:$PATH 2. From bash: sh ./configure -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1

[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2012-12-16 Thread Andreas Färber
Yes, if you execute `./configure ...` the shell will execute the shebang line inside the script, which says /bin/sh and happens to be a really ancient version for backwards compatibility on Solaris. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscri

[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2012-12-16 Thread Andreas Färber
Just using $SHELL inside configure would be insufficient if run via Solaris' sh. Using `bash ./configure ...` should've worked for v1.2 without patches, didn't test v1.3 on Sol10 yet. Whether the DTrace support scripts fully work on Solaris 10 is another issue. -- You received this bug notifica

[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2012-12-16 Thread Dipanjan Das
Until tomorrow, I can't report back as the Solaris 10 system is in my workplace. What I tried was to trigger ./configure from bash shell which produced the log above and aborted. As the title already says, I tried to build Qemu 1.3.0. P.S. If I already use bash shell to invoke the script, do I nee

[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2012-12-16 Thread Dipanjan Das
If I invoke /usr/xpg4/bin/sh from bash and then start the build process, will it be OK/ Or do I need to add /usr/xpg4/bin/sh to PATH? Does the patch mentioned in the referred bug need to be applied? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscri

[Qemu-devel] [Bug 1090837] Re: Error in building Qemu-1.3.0 on Solaris 10

2012-12-16 Thread Paolo Bonzini
Are you using /bin/sh (broken) or /usr/xpg4/bin/sh (should work)? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1090837 Title: Error in building Qemu-1.3.0 on Solaris 10 Status in QEMU: New Bug