-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error installation #33
Comments
Now i download master zip from this site. `[00:49 **** ~/Downloads/ruby-qml-master]$ bundle install
/usr/bin/ruby -r ./siteconf20161120-8140-3ptdj8.rb extconf.rb
Provided configuration options: To see why this extension failed to compile, please check the mkmf.log which can /home/****/.gem/ruby/extensions/x86_64-linux/2.3.0/qml-1.0.2/mkmf.log extconf failed, exit code 1 Gem files will remain installed in /home/_/.gem/ruby/gems/qml-1.0.2 for An error occurred while installing qml (1.0.2), and Bundler cannot Can any one please explain what i must do to become qt bindings for ruby? My system: Fedora 24 x86_64 |
It works i make a gem update --system, install sqlite for fedora and install qml with bundle install. But in ruby mine i became this error: |
I use Ruby 2.3.3 installed in Rbenv (Ubuntu 16.04). I tried to install using and i get an error as,
I'm not sure what to do with the dir in |
If |
How to solve this problem?
|
@emanuelgauler did you ever solve this? I've got the exact same bug and I cant find any reference to what the solution is. |
I have a problem to install qml on my linux.
I follow this instructions: https://github.com/seanchas116/ruby-qml
If i run
bundle install
i became this:
'`shell-init: Kann das aktuelle Verzeichnis nicht wiederfinden: getwd: Kann auf das übergeordnete Verzeichnis nicht zugreifen.: No such file or directory /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:60:in
getwd': No such file or directory - getcwd (Errno::ENOENT)from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:60:in
pwd' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:60:in
block in pwd'from /usr/share/ruby/monitor.rb:214:in
mon_synchronize' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:59:in
pwd'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:161:in
search_up' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:148:in
find_file'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:144:in
find_gemfile' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/shared_helpers.rb:24:in
default_gemfile'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler.rb:261:in
default_gemfile' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler.rb:171:in
root'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler.rb:183:in
app_config_path' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler.rb:209:in
settings'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler/env.rb:28:in
report' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/friendly_errors.rb:74:in
request_issue_report_for'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler/friendly_errors.rb:40:in
log_error' from /home/****/.gem/ruby/gems/bundler-1.13.6/lib/bundler/friendly_errors.rb:102:in
rescue in with_friendly_errors'from /home//.gem/ruby/gems/bundler-1.13.6/lib/bundler/friendly_errors.rb:100:in
with_friendly_errors' from /home/****/.gem/ruby/gems/bundler-1.13.6/exe/bundle:26:in
<top (required)>'from /usr/bin/bundle:23:in
load' from /usr/bin/bundle:23:in
The text was updated successfully, but these errors were encountered: