Coder Social home page Coder Social logo

oetiker / extopus Goto Github PK

View Code? Open in Web Editor NEW
85.0 85.0 19.0 2.49 MB

Extopus - the Monitoring Aggregator

Home Page: http://extopus.org

License: GNU General Public License v3.0

Perl 42.73% Shell 0.28% JavaScript 54.17% HTML 0.46% Makefile 1.18% M4 1.18%

extopus's Introduction

Tobi's OpenSource Projects

KYIL9840-1692

extopus's People

Contributors

moritz avatar oetiker avatar ssinyagin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

extopus's Issues

extopus compile fails on freebsd 9.0

Hi,

I'm very interested in the extopus framework to aggregate our monitoring data from many different sources into one single interface.

However when I try to compile on freebsd I always get an error.

Below is the output from both the ./configure and the gmake install.

Any idea on what I'm doing wrong here?

Kind regards,

Jan

[jrenard@mononoke /tmp/extopus/software]$ ./configure --with-qooxdoo-sdk
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... conftools/install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking how to create a ustar tar archive... gnutar
checking dependency style of gcc... none
checking whether to enable maintainer-specific portions of Makefiles... no
checking for perl... /usr/bin/perl
checking for perl version greater than or equal to 5.10.1... ok
checking for gnumake... no
checking for gmake... /usr/local/bin/gmake
checking checking for gnu make availablility... /usr/local/bin/gmake is GNU make
checking checking for perl module 'Mojolicious'... Ok
checking checking for perl module 'MojoX::Dispatcher::Qooxdoo::Jsonrpc'... Ok
checking checking for perl module 'Mojo::Server::FastCGI'... Ok
checking checking for perl module 'Config::Grammar'... Ok
checking checking for perl module 'SIAM'... Ok
checking checking for perl module 'DBD::SQLite'... Ok
checking checking for perl module 'JSON::XS'... Ok
checking checking for perl module 'Mojo::JSON::Any'... Ok
checking checking for perl module 'Excel::Writer::XLSX'... Ok
checking checking for perl module 'Spreadsheet::WriteExcel'... Ok
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backend/Makefile
config.status: creating frontend/Makefile
config.status: executing depfiles commands

** Ready to install extopus ******************************

Settings:

 PERL5LIB = "not set"
 PERL = /usr/bin/perl

The extopus Makefiles uses GNU make functionality.
Continue installation with

 /usr/local/bin/gmake install

[jrenard@mononoke /tmp/extopus/software]$

mononoke# /usr/local/bin/gmake install
Making install in frontend
gmake[1]: Entering directory /tmp/extopus/software/frontend' gmake[2]: Entering directory/tmp/extopus/software/frontend'
gmake[2]: Nothing to be done for install-exec-am'. gmake[2]: Nothing to be done forinstall-data-am'.
gmake[2]: Leaving directory /tmp/extopus/software/frontend' gmake[1]: Leaving directory/tmp/extopus/software/frontend'
Making install in backend
gmake[1]: Entering directory /tmp/extopus/software/backend' gmake[1]: *** No rule to make targetyes/framework/config.json', needed by public/script/ep.js'. Stop. gmake[1]: Leaving directory/tmp/extopus/software/backend'
gmake: *** [install-recursive] Error 1

compaction eror in QxD3/source/class/qxd3/Svg.js, qooxdoo-5.0.1

Using qooxdoo-5.0.1, the resulting ep.js is corrupted. Apparently, Svg.js was not compacted properly.

 Uncaught SyntaxError: expected expression, got keyword 'else'    ep.js:210:1219814

the compacted code looks like this:

f(d.x<Nz)Nz=d.x;if(d.y<Nq)Nq=d.y;if(d.x>Ns)Ns=d.x;if(d.y>Nw)Nw=d.y;Nx.push(d.x);Ny.push(d.y);};else for(i=0;i<n; ++i){var Nu=+Nn(d=Nl[i],i),Nr=+No(d,i);

corresponding line 5714 in Svg.js:

          if (d.x > x2_) x2_ = d.x;
          if (d.y > y2_) y2_ = d.y;
          xs.push(d.x);
          ys.push(d.y);
        } else for (i = 0; i < n; ++i) {
          var x_ = +fx(d = data[i], i), y_ = +fy(d, i);
          if (x_ < x1_) x1_ = x_;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.