Skip to content
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

actual gem broken (gentoo and sabayon) #81

Open
ant11 opened this issue Feb 22, 2013 · 1 comment
Open

actual gem broken (gentoo and sabayon) #81

ant11 opened this issue Feb 22, 2013 · 1 comment
Assignees

Comments

@ant11
Copy link

ant11 commented Feb 22, 2013

Hi,
I did several fresh installtions of ticgit gem like it is described, but when I call ti the first time, I get this:

ti
/usr/local/lib64/ruby/gems/1.9.1/gems/TicGit-ng-1.0.2.17/lib/ticgit-ng/cli.rb:190:in ioctl': Inappropriate ioctl for device - <STDOUT> (Errno::ENOTTY) from /usr/local/lib64/ruby/gems/1.9.1/gems/TicGit-ng-1.0.2.17/lib/ticgit-ng/cli.rb:190:intry_using'
from /usr/local/lib64/ruby/gems/1.9.1/gems/TicGit-ng-1.0.2.17/lib/ticgit-ng/cli.rb:179:in reset_window_width' from /usr/local/lib64/ruby/gems/1.9.1/gems/TicGit-ng-1.0.2.17/lib/ticgit-ng/cli.rb:274:in<top (required)>'
from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /usr/local/lib64/ruby/gems/1.9.1/gems/TicGit-ng-1.0.2.17/lib/ticgit-ng.rb:38:in <top (required)>' from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /usr/local/lib64/ruby/gems/1.9.1/gems/TicGit-ng-1.0.2.17/bin/ti:11:in<top (required)>'
from /usr/local/bin/ti:23:in load' from /usr/local/bin/ti:23:in

'

Can this be fixed as I really like the idea of ticgit. Also an other question would be, once ticgit is working again, can it be compiled to a bin package (I am a newbie regarding ruby)?

@loucal
Copy link

loucal commented Aug 30, 2013

Hi @ant11, until this pull request gets merged in you can use my fork like so

gem install git
git clone https://github.com/loucal/ticgit.git
cd ticgit/
gem build ticgit-ng.gemspec
cd .. #the .rvmrc file in ticgit/ will cause it to be installed under a gemset
gem install ticgit/TicGit-ng-1.0.2.17.gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants