<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Thu, Apr 14, 2016, at 09:17 AM, Joseph Bell via swift-dev wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>Howdy,<br></div>
<div>&nbsp;<br></div>
<div>I've mentioned this once before and didn't get any feedback; I thought I'd give it one more shot.<br></div>
<div>&nbsp;<br></div>
<div>Has anyone out there tried building, from scratch, the Swift 3.0 package on Ubuntu?&nbsp; The compile, link, packaging steps all complete successfully, but then the&nbsp;repl/test-repl-glibc.py fails.&nbsp; The failure is that the REPL doesn't interact (the underlying script is using pexpect to send/expect) properly:<br></div>
<div>&nbsp;<br></div>
<div><div>&nbsp; 2&gt; import Glibc&nbsp;<br></div>
<div>warning: &lt;REPL&gt;:1:1: warning: #line directive is deprecated, please use #sourceLocation instead<br></div>
<div>#line 2 "repl.swift"<br></div>
<div>^~~~~<br></div>
<div>#sourceLocation<br></div>
<div>&nbsp;<br></div>
<div>warning: repl.swift:3:1: warning: #line directive is deprecated, please use #sourceLocation instead<br></div>
<div>#line<br></div>
<div>^~~~~<br></div>
<div>#sourceLocation<br></div>
<div>&nbsp;<br></div>
<div>error: repl.swift:2:8: error: missing required module 'SwiftGlibc'<br></div>
<div>import Glibc<br></div>
</div>
<div>&nbsp;<br></div>
<div>This is occurring on two separate Ubuntu 14.04 systems, one of which is a greenfield VM with all of the prerequisites/clang-3.6 installed.<br></div>
<div>&nbsp;<br></div>
<div>Stumped on this one and was just curious if anyone can reproduce.<br></div>
</div>
</blockquote><div>&nbsp;<br></div>
<div>I can also reproduce. I actually broght this up yesterday too (just on a different list) [1]. I suggest you go vote for SR-1109 [2] which is the bug report for this issue.<br></div>
<div>&nbsp;</div>
<div>I think this is show stopper. Not for the REPL break but because it also breaks the debugger on Linux as well.<br></div>
<div>&nbsp;</div>
<div>Right now I'm trying to bisect the repos to see which commit(s?) might have introduced this regression. Kate Stone mentioned that she thinks this issue was introduced sometime after the 3-16 snapshot. I'm trying to corroborate that. <br></div>
<div>&nbsp;<br></div>
<div>[1] <a href="https://lists.swift.org/pipermail/swift-lldb-dev/Week-of-Mon-20160411/000106.html">https://lists.swift.org/pipermail/swift-lldb-dev/Week-of-Mon-20160411/000106.html</a><br></div>
<div>[2]<a href="https://bugs.swift.org/browse/SR-1109"> https://bugs.swift.org/browse/SR-1109</a> <br></div>
<div>&nbsp;<br></div>
<blockquote type="cite"><div dir="ltr"><div>&nbsp;<br></div>
<div>Thanks,<br></div>
<div>Joe<br></div>
<div>&nbsp;<br></div>
<div>&nbsp;<br></div>
<div><div>&nbsp;<br></div>
<div><div dir="ltr"><div>---<br></div>
<div><a href="http://dev.iachieved.it/iachievedit/">http://dev.iachieved.it/iachievedit/</a><br></div>
<div>@iachievedit<br></div>
</div>
</div>
</div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>swift-dev mailing list<br></div>
<div><a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a><br></div>
<div><a href="https://lists.swift.org/mailman/listinfo/swift-dev">https://lists.swift.org/mailman/listinfo/swift-dev</a><br></div>
</blockquote><div>&nbsp;<br></div>
</body>
</html>