Closed GoogleCodeExporter closed 9 years ago
I contacted the SCons group and the response I got was that they believe that
the Serf setup might not be propagating a required environment variable to my
environment where I'm executing the "scons" build and "scons check" commands.
Can anyone help me with this? My first post went unanswered for over a week...
Thanks
Original comment by ptrc...@gmail.com
on 3 Mar 2015 at 2:16
[deleted comment]
Please reference a public archive of the discussion with the SCons developers.
Please name the environment variable claimed to be missing.
Original comment by andreas.stieger@gmx.de
on 3 Mar 2015 at 7:37
This isn't a public archive? Could a link to one be provided?
Currently, the "scons check" command gives me an error...
scons check
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/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
Killed
scons: *** [check] Error 137
scons: building terminated because of errors.
The SCons folks then recommended I run the above python command directly from
my consoles, where I get this...
/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
The results of the "scons check" indicate that libgcc cannot be found; however,
its path is in my LD_LIBRARY_PATH env var
Do I need to set it somewhere else?
Thanks!
Original comment by ptrc...@gmail.com
on 3 Mar 2015 at 8:55
> This isn't a public archive? Could a link to one be provided?
What I mean is: Show us what the scons developers said. But you hinted at that.
Note that your issue seems to be in the execution of python itself. As such
this is a runtime error on your side, not a libserv error?
Original comment by andreas.stieger@gmx.de
on 3 Mar 2015 at 8:59
https://pairlist4.pair.net/pipermail/scons-users/2015-February/003449.html
Original comment by lieven.govaerts@gmail.com
on 3 Mar 2015 at 9:01
Ah yes! That's the one, thanks!
How do I fix the runtime error? Where do I start looking?
Thx!
Original comment by ptrc...@gmail.com
on 3 Mar 2015 at 9:46
OK, I've gotten past the missing libgcc error by creating a symbolic link in
/usr/lib to where my libgcc is located.
So now I'm getting a test failed error when I run "scons check"...
scons check
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
/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
scons: *** [check] Error 1
scons: building terminated because of errors.
Thx!
Original comment by ptrc...@gmail.com
on 5 Mar 2015 at 12:15
Issue invalid as filed - runtime/ so symlimk issue
Please use the mailing list for your desired level of help, not the issue
tracker.
Original comment by andreas.stieger@gmx.de
on 5 Mar 2015 at 6:18
Original issue reported on code.google.com by
ptrc...@gmail.com
on 24 Feb 2015 at 2:35