Giter VIP home page Giter VIP logo

skitch-docker's Introduction

skitch in docker

skitch-docker's People

Contributors

pyramation avatar

Watchers

James Cloos avatar  avatar

skitch-docker's Issues

can't build in 2020

In file included from /home/node/.node-gyp/10.12.0/include/node/node.h:63,
                 from ../../nan/nan.h:56,
                 from ../functions.h:4,
                 from ../functions.cc:1:
/home/node/.node-gyp/10.12.0/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]':
/home/node/.node-gyp/10.12.0/include/node/node_object_wrap.h:85:78:   required from here
/home/node/.node-gyp/10.12.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<node::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
                reinterpret_cast<Callback>(callback), type);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/node/.node-gyp/10.12.0/include/node/v8.h: In instantiation of 'void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]':
../../nan/nan_object_wrap.h:65:61:   required from here
/home/node/.node-gyp/10.12.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from 'v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback' {aka 'void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)'} to 'Callback' {aka 'void (*)(const v8::WeakCallbackInfo<void>&)'} [-Wcast-function-type]
  SOLINK_MODULE(target) Release/obj.target/pg-query.node
  COPY Release/pg-query.node
make: Leaving directory '/usr/local/lib/node_modules/skitch/node_modules/pg-query-native-latest/build'
+ [email protected]
added 216 packages from 146 contributors in 15.863s
Removing intermediate container b2fa6d35f3cb
 ---> 39b2c6e74ac6
Step 22/29 : FROM debian:stable-slim AS skitch
 ---> 6e1ff7cb748e
Step 23/29 : RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7     && apt-get -qq update     && apt-get -qq --no-install-recommends install less libperl5.24 perl-doc vim     libpq5 postgresql-client     && apt-cache pkgnames | grep python | xargs apt-get purge -qq     && apt-cache pkgnames | grep libmagic | xargs apt-get purge -qq     && apt-get clean     && rm -rf /var/cache/apt/* /var/lib/apt/lists/* /usr/bin/mysql?*     && rm -rf /plibs /man /usr/share/man /usr/share/doc /usr/share/postgresql     /usr/share/vim /etc/vimrc     && find / -name '*.pod' | grep -v sqitch | xargs rm -rf     && find / -name '*.ph' -delete     && find / -name '*.h' -delete
 ---> Running in d526441e5416
E: Unable to locate package libperl5.24
E: Couldn't find any package by glob 'libperl5.24'
E: Couldn't find any package by regex 'libperl5.24'
The command '/bin/sh -c mkdir -p /usr/share/man/man1 /usr/share/man/man7     && apt-get -qq update     && apt-get -qq --no-install-recommends install less libperl5.24 perl-doc vim     libpq5 postgresql-client     && apt-cache pkgnames | grep python | xargs apt-get purge -qq     && apt-cache pkgnames | grep libmagic | xargs apt-get purge -qq     && apt-get clean     && rm -rf /var/cache/apt/* /var/lib/apt/lists/* /usr/bin/mysql?*     && rm -rf /plibs /man /usr/share/man /usr/share/doc /usr/share/postgresql     /usr/share/vim /etc/vimrc     && find / -name '*.pod' | grep -v sqitch | xargs rm -rf     && find / -name '*.ph' -delete     && find / -name '*.h' -delete' returned a non-zero code: 100
make: *** [def] Error 100

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.