Search results

  1. M

    How to gitian build dash under Debian Jessie using lxc

    i reinstall all end inputs start noraml build , but i hv sudo: unable to resolve host gitian stdin: is not a tty Reading package lists... Done Building dependency tree... Done The following packages will be REMOVED: rsyslog ubuntu-minimal 0 upgraded, 0 newly installed, 2 to remove and 0 not...
  2. M

    How to gitian build dash under Debian Jessie using lxc

    download this sources in to input folder ? gitian@gitian:~/gitian-builder$ ./bin/gbuild ../dash/contrib/gitian-descriptors/boost-win.yml --- Building for precise amd64 --- Stopping target if it is up Making a new image copy libexec/config-bootstrap-fixup: line 15: target-bin/bootstrap-fixup...
  3. M

    How to gitian build dash under Debian Jessie using lxc

    how fix this ? gitian@gitian:~/gitian-builder/inputs$ sudo wget svnboostorg/trac/boost/raw-attachment/ticket/7262/boost-mingw.patch' -O \ > boost-mingw-gas-cross-compile-2013-03-03.patch --2015-07-15 06:53:58-- svnboostorg/trac/boost/raw-attachment/ticket/7262/boost-mingw.patch Resolving...
  4. M

    How to gitian build dash under Debian Jessie using lxc

    i dont understand how to build inputs ,where in this instruction's how to build them ? i see only gow down load them but not se how to build end linked, where find the gitian key
  5. M

    How to gitian build dash under Debian Jessie using lxc

    where get this ? export SIGNER=(your gitian key, ie bluematt, sipa, etc)
  6. M

    How to gitian build dash under Debian Jessie using lxc

    install.log stdin: is not a tty build.log + set -e + export LANG=en_US.UTF-8 + LANG=en_US.UTF-8 + export LC_ALL=en_US.UTF-8 + LC_ALL=en_US.UTF-8 + umask 002 + export OUTDIR=/home/ubuntu/out + OUTDIR=/home/ubuntu/out + GBUILD_BITS=64 + MAKEOPTS=(-j2) + REFERENCE_DATETIME='2014-01-10 00:00:00'...
  7. M

    How to gitian build dash under Debian Jessie using lxc

    then i do this cd ~gitian/dash git pull cd ~gitian/gitian-builder make -C ../dash/depends download SOURCES_PATH=`pwd`/cache/common output's gitian@gitian:~/gitian-builder$ cd ~gitian/dash gitian@gitian:~/dash$ git pull Already up-to-date. gitian@gitian:~/dash$ [/code] end of this make[1]...
  8. M

    How to gitian build dash under Debian Jessie using lxc

    put sudo on mkfs.ext4 -F $OUT-lxc if [ $LXC = "1" ]; then if [ -e $OUT ]; then echo $OUT already exists, please remove it first exit 1 fi sudo rm -rf $OUT-bootstrap # Need universe for lxc in lucid env -i LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 sudo debootstrap --arch=$ARCH...
  9. M

    How to gitian build dash under Debian Jessie using lxc

    after i make cd .. end start next step gitian@gitian:~$ git clone xxx//githubcom/devrandom/gitian-builder.git Cloning into 'gitian-builder'... remote: Counting objects: 753, done. remote: Total 753 (delta 0), reused 0 (delta 0), pack-reused 753 Receiving objects: 100% (753/753), 160.06 KiB | 0...
  10. M

    How to gitian build dash under Debian Jessie using lxc

    i use system debian-8.1.0-amd64 run on VMware, host windows. i make gitian user on instaliation. Make port forward VMware host 22222 to 22 on guest end connect to debian with putty on ssh. Now i make clean install , on install i choice only ssh end standart system utilites. Run su on terminal...
  11. M

    How to gitian build dash under Debian Jessie using lxc

    i do all step be step , but hv this error on debian
  12. M

    How to gitian build dash under Debian Jessie using lxc

    How fix this ? gitian@gitian:~/gitian-builder$ ./bin/gbuild --commit dash ../dash/contrib/gitian-descriptors/gitian-linux.yml sha256sum: bitcoin-deps-linux32-gitian-r9.zip: Нет такого файла или каталога sha256sum: bitcoin-deps-linux64-gitian-r9.zip: Нет такого файла или каталога sha256sum...
Back
Top