Skip to content

Instantly share code, notes, and snippets.

@dshadowwolf
Created September 15, 2019 14:45
Show Gist options
  • Save dshadowwolf/0e6f28a0678980a073ae58f68a3160f3 to your computer and use it in GitHub Desktop.
Save dshadowwolf/0e6f28a0678980a073ae58f68a3160f3 to your computer and use it in GitHub Desktop.
make[1]: Entering directory '/home/madman/cross-win/mxe'
uname -a
Linux devwolf2 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2 (2019-08-28) x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
08544fd3f2d06c25cf9879edf4dde08ace00b1d8 - fluisynth: add mman-win32 dependency [2 days ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.16.1
gcc --version
gcc (Debian 8.3.0-6) 8.3.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++ (Debian 8.3.0-6) 8.3.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.16
perl --version 2>&1 | head -3
This is perl 5, version 28, subversion 1 (v5.28.1) built for x86_64-linux-gnu-thread-multi
(with 61 registered patches, see perl -V for more detail)
rm -rf '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static'
mkdir -p '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static'
mkdir -p '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static/hdfeos5'
mkdir -p '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static/hdfeos5.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static/readonly'
chmod 0555 '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static/readonly'
cd '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static' && tar xzf '/home/madman/cross-win/mxe/pkg/HDF-EOS5.1.16.tar.Z'
Don't use network from MXE build rules!
cd '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static/hdfeos5'
(cd '/home/madman/cross-win/mxe/tmp-hdf-eos5-i686-w64-mingw32.static/hdfeos5' && patch -p1 -u) < /home/madman/cross-win/mxe/src/hdf-eos5-1-fixes.patch
File configure.ac is read-only; trying to patch anyway
patching file configure.ac
File src/EHapi.c is read-only; trying to patch anyway
patching file src/EHapi.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file src/EHapi.c.rej
make[1]: *** [Makefile:830: build-only-hdf-eos5_i686-w64-mingw32.static] Error 1
make[1]: Leaving directory '/home/madman/cross-win/mxe'
real 0m3.562s
user 0m3.136s
sys 0m0.305s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment