-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing file ? #6
Comments
I have the same issue: /Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/goerrs.rb:3:in 'require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/Builder (LoadError) from /Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/goerrs.rb:3 from /Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/gomate.rb:5:in 'require' from /Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/gomate.rb:5 from /tmp/temp_textmate.rSHpsG:3:in 'require' from /tmp/temp_textmate.rSHpsG:3 I tried commenting out <h3 class="error">Couldn't find 6g</h3>
<p>Locations searched:</p>
<p><pre>
/Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/bin
/Applications/TextMate.app/Contents/SharedSupport/Support/bin/CocoaDialog.app/Contents/MacOS
/usr/bin
/bin
/usr/sbin
/sbin
/Applications/TextMate.app/Contents/SharedSupport/Support/bin
</pre></p> I then /Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/goerrs.rb:24:in `link_errs': uninitialized constant Go::Builder (NameError) from /Users/thrashr888/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/gomate.rb:16:in `gomate' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:116:in `call' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:116:in `run' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/io.rb:44:in `call' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/io.rb:44:in `exhaust' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/io.rb:44:in `each_line' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/io.rb:44:in `exhaust' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb:227:in `run' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:140:in `run' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:228:in `process_output_wrapper' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:139:in `run' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/htmloutput.rb:69:in `call' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/htmloutput.rb:69:in `show' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/executor.rb:110:in `run' from /Users/user/Library/Application Support/TextMate/Bundles/Go.tmbundle/Support/gomate.rb:15:in `gomate' from /tmp/temp_textmate.EiJpqj:5 ...and now I give up. :( |
I have the same issue. It seems like, in the latest release of TextMate, the
A better solution might be to include the file directly in Go bundle. |
Same issue with Textmate Version 1.5.10 (1631) on Mac OS lion |
AlanQuatermain#6 This issue is due to TextMate Version 1.5.10 (1631) removed Builder.rb from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/Builder.rb
#6 This issue is due to TextMate Version 1.5.10 (1631) removed Builder.rb from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/Builder.rb
* 'master' of github.com:AlanQuatermain/go-tmbundle: Use GOBIN shell variable instead of PATH if present Fix for source filenames with spaces bug. revert goroot fixed issue #6
* 'master' of git://github.com/TassoLee/go-tmbundle: revert goroot fixed issue AlanQuatermain#6
* 'master' of git://github.com/AlanQuatermain/go-tmbundle: Added 'error' type from Go version 1.0 I hate tabs. And I hate RDoc being sensitive to different amounts of whitespace via tabs/spaces. Sigh. Tweaks to RDoc formatting in README/History. Added 'deferred function call' snippet and updated readme/history for release 1.3. Use GOBIN shell variable instead of PATH if present Fix for source filenames with spaces bug. revert goroot fixed issue AlanQuatermain#6 Removed some very annoying extra newlines in snippets. added x86_64 as a valid architecture string Size modifiers are not optional for float or complex.
Add a `fmt.Fprintf` snippet.
/Users/user/Library/Application Support/TextMate/Bundles/go.tmbundle/Support/goerrs.rb:3:in `require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/Build
I don't have a Build.rb in this directory.. are there any dependencies to other bundles?
The text was updated successfully, but these errors were encountered: