|
|
|
------------------------------------------------------------------------------
|
|
docker run --rm -v /var/opt/jekyll/repositories/frydekmistek.pirati.cz:/srv/jekyll -v /var/opt/jekyll/repositories/frydekmistek.pirati.cz/vendor/bundle:/usr/local/bundle --user 1004 jekyll-imagemagick:3.7.3 bundle info jekyll-theme-pirati --path
|
|
------------------------------------------------------------------------------
|
|
`/` is not writable.
|
|
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
|
|
Resolving dependencies...
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/jekyll-theme-pirati-6.6.1
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
docker run --rm -v /var/opt/jekyll/repositories/frydekmistek.pirati.cz:/srv/jekyll -v /var/opt/jekyll/repositories/frydekmistek.pirati.cz/vendor/bundle:/usr/local/bundle --user 1004 jekyll-imagemagick:3.7.3 bundle install --path vendor/bundle
|
|
------------------------------------------------------------------------------
|
|
`/` is not writable.
|
|
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
|
|
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
|
|
Fetching gem metadata from https://rubygems.org/..........
|
|
Fetching gem metadata from https://rubygems.org/.
|
|
Resolving dependencies.....
|
|
Fetching concurrent-ruby 1.1.6
|
|
Installing concurrent-ruby 1.1.6
|
|
Using i18n 0.9.5
|
|
Fetching minitest 5.14.0
|
|
Installing minitest 5.14.0
|
|
Using thread_safe 0.3.6
|
|
Fetching tzinfo 1.2.6
|
|
Installing tzinfo 1.2.6
|
|
Fetching activesupport 5.2.4.1
|
|
Installing activesupport 5.2.4.1
|
|
Fetching public_suffix 4.0.3
|
|
Installing public_suffix 4.0.3
|
|
Fetching addressable 2.7.0
|
|
Installing addressable 2.7.0
|
|
Using execjs 2.7.0
|
|
Fetching autoprefixer-rails 9.7.4
|
|
Installing autoprefixer-rails 9.7.4
|
|
Using bundler 1.16.1
|
|
Using colorator 1.1.0
|
|
Using eventmachine 1.2.7
|
|
Using http_parser.rb 0.6.0
|
|
Using em-websocket 0.5.1
|
|
Fetching ffi 1.12.2
|
|
Installing ffi 1.12.2 with native extensions
|
|
Fetching ethon 0.12.0
|
|
Installing ethon 0.12.0
|
|
Fetching exifr 1.3.6
|
|
Installing exifr 1.3.6
|
|
Using forwardable-extended 2.6.0
|
|
Using extras 0.3.0
|
|
Fetching fastimage 2.1.7
|
|
Installing fastimage 2.1.7
|
|
Fetching fspath 3.1.2
|
|
Installing fspath 3.1.2
|
|
Using mercenary 0.3.6
|
|
Fetching mini_portile2 2.4.0
|
|
Installing mini_portile2 2.4.0
|
|
Fetching nokogiri 1.10.8
|
|
Installing nokogiri 1.10.8 with native extensions
|
|
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
|
|
|
|
current directory:
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri
|
|
/usr/local/bin/ruby -r ./siteconf20200222-1-y2wh85.rb extconf.rb
|
|
checking if the C compiler accepts ... yes
|
|
Building nokogiri using packaged libraries.
|
|
Using mini_portile version 2.4.0
|
|
checking for gzdopen() in -lz... yes
|
|
checking for iconv... yes
|
|
************************************************************************
|
|
IMPORTANT NOTICE:
|
|
|
|
Building Nokogiri with a packaged version of libxml2-2.9.10
|
|
with the following patches applied:
|
|
- 0001-Revert-Do-not-URI-escape-in-server-side-includes.patch
|
|
- 0002-Remove-script-macro-support.patch
|
|
- 0003-Update-entities-to-remove-handling-of-ssi.patch
|
|
- 0004-libxml2.la-is-in-top_builddir.patch
|
|
- 0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities.patch
|
|
|
|
Team Nokogiri will keep on doing their best to provide security
|
|
updates in a timely manner, but if this is a concern for you and want
|
|
to use the system library instead; abort this installation process and
|
|
reinstall nokogiri as follows:
|
|
|
|
gem install nokogiri -- --use-system-libraries
|
|
[--with-xml2-config=/path/to/xml2-config]
|
|
[--with-xslt-config=/path/to/xslt-config]
|
|
|
|
If you are using Bundler, tell it to use the option:
|
|
|
|
bundle config build.nokogiri --use-system-libraries
|
|
bundle install
|
|
|
|
Note, however, that nokogiri is not fully compatible with arbitrary
|
|
versions of libxml2 provided by OS/package vendors.
|
|
************************************************************************
|
|
Extracting libxml2-2.9.10.tar.gz into
|
|
tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10... OK
|
|
Running git apply with
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch...
|
|
OK
|
|
Running git apply with
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/patches/libxml2/0002-Remove-script-macro-support.patch...
|
|
OK
|
|
Running git apply with
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch...
|
|
OK
|
|
Running git apply with
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch...
|
|
OK
|
|
Running git apply with
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/patches/libxml2/0005-Fix-infinite-loop-in-xmlStringLenDecodeEntities.patch...
|
|
OK
|
|
Running 'configure' for libxml2 2.9.10... OK
|
|
Running 'compile' for libxml2 2.9.10... OK
|
|
Running 'install' for libxml2 2.9.10... ERROR, review
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/install.log'
|
|
to see what happened. Last lines are:
|
|
========================================================================
|
|
make[4]: Leaving directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10/include'
|
|
make[3]: Leaving directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10/include'
|
|
make[2]: Leaving directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10/include'
|
|
Making install in .
|
|
make[2]: Entering directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10'
|
|
make[3]: Entering directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10'
|
|
./install-sh -c -d
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib'
|
|
/bin/bash ./libtool --mode=install /usr/bin/install -c libxml2.la
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib'
|
|
libtool: install: /usr/bin/install -c .libs/libxml2.lai
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib/libxml2.la
|
|
libtool: install: /usr/bin/install -c .libs/libxml2.a
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib/libxml2.a
|
|
libtool: install: chmod 644
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib/libxml2.a
|
|
libtool: install: ranlib
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib/libxml2.a
|
|
ranlib:
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ports/x86_64-pc-linux-musl/libxml2/2.9.10/lib/libxml2.a:
|
|
No space left on device
|
|
make[3]: *** [Makefile:1016: install-libLTLIBRARIES] Error 1
|
|
make[3]: Leaving directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10'
|
|
make[2]: *** [Makefile:1792: install-am] Error 2
|
|
make[2]: Leaving directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10'
|
|
make[1]: *** [Makefile:1479: install-recursive] Error 1
|
|
make[1]: Leaving directory
|
|
'/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8/ext/nokogiri/tmp/x86_64-pc-linux-musl/ports/libxml2/2.9.10/libxml2-2.9.10'
|
|
make: *** [Makefile:1786: install] Error 2
|
|
========================================================================
|
|
*** extconf.rb failed ***
|
|
Could not create Makefile due to some reason, probably lack of necessary
|
|
libraries and/or headers. Check the mkmf.log file for more details. You may
|
|
need configuration options.
|
|
|
|
Provided configuration options:
|
|
--with-opt-dir
|
|
--without-opt-dir
|
|
--with-opt-include
|
|
--without-opt-include=${opt-dir}/include
|
|
--with-opt-lib
|
|
--without-opt-lib=${opt-dir}/lib
|
|
--with-make-prog
|
|
--without-make-prog
|
|
--srcdir=.
|
|
--curdir
|
|
--ruby=/usr/local/bin/$(RUBY_BASE_NAME)
|
|
--help
|
|
--clean
|
|
--use-system-libraries
|
|
--enable-static
|
|
--disable-static
|
|
--with-zlib-dir
|
|
--without-zlib-dir
|
|
--with-zlib-include
|
|
--without-zlib-include=${zlib-dir}/include
|
|
--with-zlib-lib
|
|
--without-zlib-lib=${zlib-dir}/lib
|
|
--enable-cross-build
|
|
--disable-cross-build
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/mini_portile2-2.4.0/lib/mini_portile2/mini_portile.rb:402:in
|
|
`block in execute': Failed to complete install task (RuntimeError)
|
|
from
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/mini_portile2-2.4.0/lib/mini_portile2/mini_portile.rb:373:in
|
|
`chdir'
|
|
from
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/mini_portile2-2.4.0/lib/mini_portile2/mini_portile.rb:373:in
|
|
`execute'
|
|
from
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/mini_portile2-2.4.0/lib/mini_portile2/mini_portile.rb:120:in
|
|
`install'
|
|
from
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/mini_portile2-2.4.0/lib/mini_portile2/mini_portile.rb:155:in
|
|
`cook'
|
|
from extconf.rb:365:in `block (2 levels) in process_recipe'
|
|
from extconf.rb:257:in `block in chdir_for_build'
|
|
from extconf.rb:256:in `chdir'
|
|
from extconf.rb:256:in `chdir_for_build'
|
|
from extconf.rb:364:in `block in process_recipe'
|
|
from extconf.rb:262:in `tap'
|
|
from extconf.rb:262:in `process_recipe'
|
|
from extconf.rb:557:in `<main>'
|
|
|
|
To see why this extension failed to compile, please check the mkmf.log which can
|
|
be found here:
|
|
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/nokogiri-1.10.8/mkmf.log
|
|
|
|
extconf failed, exit code 1
|
|
|
|
Gem files will remain installed in
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/gems/nokogiri-1.10.8 for inspection.
|
|
Results logged to
|
|
/srv/jekyll/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/nokogiri-1.10.8/gem_make.out
|
|
|
|
An error occurred while installing nokogiri (1.10.8), and Bundler cannot
|
|
continue.
|
|
Make sure that `gem install nokogiri -v '1.10.8'` succeeds before bundling.
|
|
|
|
In Gemfile:
|
|
html-proofer was resolved to 3.15.1, which depends on
|
|
nokogumbo was resolved to 2.0.2, which depends on
|
|
nokogiri
|
|
|
|
|
|
|
|
------------------------------------------------------------------------------
|
|
docker run --rm -v /var/opt/jekyll/repositories/frydekmistek.pirati.cz:/srv/jekyll -v /var/opt/jekyll/repositories/frydekmistek.pirati.cz/vendor/bundle:/usr/local/bundle -v /var/opt/jekyll/sites/:/sites --user 1004 jekyll-imagemagick:3.7.3 bundle exec jekyll build --destination /sites/frydekmistek.pirati.cz --config _config.yml,_config.local.yml
|
|
------------------------------------------------------------------------------
|
|
`/` is not writable.
|
|
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
|
|
Configuration file: _config.yml
|
|
Configuration file: _config.local.yml
|
|
Source: /srv/jekyll
|
|
Destination: /sites/frydekmistek.pirati.cz
|
|
Incremental build: disabled. Enable with --incremental
|
|
Generating...
|
|
jekyll 3.7.3 | Error: No space left on device - copy_file_range
|
|
|
|
------------------------------------------------------------------------------
|
|
[31m Liquid Exception: No space left on device - copy_file_range in /_layouts/blank-article.html[0m
|
|
|