Build of cromfs with vanilla toolchain

The build took 00h 01m 35s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
15,917 cpp
13,409 ansic
1,356 php
656 sh
300 makefile
31,638 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: cromfs 1.5.10.2-2 (Wed Aug 24 13:04:32 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) fuse-2.9.7-1
#
# Total Installed Size: 0.48 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing fuse...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Determining compiler version to use... CXX=g++(6.1.1) CPP=cpp(6.1.1) CC=gcc(6.1.1)
# Checking if the determined compiler works... Ok
# Checking if your compiler supports OpenMP... Yes
# - Will use OpenMP, not checking for -pthread
# Checking for OpenMP version... Unknown (201511)
# Checking for pkg-config... Yes
# Checking for fuse (dynamic)... Yes
# Checking for fuse (static)... No
# Note: cromfs-driver-static will not be built, because
# your system does not have a statically linked Fuse library.
# You can still use the dynamically linked cromfs-driver.
# Checking for liblzo2 (dynamic)... Yes
# Checking for liblzo2 (static)... Yes
# Checking for assembler-optimized lzo2 functions... No
# - In the absense of assembler-optimized liblzo2, mkcromfs will use lzo1x_1_15 (shipped)
# Checking for vsnprintf... Yes
# Checking for lutimes... Yes
# Checking for stdint.h... Yes
# Checking for inttypes.h... Yes
# Checking for readdir_r... Yes
# Checking for uint16_t... Yes
# Checking for u_int16_t... No
# Checking for __uint16_t... No
# Checking for long long... Yes
# Checking for sys/types.h... Yes
# Checking if your compiler supports -minline-stringops-dynamically... Yes
# Checking if your compiler supports -ffast-math... Yes
# Checking if your compiler supports -mrecip... Yes
# Checking if your compiler supports -fvpt... Yes
# Checking if your compiler supports -ffunction-cse... Yes
# Checking if your compiler supports -ffunction-sections... Yes
# Checking if your compiler supports -fdata-sections... Yes
# Checking if your compiler supports -Wall... Yes
# Checking if your compiler supports -Wundef... Yes
# Checking if your compiler supports -Wcast-qual... Yes
# Checking if your compiler supports -Wpointer-arith... Yes
# Checking if your compiler supports -Wconversion... Yes
# Checking if your compiler supports -Wwrite-strings... Yes
# Checking if your compiler supports -Wsign-compare... Yes
# Checking if your compiler supports -Wredundant-decls... Yes
# Checking if your compiler supports -Winit-self... Yes
# Checking if your compiler supports -Wextra... Yes
# Checking if your compiler supports -Wsequence-points... No
# Checking if your compiler supports -Wparentheses... Yes
# Checking if your compiler supports -Wcast-align... Yes
# Checking if your compiler supports -Wformat... Yes
# Checking if your compiler supports -Wno-conversion... Yes
# Checking if your compiler supports -Waggregate-return... Yes
# Checking if your compiler supports -Wshadow... Yes
# Checking if your compiler supports -Winline... Yes
# Checking if your compiler supports -Wstrict-prototypes... Yes
# Checking if your compiler supports -Wmissing-prototypes... Yes
# Checking if your compiler supports -Woverloaded-virtual... Yes
# Checking if your compiler supports -Wno-non-virtual-dtor... Yes
# Checking if your CPU supports MMX... Yes, using -mmmx
# Checking if your CPU supports 3dnow... No
# Checking if your CPU supports SSE... Yes, using -msse
# Checking if your CPU supports SSE2... Yes, using -msse2
# Checking if your CPU supports SSE3... No
# Checking if your CPU supports SSSE3... Yes, using -mssse3
# Checking if your CPU supports sahf... Yes, using -msahf
# Checking if your CPU supports VFP... No
# Updating Makefile.sets ...
# perl -pe 's@([-+a-zA-Z0-9._/]+)@lib/$1@g' < "lib/.depend" > ".libdepend"
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o cromfs.o cromfs.cc
# cromfs.cc: In member function 'cromfs_inode_internal cromfs::read_special_inode(uint_fast64_t, uint_fast64_t, bool)':
# cromfs.cc:433:25: warning: variable 'inodename' set but not used [-Wunused-but-set-variable]
# const char* inodename = 0;
# ^~~~~~~~~
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o fuse-ops.o fuse-ops.cc
# gcc -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Waggregate-return -Wshadow -Winline -Wstrict-prototypes -Wmissing-prototypes -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o fuse-main.o fuse-main.c
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o lib/cromfs-inodefun.o lib/cromfs-inodefun.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o lib/cromfs-blockfun.o lib/cromfs-blockfun.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o lib/fadvise.o lib/fadvise.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o lib/util.o lib/util.cc
# gcc -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Waggregate-return -Wshadow -Winline -Wstrict-prototypes -Wmissing-prototypes -DVERSION=\"1.5.10.2\" -g -pipe -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H `pkg-config --cflags fuse` -D_7ZIP_ST -c -o lib/lzma/C/LzmaDec.o lib/lzma/C/LzmaDec.c
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -o cromfs-driver cromfs.o fuse-ops.o fuse-main.o lib/cromfs-inodefun.o lib/cromfs-blockfun.o lib/fadvise.o lib/util.o lib/lzma/C/LzmaDec.o -g -fopenmp -Xlinker --gc-sections `pkg-config --libs fuse`
# make -C util mkcromfs
# make[1]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C ../lib depend
# make[2]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[2]: Nothing to be done for 'depend'.
# make[2]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# gcc -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Waggregate-return -Wshadow -Winline -Wstrict-prototypes -Wmissing-prototypes -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/lzma/C/LzmaEnc.o ../lib/lzma/C/LzmaEnc.c
# ../lib/lzma/C/LzmaEnc.c: In function 'LzmaEnc_SetProps':
# ../lib/lzma/C/LzmaEnc.c:398:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# props.dictSize > (1 << kDicLogSizeMaxCompress) || props.dictSize > (1 << 30))
# ^
# ../lib/lzma/C/LzmaEnc.c: In function 'GetOptimum':
# ../lib/lzma/C/LzmaEnc.c:122:37: warning: declaration of 'i' shadows a previous local [-Wshadow]
# #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \
# ^
# ../lib/lzma/C/LzmaEnc.c:132:33: note: in expansion of macro 'BSR2_RET'
# #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1092:9: note: in expansion of macro 'GetPosSlot2'
# GetPosSlot2(distance, slot);
# ^~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:931:52: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^
# ../lib/lzma/C/LzmaEnc.c:1126:34: warning: declaration of 'numPairs' shadows a previous local [-Wshadow]
# UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen;
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:931:29: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1126:60: warning: declaration of 'posState' shadows a previous local [-Wshadow]
# UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen;
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:931:55: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1127:36: warning: declaration of 'matchPrice' shadows a previous local [-Wshadow]
# UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
# ^~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:932:10: note: shadowed declaration is here
# UInt32 matchPrice, repMatchPrice, normalMatchPrice;
# ^~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1127:48: warning: declaration of 'repMatchPrice' shadows a previous local [-Wshadow]
# UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
# ^~~~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:932:22: note: shadowed declaration is here
# UInt32 matchPrice, repMatchPrice, normalMatchPrice;
# ^~~~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1129:10: warning: declaration of 'curByte' shadows a previous local [-Wshadow]
# Byte curByte, matchByte;
# ^~~~~~~
# ../lib/lzma/C/LzmaEnc.c:936:8: note: shadowed declaration is here
# Byte curByte, matchByte;
# ^~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1129:19: warning: declaration of 'matchByte' shadows a previous local [-Wshadow]
# Byte curByte, matchByte;
# ^~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:936:17: note: shadowed declaration is here
# Byte curByte, matchByte;
# ^~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1130:17: warning: declaration of 'data' shadows a previous local [-Wshadow]
# const Byte *data;
# ^~~~
# ../lib/lzma/C/LzmaEnc.c:935:15: note: shadowed declaration is here
# const Byte *data;
# ^~~~
# ../lib/lzma/C/LzmaEnc.c:1193:16: warning: declaration of 'i' shadows a previous local [-Wshadow]
# UInt32 i;
# ^
# ../lib/lzma/C/LzmaEnc.c:931:52: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^
# ../lib/lzma/C/LzmaEnc.c:1202:16: warning: declaration of 'i' shadows a previous local [-Wshadow]
# UInt32 i;
# ^
# ../lib/lzma/C/LzmaEnc.c:931:52: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^
# ../lib/lzma/C/LzmaEnc.c:1399:14: warning: declaration of 'normalMatchPrice' shadows a previous local [-Wshadow]
# UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);
# ^~~~~~~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:932:37: note: shadowed declaration is here
# UInt32 matchPrice, repMatchPrice, normalMatchPrice;
# ^~~~~~~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:122:37: warning: declaration of 'i' shadows a previous local [-Wshadow]
# #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \
# ^
# ../lib/lzma/C/LzmaEnc.c:132:33: note: in expansion of macro 'BSR2_RET'
# #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1409:7: note: in expansion of macro 'GetPosSlot2'
# GetPosSlot2(curBack, posSlot);
# ^~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:931:52: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^
# ../lib/lzma/C/LzmaEnc.c:1457:22: warning: declaration of 'curAndLenPrice' shadows a previous local [-Wshadow]
# UInt32 curAndLenPrice;
# ^~~~~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1412:16: note: shadowed declaration is here
# UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];
# ^~~~~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1458:25: warning: declaration of 'opt' shadows a previous local [-Wshadow]
# COptimal *opt;
# ^~~
# ../lib/lzma/C/LzmaEnc.c:1414:19: note: shadowed declaration is here
# COptimal *opt;
# ^~~
# ../lib/lzma/C/LzmaEnc.c:122:37: warning: declaration of 'i' shadows a previous local [-Wshadow]
# #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \
# ^
# ../lib/lzma/C/LzmaEnc.c:132:33: note: in expansion of macro 'BSR2_RET'
# #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
# ^~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:1480:13: note: in expansion of macro 'GetPosSlot2'
# GetPosSlot2(curBack, posSlot);
# ^~~~~~~~~~~
# ../lib/lzma/C/LzmaEnc.c:931:52: note: shadowed declaration is here
# UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
# ^
# ../lib/lzma/C/LzmaEnc.c: In function 'FillDistancesPrices':
# ../lib/lzma/C/LzmaEnc.c:1666:14: warning: declaration of 'i' shadows a previous local [-Wshadow]
# UInt32 i;
# ^
# ../lib/lzma/C/LzmaEnc.c:1645:10: note: shadowed declaration is here
# UInt32 i, lenToPosState;
# ^
# ../lib/lzma/C/LzmaEnc.c: In function 'LzmaEnc_Alloc':
# ../lib/lzma/C/LzmaEnc.c:1900:8: warning: variable 'btMode' set but not used [-Wunused-but-set-variable]
# Bool btMode;
# ^~~~~~
# ../lib/lzma/C/LzmaEnc.c: In function 'LzmaEnc_SetInputBuf':
# ../lib/lzma/C/LzmaEnc.c:2060:35: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
# p->matchFinderBase.bufferBase = (Byte *)src;
# ^
# gcc -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Waggregate-return -Wshadow -Winline -Wstrict-prototypes -Wmissing-prototypes -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/lzma/C/LzFind.o ../lib/lzma/C/LzFind.c
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/lzma.o ../lib/lzma.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o mkcromfs.o mkcromfs.cc
# mkcromfs.cc:672:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "%s ... inode %ld. Size %"LL_FMT"u"
# ^
# mkcromfs.cc:1584:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "mkcromfs v"VERSION" - Copyright (C) 1992,2014 Bisqwit (http://iki.fi/bisqwit/)\n"
# ^
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/newhash.o ../lib/newhash.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/fnmatch.o ../lib/fnmatch.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/assert++.o ../lib/assert++.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/append.o ../lib/append.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/sparsewrite.o ../lib/sparsewrite.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/longfilewrite.o ../lib/longfilewrite.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/cromfs-directoryfun.o ../lib/cromfs-directoryfun.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/cromfs-fblockfun.o ../lib/cromfs-fblockfun.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/cromfs-blockifier.o ../lib/cromfs-blockifier.cc
# ../lib/cromfs-blockifier.cc:43:23: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::sprintf(Buf, "%s: %5.2f%% (%"LL_FMT"u/%"LL_FMT"u)%s",
# ^
# ../lib/cromfs-blockifier.cc:43:45: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::sprintf(Buf, "%s: %5.2f%% (%"LL_FMT"u/%"LL_FMT"u)%s",
# ^
# ../lib/cromfs-blockifier.cc:1201:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s \n",
# ^
# ../lib/cromfs-blockifier.cc:1201:47: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s \n",
# ^
# ../lib/cromfs-blockifier.cc:1324:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s \n",
# ^
# ../lib/cromfs-blockifier.cc:1324:47: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s \n",
# ^
# ../lib/cromfs-blockifier.cc:1726:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s \n",
# ^
# ../lib/cromfs-blockifier.cc:1726:47: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s \n",
# ^
# ../lib/cromfs-blockifier.cc:1818:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "1: Position%14"LL_FMT"u in %s\n"
# ^
# ../lib/cromfs-blockifier.cc:1819:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "2: Position%14"LL_FMT"u in %s\n",
# ^
# ../lib/cromfs-blockifier.cc: In member function 'void cromfs_blockifier::SpecialAutoIndex(cromfs_fblocknum_t)':
# ../lib/cromfs-blockifier.cc:703:67: warning: unused parameter 'fblocknum' [-Wunused-parameter]
# void cromfs_blockifier::SpecialAutoIndex(const cromfs_fblocknum_t fblocknum)
# ^~~~~~~~~
# In file included from ../lib/threadworkengine.hh:85:0,
# from ../lib/cromfs-blockifier.cc:9:
# ../lib/threadworkengine.tcc: In instantiation of 'void ThreadWorkEngine::RunUntil(size_t, WorkType&, bool (*)(WorkType&, T&), bool (*)(WorkType&, T&), bool (*)(WorkType&, const T&)) [with T = cromfs_block_internal; WorkType = AutoIndexFinderParams; size_t = long unsigned int]':
# ../lib/cromfs-blockifier.cc:179:39: required from here
# ../lib/threadworkengine.tcc:291:45: warning: unused parameter 'NextTask_unlocked' [-Wunused-parameter]
# bool (*NextTask_unlocked)(WorkType&, T& ),
# ^
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/cromfs-hashmap_lzo.o ../lib/cromfs-hashmap_lzo.cc
# In file included from ../lib/lzo/lzoconf.h:72:0,
# from ../lib/lzo/lzo_conf.h:75,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzodefs.h:434:6: warning: "LZO_OS_DOS16" is not defined [-Wundef]
# #if (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:434:22: warning: "LZO_OS_OS216" is not defined [-Wundef]
# #if (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:434:38: warning: "LZO_OS_WIN16" is not defined [-Wundef]
# #if (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:442:6: warning: "LZO_OS_DOS32" is not defined [-Wundef]
# #if (LZO_OS_DOS32 || LZO_OS_OS2 || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:442:22: warning: "LZO_OS_OS2" is not defined [-Wundef]
# #if (LZO_OS_DOS32 || LZO_OS_OS2 || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:442:36: warning: "LZO_OS_WIN32" is not defined [-Wundef]
# #if (LZO_OS_DOS32 || LZO_OS_OS2 || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:442:52: warning: "LZO_OS_WIN64" is not defined [-Wundef]
# #if (LZO_OS_DOS32 || LZO_OS_OS2 || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:647:8: warning: "LZO_OS_DOS16" is not defined [-Wundef]
# #elif (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:647:24: warning: "LZO_OS_OS216" is not defined [-Wundef]
# #elif (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:647:40: warning: "LZO_OS_WIN16" is not defined [-Wundef]
# #elif (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:654:8: warning: "LZO_ARCH_CRAY_MPP" is not defined [-Wundef]
# #elif (LZO_ARCH_CRAY_MPP) && (defined(_CRAYT3D) || defined(_CRAYT3E))
# ^~~~~~~~~~~~~~~~~
# In file included from ../lib/lzo/lzoconf.h:72:0,
# from ../lib/lzo/lzo_conf.h:75,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzodefs.h:780:11: warning: "LZO_ARCH_UNKNOWN" is not defined [-Wundef]
# #if 1 && (LZO_ARCH_UNKNOWN) && (LZO_OS_DOS32 || LZO_OS_OS2)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:783:11: warning: "LZO_ARCH_UNKNOWN" is not defined [-Wundef]
# #if 1 && (LZO_ARCH_UNKNOWN) && (LZO_OS_WIN32)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:786:11: warning: "LZO_ARCH_UNKNOWN" is not defined [-Wundef]
# #if 1 && (LZO_ARCH_UNKNOWN) && (LZO_OS_WIN64)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:789:6: warning: "LZO_OS_OS216" is not defined [-Wundef]
# #if (LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:789:22: warning: "LZO_OS_WIN16" is not defined [-Wundef]
# #if (LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:792:13: warning: "LZO_OS_DOS16" is not defined [-Wundef]
# #elif 1 && (LZO_OS_DOS16 && defined(BLX286))
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:795:13: warning: "LZO_OS_DOS16" is not defined [-Wundef]
# #elif 1 && (LZO_OS_DOS16 && defined(DOSX286))
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:798:13: warning: "LZO_OS_DOS16" is not defined [-Wundef]
# #elif 1 && (LZO_OS_DOS16 && LZO_CC_BORLANDC && defined(__DPMI16__))
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:808:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:816:6: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #if (LZO_ARCH_I386)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:828:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:913:8: warning: "LZO_ARCH_C166" is not defined [-Wundef]
# #elif (LZO_ARCH_C166)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:931:8: warning: "LZO_ARCH_MCS251" is not defined [-Wundef]
# #elif (LZO_ARCH_MCS251)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:947:8: warning: "LZO_ARCH_MCS51" is not defined [-Wundef]
# #elif (LZO_ARCH_MCS51)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:963:8: warning: "LZO_ARCH_CRAY_PVP" is not defined [-Wundef]
# #elif (LZO_ARCH_CRAY_PVP)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:968:6: warning: "LZO_MM_COMPACT" is not defined [-Wundef]
# #if (LZO_MM_COMPACT)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1020:8: warning: "LZO_ARCH_CRAY_PVP" is not defined [-Wundef]
# # if (LZO_ARCH_CRAY_PVP)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1039:8: warning: "LZO_ARCH_CRAY_PVP" is not defined [-Wundef]
# # if (LZO_ARCH_CRAY_PVP)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1137:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1146:8: warning: "LZO_ARCH_AVR" is not defined [-Wundef]
# #elif (LZO_ARCH_AVR || LZO_ARCH_Z80)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1146:24: warning: "LZO_ARCH_Z80" is not defined [-Wundef]
# #elif (LZO_ARCH_AVR || LZO_ARCH_Z80)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1149:8: warning: "LZO_ARCH_C166" is not defined [-Wundef]
# #elif (LZO_ARCH_C166 || LZO_ARCH_MCS51 || LZO_ARCH_MCS251 || LZO_ARCH_MSP430)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1149:25: warning: "LZO_ARCH_MCS51" is not defined [-Wundef]
# #elif (LZO_ARCH_C166 || LZO_ARCH_MCS51 || LZO_ARCH_MCS251 || LZO_ARCH_MSP430)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1149:43: warning: "LZO_ARCH_MCS251" is not defined [-Wundef]
# #elif (LZO_ARCH_C166 || LZO_ARCH_MCS51 || LZO_ARCH_MCS251 || LZO_ARCH_MSP430)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1149:62: warning: "LZO_ARCH_MSP430" is not defined [-Wundef]
# #elif (LZO_ARCH_C166 || LZO_ARCH_MCS51 || LZO_ARCH_MCS251 || LZO_ARCH_MSP430)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1151:8: warning: "LZO_ARCH_H8300" is not defined [-Wundef]
# #elif (LZO_ARCH_H8300)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1166:8: warning: "LZO_ARCH_M16C" is not defined [-Wundef]
# #elif (LZO_ARCH_M16C)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1179:8: warning: "LZO_OS_OS400" is not defined [-Wundef]
# #elif (LZO_OS_OS400 || defined(__OS400__)) && defined(__LLP64_IFC__)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1183:8: warning: "LZO_OS_OS400" is not defined [-Wundef]
# #elif (LZO_OS_OS400 || defined(__OS400__))
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1192:8: warning: "LZO_ARCH_SPU" is not defined [-Wundef]
# #elif (LZO_ARCH_SPU)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1209:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086 || LZO_ARCH_M16C)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1209:23: warning: "LZO_ARCH_M16C" is not defined [-Wundef]
# #if (LZO_ARCH_I086 || LZO_ARCH_M16C)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1216:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1236:6: warning: "LZO_ARCH_ALPHA" is not defined [-Wundef]
# #if (LZO_ARCH_ALPHA) && (LZO_ARCH_CRAY_MPP)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1238:8: warning: "LZO_ARCH_ALPHA" is not defined [-Wundef]
# #elif (LZO_ARCH_ALPHA || LZO_ARCH_AMD64 || LZO_ARCH_BLACKFIN || LZO_ARCH_CRIS || LZO_ARCH_I086 || LZO_ARCH_I386 || LZO_ARCH_MSP430)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1345:6: warning: "LZO_CC_CILLY" is not defined [-Wundef]
# #if (LZO_CC_CILLY || LZO_CC_GNUC || LZO_CC_LLVM || LZO_CC_PATHSCALE || LZO_CC_PGI)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1384:6: warning: "LZO_CC_TURBOC" is not defined [-Wundef]
# #if (LZO_CC_TURBOC && (__TURBOC__ <= 0x0295))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1427:11: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #if 1 && (LZO_ARCH_I386) && (LZO_CC_GNUC >= 0x040000ul) && (LZO_CC_GNUC < 0x040003ul)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1529:8: warning: "LZO_CC_BORLANDC" is not defined [-Wundef]
# # if (LZO_CC_BORLANDC && (__BORLANDC__ >= 0x0600))
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1531:10: warning: "LZO_CC_BORLANDC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_HIGHC || LZO_CC_NDPC || LZO_CC_PELLESC || LZO_CC_TURBOC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1531:29: warning: "LZO_CC_HIGHC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_HIGHC || LZO_CC_NDPC || LZO_CC_PELLESC || LZO_CC_TURBOC)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1531:45: warning: "LZO_CC_NDPC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_HIGHC || LZO_CC_NDPC || LZO_CC_PELLESC || LZO_CC_TURBOC)
# ^~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1531:60: warning: "LZO_CC_PELLESC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_HIGHC || LZO_CC_NDPC || LZO_CC_PELLESC || LZO_CC_TURBOC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1531:78: warning: "LZO_CC_TURBOC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_HIGHC || LZO_CC_NDPC || LZO_CC_PELLESC || LZO_CC_TURBOC)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1548:8: warning: "LZO_CC_BORLANDC" is not defined [-Wundef]
# # if (LZO_CC_BORLANDC && (__BORLANDC__ >= 0x0600))
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1550:10: warning: "LZO_CC_BORLANDC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_NDPC || LZO_CC_TURBOC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1550:29: warning: "LZO_CC_NDPC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_NDPC || LZO_CC_TURBOC)
# ^~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1550:44: warning: "LZO_CC_TURBOC" is not defined [-Wundef]
# # elif (LZO_CC_BORLANDC || LZO_CC_NDPC || LZO_CC_TURBOC)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1552:10: warning: "LZO_CC_LLVM" is not defined [-Wundef]
# # elif (LZO_CC_LLVM)
# ^~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1554:10: warning: "LZO_CC_MSC" is not defined [-Wundef]
# # elif (LZO_CC_MSC && (_MSC_VER < 900))
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:1556:10: warning: "LZO_CC_MSC" is not defined [-Wundef]
# # elif (LZO_CC_MSC)
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:1558:10: warning: "LZO_CC_KEILC" is not defined [-Wundef]
# # elif (LZO_CC_KEILC || LZO_CC_PELLESC)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1558:26: warning: "LZO_CC_PELLESC" is not defined [-Wundef]
# # elif (LZO_CC_KEILC || LZO_CC_PELLESC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1565:8: warning: "LZO_CC_WATCOMC" is not defined [-Wundef]
# # if (LZO_CC_WATCOMC) && defined(__cplusplus)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1567:10: warning: "LZO_CC_INTELC" is not defined [-Wundef]
# # elif (LZO_CC_INTELC || LZO_CC_WATCOMC)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1567:27: warning: "LZO_CC_WATCOMC" is not defined [-Wundef]
# # elif (LZO_CC_INTELC || LZO_CC_WATCOMC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1583:8: warning: "LZO_CC_AZTECC" is not defined [-Wundef]
# # if (LZO_CC_AZTECC || LZO_CC_ZORTECHC)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1583:25: warning: "LZO_CC_ZORTECHC" is not defined [-Wundef]
# # if (LZO_CC_AZTECC || LZO_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1585:10: warning: "LZO_CC_DMC" is not defined [-Wundef]
# # elif (LZO_CC_DMC || LZO_CC_SYMANTECC)
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:1585:24: warning: "LZO_CC_SYMANTECC" is not defined [-Wundef]
# # elif (LZO_CC_DMC || LZO_CC_SYMANTECC)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1587:10: warning: "LZO_CC_TURBOC" is not defined [-Wundef]
# # elif (LZO_CC_TURBOC && (__TURBOC__ == 0x0295))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1594:8: warning: "LZO_CC_AZTECC" is not defined [-Wundef]
# # if (LZO_CC_AZTECC)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1596:10: warning: "LZO_CC_DMC" is not defined [-Wundef]
# # elif (LZO_CC_DMC || LZO_CC_PACIFICC || LZO_CC_SYMANTECC || LZO_CC_ZORTECHC)
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:1596:24: warning: "LZO_CC_PACIFICC" is not defined [-Wundef]
# # elif (LZO_CC_DMC || LZO_CC_PACIFICC || LZO_CC_SYMANTECC || LZO_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1596:43: warning: "LZO_CC_SYMANTECC" is not defined [-Wundef]
# # elif (LZO_CC_DMC || LZO_CC_PACIFICC || LZO_CC_SYMANTECC || LZO_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1596:63: warning: "LZO_CC_ZORTECHC" is not defined [-Wundef]
# # elif (LZO_CC_DMC || LZO_CC_PACIFICC || LZO_CC_SYMANTECC || LZO_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1598:10: warning: "LZO_CC_MSC" is not defined [-Wundef]
# # elif (LZO_CC_MSC && (_MSC_VER < 900))
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:1600:10: warning: "LZO_CC_TURBOC" is not defined [-Wundef]
# # elif (LZO_CC_TURBOC && (__TURBOC__ == 0x0295))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1606:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086 || LZO_ARCH_I386) && (LZO_OS_DOS16 || LZO_OS_DOS32 || LZO_OS_OS2 || LZO_OS_OS216 || LZO_OS_WIN16 || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1606:23: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #if (LZO_ARCH_I086 || LZO_ARCH_I386) && (LZO_OS_DOS16 || LZO_OS_DOS32 || LZO_OS_OS2 || LZO_OS_OS216 || LZO_OS_WIN16 || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1645:8: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #elif (LZO_ARCH_I386) && (LZO_CC_WATCOMC)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1647:8: warning: "LZO_ARCH_M68K" is not defined [-Wundef]
# #elif (LZO_ARCH_M68K && LZO_OS_TOS && (LZO_CC_PUREC || LZO_CC_TURBOC))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1669:6: warning: "LZO_OS_CYGWIN" is not defined [-Wundef]
# #if (LZO_OS_CYGWIN || (LZO_OS_EMX && defined(__RSXNT__)) || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1669:24: warning: "LZO_OS_EMX" is not defined [-Wundef]
# #if (LZO_OS_CYGWIN || (LZO_OS_EMX && defined(__RSXNT__)) || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~
# ../lib/lzo/lzodefs.h:1669:61: warning: "LZO_OS_WIN32" is not defined [-Wundef]
# #if (LZO_OS_CYGWIN || (LZO_OS_EMX && defined(__RSXNT__)) || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1669:77: warning: "LZO_OS_WIN64" is not defined [-Wundef]
# #if (LZO_OS_CYGWIN || (LZO_OS_EMX && defined(__RSXNT__)) || LZO_OS_WIN32 || LZO_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1678:6: warning: "LZO_ARCH_ALPHA" is not defined [-Wundef]
# #if (LZO_ARCH_ALPHA)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1744:8: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #elif (LZO_ARCH_I386 && (LZO_OS_DOS32 || LZO_OS_WIN32) && (LZO_CC_DMC || LZO_CC_INTELC || LZO_CC_MSC || LZO_CC_PELLESC))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1746:8: warning: "LZO_OS_WIN64" is not defined [-Wundef]
# #elif (LZO_OS_WIN64 && (LZO_CC_DMC || LZO_CC_INTELC || LZO_CC_MSC || LZO_CC_PELLESC))
# ^~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1747:8: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #elif (LZO_ARCH_I386 && (LZO_CC_GNUC || LZO_CC_INTELC || LZO_CC_PATHSCALE))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1753:6: warning: "LZO_ARCH_I386" is not defined [-Wundef]
# #if (LZO_ARCH_I386 && LZO_CC_GNUC && (LZO_CC_GNUC < 0x020000ul))
# ^~~~~~~~~~~~~
# ../lib/lzo/lzodefs.h:1755:8: warning: "LZO_CC_INTELC" is not defined [-Wundef]
# #elif (LZO_CC_INTELC)
# ^~~~~~~~~~~~~
# In file included from ../lib/lzo/config1x.h:54:0,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzo_conf.h:87:6: warning: "LZO_CC_BORLANDC" is not defined [-Wundef]
# #if (LZO_CC_BORLANDC && LZO_ARCH_I086)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/lzo_conf.h:91:6: warning: "LZO_CC_MSC" is not defined [-Wundef]
# #if (LZO_CC_MSC && (_MSC_VER >= 1000))
# ^~~~~~~~~~
# ../lib/lzo/lzo_conf.h:94:6: warning: "LZO_CC_MSC" is not defined [-Wundef]
# #if (LZO_CC_MSC && (_MSC_VER >= 1300))
# ^~~~~~~~~~
# ../lib/lzo/lzo_conf.h:101:6: warning: "LZO_CC_SUNPROC" is not defined [-Wundef]
# #if (LZO_CC_SUNPROC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/lzo_conf.h:116:8: warning: "LZO_OS_DOS16" is not defined [-Wundef]
# #elif (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzo_conf.h:116:24: warning: "LZO_OS_OS216" is not defined [-Wundef]
# #elif (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/lzo_conf.h:116:40: warning: "LZO_OS_WIN16" is not defined [-Wundef]
# #elif (LZO_OS_DOS16 || LZO_OS_OS216 || LZO_OS_WIN16)
# ^~~~~~~~~~~~
# In file included from ../lib/lzo/lzo_conf.h:125:0,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/miniacc.h:510:6: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:510:22: warning: "ACC_OS_OS216" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:510:38: warning: "ACC_OS_WIN16" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:518:6: warning: "ACC_OS_DOS32" is not defined [-Wundef]
# #if (ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:518:22: warning: "ACC_OS_OS2" is not defined [-Wundef]
# #if (ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:518:36: warning: "ACC_OS_WIN32" is not defined [-Wundef]
# #if (ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:518:52: warning: "ACC_OS_WIN64" is not defined [-Wundef]
# #if (ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:723:8: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #elif (ACC_OS_DOS16 || ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:723:24: warning: "ACC_OS_OS216" is not defined [-Wundef]
# #elif (ACC_OS_DOS16 || ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:723:40: warning: "ACC_OS_WIN16" is not defined [-Wundef]
# #elif (ACC_OS_DOS16 || ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:730:8: warning: "ACC_ARCH_CRAY_MPP" is not defined [-Wundef]
# #elif (ACC_ARCH_CRAY_MPP) && (defined(_CRAYT3D) || defined(_CRAYT3E))
# ^~~~~~~~~~~~~~~~~
# In file included from ../lib/lzo/lzo_conf.h:125:0,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/miniacc.h:856:11: warning: "ACC_ARCH_UNKNOWN" is not defined [-Wundef]
# #if 1 && (ACC_ARCH_UNKNOWN) && (ACC_OS_DOS32 || ACC_OS_OS2)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:859:11: warning: "ACC_ARCH_UNKNOWN" is not defined [-Wundef]
# #if 1 && (ACC_ARCH_UNKNOWN) && (ACC_OS_WIN32)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:862:11: warning: "ACC_ARCH_UNKNOWN" is not defined [-Wundef]
# #if 1 && (ACC_ARCH_UNKNOWN) && (ACC_OS_WIN64)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:865:6: warning: "ACC_OS_OS216" is not defined [-Wundef]
# #if (ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:865:22: warning: "ACC_OS_WIN16" is not defined [-Wundef]
# #if (ACC_OS_OS216 || ACC_OS_WIN16)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:868:13: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #elif 1 && (ACC_OS_DOS16 && defined(BLX286))
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:871:13: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #elif 1 && (ACC_OS_DOS16 && defined(DOSX286))
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:874:13: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #elif 1 && (ACC_OS_DOS16 && ACC_CC_BORLANDC && defined(__DPMI16__))
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:884:6: warning: "ACC_ARCH_I086" is not defined [-Wundef]
# #if (ACC_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:892:6: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #if (ACC_ARCH_I386)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:904:6: warning: "ACC_ARCH_I086" is not defined [-Wundef]
# #if (ACC_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:989:8: warning: "ACC_ARCH_C166" is not defined [-Wundef]
# #elif (ACC_ARCH_C166)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1007:8: warning: "ACC_ARCH_MCS251" is not defined [-Wundef]
# #elif (ACC_ARCH_MCS251)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1023:8: warning: "ACC_ARCH_MCS51" is not defined [-Wundef]
# #elif (ACC_ARCH_MCS51)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1039:8: warning: "ACC_ARCH_CRAY_PVP" is not defined [-Wundef]
# #elif (ACC_ARCH_CRAY_PVP)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1044:6: warning: "ACC_MM_COMPACT" is not defined [-Wundef]
# #if (ACC_MM_COMPACT)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1096:8: warning: "ACC_ARCH_CRAY_PVP" is not defined [-Wundef]
# # if (ACC_ARCH_CRAY_PVP)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1115:8: warning: "ACC_ARCH_CRAY_PVP" is not defined [-Wundef]
# # if (ACC_ARCH_CRAY_PVP)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1213:6: warning: "ACC_ARCH_I086" is not defined [-Wundef]
# #if (ACC_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1222:8: warning: "ACC_ARCH_AVR" is not defined [-Wundef]
# #elif (ACC_ARCH_AVR || ACC_ARCH_Z80)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1222:24: warning: "ACC_ARCH_Z80" is not defined [-Wundef]
# #elif (ACC_ARCH_AVR || ACC_ARCH_Z80)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1225:8: warning: "ACC_ARCH_C166" is not defined [-Wundef]
# #elif (ACC_ARCH_C166 || ACC_ARCH_MCS51 || ACC_ARCH_MCS251 || ACC_ARCH_MSP430)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1225:25: warning: "ACC_ARCH_MCS51" is not defined [-Wundef]
# #elif (ACC_ARCH_C166 || ACC_ARCH_MCS51 || ACC_ARCH_MCS251 || ACC_ARCH_MSP430)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1225:43: warning: "ACC_ARCH_MCS251" is not defined [-Wundef]
# #elif (ACC_ARCH_C166 || ACC_ARCH_MCS51 || ACC_ARCH_MCS251 || ACC_ARCH_MSP430)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1225:62: warning: "ACC_ARCH_MSP430" is not defined [-Wundef]
# #elif (ACC_ARCH_C166 || ACC_ARCH_MCS51 || ACC_ARCH_MCS251 || ACC_ARCH_MSP430)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1227:8: warning: "ACC_ARCH_H8300" is not defined [-Wundef]
# #elif (ACC_ARCH_H8300)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1242:8: warning: "ACC_ARCH_M16C" is not defined [-Wundef]
# #elif (ACC_ARCH_M16C)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1255:8: warning: "ACC_OS_OS400" is not defined [-Wundef]
# #elif (ACC_OS_OS400 || defined(__OS400__)) && defined(__LLP64_IFC__)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1259:8: warning: "ACC_OS_OS400" is not defined [-Wundef]
# #elif (ACC_OS_OS400 || defined(__OS400__))
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1268:8: warning: "ACC_ARCH_SPU" is not defined [-Wundef]
# #elif (ACC_ARCH_SPU)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1285:6: warning: "ACC_ARCH_I086" is not defined [-Wundef]
# #if (ACC_ARCH_I086 || ACC_ARCH_M16C)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1285:23: warning: "ACC_ARCH_M16C" is not defined [-Wundef]
# #if (ACC_ARCH_I086 || ACC_ARCH_M16C)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1292:6: warning: "ACC_ARCH_I086" is not defined [-Wundef]
# #if (ACC_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1312:6: warning: "ACC_ARCH_ALPHA" is not defined [-Wundef]
# #if (ACC_ARCH_ALPHA) && (ACC_ARCH_CRAY_MPP)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1314:8: warning: "ACC_ARCH_ALPHA" is not defined [-Wundef]
# #elif (ACC_ARCH_ALPHA || ACC_ARCH_AMD64 || ACC_ARCH_BLACKFIN || ACC_ARCH_CRIS || ACC_ARCH_I086 || ACC_ARCH_I386 || ACC_ARCH_MSP430)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1421:6: warning: "ACC_CC_CILLY" is not defined [-Wundef]
# #if (ACC_CC_CILLY || ACC_CC_GNUC || ACC_CC_LLVM || ACC_CC_PATHSCALE || ACC_CC_PGI)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1460:6: warning: "ACC_CC_TURBOC" is not defined [-Wundef]
# #if (ACC_CC_TURBOC && (__TURBOC__ <= 0x0295))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1503:11: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #if 1 && (ACC_ARCH_I386) && (ACC_CC_GNUC >= 0x040000ul) && (ACC_CC_GNUC < 0x040003ul)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1605:8: warning: "ACC_CC_BORLANDC" is not defined [-Wundef]
# # if (ACC_CC_BORLANDC && (__BORLANDC__ >= 0x0600))
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1607:10: warning: "ACC_CC_BORLANDC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_HIGHC || ACC_CC_NDPC || ACC_CC_PELLESC || ACC_CC_TURBOC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1607:29: warning: "ACC_CC_HIGHC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_HIGHC || ACC_CC_NDPC || ACC_CC_PELLESC || ACC_CC_TURBOC)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1607:45: warning: "ACC_CC_NDPC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_HIGHC || ACC_CC_NDPC || ACC_CC_PELLESC || ACC_CC_TURBOC)
# ^~~~~~~~~~~
# ../lib/lzo/miniacc.h:1607:60: warning: "ACC_CC_PELLESC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_HIGHC || ACC_CC_NDPC || ACC_CC_PELLESC || ACC_CC_TURBOC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1607:78: warning: "ACC_CC_TURBOC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_HIGHC || ACC_CC_NDPC || ACC_CC_PELLESC || ACC_CC_TURBOC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1624:8: warning: "ACC_CC_BORLANDC" is not defined [-Wundef]
# # if (ACC_CC_BORLANDC && (__BORLANDC__ >= 0x0600))
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1626:10: warning: "ACC_CC_BORLANDC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_NDPC || ACC_CC_TURBOC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1626:29: warning: "ACC_CC_NDPC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_NDPC || ACC_CC_TURBOC)
# ^~~~~~~~~~~
# ../lib/lzo/miniacc.h:1626:44: warning: "ACC_CC_TURBOC" is not defined [-Wundef]
# # elif (ACC_CC_BORLANDC || ACC_CC_NDPC || ACC_CC_TURBOC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1628:10: warning: "ACC_CC_LLVM" is not defined [-Wundef]
# # elif (ACC_CC_LLVM)
# ^~~~~~~~~~~
# ../lib/lzo/miniacc.h:1630:10: warning: "ACC_CC_MSC" is not defined [-Wundef]
# # elif (ACC_CC_MSC && (_MSC_VER < 900))
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1632:10: warning: "ACC_CC_MSC" is not defined [-Wundef]
# # elif (ACC_CC_MSC)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1634:10: warning: "ACC_CC_KEILC" is not defined [-Wundef]
# # elif (ACC_CC_KEILC || ACC_CC_PELLESC)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1634:26: warning: "ACC_CC_PELLESC" is not defined [-Wundef]
# # elif (ACC_CC_KEILC || ACC_CC_PELLESC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1641:8: warning: "ACC_CC_WATCOMC" is not defined [-Wundef]
# # if (ACC_CC_WATCOMC) && defined(__cplusplus)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1643:10: warning: "ACC_CC_INTELC" is not defined [-Wundef]
# # elif (ACC_CC_INTELC || ACC_CC_WATCOMC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1643:27: warning: "ACC_CC_WATCOMC" is not defined [-Wundef]
# # elif (ACC_CC_INTELC || ACC_CC_WATCOMC)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1659:8: warning: "ACC_CC_AZTECC" is not defined [-Wundef]
# # if (ACC_CC_AZTECC || ACC_CC_ZORTECHC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1659:25: warning: "ACC_CC_ZORTECHC" is not defined [-Wundef]
# # if (ACC_CC_AZTECC || ACC_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1661:10: warning: "ACC_CC_DMC" is not defined [-Wundef]
# # elif (ACC_CC_DMC || ACC_CC_SYMANTECC)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1661:24: warning: "ACC_CC_SYMANTECC" is not defined [-Wundef]
# # elif (ACC_CC_DMC || ACC_CC_SYMANTECC)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1663:10: warning: "ACC_CC_TURBOC" is not defined [-Wundef]
# # elif (ACC_CC_TURBOC && (__TURBOC__ == 0x0295))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1670:8: warning: "ACC_CC_AZTECC" is not defined [-Wundef]
# # if (ACC_CC_AZTECC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1672:10: warning: "ACC_CC_DMC" is not defined [-Wundef]
# # elif (ACC_CC_DMC || ACC_CC_PACIFICC || ACC_CC_SYMANTECC || ACC_CC_ZORTECHC)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1672:24: warning: "ACC_CC_PACIFICC" is not defined [-Wundef]
# # elif (ACC_CC_DMC || ACC_CC_PACIFICC || ACC_CC_SYMANTECC || ACC_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1672:43: warning: "ACC_CC_SYMANTECC" is not defined [-Wundef]
# # elif (ACC_CC_DMC || ACC_CC_PACIFICC || ACC_CC_SYMANTECC || ACC_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1672:63: warning: "ACC_CC_ZORTECHC" is not defined [-Wundef]
# # elif (ACC_CC_DMC || ACC_CC_PACIFICC || ACC_CC_SYMANTECC || ACC_CC_ZORTECHC)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1674:10: warning: "ACC_CC_MSC" is not defined [-Wundef]
# # elif (ACC_CC_MSC && (_MSC_VER < 900))
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1676:10: warning: "ACC_CC_TURBOC" is not defined [-Wundef]
# # elif (ACC_CC_TURBOC && (__TURBOC__ == 0x0295))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1682:6: warning: "ACC_ARCH_I086" is not defined [-Wundef]
# #if (ACC_ARCH_I086 || ACC_ARCH_I386) && (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1682:23: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #if (ACC_ARCH_I086 || ACC_ARCH_I386) && (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1721:8: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #elif (ACC_ARCH_I386) && (ACC_CC_WATCOMC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1723:8: warning: "ACC_ARCH_M68K" is not defined [-Wundef]
# #elif (ACC_ARCH_M68K && ACC_OS_TOS && (ACC_CC_PUREC || ACC_CC_TURBOC))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1745:6: warning: "ACC_OS_CYGWIN" is not defined [-Wundef]
# #if (ACC_OS_CYGWIN || (ACC_OS_EMX && defined(__RSXNT__)) || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1745:24: warning: "ACC_OS_EMX" is not defined [-Wundef]
# #if (ACC_OS_CYGWIN || (ACC_OS_EMX && defined(__RSXNT__)) || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1745:61: warning: "ACC_OS_WIN32" is not defined [-Wundef]
# #if (ACC_OS_CYGWIN || (ACC_OS_EMX && defined(__RSXNT__)) || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1745:77: warning: "ACC_OS_WIN64" is not defined [-Wundef]
# #if (ACC_OS_CYGWIN || (ACC_OS_EMX && defined(__RSXNT__)) || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1754:6: warning: "ACC_ARCH_ALPHA" is not defined [-Wundef]
# #if (ACC_ARCH_ALPHA)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1820:8: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #elif (ACC_ARCH_I386 && (ACC_OS_DOS32 || ACC_OS_WIN32) && (ACC_CC_DMC || ACC_CC_INTELC || ACC_CC_MSC || ACC_CC_PELLESC))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1822:8: warning: "ACC_OS_WIN64" is not defined [-Wundef]
# #elif (ACC_OS_WIN64 && (ACC_CC_DMC || ACC_CC_INTELC || ACC_CC_MSC || ACC_CC_PELLESC))
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1823:8: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #elif (ACC_ARCH_I386 && (ACC_CC_GNUC || ACC_CC_INTELC || ACC_CC_PATHSCALE))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1829:6: warning: "ACC_ARCH_I386" is not defined [-Wundef]
# #if (ACC_ARCH_I386 && ACC_CC_GNUC && (ACC_CC_GNUC < 0x020000ul))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1831:8: warning: "ACC_CC_INTELC" is not defined [-Wundef]
# #elif (ACC_CC_INTELC)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1921:8: warning: "ACC_OS_POSIX_AIX" is not defined [-Wundef]
# # if (ACC_OS_POSIX_AIX)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1923:10: warning: "ACC_OS_POSIX_FREEBSD" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_FREEBSD || ACC_OS_POSIX_MACOSX || ACC_OS_POSIX_NETBSD || ACC_OS_POSIX_OPENBSD)
# ^~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1923:34: warning: "ACC_OS_POSIX_MACOSX" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_FREEBSD || ACC_OS_POSIX_MACOSX || ACC_OS_POSIX_NETBSD || ACC_OS_POSIX_OPENBSD)
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1923:57: warning: "ACC_OS_POSIX_NETBSD" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_FREEBSD || ACC_OS_POSIX_MACOSX || ACC_OS_POSIX_NETBSD || ACC_OS_POSIX_OPENBSD)
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1923:80: warning: "ACC_OS_POSIX_OPENBSD" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_FREEBSD || ACC_OS_POSIX_MACOSX || ACC_OS_POSIX_NETBSD || ACC_OS_POSIX_OPENBSD)
# ^~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1926:10: warning: "ACC_OS_POSIX_HPUX" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_HPUX || ACC_OS_POSIX_INTERIX)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1926:31: warning: "ACC_OS_POSIX_INTERIX" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_HPUX || ACC_OS_POSIX_INTERIX)
# ^~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1928:10: warning: "ACC_OS_POSIX_MACOSX" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_MACOSX && ACC_LIBC_MSL)
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1931:10: warning: "ACC_OS_POSIX_SOLARIS" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_SOLARIS || ACC_OS_POSIX_SUNOS)
# ^~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1931:34: warning: "ACC_OS_POSIX_SUNOS" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_SOLARIS || ACC_OS_POSIX_SUNOS)
# ^~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1934:8: warning: "ACC_LIBC_DIETLIBC" is not defined [-Wundef]
# # if (ACC_LIBC_DIETLIBC || ACC_LIBC_GLIBC || ACC_LIBC_UCLIBC)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1940:8: warning: "ACC_LIBC_NEWLIB" is not defined [-Wundef]
# # if (ACC_LIBC_NEWLIB)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:6: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:22: warning: "ACC_OS_DOS32" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:38: warning: "ACC_OS_OS2" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:52: warning: "ACC_OS_OS216" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:68: warning: "ACC_OS_WIN16" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:84: warning: "ACC_OS_WIN32" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:1963:100: warning: "ACC_OS_WIN64" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2107:6: warning: "ACC_OS_CONSOLE" is not defined [-Wundef]
# #if (ACC_OS_CONSOLE)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2110:6: warning: "ACC_OS_EMBEDDED" is not defined [-Wundef]
# #if (ACC_OS_EMBEDDED)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2113:6: warning: "ACC_LIBC_ISOC90" is not defined [-Wundef]
# #if (ACC_LIBC_ISOC90 || ACC_LIBC_ISOC99)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2113:25: warning: "ACC_LIBC_ISOC99" is not defined [-Wundef]
# #if (ACC_LIBC_ISOC90 || ACC_LIBC_ISOC99)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2191:6: warning: "ACC_OS_BEOS" is not defined [-Wundef]
# #if (ACC_OS_BEOS || ACC_OS_CYGWIN || ACC_OS_POSIX || ACC_OS_QNX || ACC_OS_VMS)
# ^~~~~~~~~~~
# ../lib/lzo/miniacc.h:2191:21: warning: "ACC_OS_CYGWIN" is not defined [-Wundef]
# #if (ACC_OS_BEOS || ACC_OS_CYGWIN || ACC_OS_POSIX || ACC_OS_QNX || ACC_OS_VMS)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2202:8: warning: "ACC_OS_POSIX_AIX" is not defined [-Wundef]
# # if (ACC_OS_POSIX_AIX)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2204:10: warning: "ACC_OS_POSIX_MACOSX" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_MACOSX && ACC_LIBC_MSL)
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2207:10: warning: "ACC_OS_POSIX_UNICOS" is not defined [-Wundef]
# # elif (ACC_OS_POSIX_UNICOS)
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2212:8: warning: "ACC_CC_TINYC" is not defined [-Wundef]
# # if (ACC_CC_TINYC)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2215:8: warning: "ACC_LIBC_DIETLIBC" is not defined [-Wundef]
# # if (ACC_LIBC_DIETLIBC || ACC_LIBC_GLIBC || ACC_LIBC_UCLIBC)
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:6: warning: "ACC_OS_DOS16" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:22: warning: "ACC_OS_DOS32" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:38: warning: "ACC_OS_OS2" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:52: warning: "ACC_OS_OS216" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:68: warning: "ACC_OS_WIN16" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:84: warning: "ACC_OS_WIN32" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2252:100: warning: "ACC_OS_WIN64" is not defined [-Wundef]
# #if (ACC_OS_DOS16 || ACC_OS_DOS32 || ACC_OS_OS2 || ACC_OS_OS216 || ACC_OS_WIN16 || ACC_OS_WIN32 || ACC_OS_WIN64)
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2410:6: warning: "ACC_OS_CONSOLE" is not defined [-Wundef]
# #if (ACC_OS_CONSOLE)
# ^~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2420:6: warning: "ACC_LIBC_ISOC90" is not defined [-Wundef]
# #if (ACC_LIBC_ISOC90 || ACC_LIBC_ISOC99)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2420:25: warning: "ACC_LIBC_ISOC99" is not defined [-Wundef]
# #if (ACC_LIBC_ISOC90 || ACC_LIBC_ISOC99)
# ^~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2477:6: warning: "ACC_SIZEOF_LONG_LONG" is not defined [-Wundef]
# #if (ACC_SIZEOF_LONG_LONG+0 > 0)
# ^~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2546:6: warning: "ACC_SIZEOF___INT64" is not defined [-Wundef]
# #if (ACC_SIZEOF___INT64 == 8)
# ^~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2621:11: warning: "ACC_OS_OS400" is not defined [-Wundef]
# #if 1 && (ACC_OS_OS400 && (ACC_SIZEOF_VOID_P == 16))
# ^~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2628:8: warning: "ACC_CC_MSC" is not defined [-Wundef]
# #elif (ACC_CC_MSC && (_MSC_VER >= 1300) && (ACC_SIZEOF_VOID_P == 4) && (ACC_SIZEOF_INT == 4))
# ^~~~~~~~~~
# ../lib/lzo/miniacc.h:2694:8: warning: "ACC_BROKEN_INTEGRAL_CONSTANTS" is not defined [-Wundef]
# # if (ACC_BROKEN_INTEGRAL_CONSTANTS) && (ACC_SIZEOF_INT >= 2)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2697:10: warning: "ACC_BROKEN_INTEGRAL_CONSTANTS" is not defined [-Wundef]
# # elif (ACC_BROKEN_INTEGRAL_CONSTANTS) && (ACC_SIZEOF_LONG >= 2)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2711:8: warning: "ACC_BROKEN_INTEGRAL_CONSTANTS" is not defined [-Wundef]
# # if (ACC_BROKEN_INTEGRAL_CONSTANTS) && (ACC_SIZEOF_INT >= 4)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2714:10: warning: "ACC_BROKEN_INTEGRAL_CONSTANTS" is not defined [-Wundef]
# # elif (ACC_BROKEN_INTEGRAL_CONSTANTS) && (ACC_SIZEOF_LONG >= 4)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2731:8: warning: "ACC_BROKEN_INTEGRAL_CONSTANTS" is not defined [-Wundef]
# # if (ACC_BROKEN_INTEGRAL_CONSTANTS) && (ACC_SIZEOF_INT >= 8)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2734:10: warning: "ACC_BROKEN_INTEGRAL_CONSTANTS" is not defined [-Wundef]
# # elif (ACC_BROKEN_INTEGRAL_CONSTANTS) && (ACC_SIZEOF_LONG >= 8)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2780:6: warning: "ACC_BROKEN_CDECL_ALT_SYNTAX" is not defined [-Wundef]
# #if (ACC_BROKEN_CDECL_ALT_SYNTAX)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2794:8: warning: "ACC_CC_INTELC" is not defined [-Wundef]
# #elif (ACC_CC_INTELC) && defined(_WIN32)
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2795:8: warning: "ACC_CC_INTELC" is not defined [-Wundef]
# #elif (ACC_CC_INTELC && (__INTEL_COMPILER < 700))
# ^~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2796:8: warning: "ACC_CC_LLVM" is not defined [-Wundef]
# #elif (ACC_CC_LLVM)
# ^~~~~~~~~~~
# ../lib/lzo/miniacc.h:2814:6: warning: "ACC_ABI_BIG_ENDIAN" is not defined [-Wundef]
# #if (ACC_ABI_BIG_ENDIAN)
# ^~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2822:6: warning: "ACC_ARCH_POWERPC" is not defined [-Wundef]
# #if (ACC_ARCH_POWERPC && ACC_ABI_BIG_ENDIAN) && (ACC_CC_GNUC)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2850:6: warning: "ACC_ABI_BIG_ENDIAN" is not defined [-Wundef]
# #if (ACC_ABI_BIG_ENDIAN)
# ^~~~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2858:6: warning: "ACC_ARCH_POWERPC" is not defined [-Wundef]
# #if (ACC_ARCH_POWERPC && ACC_ABI_BIG_ENDIAN) && (ACC_CC_GNUC)
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/miniacc.h:2886:6: warning: "ACC_ABI_BIG_ENDIAN" is not defined [-Wundef]
# #if (ACC_ABI_BIG_ENDIAN)
# ^~~~~~~~~~~~~~~~~~
# In file included from ../lib/lzo/lzo_conf.h:291:0,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzo_ptr.h:86:6: warning: "LZO_ARCH_I086" is not defined [-Wundef]
# #if (LZO_ARCH_I086)
# ^~~~~~~~~~~~~
# ../lib/lzo/lzo_ptr.h:91:8: warning: "LZO_MM_PVP" is not defined [-Wundef]
# #elif (LZO_MM_PVP)
# ^~~~~~~~~~
# In file included from ../lib/lzo/lzo_conf.h:75:0,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzoconf.h:333:17: warning: 'int __lzo_init_v2(unsigned int, int, int, int, int, int, int, int, int, int)' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(int) __lzo_init_v2(unsigned,int,int,int,int,int,int,int,int,int);
# ^~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:336:22: warning: 'unsigned int lzo_version()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(unsigned) lzo_version(void);
# ^~~~~~~~~~~
# ../lib/lzo/lzoconf.h:337:26: warning: 'const char* lzo_version_string()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(const char *) lzo_version_string(void);
# ^~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:338:26: warning: 'const char* lzo_version_date()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(const char *) lzo_version_date(void);
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:339:29: warning: 'const char* _lzo_version_string()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(const lzo_charp) _lzo_version_string(void);
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:340:29: warning: 'const char* _lzo_version_date()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(const lzo_charp) _lzo_version_date(void);
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:344:1: warning: 'int lzo_memcmp(const void*, const void*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo_memcmp(const lzo_voidp _s1, const lzo_voidp _s2, lzo_uint _len);
# ^~~~~~~~~~
# ../lib/lzo/lzoconf.h:346:1: warning: 'void* lzo_memcpy(void*, const void*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo_memcpy(lzo_voidp _dest, const lzo_voidp _src, lzo_uint _len);
# ^~~~~~~~~~
# ../lib/lzo/lzoconf.h:348:1: warning: 'void* lzo_memmove(void*, const void*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo_memmove(lzo_voidp _dest, const lzo_voidp _src, lzo_uint _len);
# ^~~~~~~~~~~
# ../lib/lzo/lzoconf.h:350:1: warning: 'void* lzo_memset(void*, int, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo_memset(lzo_voidp _s, int _c, lzo_uint _len);
# ^~~~~~~~~~
# ../lib/lzo/lzoconf.h:354:1: warning: 'lzo_uint32 lzo_adler32(lzo_uint32, const unsigned char*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo_adler32(lzo_uint32 _adler, const lzo_bytep _buf, lzo_uint _len);
# ^~~~~~~~~~~
# ../lib/lzo/lzoconf.h:356:1: warning: 'lzo_uint32 lzo_crc32(lzo_uint32, const unsigned char*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo_crc32(lzo_uint32 _c, const lzo_bytep _buf, lzo_uint _len);
# ^~~~~~~~~
# ../lib/lzo/lzoconf.h:358:1: warning: 'const lzo_uint32* lzo_get_crc32_table()' declared 'static' but never defined [-Wunused-function]
# lzo_get_crc32_table(void);
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:361:17: warning: 'int _lzo_config_check()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(int) _lzo_config_check(void);
# ^~~~~~~~~~~~~~~~~
# ../lib/lzo/lzoconf.h:367:22: warning: 'unsigned int __lzo_align_gap(const void*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(unsigned) __lzo_align_gap(const lzo_voidp _ptr, lzo_uint _size);
# ^~~~~~~~~~~~~~~
# In file included from ../lib/lzo/config1x.h:54:0,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzo_conf.h:284:29: warning: 'const unsigned char* lzo_copyright()' declared 'static' but never defined [-Wunused-function]
# LZO_EXTERN(const lzo_bytep) lzo_copyright(void);
# ^~~~~~~~~~~~~
# In file included from ../lib/lzo/lzo_conf.h:291:0,
# from ../lib/lzo/config1x.h:54,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzo_ptr.h:111:1: warning: 'long unsigned int __lzo_ptr_linear(const void*)' declared 'static' but never defined [-Wunused-function]
# __lzo_ptr_linear(const lzo_voidp ptr);
# ^~~~~~~~~~~~~~~~
# In file included from ../lib/lzo/config1x.h:56:0,
# from ../lib/lzo/lzo1x_1o.c:46,
# from ../lib/cromfs-hashmap_lzo.cc:23:
# ../lib/lzo/lzo1x.h:74:1: warning: 'int lzo1x_decompress_safe(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*)' declared 'static' but never defined [-Wunused-function]
# lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
# ^~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:86:1: warning: 'int lzo1x_1_compress(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*)' declared 'static' but never defined [-Wunused-function]
# lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
# ^~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:99:1: warning: 'int lzo1x_1_11_compress(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*)' declared 'static' but never defined [-Wunused-function]
# lzo1x_1_11_compress ( const lzo_bytep src, lzo_uint src_len,
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:108:1: warning: 'int lzo1x_1_12_compress(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*)' declared 'static' but never defined [-Wunused-function]
# lzo1x_1_12_compress ( const lzo_bytep src, lzo_uint src_len,
# ^~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:129:1: warning: 'int lzo1x_999_compress(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*)' declared 'static' but never defined [-Wunused-function]
# lzo1x_999_compress ( const lzo_bytep src, lzo_uint src_len,
# ^~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:139:1: warning: 'int lzo1x_999_compress_dict(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*, const unsigned char*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo1x_999_compress_dict ( const lzo_bytep in , lzo_uint in_len,
# ^~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:145:1: warning: 'int lzo1x_999_compress_level(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*, const unsigned char*, lzo_uint, lzo_callback_t*, int)' declared 'static' but never defined [-Wunused-function]
# lzo1x_999_compress_level ( const lzo_bytep in , lzo_uint in_len,
# ^~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:153:1: warning: 'int lzo1x_decompress_dict_safe(const unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*, const unsigned char*, lzo_uint)' declared 'static' but never defined [-Wunused-function]
# lzo1x_decompress_dict_safe ( const lzo_bytep in, lzo_uint in_len,
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# ../lib/lzo/lzo1x.h:164:1: warning: 'int lzo1x_optimize(unsigned char*, lzo_uint, unsigned char*, lzo_uint*, void*)' declared 'static' but never defined [-Wunused-function]
# lzo1x_optimize ( lzo_bytep in , lzo_uint in_len,
# ^~~~~~~~~~~~~~
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/cromfs-hashmap_lzo_sparse.o ../lib/cromfs-hashmap_lzo_sparse.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/boyermoore.o ../lib/boyermoore.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o ../lib/stringsearchutil.o ../lib/stringsearchutil.cc
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -o mkcromfs ../lib/lzma/C/LzmaDec.o ../lib/lzma/C/LzmaEnc.o ../lib/lzma/C/LzFind.o ../lib/lzma.o mkcromfs.o ../lib/fadvise.o ../lib/newhash.o ../lib/util.o ../lib/fnmatch.o ../lib/assert++.o ../lib/append.o ../lib/sparsewrite.o ../lib/longfilewrite.o ../lib/cromfs-inodefun.o ../lib/cromfs-directoryfun.o ../lib/cromfs-fblockfun.o ../lib/cromfs-blockifier.o ../lib/cromfs-hashmap_lzo.o ../lib/cromfs-hashmap_lzo_sparse.o ../lib/cromfs-blockfun.o ../lib/boyermoore.o ../lib/stringsearchutil.o -g -fopenmp -Xlinker --gc-sections
# make[1]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C util unmkcromfs
# make[1]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C ../lib depend
# make[2]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[2]: Nothing to be done for 'depend'.
# make[2]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o unmkcromfs.o unmkcromfs.cc
# unmkcromfs.cc:324:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "Superblock signature %"LL_FMT"X\n"
# ^
# unmkcromfs.cc:325:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "BlockTab at 0x%"LL_FMT"X\n"
# ^
# unmkcromfs.cc:326:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "FBlkTab at 0x%"LL_FMT"X\n"
# ^
# unmkcromfs.cc:327:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "inotab at 0x%"LL_FMT"X (size 0x%"LL_FMT"X)\n"
# ^
# unmkcromfs.cc:327:38: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "inotab at 0x%"LL_FMT"X (size 0x%"LL_FMT"X)\n"
# ^
# unmkcromfs.cc:328:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "rootdir at 0x%"LL_FMT"X (size 0x%"LL_FMT"X)\n"
# ^
# unmkcromfs.cc:328:39: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "rootdir at 0x%"LL_FMT"X (size 0x%"LL_FMT"X)\n"
# ^
# unmkcromfs.cc:331:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "%"LL_FMT"u bytes of files\n",
# ^
# unmkcromfs.cc:360:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf(" %"LL_FMT"u\n", (unsigned long long)sblock.bytes_of_files);
# ^
# unmkcromfs.cc:382:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf(" ", (unsigned long long)prev);
# ^
# unmkcromfs.cc:473:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf(" ",
# ^
# unmkcromfs.cc:473:56: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf(" ",
# ^
# unmkcromfs.cc:481:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%"LL_FMT"u%.10f",
# ^
# unmkcromfs.cc:882:57: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("inode %u (used by %s) is corrupt (block #%u indicates block %"LL_FMT"u, but block table has only %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:882:126: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("inode %u (used by %s) is corrupt (block #%u indicates block %"LL_FMT"u, but block table has only %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:910:57: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("block %u (block #%u/%u of inode %u, %"LL_FMT"u/%"LL_FMT"u bytes) is corrupt (points to bytes %"LL_FMT"u-%"LL_FMT"u, fblock %u size is %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:910:102: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("block %u (block #%u/%u of inode %u, %"LL_FMT"u/%"LL_FMT"u bytes) is corrupt (points to bytes %"LL_FMT"u-%"LL_FMT"u, fblock %u size is %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:910:113: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("block %u (block #%u/%u of inode %u, %"LL_FMT"u/%"LL_FMT"u bytes) is corrupt (points to bytes %"LL_FMT"u-%"LL_FMT"u, fblock %u size is %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:910:159: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("block %u (block #%u/%u of inode %u, %"LL_FMT"u/%"LL_FMT"u bytes) is corrupt (points to bytes %"LL_FMT"u-%"LL_FMT"u, fblock %u size is %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:910:170: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# ThreadSafeConsole.erroroneliner("block %u (block #%u/%u of inode %u, %"LL_FMT"u/%"LL_FMT"u bytes) is corrupt (points to bytes %"LL_FMT"u-%"LL_FMT"u, fblock %u size is %"LL_FMT"u)\n",
# ^
# unmkcromfs.cc:1038:25: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("%s%3u %u/%-3u %11"LL_FMT"u %s %s%s%s\n",
# ^
# unmkcromfs.cc:1109:37: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# fprintf(stderr, "Inode %"LL_FMT"u (%s) is corrupt. It refers to block %u which does not exist (%u blocks exist).\n",
# ^
# unmkcromfs.cc:1190:38: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::fprintf(stderr, "inode %"LL_FMT"u (%s) is corrupt. It has mode %0o (%s) but non-zero size %"LL_FMT"u\n",
# ^
# unmkcromfs.cc:1190:53: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::fprintf(stderr, "inode %"LL_FMT"u (%s) is corrupt. It has mode %0o (%s) but non-zero size %"LL_FMT"u\n",
# ^
# unmkcromfs.cc:1287:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "unmkcromfs v"VERSION" - Copyright (C) 1992,2014 Bisqwit (http://iki.fi/bisqwit/)\n"
# ^
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -o unmkcromfs unmkcromfs.o ../cromfs.o ../lib/fadvise.o ../lib/util.o ../lib/fnmatch.o ../lib/sparsewrite.o ../lib/longfilewrite.o ../lib/cromfs-inodefun.o ../lib/cromfs-blockfun.o ../lib/lzma/C/LzmaDec.o -g -fopenmp -Xlinker --gc-sections
# make[1]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C util cvcromfs
# make[1]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C ../lib depend
# make[2]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[2]: Nothing to be done for 'depend'.
# make[2]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -DVERSION=\"1.5.10.2\" -pipe -DNDEBUG -fopenmp -DUSE_PTHREADS=0 -DHAS_LZO2=1 -DHAS_ASM_LZO2=0 -DHAS_VSNPRINTF -DHAS_LUTIMES -DHAS_STDINT_H -DHAS_INTTYPES_H -DHAS_READDIR_R -DHAS_UINT16_T -DHAS_LONG_LONG -DHAS_SYS_TYPES_H -I../lib -I.. -I../lib/lzo -D_7ZIP_ST -c -o cvcromfs.o cvcromfs.cc
# cvcromfs.cc:349:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("Converting fblocks... size difference so far: %"LL_FMT"d bytes\n",
# ^
# cvcromfs.cc:430:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("Output file size: %"LL_FMT"d bytes (actual disk space used: %"LL_FMT"d bytes)\n",
# ^
# cvcromfs.cc:430:44: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# std::printf("Output file size: %"LL_FMT"d bytes (actual disk space used: %"LL_FMT"d bytes)\n",
# ^
# cvcromfs.cc:482:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
# "cvcromfs v"VERSION" - Copyright (C) 1992,2014 Bisqwit (http://iki.fi/bisqwit/)\n"
# ^
# cvcromfs.cc: In function 'bool Convert(const string&, const string&, int, bool, bool, uint_least32_t)':
# cvcromfs.cc:222:18: warning: variable 'SuperblockSize' set but not used [-Wunused-but-set-variable]
# int OrigVer, SuperblockSize = 0;
# ^~~~~~~~~~~~~~
# g++ -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -Wall -Wundef -Wcast-qual -Wpointer-arith -Wconversion -Wwrite-strings -Wsign-compare -Wredundant-decls -Winit-self -Wextra -Wparentheses -Wcast-align -Wformat -Wno-conversion -Woverloaded-virtual -Wno-non-virtual-dtor -O3 -minline-stringops-dynamically -ffast-math -mrecip -fvpt -ffunction-cse -ffunction-sections -fdata-sections -mmmx -msse -msse2 -mssse3 -msahf -o cvcromfs ../lib/lzma/C/LzmaDec.o ../lib/lzma/C/LzmaEnc.o ../lib/lzma/C/LzFind.o ../lib/lzma.o cvcromfs.o ../lib/util.o ../lib/sparsewrite.o ../lib/fadvise.o ../lib/longfilewrite.o -g -fopenmp -Xlinker --gc-sections
# make[1]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
#
# Finished compiling. These were created:
# ls: cannot access 'cromfs-driver-static': No such file or directory
# -rwxr-xr-x 1 tuscan tuscan 1465312 Aug 24 13:05 cromfs-driver
# -rwxr-xr-x 1 tuscan tuscan 254352 Aug 24 13:05 util/cvcromfs
# -rwxr-xr-x 1 tuscan tuscan 697808 Aug 24 13:05 util/mkcromfs
# -rwxr-xr-x 1 tuscan tuscan 1386824 Aug 24 13:05 util/unmkcromfs
# make: [Makefile:189: all] Error 2 (ignored)
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make -C util mkcromfs
# make[1]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C ../lib depend
# make[2]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[2]: Nothing to be done for 'depend'.
# make[2]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[1]: 'mkcromfs' is up to date.
# make[1]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C util unmkcromfs
# make[1]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C ../lib depend
# make[2]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[2]: Nothing to be done for 'depend'.
# make[2]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[1]: 'unmkcromfs' is up to date.
# make[1]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C util cvcromfs
# make[1]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# make -C ../lib depend
# make[2]: Entering directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[2]: Nothing to be done for 'depend'.
# make[2]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/lib'
# make[1]: 'cvcromfs' is up to date.
# make[1]: Leaving directory '/tmp/cromfs/src/cromfs-1.5.10.2/util'
# mkdir install install/progs install/docs
# cp -p cromfs-driver util/mkcromfs util/unmkcromfs util/cvcromfs install/progs/
# cp -p cromfs-driver-static-0 install/progs/
# cp: cannot stat 'cromfs-driver-static-0': No such file or directory
# make: [Makefile:231: install] Error 1 (ignored)
# cp -p doc/FORMAT README.html doc/ChangeLog doc/*.txt install/docs/
# strip install/progs/*
# *****************************************
# The 'install' directory was prepared. Copy the contents to the locations you see fit.
# *****************************************
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "cromfs"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: cromfs 1.5.10.2-2 (Wed Aug 24 13:05:37 UTC 2016)
# red: Something unexpected had happened.
# Traceback (most recent call last):
# File "/usr/sbin/red", line 65, in main
# return capture(args)
# File "/usr/sbin/red", line 97, in capture
# json.dump(list(entries), handle, sort_keys=True, indent=4)
# File "/usr/sbin/red", line 135, in parse_exec_trace
# content = handler.read()
# File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
# return codecs.ascii_decode(input, self.errors)[0]
# UnicodeDecodeError: 'ascii' codec can't decode byte 0xa7 in position 74: ordinal not in range(128)

Printing config logfiles

CMD: config logfiles '/tmp/cromfs/src/cromfs-1.5.10.2/configure.log'
# Determining compiler version to use...
# 6.1.1 g++
# CXX=g++(6.1.1)
# 6.1.1 cpp
# CPP=cpp(6.1.1)
# 6.1.1 gcc
# 6.1.1 cc
# /usr/bin/ranlib: invalid option -- 'd'
# /usr/bin/ranlib: invalid option -- 'u'
# /usr/bin/ranlib: invalid option -- 'm'
# /usr/bin/ranlib: invalid option -- 'p'
# /usr/bin/ranlib: invalid option -- 'e'
# /usr/bin/ranlib: invalid option -- 'r'
# /usr/bin/ranlib: invalid option -- 's'
# /usr/bin/ranlib: invalid option -- 'i'
# /usr/bin/ranlib: invalid option -- 'o'
# /usr/bin/ranlib: invalid option -- 'n'
# GNU ranlib (GNU Binutils) 2.26.1
# Copyright (C) 2015 Free Software Foundation, Inc.
# This program is free software; you may redistribute it under the terms of
# the GNU General Public License version 3 or (at your option) any later version.
# This program has absolutely no warranty. gcc-ranlib
# CC=gcc(6.1.1)
#
# Checking if the determined compiler works...
# conftest.cpp:
# #include
# int main () { for(int a=0; a<10;++a) { for(int a=0; a<5;++a) { } } puts("ok"); return 0; }
# g++ conftest.cpp -o conftest
# Ok
# Checking if your compiler supports OpenMP...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# - Will use OpenMP, not checking for -pthread
# Checking for OpenMP version...
# conftest.cpp:
# #include
# int main() { printf("%d\n", _OPENMP); return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Checking for pkg-config...
# Yes
# Checking for fuse (dynamic)...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -lfuse -pthread -o conftest
# Yes
# Checking for fuse (static)...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -static -DFUSE_USE_VERSION=25 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -lfuse -pthread -o conftest
# /usr/bin/ld: cannot find -lfuse
# /usr/bin/ld: cannot find -lgomp
# collect2: error: ld returned 1 exit status
# No
# Note: cromfs-driver-static will not be built, because
# your system does not have a statically linked Fuse library.
# You can still use the dynamically linked cromfs-driver.
# Checking for liblzo2 (dynamic)...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -llzo2 -o conftest
# Yes
# Checking for liblzo2 (static)...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Bstatic -llzo2 -Bdynamic -o conftest
# Yes
# Checking for assembler-optimized lzo2 functions...
# conftest.cpp:
# #include
# int main () { lzo1x_decompress_asm_fast_safe(0,0, 0,0, 0); return 0; }
# g++ conftest.cpp -fopenmp -Bstatic -llzo2 -Bdynamic -o conftest
# /tmp/cc0o6yvx.o: In function `main':
# conftest.cpp:(.text+0x1f): undefined reference to `lzo1x_decompress_asm_fast_safe'
# collect2: error: ld returned 1 exit status
# No
# - In the absense of assembler-optimized liblzo2, mkcromfs will use lzo1x_1_15 (shipped)
# Checking for vsnprintf...
# conftest.cpp:
# #include
# int main () { char Buf[10];using namespace std; va_list ap;vsnprintf(Buf,sizeof Buf,"gruu",ap); return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for lutimes...
# conftest.cpp:
# #include
# int main () { struct timeval tv[2]; lutimes(__FILE__, tv); return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for stdint.h...
# conftest.cpp:
# #include
# int main () { typedef int x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for inttypes.h...
# conftest.cpp:
# #include
# int main () { typedef int x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for readdir_r...
# conftest.cpp:
# #include
# int main () { DIR*dir=opendir(".");dirent e,*ep;readdir_r(dir,&e,&ep); return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for uint16_t...
# conftest.cpp:
# #include
# int main () { typedef uint16_t x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for u_int16_t...
# conftest.cpp:
# #include
# int main () { typedef u_int16_t x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# conftest.cpp: In function 'int main()':
# conftest.cpp:2:23: error: 'u_int16_t' does not name a type
# int main () { typedef u_int16_t x; return 0; }
# ^~~~~~~~~
# No
# Checking for __uint16_t...
# conftest.cpp:
# #include
# int main () { typedef _uint16_t x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# conftest.cpp: In function 'int main()':
# conftest.cpp:2:23: error: '_uint16_t' does not name a type
# int main () { typedef _uint16_t x; return 0; }
# ^~~~~~~~~
# No
# Checking for long long...
# conftest.cpp:
# #include
# int main () { typedef long long x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking for sys/types.h...
# conftest.cpp:
# #include
# int main () { typedef int x; return 0; }
# g++ conftest.cpp -fopenmp -o conftest
# Yes
# Checking if your compiler supports -minline-stringops-dynamically...
# conftest.cpp:
# #include
# int main () { char buf1[64],buf2[80]="kissa"; memcpy(buf1,buf2,sizeof(buf2)-strlen(buf2)); return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -minline-stringops-dynamically -o conftest
# Yes
# Checking if your compiler supports -ffast-math...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -ffast-math -o conftest
# Yes
# Checking if your compiler supports -mrecip...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -mrecip -o conftest
# Yes
# Checking if your compiler supports -fvpt...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -fvpt -o conftest
# Yes
# Checking if your compiler supports -ffunction-cse...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -ffunction-cse -o conftest
# Yes
# Checking if your compiler supports -ffunction-sections...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -ffunction-sections -o conftest
# Yes
# Checking if your compiler supports -fdata-sections...
# conftest.cpp:
# #include
# int main () { int x,y[100];for(x=0; x<100;++x)y[x]=5; return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -fdata-sections -o conftest
# Yes
# Checking if your compiler supports -Wall...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wall -o conftest
# Yes
# Checking if your compiler supports -Wundef...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wundef -o conftest
# Yes
# Checking if your compiler supports -Wcast-qual...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wcast-qual -o conftest
# Yes
# Checking if your compiler supports -Wpointer-arith...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wpointer-arith -o conftest
# Yes
# Checking if your compiler supports -Wconversion...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wconversion -o conftest
# Yes
# Checking if your compiler supports -Wwrite-strings...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wwrite-strings -o conftest
# Yes
# Checking if your compiler supports -Wsign-compare...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wsign-compare -o conftest
# Yes
# Checking if your compiler supports -Wredundant-decls...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wredundant-decls -o conftest
# Yes
# Checking if your compiler supports -Winit-self...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Winit-self -o conftest
# Yes
# Checking if your compiler supports -Wextra...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wextra -o conftest
# Yes
# Checking if your compiler supports -Wsequence-points...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wsequence-points -o conftest
# g++: error: unrecognized command line option '-Wsequence-points'; did you mean '-Wsequence-point'?
# No
# Checking if your compiler supports -Wparentheses...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wparentheses -o conftest
# Yes
# Checking if your compiler supports -Wcast-align...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wcast-align -o conftest
# Yes
# Checking if your compiler supports -Wformat...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wformat -o conftest
# Yes
# Checking if your compiler supports -Wno-conversion...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wno-conversion -o conftest
# Yes
# Checking if your compiler supports -Waggregate-return...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Waggregate-return -o conftest
# Yes
# Checking if your compiler supports -Wshadow...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wshadow -o conftest
# Yes
# Checking if your compiler supports -Winline...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Winline -o conftest
# Yes
# Checking if your compiler supports -Wstrict-prototypes...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wstrict-prototypes -o conftest
# cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
# Yes
# Checking if your compiler supports -Wmissing-prototypes...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wmissing-prototypes -o conftest
# cc1plus: warning: command line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++
# Yes
# Checking if your compiler supports -Woverloaded-virtual...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Woverloaded-virtual -o conftest
# Yes
# Checking if your compiler supports -Wno-non-virtual-dtor...
# conftest.cpp:
# #include
# int main () { return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -Wno-non-virtual-dtor -o conftest
# Yes
# Your CPU has these features:
# - abm acpi aes aperfmperf apic arat arch_perfmon avx avx2
# - bmi1 bmi2 bts clflush cmov constant_tsc cqm cqm_llc
# - cqm_occup_llc cx16 cx8 dca de ds_cpl dtes64 dtherm dts
# - eagerfpu epb ept erms est f16c flexpriority fma fpu
# - fsgsbase fxsr ht ida invpcid lahf_lm lm mca mce mmx
# - monitor movbe msr mtrr nonstop_tsc nopl nx pae pat pbe
# - pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse
# - pse36 pts rdrand rdtscp rep_good sdbg sep smep ss sse
# - sse2 sse4_1 sse4_2 ssse3 syscall tm tm2 tpr_shadow tsc
# - tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic
# - xsave xsaveopt xtopology xtpr
# Checking if your CPU supports MMX...
# conftest.cpp:
# #include
# int main () { puts("ok"); return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -mmmx -o conftest
# Yes, using -mmmx
# Checking if your CPU supports 3dnow...
# No
# Checking if your CPU supports SSE...
# conftest.cpp:
# #include
# int main () { puts("ok"); return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -msse -o conftest
# Yes, using -msse
# Checking if your CPU supports SSE2...
# conftest.cpp:
# #include
# int main () { puts("ok"); return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -msse2 -o conftest
# Yes, using -msse2
# Checking if your CPU supports SSE3...
# No
# Checking if your CPU supports SSSE3...
# conftest.cpp:
# #include
# int main () { puts("ok"); return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -mssse3 -o conftest
# Yes, using -mssse3
# Checking if your CPU supports sahf...
# conftest.cpp:
# #include
# int main () { puts("ok"); return 0; }
# g++ conftest.cpp -fopenmp -Xlinker --gc-sections -msahf -o conftest
# Yes, using -msahf
# Checking if your CPU supports VFP...
# No
# Updating Makefile.sets ...