Skip to content

Instantly share code, notes, and snippets.

@DemonRx
Created May 30, 2018 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DemonRx/d6079cef4c08a10f3d391df7630dc2d0 to your computer and use it in GitHub Desktop.
Save DemonRx/d6079cef4c08a10f3d391df7630dc2d0 to your computer and use it in GitHub Desktop.
Build Log: Failed to build package boost for target x86_64-w64-mingw32.static
make[1]: Entering directory '/home/demon/coins/mxe'
uname -a
Linux UbuntuHP 4.16.0-041600-generic #201804012230 SMP Sun Apr 1 22:31:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
579070c15992f1e74f578f7ca3d7669389fe4b21 - Update packages.json & build-matrix.html [7 days ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (GCC) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (GCC) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.12
perl --version 2>&1 | head -3
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 68 registered patches, see perl -V for more detail)
rm -rf '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static'
mkdir -p '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static'
mkdir -p '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static/boost_1_58_0'
mkdir -p '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static/boost_1_58_0.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static/readonly'
chmod 0555 '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static/readonly'
cd '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static' && tar xjf '/home/demon/coins/mxe/pkg/boost_1_58_0.tar.bz2'
cd '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static/boost_1_58_0'
(cd '/home/demon/coins/mxe/tmp-boost-x86_64-w64-mingw32.static/boost_1_58_0' && patch -p1 -u) < /home/demon/coins/mxe/src/boost-1-fixes.patch
can't find file to patch at input line 16
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|This file is part of MXE. See LICENSE.md for licensing information.
|
|Contains ad hoc patches for cross building.
|
|From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|From: xantares <xantares09@hotmail.com>
|Date: Mon, 28 Sep 2015 08:21:42 +0000
|Subject: [PATCH 1/3] Fix {make,jump}_fcontext visibility with mingw
|
|taken from: https://github.com/boostorg/context/pull/22
|
|diff --git a/libs/context/src/asm/jump_i386_ms_pe_gas.asm b/libs/context/src/asm/jump_i386_ms_pe_gas.asm
|index 1111111..2222222 100644
|--- a/libs/context/src/asm/jump_i386_ms_pe_gas.asm
|+++ b/libs/context/src/asm/jump_i386_ms_pe_gas.asm
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 27
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/libs/context/src/asm/jump_x86_64_ms_pe_gas.asm b/libs/context/src/asm/jump_x86_64_ms_pe_gas.asm
|index 1111111..2222222 100644
|--- a/libs/context/src/asm/jump_x86_64_ms_pe_gas.asm
|+++ b/libs/context/src/asm/jump_x86_64_ms_pe_gas.asm
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 38
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/libs/context/src/asm/make_i386_ms_pe_gas.asm b/libs/context/src/asm/make_i386_ms_pe_gas.asm
|index 1111111..2222222 100644
|--- a/libs/context/src/asm/make_i386_ms_pe_gas.asm
|+++ b/libs/context/src/asm/make_i386_ms_pe_gas.asm
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 49
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/libs/context/src/asm/make_x86_64_ms_pe_gas.asm b/libs/context/src/asm/make_x86_64_ms_pe_gas.asm
|index 1111111..2222222 100644
|--- a/libs/context/src/asm/make_x86_64_ms_pe_gas.asm
|+++ b/libs/context/src/asm/make_x86_64_ms_pe_gas.asm
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file boost/asio/ssl/detail/impl/engine.ipp
patching file boost/asio/ssl/detail/impl/openssl_init.ipp
patching file boost/asio/ssl/detail/openssl_types.hpp
patching file boost/asio/ssl/error.hpp
patching file boost/asio/ssl/impl/context.ipp
Hunk #3 FAILED at 91.
Hunk #4 FAILED at 109.
Hunk #5 succeeded at 109 (offset -9 lines).
Hunk #6 succeeded at 119 (offset -9 lines).
Hunk #7 succeeded at 156 (offset -9 lines).
Hunk #8 succeeded at 217 (offset -9 lines).
Hunk #9 succeeded at 567 (offset -9 lines).
Hunk #10 succeeded at 601 with fuzz 1 (offset -13 lines).
Hunk #11 succeeded at 667 (offset -13 lines).
Hunk #12 succeeded at 686 (offset -13 lines).
Hunk #13 succeeded at 734 (offset -13 lines).
Hunk #14 succeeded at 753 (offset -13 lines).
Hunk #15 succeeded at 973 (offset -13 lines).
2 out of 15 hunks FAILED -- saving rejects to file boost/asio/ssl/impl/context.ipp.rej
patching file boost/asio/ssl/impl/error.ipp
patching file boost/iostreams/detail/is_dereferenceable.hpp
Makefile:787: recipe for target 'build-only-boost_x86_64-w64-mingw32.static' failed
make[1]: *** [build-only-boost_x86_64-w64-mingw32.static] Error 1
make[1]: Leaving directory '/home/demon/coins/mxe'
real 0m43.999s
user 0m41.001s
sys 0m7.503s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment