[Scons-users] Building serf

Chen, Peter Peter.Chen at itg.com
Sat Feb 28 04:18:11 EST 2015


Hi Dirk, 

Thanks for responding!

This is my output...

/home/local/Python/sparc-solaris2.10/2.7.9/bin/python build/check.py
== Testing test/testcases/chunked-empty.response ==
== Testing test/testcases/chunked-trailers.response ==
this is 1 test.
i am a test.this is a test.
Trailer-Test: f
== Testing test/testcases/chunked.response ==
this is 1 test.
i am a test.this is a test.
== Testing test/testcases/deflate.response ==
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
  <title>Test of gzip Content-Encoding</title>
 </head>
 <body>
<h1>This is a test</h1>

<p>This file was created with mod_deflate on the server side.</p>
<pre>curl -i --output gzip.response -H "Accept-Encoding: gzip" http://localhost:8080/1.html</pre>
<hr />
<address>Apache</address>
</body></html>
== Testing test/testcases/simple.response ==
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>scotch.ics.uci.edu</title>
<!--base href="http://scotch.ics.uci.edu/" /-->
<link href="default.css" rel="stylesheet" type="text/css" />
</head>

<body>

<p>More to come!</p>

<p><a href="manual/">Apache httpd 2.0 manual</a></p>

<p><a href="CA.cert.pem">Trust our CA!</a></p>

<p><img src="apache_pb.gif" alt="Powered by Apache!" /></p>

</body>

</html>
== Running the unit tests ==

ERROR: test(s) failed in test_all


I can't tell if the check generated this error or if the error was a result of bad code.

Thanks, 

Peter

-----Original Message-----
From: Scons-users [mailto:scons-users-bounces at scons.org] On Behalf Of Dirk Bächle
Sent: Saturday, February 28, 2015 12:57 AM
To: scons-users at scons.org
Subject: Re: [Scons-users] Building serf

Hi Peter,

On 28.02.2015 03:26, Chen, Peter wrote:
> Hi all,
>
> Using SCons-2.3.4 to build serf-1.3.8 on a sparc-solaris2.10. Using 
> gcc-4.2.4 I've ran into a couple of issues and they seem to be related to my environment variables.
>
> I was initially stuck on the build command: [...] Now I get this 
> error: [...] /home/local/Python/sparc-solaris2.10/2.7.9/bin/python 
> build/check.py
>
> ld.so.1: python2.7: fatal: libgcc_s.so.1: open failed: No such file or 
> directory
>

does it work if you call the command above in a terminal directly? If not, you have a basic problem with how your library paths (ld.so.conf, LD_LIBRARY_PATH) are setup.
If yes, it looks like an environment setting is not transported through to the check.py script, when calling it from the SCons context (via "scons check"). Especially in the latter case, you might have to contact the Serf developers about this problem.

Hope this helps you somewhat further.

Best regards,

Dirk


_______________________________________________
Scons-users mailing list
Scons-users at scons.org
https://pairlist4.pair.net/mailman/listinfo/scons-users
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

This message is for the named person's use only. This communication is for informational purposes only and has been obtained from sources believed to be reliable, but it is not necessarily complete and its accuracy cannot be guaranteed. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. Moreover, this material should not be construed to contain any recommendation regarding, or opinion concerning, any security. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

Securities products and services provided to Canadian investors are offered by ITG Canada Corp. (member CIPF and IIROC - Investment Industry Regulatory Organization of Canada), an affiliate of Investment Technology Group, Inc.

Investment research products and services are produced and offered by ITG Investment Research, Inc. and not ITG Inc. (a FINRA member firm and SIPC member).

For CANADIANS Only: In accordance with the Canadian AntiSpam Legislation, ITG Canada has implied consent from you as a member of the investment community with whom we have already established a relationship through business discussions or dealings, or your email address was made available to ITG. However, if you are Canadian and wish to stop receiving ANY emails from ITG, please click on this button Unsubscribe <mailto:can-casl at itg.com?subject=Unsubscribe>. Please note that this does not apply if you are an existing client, and IIROC & OSC rules & regulations require us to continue to send you critical email communications

ITG Inc. and/or its affiliates reserves the right to monitor and archive all electronic communications through its network.

ITG Inc. Member FINRA, SIPC

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-



More information about the Scons-users mailing list