auxesis / visage

Graph collectd metrics in the browser, backed by a JSON API
http://visage-app.com/
Other
381 stars 56 forks source link

Error installing visage-app #124

Closed ssm2017 closed 11 years ago

ssm2017 commented 11 years ago

hello using ubuntu 12.10 i have the following output :

# gem install visage-app
Building native extensions.  This could take a while...
ERROR:  Error installing visage-app:
    ERROR: Failed to build gem native extension.

        /usr/bin/ruby1.9.1 extconf.rb
creating Makefile

make
compiling yajl_ext.c
yajl_ext.c: In function ‘yajl_encode_part’:
yajl_ext.c:117:21: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
yajl_ext.c: In function ‘rb_yajl_parser_parse’:
yajl_ext.c:442:17: warning: variable ‘stat’ set but not used [-Wunused-but-set-variable]
compiling yajl_lex.c
compiling yajl_encode.c
compiling yajl.c
compiling yajl_parser.c
compiling yajl_alloc.c
compiling yajl_gen.c
compiling yajl_buf.c
compiling yajl_version.c
linking shared-object yajl/yajl.so

make install
/usr/bin/install -c -m 0755 yajl.so /var/lib/gems/1.9.1/gems/yajl-ruby-1.1.0/lib/yajl
installing default yajl libraries

Gem files will remain installed in /var/lib/gems/1.9.1/gems/yajl-ruby-1.1.0 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/yajl-ruby-1.1.0/ext/yajl/gem_make.out
auxesis commented 11 years ago

Hi there, This looks like an installation problem with YAJL, rather than Visage itself.

Can you please open up the ticket there, and let me know what the issue number is in this issue?

ssm2017 commented 11 years ago

i could not find an issue queue for the link you have showed me but the author is speaking in the readme file about a parent project where i reported the issue. here is the link : https://github.com/lloyd/yajl/issues/91

auxesis commented 11 years ago

Oops, I linked to the wrong project. :-(

I meant to link to yajl-ruby.

auxesis commented 11 years ago

No activity. Closing.

P.S. I'm thinking about producing RPMs and debs with Omnibus, which would hopefully eliminate this class of problem.