Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - strace failed to build.: (5 Items)
   
strace failed to build.  
When I attempt to build strace it halts with the following output.

checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-pc-nto-qnx6.4.1
checking host system type... i386-pc-nto-qnx6.4.1
checking for supported operating system... NO!
configure: error: operating system nto-qnx6.4.1 is not supported by strace
*** Error code 1

Has this been built under qnx before?

Thanks,
Greg
Re: strace failed to build.  
On Tue, Jun 16, 2009 at 08:27:29AM -0400, Greg Morehead wrote:
> When I attempt to build strace it halts with the following output.
> 
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking build system type... i386-pc-nto-qnx6.4.1
> checking host system type... i386-pc-nto-qnx6.4.1
> checking for supported operating system... NO!
> configure: error: operating system nto-qnx6.4.1 is not supported by strace
> *** Error code 1
> 
> Has this been built under qnx before?

I doubt it.  See the resulting work/strace-4.5.15/PORTING.
Using tracelogger plus traceprinter / IDE may do what you 
want already.

Regards,

-seanb
Re: strace failed to build.  
I actually was looking into strace because of an issue I am having with the lighttpd port.

Check out my post here: http://redmine.lighttpd.net/boards/2/topics/1545

I'm not sure I can get what they are looking for with tracelogger?
Re: strace failed to build.  
On Tue, Jun 16, 2009 at 09:04:15AM -0400, Greg Morehead wrote:
> I actually was looking into strace because of an issue I am having with the lighttpd port.
> 
> Check out my post here: http://redmine.lighttpd.net/boards/2/topics/1545
> 
> I'm not sure I can get what they are looking for with tracelogger?

I'm sure the info's there but it can be a little
difficult to wade through all of it.

If you can come up with a well contained configuration
and test case I'd like to look at it at some point.  It
would be cool if this worked reliably but I haven't
actually used lighttpd yet...

-seanb
Re: strace failed to build.  
Yeah, I kind of figured that tracelogger "could" do the job, but since it wasn't app specific it would be a bear.

For now I have gone back to working with Apache22.  I was looking for a more "light weight" solution for a SSL capable 
web server.  

Lighttpd is working perfectly fine under by vmware install of 6.4.1.  It's when I put it on a real x86 PC running 6.4.1 
that this issue shows up.