Giter VIP home page Giter VIP logo

khusnetdinov / elmkit Goto Github PK

View Code? Open in Web Editor NEW
52.0 3.0 5.0 445 KB

:school_satchel: Elm kit is web application boilerplate kit for development. This kit build on Brunch, Node, Sass, Elm-lang. It helps you to start development more productive following best practices.

License: MIT License

JavaScript 10.43% HTML 25.79% Elm 37.27% Shell 8.42% SCSS 18.09%
elm elm-lang kit brunch elm-kit sass

elmkit's Introduction

Build Status Open Source Helpers

img

Elm kit - web application boilerplate | starter kit

Elm kit is web application boilerplate kit for development. This kit build on Brunch, Node, Sass, Elm-lang. It helps you to start development more productive following best practices.

Features

Getting started

Files structure

├── /src/                       # The source code of the application
│   ├── /assets/                # Files in this folder just copy to public
│   │   ├── /images/            # Images folder
│   │   ├── /fonts/             # Fonts folder
│   │   ├── favicon.ico         # Project Favicon
│   │   └── index.html          # Layout html file
│   ├── /elm/                   # Not compiled Elm files
│   │   └── Application.elm     # Entry point for elm files
│   ├── /javascripts/           # Not compiled javascripts files
│   │   └── appliction.js       # Entry point for scss file
│   └── /stylessheets/          # Not compiled stylessheets files
│       ├── /global/            # Best place for global settings
│       │   ├── fonts.scss      # Fonts settings and loading
│       │   ├── forms.scss      # Global forms settings
│       │   ├── mixins.scss     # Custom mixins
│       │   ├── overloads.scss  # Styles overloads for 3rd party
│       │   └── settings.scss   # Main styles setting
│       ├── /modules/           # Elm modules styles
│       └── appliction.scss     # Entry point for scss file
│
├── /public/                    # Brunch builded and compiled project files
│   ├── /images/                # Images copied folder
│   ├── /.. other ../           # Other static folders
│   ├── /javascripts/           # Project javascript files
│   │   ├── main.js             # Elm compiled javascript
│   │   └── application.js      # Main javascript file
│   ├── /stylesheets/           # Project stylesheet files
│   │   └── appliction.css      # Main css file
│   ├── favicon.ico             # Project favicon
│   └── index.html              # Builded index page
│
├── /tests/                     # Tests for elm components
│   ├── Main.elm                # Entry point for all tests
│   ├── Tests.elm               # Test suite
│   └── elm-package.json        # Copy of elm-package.json from root
│
├── /docs/                      # Documentation files for the project
├── /elm-stuff/                 # Elm compiler technical folder
├── /node_modules/              # Node (Brunch) 3rd-party libraries
│
│── package.json                # The list of Node (Brunch) 3rd party libraries
│── elm-package.json            # The list of Elm lang 3rd party libraries
│── brunch-config.js            # Brunch config for project
│── README.md                   # Project description
│── LICENSE                     # License
│── .editorconfig               # Global editor config
└── .gitignore                  # Git ignored files

Brunch compiled files with *.js.map are junk.

Commands

npm run development - Run development server

npm run build - Create build for production

npm test - Run tests (compile and run, wrapper for elm-test)

Requirements

You need to install Node, Elm-lang;

Installation

git clone https://github.com/khusnetdinov/elmkit

cd elmkit

npm install

elm package install

npm run development

License

This code is free to use under the terms of the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

elmkit's People

Contributors

danieldocki avatar depfu[bot] avatar khusnetdinov avatar optikfluffel 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

Watchers

 avatar  avatar  avatar

elmkit's Issues

Elm’s Time Traveling Debugger

Sorry, but I'm new to Elm's world. But I'm using your kit to develop a study application and I wanted to be able to enable Elm's Time Traveling Debugger, how can I do that?

Thanks for everything

Fix tests

$ export PATH=./node_modules/.bin:$PATH
Updating nvm
nvm.install
3.28s$ nvm install 6
Downloading and installing node v6.12.2...
Downloading https://nodejs.org/dist/v6.12.2/node-v6.12.2-linux-x64.tar.xz...
######################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v6.12.2 (npm v3.10.10)
$ node --version
v6.12.2
$ npm --version
3.10.10
$ nvm --version
0.33.8
before_install.1
0.01s$ if [ ${TRAVIS_OS_NAME} == "osx" ]; then brew update; brew install nvm; mkdir /.nvm; export NVM_DIR=/.nvm; source $(brew --prefix nvm)/nvm.sh; fi
before_install.2
0.01s$ echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
before_install.3
11.74s$ if [ ! -d sysconfcpus/bin ];
then
git clone https://github.com/obmarg/libsysconfcpus.git;
cd libsysconfcpus;
./configure --prefix=$TRAVIS_BUILD_DIR/sysconfcpus;
make && make install;
cd ..;
fi

Cloning into 'libsysconfcpus'...
remote: Counting objects: 40, done.
remote: Total 40 (delta 0), reused 0 (delta 0), pack-reused 40
Unpacking objects: 100% (40/40), done.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
cd . && /bin/bash /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/missing --run aclocal-1.9
/home/travis/build/khusnetdinov/elmkit/libsysconfcpus/missing: line 52: aclocal-1.9: command not found
WARNING: aclocal-1.9' is missing on your system. You should only need it if you modified acinclude.m4' or configure.ac'. You might want to install the Automake' and Perl' packages. Grab them from any GNU archive site. cd . && /bin/bash /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/missing --run automake-1.9 --gnu /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/missing: line 52: automake-1.9: command not found WARNING: automake-1.9' is missing on your system. You should only need it if
you modified Makefile.am', acinclude.m4' or configure.ac'. You might want to install the Automake' and Perl' packages. Grab them from any GNU archive site. cd . && /bin/bash /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/missing --run autoconf configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2706: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2705: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2706: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2705: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:297: _LT_AC_SYS_LIBPATH_AIX is expanded from... aclocal.m4:5485: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from... aclocal.m4:2706: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2705: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:297: _LT_AC_SYS_LIBPATH_AIX is expanded from... aclocal.m4:2783: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2782: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2783: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2782: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2783: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2782: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4005: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4004: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4005: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4004: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4114: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4113: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4114: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4113: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:297: _LT_AC_SYS_LIBPATH_AIX is expanded from... aclocal.m4:5485: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from... aclocal.m4:4114: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4113: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/home/travis/build/khusnetdinov/elmkit/sysconfcpus --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 3458764513820540925 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes configure: creating ./config.status /bin/bash ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands cd . && /bin/bash /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/missing --run autoheader configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2706: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2705: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2706: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2705: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:297: _LT_AC_SYS_LIBPATH_AIX is expanded from... aclocal.m4:5485: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from... aclocal.m4:2706: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:2705: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:297: _LT_AC_SYS_LIBPATH_AIX is expanded from... aclocal.m4:2783: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2782: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2783: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2782: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:2783: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:2782: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4005: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4004: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4005: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4004: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:638: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4114: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4113: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:683: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:4926: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... aclocal.m4:4114: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4113: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level configure.ac:37: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... aclocal.m4:297: _LT_AC_SYS_LIBPATH_AIX is expanded from... aclocal.m4:5485: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from... aclocal.m4:4114: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4113: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... aclocal.m4:1831: _LT_AC_TAGCONFIG is expanded from... aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:31: AC_PROG_LIBTOOL is expanded from... aclocal.m4:6471: AM_PROG_LIBTOOL is expanded from... configure.ac:37: the top level rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h make all-recursive make[1]: Entering directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus'
Making all in src
make[2]: Entering directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/src' if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -g -O2 -Wall -MT libsysconfcpus_la-libsysconfcpus.lo -MD -MP -MF ".deps/libsysconfcpus_la-libsysconfcpus.Tpo" -c -o libsysconfcpus_la-libsysconfcpus.lo test -f 'libsysconfcpus.c' || echo './'libsysconfcpus.c; \ then mv -f ".deps/libsysconfcpus_la-libsysconfcpus.Tpo" ".deps/libsysconfcpus_la-libsysconfcpus.Plo"; else rm -f ".deps/libsysconfcpus_la-libsysconfcpus.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -g -O2 -Wall -MT libsysconfcpus_la-libsysconfcpus.lo -MD -MP -MF .deps/libsysconfcpus_la-libsysconfcpus.Tpo -c libsysconfcpus.c -fPIC -DPIC -o .libs/libsysconfcpus_la-libsysconfcpus.o /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o libsysconfcpus.la -rpath /home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib libsysconfcpus_la-libsysconfcpus.lo -ldl gcc -shared .libs/libsysconfcpus_la-libsysconfcpus.o -ldl -Wl,-soname -Wl,libsysconfcpus.so.0 -o .libs/libsysconfcpus.so.0.0.0 (cd .libs && rm -f libsysconfcpus.so.0 && ln -s libsysconfcpus.so.0.0.0 libsysconfcpus.so.0) (cd .libs && rm -f libsysconfcpus.so && ln -s libsysconfcpus.so.0.0.0 libsysconfcpus.so) creating libsysconfcpus.la (cd .libs && rm -f libsysconfcpus.la && ln -s ../libsysconfcpus.la libsysconfcpus.la) if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O1 -g -O2 -Wall -MT test_sysconfcpus-test-sysconfcpus.o -MD -MP -MF ".deps/test_sysconfcpus-test-sysconfcpus.Tpo" -c -o test_sysconfcpus-test-sysconfcpus.o test -f 'test-sysconfcpus.c' || echo './'test-sysconfcpus.c; \ then mv -f ".deps/test_sysconfcpus-test-sysconfcpus.Tpo" ".deps/test_sysconfcpus-test-sysconfcpus.Po"; else rm -f ".deps/test_sysconfcpus-test-sysconfcpus.Tpo"; exit 1; fi /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o test-sysconfcpus test_sysconfcpus-test-sysconfcpus.o gcc -g -O2 -Wall -o test-sysconfcpus test_sysconfcpus-test-sysconfcpus.o rm -f sysconfcpus sysconfcpus.tmp && \ /bin/sed -e 's,@bindir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin,g' -e 's,@mandir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/share/man,g' -e 's,@libdir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib,g' -e 's,@datadir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/share,g' -e 's,@localstatedir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/var,g' -e 's,@version\@,0.5,g' ./sysconfcpus.in >sysconfcpus.tmp && \ mv sysconfcpus.tmp sysconfcpus rm -f sysconfcpus-debug sysconfcpus-debug.tmp && \ /bin/sed -e 's,@bindir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin,g' -e 's,@mandir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/share/man,g' -e 's,@libdir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib,g' -e 's,@datadir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/share,g' -e 's,@localstatedir\@,/home/travis/build/khusnetdinov/elmkit/sysconfcpus/var,g' -e 's,@version\@,0.5,g' ./sysconfcpus-debug.in >sysconfcpus-debug.tmp && \ mv sysconfcpus-debug.tmp sysconfcpus-debug make[2]: Leaving directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/src'
make[2]: Entering directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus' make[2]: Leaving directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus'
make[1]: Leaving directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus' Making install in src make[1]: Entering directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/src'
make[2]: Entering directory `/home/travis/build/khusnetdinov/elmkit/libsysconfcpus/src'
test -z "/home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib" || mkdir -p -- "/home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libsysconfcpus.la' '/home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib/libsysconfcpus.la'
/usr/bin/install -c .libs/libsysconfcpus.so.0.0.0 /home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib/libsysconfcpus.so.0.0.0
(cd /home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib && { ln -s -f libsysconfcpus.so.0.0.0 libsysconfcpus.so.0 || { rm -f libsysconfcpus.so.0 && ln -s libsysconfcpus.so.0.0.0 libsysconfcpus.so.0; }; })
(cd /home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib && { ln -s -f libsysconfcpus.so.0.0.0 libsysconfcpus.so || { rm -f libsysconfcpus.so && ln -s libsysconfcpus.so.0.0.0 libsysconfcpus.so; }; })
/usr/bin/install -c .libs/libsysconfcpus.lai /home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib/libsysconfcpus.la
PATH="$PATH:/sbin" ldconfig -n /home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib

Libraries have been installed in:
/home/travis/build/khusnetdinov/elmkit/sysconfcpus/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:

  • add LIBDIR to the `LD_LIBRARY_PATH' environment variable
    during execution
  • add LIBDIR to the `LD_RUN_PATH' environment variable
    during linking
  • use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  • have your system administrator add LIBDIR to `/etc/ld.so.conf'
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.

test -z "/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin" || mkdir -p -- "/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'test-sysconfcpus' '/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin/test-sysconfcpus'
/usr/bin/install -c test-sysconfcpus /home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin/test-sysconfcpus
test -z "/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin" || mkdir -p -- "/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin"
/usr/bin/install -c 'sysconfcpus' '/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin/sysconfcpus'
/usr/bin/install -c 'sysconfcpus-debug' '/home/travis/build/khusnetdinov/elmkit/sysconfcpus/bin/sysconfcpus-debug'
make[2]: Nothing to be done for install-data-am'. make[2]: Leaving directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/src'
make[1]: Leaving directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus/src' make[1]: Entering directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus'
make[2]: Entering directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus' make[2]: Nothing to be done for install-exec-am'.
make[2]: Nothing to be done for install-data-am'. make[2]: Leaving directory /home/travis/build/khusnetdinov/elmkit/libsysconfcpus'
make[1]: Leaving directory `/home/travis/build/khusnetdinov/elmkit/libsysconfcpus'
install.1
0.01s$ node --version
v6.12.2
install.2
0.36s$ npm --version
3.10.10
install.3
16.17s$ npm install -g elm-use elm-test
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-test -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-test/bin/elm-test
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-use -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/use.js
/home/travis/.nvm/versions/node/v6.12.2/bin/elm -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/binaries/elm
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-make -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/binaries/elm-make
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-package -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/binaries/elm-package
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-reactor -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/binaries/elm-reactor
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-repl -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/binaries/elm-repl
/home/travis/.nvm/versions/node/v6.12.2/bin/elm-format -> /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-use/binaries/elm-format

[email protected] install /home/travis/.nvm/versions/node/v6.12.2/lib/node_modules/elm-test
node install.js
Downloading binaries from https://dl.bintray.com/elmlang/elm-test/0.18.12/linux-x64.tar.gz
Successfully downloaded and processed https://dl.bintray.com/elmlang/elm-test/0.18.12/linux-x64.tar.gz
/home/travis/.nvm/versions/node/v6.12.2/lib
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ ��� │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └─┬ [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └─┬ [email protected]
│ │ │ │ │ │ ├── [email protected]
│ │ │ │ │ │ ├── [email protected]
│ │ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ │ │ └── [email protected]
│ │ │ │ │ │ │ └── [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ └─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ └── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
└─┬ [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ └─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ └── [email protected]
│ │ │ └─┬ [email protected]
│ │ │ ├─��� [email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ └─┬ [email protected]
│ │ └─┬ [email protected]
│ │ ├── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected]
│ │ ├─┬ [email protected]
│ │ │ └─┬ [email protected]
│ │ │ ├── [email protected]
│ │ │ └── [email protected]
│ │ ├── [email protected]
│ │ └── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
└── [email protected]
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/elm-test/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/elm-test/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
install.4
1.62s$ elm-use $ELM_VERSION
Installing Elm 0.18.0 (and a compatible elm-format version)...
Now using Elm 0.18.0
install.5
1.01s$ mv $(npm config get prefix)/bin/elm-make $(npm config get prefix)/bin/elm-make-old
install.6
0.50s$ printf '%s\n\n' '#!/bin/bash' 'echo "Running elm-make with sysconfcpus -n 2"' '$TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 elm-make-old "$@"' > $(npm config get prefix)/bin/elm-make
install.7
0.54s$ chmod +x $(npm config get prefix)/bin/elm-make
install.8
1.79s$ travis_retry elm-package install --yes
Starting downloads...
● elm-community/shrink 2.0.0
● elm-community/json-extra 2.6.0
● elm-community/lazy-list 1.0.0
● elm-community/elm-test 3.1.0
● elm-lang/core 5.1.1
● elm-lang/lazy 2.0.0
● elm-lang/virtual-dom 2.0.4
● elm-lang/html 2.0.0
● mgold/elm-random-pcg 4.0.2
● rtfeldman/node-test-runner 3.0.0
Packages configured successfully!
install.9
0.00s$ cd tests
install.10
1.51s$ travis_retry elm-package install --yes
Starting downloads...
● elm-community/lazy-list 1.0.0
● elm-community/elm-test 3.1.0
● elm-community/shrink 2.0.0
● elm-community/json-extra 2.6.0
● elm-lang/core 5.1.1
● elm-lang/lazy 2.0.0
● elm-lang/html 2.0.0
● elm-lang/virtual-dom 2.0.4
● mgold/elm-random-pcg 4.0.2
● rtfeldman/node-test-runner 3.0.0
Packages configured successfully!
install.11
0.00s$ cd ..
6.13s$ npm test
[email protected] test /home/travis/build/khusnetdinov/elmkit
rm tests/elm-package.json && cp elm-package.json tests && elm-test
Running elm-make with sysconfcpus -n 2
Success! Compiled 62 modules.
Successfully generated /dev/null
Running elm-make with sysconfcpus -n 2
I cannot find module 'Test.Runner.Failure'.
Module 'Test.Reporter.Console.Format' is trying to import it.
Potential problems could be:

  • Misspelled the module name
  • Need to add a source directory or new dependency to elm-package.json
    Compilation failed for /home/travis/build/khusnetdinov/elmkit/elm-stuff/generated-code/elm-community/elm-test/src/Test/Generated/Main2607502636.elm
    npm ERR! Test failed. See above for more details.
    npm WARN Local package.json exists, but node_modules missing, did you mean to install?
    The command "npm test" exited with 1.
    Done. Your build exited with 1.

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.