You are not logged in.

#1 2018-12-15 17:07:19

grininmonkey
Member
Registered: 2018-09-29
Posts: 34

AUR - etcher 1.4.8-1 makepkg -s failing with error

I have tried package: etcher 1.4.8-1 and package: etcher-git 1.4.6.r9.g15951509-1 with the same results.

What I do for installing AUR packages... is execute  git clone [url of package] which I copy from the top link on the package details page... then cd to created directory and then type makepkg -s ... and then (when sucessfull) I do pacman -U [package archive] .... this is the extent of my knowledge ;-)

So... when i execute makepkg -s for either of the etcher packages... they fail with the following error:

make[1]: *** [lzma_native.target.mk:126: Release/obj.target/lzma_native/src/lzma-stream.o] Error 1
make[1]: Leaving directory '/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp ERR! System Linux 4.19.8-arch1-1-ARCH
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/binding/lzma_native.node" "--module_name=lzma_native" "--module_path=/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/binding"
gyp ERR! cwd /home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native
gyp ERR! node -v v11.4.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/binding/lzma_native.node --module_name=lzma_native --module_path=/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/binding' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:978:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
node-pre-gyp ERR! System Linux 4.19.8-arch1-1-ARCH
node-pre-gyp ERR! command "/usr/bin/node" "/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native
node-pre-gyp ERR! node -v v11.4.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.29
node-pre-gyp ERR! not ok 
Failed to execute '/usr/bin/node /usr/lib/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/binding/lzma_native.node --module_name=lzma_native --module_path=/home/gmonkey/Git/etcher/src/etcher/node_modules/lzma-native/binding' (1)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@2.1.1 (node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-win@2.1.1: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@1.0.1 (node_modules/7zip-bin-mac):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-mac@1.0.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lzma-native@1.5.2 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the lzma-native@1.5.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gmonkey/Git/etcher/src/etcher/dist/.tmp/npm/npm-cache/_logs/2018-12-15T16_46_48_609Z-debug.log
make: *** [Makefile:97: electron-develop] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 ~/Git/etcher$ 

looking at the log from the message .. the last segment just states the following:

45771 verbose stack Error: lzma-native@1.5.2 install: `node-pre-gyp install --fallback-to-build`
45771 verbose stack Exit status 1
45771 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
45771 verbose stack     at EventEmitter.emit (events.js:189:13)
45771 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
45771 verbose stack     at ChildProcess.emit (events.js:189:13)
45771 verbose stack     at maybeClose (internal/child_process.js:978:16)
45771 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
45772 verbose pkgid lzma-native@1.5.2
45773 verbose cwd /home/gmonkey/Git/etcher/src/etcher
45774 verbose Linux 4.19.8-arch1-1-ARCH
45775 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
45776 verbose node v11.4.0
45777 verbose npm  v6.5.0
45778 error code ELIFECYCLE
45779 error errno 1
45780 error lzma-native@1.5.2 install: `node-pre-gyp install --fallback-to-build`
45780 error Exit status 1
45781 error Failed at the lzma-native@1.5.2 install script.
45781 error This is probably not a problem with npm. There is likely additional logging output above.
45782 verbose exit [ 1, true ]

So I am not sure if I am trying to install an AUR package incorrectly ( I have only installed 2 other AUR packages to this point with no issue ) .... or if there is some issue with etcher source or something is broken on my system?

Any help or suggestions on what I can do would be greatly appreciated..... 

From what I can tell, this issue happened to several people back in 2017 based on the etcher github issues but only for some folks... and doesn't seem to have been an issue since so I feel like its something that needs to be tweaked on my system?

Last edited by grininmonkey (2018-12-15 17:15:47)

Offline

#2 2018-12-15 23:21:43

loqs
Member
Registered: 2014-03-06
Posts: 17,197

Re: AUR - etcher 1.4.8-1 makepkg -s failing with error

I think you missed the actual error in the build log

../src/lzma-stream.cpp:373:83: error: no matching function for call to ‘v8::Function::NewInstance(int, NULL)’
     info.GetReturnValue().Set(Nan::New<Function>(constructor)->NewInstance(0, NULL));
                                                                                   ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3853:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>, int, v8::Local<v8::Value>*) const’
   V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                                            ^~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3853:44: note:   candidate expects 3 arguments, 2 provided
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3856:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>) const’
   V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                                            ^~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3856:44: note:   candidate expects 1 argument, 2 provided
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
make[1]: *** [lzma_native.target.mk:126: Release/obj.target/lzma_native/src/lzm

Full build log

Starting build()...
mkdir dist
mkdir dist/.tmp
./scripts/resin/electron/install.sh \
	-b /build/etcher/src/etcher \
	-r x64 \
	-s linux \
	-n dist/.tmp/npm \
	-a artifacts.ci.balena-cloud.com
node: v11.4.0
npm: 6.5.0
NPM configuration
; cli configs
long = true
metrics-registry = "http://registry.npmjs.org/"
scope = ""
user-agent = "npm/6.5.0 node/v11.4.0 linux x64"

; environment configs
arch = "x64"
build-from-source = true
cache = "/build/etcher/src/etcher/dist/.tmp/npm/npm-cache"
disturl = "https://atom.io/download/electron"
fetch-retries = 20
fetch-retry-factor = 1.5
fetch-retry-maxtimeout = 10000
fetch-retry-mintimeout = 1000
loglevel = "warn"
prefix = "/build/etcher/src/etcher/dist/.tmp/npm/npm"
progress = false
registry = "http://registry.npmjs.org/"
runtime = "electron"
spin = false
strict-ssl = false
target = "3.0.11"
tmp = "/build/etcher/src/etcher/dist/.tmp/npm/temp"

; default values
access = null
allow-same-version = false
also = null
always-auth = false
audit = true
audit-level = "low"
auth-type = "legacy"
bin-links = true
browser = null
ca = null
; cache = "/build/.npm" (overridden)
cache-lock-retries = 10
cache-lock-stale = 60000
cache-lock-wait = 10000
cache-max = null
cache-min = 10
cafile = undefined
cert = null
cidr = null
color = true
commit-hooks = true
depth = null
description = true
dev = false
dry-run = false
editor = "vi"
engine-strict = false
; fetch-retries = 2 (overridden)
; fetch-retry-factor = 10 (overridden)
; fetch-retry-maxtimeout = 60000 (overridden)
; fetch-retry-mintimeout = 10000 (overridden)
force = false
git = "git"
git-tag-version = true
global = false
global-style = false
globalconfig = "/build/etcher/src/etcher/dist/.tmp/npm/npm/etc/npmrc"
globalignorefile = "/build/etcher/src/etcher/dist/.tmp/npm/npm/etc/npmignore"
group = 0
ham-it-up = false
heading = "npm"
https-proxy = null
if-present = false
ignore-prepublish = false
ignore-scripts = false
init-author-email = ""
init-author-name = ""
init-author-url = ""
init-license = "ISC"
init-module = "/build/.npm-init.js"
init-version = "1.0.0"
json = false
key = null
legacy-bundling = false
link = false
local-address = undefined
; loglevel = "notice" (overridden)
logs-max = 10
; long = false (overridden)
maxsockets = 50
message = "%s"
; metrics-registry = null (overridden)
node-options = null
node-version = "11.4.0"
noproxy = null
offline = false
onload-script = null
only = null
optional = true
otp = null
package-lock = true
package-lock-only = false
parseable = false
prefer-offline = false
prefer-online = false
; prefix = "/usr" (overridden)
preid = ""
production = false
; progress = true (overridden)
proxy = null
read-only = false
rebuild-bundle = true
; registry = "https://registry.npmjs.org/" (overridden)
rollback = true
save = true
save-bundle = false
save-dev = false
save-exact = false
save-optional = false
save-prefix = "^"
save-prod = false
scope = ""
script-shell = null
scripts-prepend-node-path = "warn-only"
searchexclude = null
searchlimit = 20
searchopts = ""
searchstaleness = 900
send-metrics = false
shell = "/bin/bash"
shrinkwrap = true
sign-git-commit = false
sign-git-tag = false
sso-poll-frequency = 500
sso-type = "oauth"
; strict-ssl = true (overridden)
tag = "latest"
tag-version-prefix = "v"
timing = false
; tmp = "/tmp" (overridden)
umask = 18
unicode = true
unsafe-perm = true
update-notifier = true
usage = false
user = 0
; user-agent = "npm/{npm-version} node/{node-version} {platform} {arch}" (overridden)
userconfig = "/build/.npmrc"
version = false
versions = false
viewer = "man"


Trying to find linux-electron-3.0.11-x64-3b7f564fa3af27bd500b351171c102d3b5117f3858c530d30196b9959c2dac0a.tar.gz...
Rebuilding native modules
Installing dependencies
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but npm-shrinkwrap.json was generated for lockfileVersion@0. I'll try to do my best with it!

> electron-chromedriver@1.7.1 install /build/etcher/src/etcher/node_modules/electron-chromedriver
> node ./download-chromedriver.js


> drivelist@6.4.2 install /build/etcher/src/etcher/node_modules/drivelist
> prebuild-install || node-gyp rebuild

prebuild-install WARN install No prebuilt binaries found (target=3.0.11 runtime=electron arch=x64 platform=linux)
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/build/etcher/src/etcher/node_modules/drivelist/build'
  CXX(target) Release/obj.target/drivelist/src/drivelist.o
In file included from ../src/drivelist.cpp:17:
../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../node_modules/nan/nan.h:2208:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from ../node_modules/nan/nan.h:52,
                 from ../src/drivelist.cpp:17:
../src/drivelist.cpp: At global scope:
/build/.node-gyp/iojs-3.0.11/src/node.h:442:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/build/.node-gyp/iojs-3.0.11/src/node.h:476:3: note: in expansion of macro ‘NODE_MODULE_X’
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/drivelist.cpp:66:1: note: in expansion of macro ‘NODE_MODULE’
 NODE_MODULE(DriveList, InitAll);
 ^~~~~~~~~~~
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../node_modules/nan/nan.h:52,
                 from ../src/drivelist.cpp:17:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
../node_modules/nan/nan_object_wrap.h:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
  CXX(target) Release/obj.target/drivelist/src/device-descriptor.o
In file included from ../src/device-descriptor.cpp:17:
../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../node_modules/nan/nan.h:2208:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../node_modules/nan/nan.h:52,
                 from ../src/device-descriptor.cpp:17:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
../node_modules/nan/nan_object_wrap.h:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
  CXX(target) Release/obj.target/drivelist/src/linux/list.o
In file included from ../src/linux/list.cpp:17:
../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../node_modules/nan/nan.h:2208:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../node_modules/nan/nan.h:52,
                 from ../src/linux/list.cpp:17:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
../node_modules/nan/nan_object_wrap.h:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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/drivelist.node
  COPY Release/drivelist.node
make[1]: Leaving directory '/build/etcher/src/etcher/node_modules/drivelist/build'

> rabin-bindings@1.7.4 install /build/etcher/src/etcher/node_modules/rabin-bindings
> prebuild-install || node-gyp rebuild

prebuild-install WARN install No prebuilt binaries found (target=3.0.11 runtime=electron arch=x64 platform=linux)
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/build/etcher/src/etcher/node_modules/rabin-bindings/build'
  CXX(target) Release/obj.target/rabin-bindings/bindings.o
In file included from ../bindings.cc:2:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../bindings.cc:2:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2068:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
../bindings.cc: At global scope:
/build/.node-gyp/iojs-3.0.11/src/node.h:442:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/build/.node-gyp/iojs-3.0.11/src/node.h:476:3: note: in expansion of macro ‘NODE_MODULE_X’
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../bindings.cc:16:1: note: in expansion of macro ‘NODE_MODULE’
 NODE_MODULE(rabin, InitAll)
 ^~~~~~~~~~~
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../../nan/nan.h:51,
                 from ../bindings.cc:2:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
  CXX(target) Release/obj.target/rabin-bindings/src/rabin.o
  CXX(target) Release/obj.target/rabin-bindings/src/rabin_wrap.o
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2068:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../../nan/nan.h:51,
                 from ../src/rabin_wrap.h:4,
                 from ../src/rabin_wrap.cc:2:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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/rabin-bindings.node
  COPY Release/rabin-bindings.node
make[1]: Leaving directory '/build/etcher/src/etcher/node_modules/rabin-bindings/build'

> lzma-native@1.5.2 install /build/etcher/src/etcher/node_modules/lzma-native
> node-pre-gyp install --fallback-to-build

make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build'
  ACTION binding_gyp_liblzma_target_build .
make[2]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make  all-recursive
make[3]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
Making all in src
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
Making all in liblzma
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
Making all in api
make[6]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma/api'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma/api'
make[6]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo '../../xz-5.2.1/src/liblzma/'`../common/tuklib_physmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../../xz-5.2.1/src/liblzma/../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o
mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo '../../xz-5.2.1/src/liblzma/'`../common/tuklib_cpucores.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../../xz-5.2.1/src/liblzma/../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o
mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo '../../xz-5.2.1/src/liblzma/'`common/common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c ../../xz-5.2.1/src/liblzma/common/common.c -o liblzma_la-common.o
mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_util.c -o liblzma_la-block_util.o
mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo '../../xz-5.2.1/src/liblzma/'`common/easy_preset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c ../../xz-5.2.1/src/liblzma/common/easy_preset.c -o liblzma_la-easy_preset.o
mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_common.c -o liblzma_la-filter_common.o
mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo '../../xz-5.2.1/src/liblzma/'`common/hardware_physmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c ../../xz-5.2.1/src/liblzma/common/hardware_physmem.c -o liblzma_la-hardware_physmem.o
mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo '../../xz-5.2.1/src/liblzma/'`common/index.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c ../../xz-5.2.1/src/liblzma/common/index.c -o liblzma_la-index.o
mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_flags_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_flags_common.c -o liblzma_la-stream_flags_common.o
mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo '../../xz-5.2.1/src/liblzma/'`common/vli_size.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c ../../xz-5.2.1/src/liblzma/common/vli_size.c -o liblzma_la-vli_size.o
mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/alone_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/alone_encoder.c -o liblzma_la-alone_encoder.o
mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o
mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_encoder.c -o liblzma_la-block_encoder.o
mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_header_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_header_encoder.c -o liblzma_la-block_header_encoder.o
mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/easy_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o
mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/easy_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/easy_encoder.c -o liblzma_la-easy_encoder.o
mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo '../../xz-5.2.1/src/liblzma/'`common/easy_encoder_memusage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c ../../xz-5.2.1/src/liblzma/common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o
mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o
mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_encoder.c -o liblzma_la-filter_encoder.o
mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_flags_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o
mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/index_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/index_encoder.c -o liblzma_la-index_encoder.o
mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_buffer_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o
mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_encoder.c -o liblzma_la-stream_encoder.o
mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_flags_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o
mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/vli_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/vli_encoder.c -o liblzma_la-vli_encoder.o
mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo '../../xz-5.2.1/src/liblzma/'`common/hardware_cputhreads.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c ../../xz-5.2.1/src/liblzma/common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o
mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo '../../xz-5.2.1/src/liblzma/'`common/outqueue.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c ../../xz-5.2.1/src/liblzma/common/outqueue.c -o liblzma_la-outqueue.o
mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_encoder_mt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o
mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/alone_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/alone_decoder.c -o liblzma_la-alone_decoder.o
mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/auto_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/auto_decoder.c -o liblzma_la-auto_decoder.o
mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_buffer_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o
mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_decoder.c -o liblzma_la-block_decoder.o
mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/block_header_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/block_header_decoder.c -o liblzma_la-block_header_decoder.o
mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo '../../xz-5.2.1/src/liblzma/'`common/easy_decoder_memusage.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c ../../xz-5.2.1/src/liblzma/common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o
mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_buffer_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o
mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_decoder.c -o liblzma_la-filter_decoder.o
mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/filter_flags_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o
mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/index_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/index_decoder.c -o liblzma_la-index_decoder.o
mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo '../../xz-5.2.1/src/liblzma/'`common/index_hash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c ../../xz-5.2.1/src/liblzma/common/index_hash.c -o liblzma_la-index_hash.o
mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_buffer_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o
mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_decoder.c -o liblzma_la-stream_decoder.o
mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/stream_flags_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o
mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`common/vli_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/common/vli_decoder.c -o liblzma_la-vli_decoder.o
mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo '../../xz-5.2.1/src/liblzma/'`check/check.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c ../../xz-5.2.1/src/liblzma/check/check.c -o liblzma_la-check.o
mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo '../../xz-5.2.1/src/liblzma/'`check/crc32_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c ../../xz-5.2.1/src/liblzma/check/crc32_table.c -o liblzma_la-crc32_table.o
mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo '../../xz-5.2.1/src/liblzma/'`check/crc32_fast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c ../../xz-5.2.1/src/liblzma/check/crc32_fast.c -o liblzma_la-crc32_fast.o
mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo '../../xz-5.2.1/src/liblzma/'`check/crc64_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c ../../xz-5.2.1/src/liblzma/check/crc64_table.c -o liblzma_la-crc64_table.o
mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo '../../xz-5.2.1/src/liblzma/'`check/crc64_fast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c ../../xz-5.2.1/src/liblzma/check/crc64_fast.c -o liblzma_la-crc64_fast.o
mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo '../../xz-5.2.1/src/liblzma/'`check/sha256.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c ../../xz-5.2.1/src/liblzma/check/sha256.c -o liblzma_la-sha256.o
mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`lz/lz_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/lz/lz_encoder.c -o liblzma_la-lz_encoder.o
mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo '../../xz-5.2.1/src/liblzma/'`lz/lz_encoder_mf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c ../../xz-5.2.1/src/liblzma/lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o
mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`lz/lz_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/lz/lz_decoder.c -o liblzma_la-lz_decoder.o
mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o
mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma_encoder_presets.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o
mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma_encoder_optimum_fast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o
mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma_encoder_optimum_normal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o
mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/fastpos_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/fastpos_table.c -o liblzma_la-fastpos_table.o
mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c: In function ‘lzma_decode’:
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:575:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       --limit;
       ^~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:576:6: note: here
      case 4:
      ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:581:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       --limit;
       ^~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:582:6: note: here
      case 3:
      ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:587:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       --limit;
       ^~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:588:6: note: here
      case 2:
      ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:593:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       --limit;
       ^~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:594:6: note: here
      case 1:
      ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:352:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   pos_state = dict.pos & pos_mask;
   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:354:2: note: here
  case SEQ_NORMALIZE:
  ^~~~
In file included from ../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:17:
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
  prob -= (prob) >> RC_MOVE_BITS; \
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:489:3: note: in expansion of macro ‘rc_update_1’
   rc_update_1(coder->is_match[state][pos_state]);
   ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:491:2: note: here
  case SEQ_IS_REP:
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:690:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
    if (unlikely(!dict_is_distance_valid(&dict, 0))) {
       ^
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:695:2: note: here
  case SEQ_IS_REP0:
  ^~~~
In file included from ../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:17:
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
  prob -= (prob) >> RC_MOVE_BITS; \
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:724:5: note: in expansion of macro ‘rc_update_1’
     rc_update_1(coder->is_rep0[state]);
     ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:726:2: note: here
  case SEQ_IS_REP1:
  ^~~~
In file included from ../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:17:
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
  prob -= (prob) >> RC_MOVE_BITS; \
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:739:6: note: in expansion of macro ‘rc_update_1’
      rc_update_1(coder->is_rep1[state]);
      ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:740:2: note: here
  case SEQ_IS_REP2:
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:113:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
  symbol = 1; \
  ~~~~~~~^~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:114:1: note: here
 case seq ## _CHOICE: \
 ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
In file included from ../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:17:
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
  prob -= (prob) >> RC_MOVE_BITS; \
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:122:3: note: in expansion of macro ‘rc_update_1’
   rc_update_1(ld.choice); \
   ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:123:1: note: here
 case seq ## _CHOICE2: \
 ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
In file included from ../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:17:
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
  prob -= (prob) >> RC_MOVE_BITS; \
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:135:4: note: in expansion of macro ‘rc_update_1’
    rc_update_1(ld.choice2); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:136:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH0); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:136:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH0); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:137:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH1); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:137:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH1); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:138:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH2); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:138:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH2); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:139:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH3); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:139:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH3); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:140:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH4); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:140:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH4); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:141:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH5); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:141:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH5); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:142:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH6); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  if (rc.code < rc_bound)
     ^
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro ‘rc_if_0’
  rc_if_0(prob, seq) { \
  ^~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro ‘rc_bit_last’
  rc_bit_last(prob, \
  ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro ‘rc_bit’
  case seq: rc_bit(prob, action0, action1, seq)
            ^~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:142:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH6); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/rangecoder/range_decoder.h:167:2: note: here
  case seq: rc_bit(prob, action0, action1, seq)
  ^~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:143:4: note: in expansion of macro ‘rc_bit_case’
    rc_bit_case(ld.high[symbol], , , seq ## _HIGH7); \
    ^~~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:144:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
    target = symbol - LEN_HIGH_SYMBOLS \
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:767:4: note: in expansion of macro ‘len_decode’
    len_decode(len, coder->rep_len_decoder,
    ^~~~~~~~~~
../../xz-5.2.1/src/liblzma/lzma/lzma_decoder.c:780:2: note: here
  case SEQ_COPY:
  ^~~~
mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma2_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o
mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`lzma/lzma2_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o
mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo '../../xz-5.2.1/src/liblzma/'`rangecoder/price_table.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c ../../xz-5.2.1/src/liblzma/rangecoder/price_table.c -o liblzma_la-price_table.o
mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo '../../xz-5.2.1/src/liblzma/'`delta/delta_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c ../../xz-5.2.1/src/liblzma/delta/delta_common.c -o liblzma_la-delta_common.o
mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`delta/delta_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/delta/delta_encoder.c -o liblzma_la-delta_encoder.o
mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`delta/delta_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/delta/delta_decoder.c -o liblzma_la-delta_decoder.o
mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/simple_coder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c ../../xz-5.2.1/src/liblzma/simple/simple_coder.c -o liblzma_la-simple_coder.o
mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/simple_encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c ../../xz-5.2.1/src/liblzma/simple/simple_encoder.c -o liblzma_la-simple_encoder.o
mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/simple_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c ../../xz-5.2.1/src/liblzma/simple/simple_decoder.c -o liblzma_la-simple_decoder.o
mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/x86.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c ../../xz-5.2.1/src/liblzma/simple/x86.c -o liblzma_la-x86.o
mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/powerpc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c ../../xz-5.2.1/src/liblzma/simple/powerpc.c -o liblzma_la-powerpc.o
mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/ia64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c ../../xz-5.2.1/src/liblzma/simple/ia64.c -o liblzma_la-ia64.o
mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/arm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c ../../xz-5.2.1/src/liblzma/simple/arm.c -o liblzma_la-arm.o
mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/armthumb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c ../../xz-5.2.1/src/liblzma/simple/armthumb.c -o liblzma_la-armthumb.o
mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../..  -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo '../../xz-5.2.1/src/liblzma/'`simple/sparc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../xz-5.2.1/src/liblzma -I../.. -I../../xz-5.2.1/src/liblzma/api -I../../xz-5.2.1/src/liblzma/common -I../../xz-5.2.1/src/liblzma/check -I../../xz-5.2.1/src/liblzma/lz -I../../xz-5.2.1/src/liblzma/rangecoder -I../../xz-5.2.1/src/liblzma/lzma -I../../xz-5.2.1/src/liblzma/delta -I../../xz-5.2.1/src/liblzma/simple -I../../xz-5.2.1/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -D_FORTIFY_SOURCE=2 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c ../../xz-5.2.1/src/liblzma/simple/sparc.c -o liblzma_la-sparc.o
mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -no-undefined -version-info 7:1:2 -Wl,--version-script=../../xz-5.2.1/src/liblzma/liblzma.map  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o liblzma.la -rpath /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo  liblzma_la-crc32_table.lo  liblzma_la-crc32_fast.lo  liblzma_la-crc64_table.lo  liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo  liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo  liblzma_la-price_table.lo  liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo   
libtool: link: ar cru .libs/liblzma.a  liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-hardware_cputhreads.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/liblzma.a
libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
rm -f liblzma.pc
sed \
	-e 's,@prefix[@],/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build,g' \
	-e 's,@exec_prefix[@],/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build,g' \
	-e 's,@libdir[@],/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib,g' \
	-e 's,@includedir[@],/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/include,g' \
	-e 's,@PACKAGE_URL[@],http://tukaani.org/xz/,g' \
	-e 's,@PACKAGE_VERSION[@],5.2.1,g' \
	-e 's,@PTHREAD_CFLAGS[@],-pthread,g' \
	-e 's,@LIBS[@],,g' \
	< ../../xz-5.2.1/src/liblzma/liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
make[6]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
Making all in xzdec
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
Making all in po
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/po'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/po'
Making all in tests
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/tests'
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[3]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[2]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[2]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
Making install in src
make[3]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
Making install in liblzma
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
Making install in api
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma/api'
make[6]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma/api'
make[6]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/include'
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/include/lzma'
 /usr/bin/install -c -m 644  ../../../xz-5.2.1/src/liblzma/api/lzma/base.h ../../../xz-5.2.1/src/liblzma/api/lzma/bcj.h ../../../xz-5.2.1/src/liblzma/api/lzma/block.h ../../../xz-5.2.1/src/liblzma/api/lzma/check.h ../../../xz-5.2.1/src/liblzma/api/lzma/container.h ../../../xz-5.2.1/src/liblzma/api/lzma/delta.h ../../../xz-5.2.1/src/liblzma/api/lzma/filter.h ../../../xz-5.2.1/src/liblzma/api/lzma/hardware.h ../../../xz-5.2.1/src/liblzma/api/lzma/index.h ../../../xz-5.2.1/src/liblzma/api/lzma/index_hash.h ../../../xz-5.2.1/src/liblzma/api/lzma/lzma12.h ../../../xz-5.2.1/src/liblzma/api/lzma/stream_flags.h ../../../xz-5.2.1/src/liblzma/api/lzma/version.h ../../../xz-5.2.1/src/liblzma/api/lzma/vli.h '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/include/lzma'
 /usr/bin/install -c -m 644  ../../../xz-5.2.1/src/liblzma/api/lzma.h '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/include/.'
make[6]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma/api'
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma/api'
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
make[6]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   liblzma.la '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib'
libtool: install: /usr/bin/install -c .libs/liblzma.lai /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib/liblzma.la
libtool: install: /usr/bin/install -c .libs/liblzma.a /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib/liblzma.a
libtool: install: chmod 644 /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib/liblzma.a
libtool: install: ranlib /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib/liblzma.a
libtool: finish: PATH="/usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/build/etcher/src/etcher/node_modules/lzma-native/node_modules/.bin:/build/etcher/src/etcher/node_modules/.bin:/build/etcher/src/etcher/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib/pkgconfig'
 /usr/bin/install -c -m 644 liblzma.pc '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/lib/pkgconfig'
make[6]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/liblzma'
Making install in xzdec
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/bin'
make  install-data-hook
make[6]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[6]: Nothing to be done for 'install-data-hook'.
make[6]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src/xzdec'
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
make[5]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
make[3]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/src'
Making install in po
make[3]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/po'
installing ../xz-5.2.1/po/cs.gmo as /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/locale/cs/LC_MESSAGES/xz.mo
installing ../xz-5.2.1/po/de.gmo as /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/locale/de/LC_MESSAGES/xz.mo
installing ../xz-5.2.1/po/fr.gmo as /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/locale/fr/LC_MESSAGES/xz.mo
installing ../xz-5.2.1/po/it.gmo as /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/locale/it/LC_MESSAGES/xz.mo
installing ../xz-5.2.1/po/pl.gmo as /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/locale/pl/LC_MESSAGES/xz.mo
installing ../xz-5.2.1/po/vi.gmo as /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/locale/vi/LC_MESSAGES/xz.mo
if test "xz" = "gettext-tools"; then \
  /usr/bin/mkdir -p /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ../xz-5.2.1/po/$file \
		    /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[3]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/po'
Making install in tests
make[3]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/tests'
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/tests'
make[3]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/tests'
make[3]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[4]: Entering directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/doc/xz'
 /usr/bin/install -c -m 644 xz-5.2.1/AUTHORS xz-5.2.1/COPYING xz-5.2.1/COPYING.GPLv2 xz-5.2.1/NEWS xz-5.2.1/README xz-5.2.1/THANKS xz-5.2.1/TODO xz-5.2.1/doc/faq.txt xz-5.2.1/doc/history.txt xz-5.2.1/doc/xz-file-format.txt xz-5.2.1/doc/lzma-file-format.txt '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/doc/xz'
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/doc/xz/examples'
 /usr/bin/install -c -m 644 xz-5.2.1/doc/examples/00_README.txt xz-5.2.1/doc/examples/01_compress_easy.c xz-5.2.1/doc/examples/02_decompress.c xz-5.2.1/doc/examples/03_compress_custom.c xz-5.2.1/doc/examples/04_compress_easy_mt.c xz-5.2.1/doc/examples/Makefile '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/doc/xz/examples'
 /usr/bin/mkdir -p '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/doc/xz/examples_old'
 /usr/bin/install -c -m 644 xz-5.2.1/doc/examples_old/xz_pipe_comp.c xz-5.2.1/doc/examples_old/xz_pipe_decomp.c '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma/build/share/doc/xz/examples_old'
make[4]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[3]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
make[2]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build/liblzma'
  TOUCH Release/obj.target/liblzma.stamp
  CXX(target) Release/obj.target/lzma_native/src/util.o
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/util.cpp:1:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2068:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/util.cpp:1:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
  CXX(target) Release/obj.target/lzma_native/src/liblzma-functions.o
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/liblzma-functions.cpp:1:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2068:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/liblzma-functions.cpp:1:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
  CXX(target) Release/obj.target/lzma_native/src/filter-array.o
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/filter-array.cpp:1:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2068:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/filter-array.cpp:1:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
  CXX(target) Release/obj.target/lzma_native/src/lzma-stream.o
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h:840:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h:855:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:87:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h:870:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:80:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h:1654:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:53,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/src/node.h:94:50: note: declared here
                 NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                  ^~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/src/core.h:35:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../src/liblzma-node.hpp:11,
                 from ../src/lzma-stream.cpp:1:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2068:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
../src/lzma-stream.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE lzma::LZMAStream::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/lzma-stream.cpp:373:83: error: no matching function for call to ‘v8::Function::NewInstance(int, NULL)’
     info.GetReturnValue().Set(Nan::New<Function>(constructor)->NewInstance(0, NULL));
                                                                                   ^
In file included from /build/.node-gyp/iojs-3.0.11/src/node.h:54,
                 from ../src/liblzma-node.hpp:8,
                 from ../src/lzma-stream.cpp:1:
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3853:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>, int, v8::Local<v8::Value>*) const’
   V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                                            ^~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3853:44: note:   candidate expects 3 arguments, 2 provided
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3856:44: note: candidate: ‘v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>) const’
   V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                                            ^~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:3856:44: note:   candidate expects 1 argument, 2 provided
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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>&)]’:
/build/.node-gyp/iojs-3.0.11/src/node_object_wrap.h:85:78:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/.node-gyp/iojs-3.0.11/deps/v8/include/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:66:61:   required from here
/build/.node-gyp/iojs-3.0.11/deps/v8/include/v8.h:9256: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]
make[1]: *** [lzma_native.target.mk:126: Release/obj.target/lzma_native/src/lzma-stream.o] Error 1
make[1]: Leaving directory '/build/etcher/src/etcher/node_modules/lzma-native/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
gyp ERR! System Linux 4.19.9-1-stable
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/build/etcher/src/etcher/node_modules/lzma-native/binding/lzma_native.node" "--module_name=lzma_native" "--module_path=/build/etcher/src/etcher/node_modules/lzma-native/binding"
gyp ERR! cwd /build/etcher/src/etcher/node_modules/lzma-native
gyp ERR! node -v v11.4.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/build/etcher/src/etcher/node_modules/lzma-native/binding/lzma_native.node --module_name=lzma_native --module_path=/build/etcher/src/etcher/node_modules/lzma-native/binding' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/build/etcher/src/etcher/node_modules/lzma-native/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:978:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
node-pre-gyp ERR! System Linux 4.19.9-1-stable
node-pre-gyp ERR! command "/usr/bin/node" "/build/etcher/src/etcher/node_modules/lzma-native/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /build/etcher/src/etcher/node_modules/lzma-native
node-pre-gyp ERR! node -v v11.4.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.29
node-pre-gyp ERR! not ok 
Failed to execute '/usr/bin/node /usr/lib/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/build/etcher/src/etcher/node_modules/lzma-native/binding/lzma_native.node --module_name=lzma_native --module_path=/build/etcher/src/etcher/node_modules/lzma-native/binding' (1)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@2.1.1 (node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-win@2.1.1: wanted {"os":"win32","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@1.0.1 (node_modules/7zip-bin-mac):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-mac@1.0.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lzma-native@1.5.2 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the lzma-native@1.5.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /build/etcher/src/etcher/dist/.tmp/npm/npm-cache/_logs/2018-12-15T23_05_40_946Z-debug.log
make: *** [Makefile:97: electron-develop] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Offline

#3 2018-12-16 02:11:52

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: AUR - etcher 1.4.8-1 makepkg -s failing with error

nodejs and electron code is a silly, horrible excuse for programming, and why am I not surprised at this sort of error?

That being said, I recognize that same silly error from when I was banging my head against the wall trying to get the community/code package to even successfully rebuild with the same PKGBUILD that worked in the past. (Not because I like either nodejs or electron, just because I didn't want broken things in the repos, nor perpetually out of date things, nor things which held up tree-wide rebuilds like the electron 2 => 3 rebuild.)

Question: if you try repeatedly rebuilding etcher, does the error eventually disappear for no explicable reason? Because the error I was seeing with vscode was the same sort of non-reproducible heisenbug. It may just not be worth trying to "solve", and just shrug, say "oh well, stupid nodejs", and move on with life once your prayers to your computer's PRNG are answered.

Or even better, try some other tool to write an image to disk, there's hardly a lack of such software. If you really need some insanely complicated wrapper for the Unix "dd" command, then instead of using the one which embeds the entire chromium web browser, pick any of the other numerous options from https://wiki.archlinux.org/index.php/Li … ge_writing

Unetbootin is supposed to be popular. gnome-disks has builtin support for "restoring" a disk from an image, and given how popular gnome is, there's a not insignificant chance it is already installed on your system.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#4 2018-12-16 05:13:29

grininmonkey
Member
Registered: 2018-09-29
Posts: 34

Re: AUR - etcher 1.4.8-1 makepkg -s failing with error

I am working with flashing some SD cards for Raspberry Pi's and saw lots of folks mention etcher and the screen shots looks simple and straight forward where one doesn't have to worry about double checking the if=  and of= flags several times..... but oh well... something is broke with it so I'll move on ;-)

I'll just have to use "dd" for now.... I don't use gnome, but may check out Unetbootin...

Offline

#5 2018-12-16 05:24:19

c00ter
Member
From: Alaskan in Washington State
Registered: 2014-08-28
Posts: 386

Re: AUR - etcher 1.4.8-1 makepkg -s failing with error

grininmonkey wrote:

I don't use gnome, but may check out Unetbootin...

Unetbootin has an off/on relationship with Arch and Arch-based distributions. There are better, such as SUSE's Imagewriter, in the AUR (https://aur.archlinux.org/packages/imagewriter-git/). And about Gnome Disk Utility (gnome-disk-utility)--it works well enough it is the only GTK application that I care to have in this Plasma installation. It also has other features worth checking into.

regards

Last edited by c00ter (2018-12-16 18:49:36)


UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Offline

#6 2018-12-16 05:37:22

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: AUR - etcher 1.4.8-1 makepkg -s failing with error

I guess imagewriter would look much more tempting if it weren't a Qt4 application. OTOH the other applications listed on the wiki look a lot better, and even include several which are in the official repos. wink


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#7 2018-12-16 18:48:20

c00ter
Member
From: Alaskan in Washington State
Registered: 2014-08-28
Posts: 386

Re: AUR - etcher 1.4.8-1 makepkg -s failing with error

eschwartz wrote:

I guess imagewriter would look much more tempting if it weren't a Qt4 application...

Ack! My fault. I amended the link in my post to point to the QT5 version. ( https://aur.archlinux.org/packages/imagewriter-git/smile

Last edited by c00ter (2018-12-16 18:51:34)


UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Offline

Board footer

Powered by FluxBB