Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 72.87 KB | None | 0 0
  1. root@OpenMediaVault:~# cd ~
  2. root@OpenMediaVault:~# mkdir par2tbb
  3. root@OpenMediaVault:~# cd par2tbb
  4. root@OpenMediaVault:~/par2tbb# git clone https://github.com/jcfp/debpkg-par2tbb.git
  5. Cloning into 'debpkg-par2tbb'...
  6. remote: Counting objects: 52, done.
  7. remote: Total 52 (delta 0), reused 0 (delta 0), pack-reused 52
  8. Unpacking objects: 100% (52/52), done.
  9. root@OpenMediaVault:~/par2tbb# cd debpkg-par2tbb
  10. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb# uscan --force-download
  11. par2cmdline-tbb: Version (0.4+20150503) available on remote site:
  12.   https://github.com/jcfp/par2tbb-chuchusoft-sources/releases/download/0.4-tbb-20150503/par2cmdline-0.4-tbb-20150503.tar.gz
  13.   (local version is 0.4+20150503)
  14. par2cmdline-tbb: Successfully downloaded updated package par2cmdline-0.4-tbb-20150503.tar.gz
  15.     and symlinked par2cmdline-tbb_0.4+20150503.orig.tar.gz to it
  16. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb# dpkg-buildpackage -S -us -uc -d
  17. dpkg-buildpackage: Quellpaket par2cmdline-tbb
  18. dpkg-buildpackage: Quellversion 0.4+20150503-1
  19. dpkg-buildpackage: Quellen geändert durch jcfp <linux@jcf.pm>
  20.  dpkg-source --before-build debpkg-par2tbb
  21.  debian/rules clean
  22. dh clean --with autoreconf
  23.    dh_testdir
  24.    debian/rules override_dh_auto_clean
  25. make[1]: Entering directory `/root/par2tbb/debpkg-par2tbb'
  26. dh_auto_clean || true
  27. make[1]: Leaving directory `/root/par2tbb/debpkg-par2tbb'
  28.    dh_autoreconf_clean
  29.    dh_clean
  30.         rm -f debian/par2-tbb.substvars
  31.         rm -f debian/par2-tbb.*.debhelper
  32.         rm -rf debian/par2-tbb/
  33.         rm -f debian/*.debhelper.log
  34.         rm -f debian/files
  35.         find .  \( \( -type f -a \
  36.                 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
  37.                  -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
  38.                  -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
  39.                  -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P'# dpkg-source -x ../par2cmdline-tbb_*.dsc
  40. dpkg-source: Warnung: unsigniertes Quellpaket wird extrahiert (../par2cmdline-tbb_0.4+20150503-1.dsc)
  41. dpkg-source: Information: par2cmdline-tbb wird nach par2cmdline-tbb-0.4+20150503 extrahiert
  42. dpkg-source: Information: par2cmdline-tbb_0.4+20150503.orig.tar.gz wird entpackt
  43. dpkg-source: Information: par2cmdline-tbb_0.4+20150503-1.debian.tar.gz wird entpackt
  44. dpkg-source: Information: 01_fix_configure_for_buildsys_linux-gnuFOOBAR wird angewandt
  45. dpkg-source: Information: 02_support_compiling_with_older_libc wird angewandt
  46. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb# cd par2cmd*
  47. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503# ./configure --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=${prefix}/lib/arm-linux-gnu --libexecdir=${prefix}/lib/arm-linux-gnu
  48. checking build system type... x86_64-unknown-linux-gnu
  49. checking host system type... x86_64-unknown-linux-gnu
  50. checking for a BSD-compatible install... /usr/bin/install -c
  51. checking whether build environment is sane... yes
  52. checking for a thread-safe mkdir -p... /bin/mkdir -p
  53. checking for gawk... no
  54. checking for mawk... mawk
  55. checking whether make sets $(MAKE)... yes
  56. checking for g++... g++
  57. checking for C++ compiler default output file name... a.out
  58. checking whether the C++ compiler works... yes
  59. checking whether we are cross compiling... no
  60. checking for suffix of executables...
  61. checking for suffix of object files... o
  62. checking whether we are using the GNU C++ compiler... yes
  63. checking whether g++ accepts -g... yes
  64. checking for style of include used by make... GNU
  65. checking dependency style of g++... gcc3
  66. checking for a BSD-compatible install... /usr/bin/install -c
  67. checking for gcc... gcc
  68. checking whether we are using the GNU C compiler... yes
  69. checking whether gcc accepts -g... yes
  70. checking for gcc option to accept ISO C89... none needed
  71. checking dependency style of gcc... gcc3
  72. checking dependency style of gcc... gcc3
  73. SSE2_on_x86_64 is enabled
  74. checking for dirent.h that defines DIR... yes
  75. checking for library containing opendir... none required
  76. checking how to run the C preprocessor... gcc -E
  77. checking for grep that handles long lines and -e... /bin/grep
  78. checking for egrep... /bin/grep -E
  79. checking for ANSI C header files... yes
  80. checking for sys/types.h... yes
  81. checking for sys/stat.h... yes
  82. checking for stdlib.h... yes
  83. checking for string.h... yes
  84. checking for memory.h... yes
  85. checking for strings.h... yes
  86. checking for inttypes.h... yes
  87. checking for stdint.h... yes
  88. checking for unistd.h... yes
  89. checking for stdbool.h that conforms to C99... yes
  90. checking for _Bool... yes
  91. checking for ANSI C header files... (cached) yes
  92. checking stdio.h usability... yes
  93. checking stdio.h presence... yes
  94. checking for stdio.h... yes
  95. checking endian.h usability... yes
  96. checking endian.h presence... yes
  97. checking for endian.h... yes
  98. checking aio.h usability... yes
  99. checking aio.h presence... yes
  100. checking for aio.h... yes
  101. checking errno.h usability... yes
  102. checking errno.h presence... yes
  103. checking for errno.h... yes
  104. checking getopt.h usability... yes
  105. checking getopt.h presence... yes
  106. checking for getopt.h... yes
  107. checking for size_t... yes
  108. checking whether byte ordering is bigendian... no
  109. checking for an ANSI C-conforming const... yes
  110. checking for inline... inline
  111. checking for special C compiler options needed for large files... no
  112. checking for _FILE_OFFSET_BITS value needed for large files... no
  113. checking for _LARGEFILE_SOURCE value needed for large files... no
  114. checking for working memcmp... yes
  115. checking for stricmp... no
  116. checking for strcasecmp... yes
  117. checking for strchr... yes
  118. checking for memcpy... yes
  119. checking for getopt... yes
  120. checking for getopt_long... yes
  121. checking for realpath... yes
  122. checking for std::unique_ptr<T> or std::auto_ptr<T>... found.std::unique_ptr<T>
  123. configure: creating ./config.status
  124. config.status: creating stamp-h
  125. config.status: creating Makefile
  126. config.status: creating config.h
  127. config.status: executing depfiles commands
  128. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503# sudo make
  129. cd . && /bin/bash /root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503/missing --run aclocal-1.10
  130. /root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503/missing: Zeile 52: aclocal-1.10: Kommando nicht gefunden.
  131. WARNING: `aclocal-1.10' is missing on your system.  You should only need it if
  132.         you modified `acinclude.m4' or `configure.ac'.  You might want
  133.         to install the `Automake' and `Perl' packages.  Grab them from
  134.         any GNU archive site.
  135. cd . && /bin/bash /root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503/missing --run automake-1.10 --gnu
  136. /root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503/missing: Zeile 52: automake-1.10: Kommando nicht gefunden.
  137. WARNING: `automake-1.10' is missing on your system.  You should only need it if
  138.          you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
  139.         You might want to install the `Automake' and `Perl' packages.
  140.         Grab them from any GNU archive site.
  141. cd . && /bin/bash /root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503/missing --run autoconf
  142. aclocal.m4:14: error: this file was generated for autoconf 2.61.
  143. You have another version of autoconf.  If you want to use that,
  144. you should regenerate the build system entirely.
  145. aclocal.m4:14: the top level
  146. autom4te: /usr/bin/m4 failed with exit status: 63
  147. WARNING: `autoconf' is probably too old.  You should only need it if
  148.          you modified `configure.ac'.  You might want to install the
  149.         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
  150.         archive site.
  151. /bin/bash ./config.status --recheck
  152. running CONFIG_SHELL=/bin/bash /bin/bash ./configure  --prefix=/usr --includedir=/include --mandir=/share/man --infodir=/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=/lib/arm-linux-gnu --libexecdir=/lib/arm-linux-gnu  --no-create --no-recursion
  153. checking build system type... x86_64-unknown-linux-gnu
  154. checking host system type... x86_64-unknown-linux-gnu
  155. checking for a BSD-compatible install... /usr/bin/install -c
  156. checking whether build environment is sane... yes
  157. checking for a thread-safe mkdir -p... /bin/mkdir -p
  158. checking for gawk... no
  159. checking for mawk... mawk
  160. checking whether make sets $(MAKE)... yes
  161. checking for g++... g++
  162. checking for C++ compiler default output file name... a.out
  163. checking whether the C++ compiler works... yes
  164. checking whether we are cross compiling... no
  165. checking for suffix of executables...
  166. checking for suffix of object files... o
  167. checking whether we are using the GNU C++ compiler... yes
  168. checking whether g++ accepts -g... yes
  169. checking for style of include used by make... GNU
  170. checking dependency style of g++... gcc3
  171. checking for a BSD-compatible install... /usr/bin/install -c
  172. checking for gcc... gcc
  173. checking whether we are using the GNU C compiler... yes
  174. checking whether gcc accepts -g... yes
  175. checking for gcc option to accept ISO C89... none needed
  176. checking dependency style of gcc... gcc3
  177. checking dependency style of gcc... gcc3
  178. SSE2_on_x86_64 is enabled
  179. checking for dirent.h that defines DIR... yes
  180. checking for library containing opendir... none required
  181. checking how to run the C preprocessor... gcc -E
  182. checking for grep that handles long lines and -e... /bin/grep
  183. checking for egrep... /bin/grep -E
  184. checking for ANSI C header files... yes
  185. checking for sys/types.h... yes
  186. checking for sys/stat.h... yes
  187. checking for stdlib.h... yes
  188. checking for string.h... yes
  189. checking for memory.h... yes
  190. checking for strings.h... yes
  191. checking for inttypes.h... yes
  192. checking for stdint.h... yes
  193. checking for unistd.h... yes
  194. checking for stdbool.h that conforms to C99... yes
  195. checking for _Bool... yes
  196. checking for ANSI C header files... (cached) yes
  197. checking stdio.h usability... yes
  198. checking stdio.h presence... yes
  199. checking for stdio.h... yes
  200. checking endian.h usability... yes
  201. checking endian.h presence... yes
  202. checking for endian.h... yes
  203. checking aio.h usability... yes
  204. checking aio.h presence... yes
  205. checking for aio.h... yes
  206. checking errno.h usability... yes
  207. checking errno.h presence... yes
  208. checking for errno.h... yes
  209. checking getopt.h usability... yes
  210. checking getopt.h presence... yes
  211. checking for getopt.h... yes
  212. checking for size_t... yes
  213. checking whether byte ordering is bigendian... no
  214. checking for an ANSI C-conforming const... yes
  215. checking for inline... inline
  216. checking for special C compiler options needed for large files... no
  217. checking for _FILE_OFFSET_BITS value needed for large files... no
  218. checking for _LARGEFILE_SOURCE value needed for large files... no
  219. checking for working memcmp... yes
  220. checking for stricmp... no
  221. checking for strcasecmp... yes
  222. checking for strchr... yes
  223. checking for memcpy... yes
  224. checking for getopt... yes
  225. checking for getopt_long... yes
  226. checking for realpath... yes
  227. checking for std::unique_ptr<T> or std::auto_ptr<T>... found.std::unique_ptr<T>
  228. configure: creating ./config.status
  229. /bin/bash ./config.status
  230. config.status: creating stamp-h
  231. config.status: creating Makefile
  232. config.status: creating config.h
  233. config.status: config.h is unchanged
  234. config.status: executing depfiles commands
  235. cd . && /bin/bash /root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503/missing --run autoheader
  236. aclocal.m4:14: error: this file was generated for autoconf 2.61.
  237. You have another version of autoconf.  If you want to use that,
  238. you should regenerate the build system entirely.
  239. aclocal.m4:14: the top level
  240. autom4te: /usr/bin/m4 failed with exit status: 63
  241. autoheader: '/usr/bin/autom4te' failed with exit status: 63
  242. WARNING: `autoheader' is probably too old.  You should only need it if
  243.          you modified `acconfig.h' or `configure.ac'.  You might want
  244.          to install the `Autoconf' and `GNU m4' packages.  Grab them
  245.          from any GNU archive site.
  246. rm -f stamp-h1
  247. touch config.h.in
  248. cd . && /bin/bash ./config.status config.h
  249. config.status: creating config.h
  250. config.status: config.h is unchanged
  251. make  all-am
  252. make[1]: Entering directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  253. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par2cmdline.o -MD -MP -MF .deps/par2cmdline.Tpo -c -o par2cmdline.o par2cmdline.cpp
  254. In file included from par2cmdline.h:615:0,
  255.                 from par2cmdline.cpp:26:
  256. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  257. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  258. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  259. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  260. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  261. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  262. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  263. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  264. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  265. In file included from par2cmdline.h:615:0,
  266.                 from par2cmdline.cpp:26:
  267. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  268. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  269. mv -f .deps/par2cmdline.Tpo .deps/par2cmdline.Po
  270. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o buffer.cpp
  271. In file included from par2cmdline.h:615:0,
  272.                 from buffer.cpp:26:
  273. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  274. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  275. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  276. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  277. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  278. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  279. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  280. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  281. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  282. In file included from par2cmdline.h:615:0,
  283.                 from buffer.cpp:26:
  284. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  285. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  286. mv -f .deps/buffer.Tpo .deps/buffer.Po
  287. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT commandline.o -MD -MP -MF .deps/commandline.Tpo -c -o commandline.o commandline.cpp
  288. In file included from par2cmdline.h:615:0,
  289.                 from commandline.cpp:26:
  290. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  291. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  292. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  293. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  294. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  295. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  296. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  297. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  298. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  299. In file included from par2cmdline.h:615:0,
  300.                 from commandline.cpp:26:
  301. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  302. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  303. mv -f .deps/commandline.Tpo .deps/commandline.Po
  304. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT crc.o -MD -MP -MF .deps/crc.Tpo -c -o crc.o crc.cpp
  305. In file included from par2cmdline.h:615:0,
  306.                 from crc.cpp:20:
  307. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  308. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  309. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  310. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  311. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  312. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  313. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  314. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  315. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  316. In file included from par2cmdline.h:615:0,
  317.                 from crc.cpp:20:
  318. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  319. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  320. mv -f .deps/crc.Tpo .deps/crc.Po
  321. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT creatorpacket.o -MD -MP -MF .deps/creatorpacket.Tpo -c -o creatorpacket.o creatorpacket.cpp
  322. In file included from par2cmdline.h:615:0,
  323.                 from creatorpacket.cpp:20:
  324. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  325. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  326. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  327. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  328. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  329. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  330. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  331. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  332. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  333. In file included from par2cmdline.h:615:0,
  334.                 from creatorpacket.cpp:20:
  335. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  336. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  337. mv -f .deps/creatorpacket.Tpo .deps/creatorpacket.Po
  338. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT criticalpacket.o -MD -MP -MF .deps/criticalpacket.Tpo -c -o criticalpacket.o criticalpacket.cpp
  339. In file included from par2cmdline.h:615:0,
  340.                 from criticalpacket.cpp:20:
  341. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  342. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  343. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  344. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  345. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  346. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  347. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  348. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  349. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  350. In file included from par2cmdline.h:615:0,
  351.                 from criticalpacket.cpp:20:
  352. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  353. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  354. mv -f .deps/criticalpacket.Tpo .deps/criticalpacket.Po
  355. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT datablock.o -MD -MP -MF .deps/datablock.Tpo -c -o datablock.o datablock.cpp
  356. In file included from par2cmdline.h:615:0,
  357.                 from datablock.cpp:26:
  358. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  359. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  360. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  361. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  362. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  363. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  364. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  365. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  366. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  367. In file included from par2cmdline.h:615:0,
  368.                 from datablock.cpp:26:
  369. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  370. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  371. mv -f .deps/datablock.Tpo .deps/datablock.Po
  372. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT descriptionpacket.o -MD -MP -MF .deps/descriptionpacket.Tpo -c -o descriptionpacket.o descriptionpacket.cpp
  373. In file included from par2cmdline.h:615:0,
  374.                 from descriptionpacket.cpp:20:
  375. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  376. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  377. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  378. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  379. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  380. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  381. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  382. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  383. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  384. In file included from par2cmdline.h:615:0,
  385.                 from descriptionpacket.cpp:20:
  386. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  387. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  388. mv -f .deps/descriptionpacket.Tpo .deps/descriptionpacket.Po
  389. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT diskfile.o -MD -MP -MF .deps/diskfile.Tpo -c -o diskfile.o diskfile.cpp
  390. In file included from par2cmdline.h:615:0,
  391.                 from diskfile.cpp:26:
  392. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  393. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  394. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  395. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  396. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  397. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  398. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  399. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  400. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  401. In file included from par2cmdline.h:615:0,
  402.                 from diskfile.cpp:26:
  403. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  404. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  405. mv -f .deps/diskfile.Tpo .deps/diskfile.Po
  406. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT filechecksummer.o -MD -MP -MF .deps/filechecksummer.Tpo -c -o filechecksummer.o filechecksummer.cpp
  407. In file included from par2cmdline.h:615:0,
  408.                 from filechecksummer.cpp:20:
  409. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  410. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  411. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  412. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  413. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  414. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  415. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  416. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  417. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  418. In file included from par2cmdline.h:615:0,
  419.                 from filechecksummer.cpp:20:
  420. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  421. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  422. mv -f .deps/filechecksummer.Tpo .deps/filechecksummer.Po
  423. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT galois.o -MD -MP -MF .deps/galois.Tpo -c -o galois.o galois.cpp
  424. In file included from par2cmdline.h:615:0,
  425.                 from galois.cpp:20:
  426. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  427. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  428. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  429. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  430. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  431. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  432. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  433. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  434. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  435. In file included from par2cmdline.h:615:0,
  436.                 from galois.cpp:20:
  437. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  438. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  439. mv -f .deps/galois.Tpo .deps/galois.Po
  440. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT mainpacket.o -MD -MP -MF .deps/mainpacket.Tpo -c -o mainpacket.o mainpacket.cpp
  441. In file included from par2cmdline.h:615:0,
  442.                 from mainpacket.cpp:20:
  443. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  444. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  445. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  446. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  447. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  448. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  449. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  450. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  451. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  452. In file included from par2cmdline.h:615:0,
  453.                 from mainpacket.cpp:20:
  454. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  455. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  456. mv -f .deps/mainpacket.Tpo .deps/mainpacket.Po
  457. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.cpp
  458. In file included from par2cmdline.h:615:0,
  459.                 from md5.cpp:20:
  460. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  461. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  462. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  463. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  464. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  465. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  466. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  467. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  468. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  469. In file included from par2cmdline.h:615:0,
  470.                 from md5.cpp:20:
  471. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  472. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  473. mv -f .deps/md5.Tpo .deps/md5.Po
  474. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par1fileformat.o -MD -MP -MF .deps/par1fileformat.Tpo -c -o par1fileformat.o par1fileformat.cpp
  475. In file included from par2cmdline.h:615:0,
  476.                 from par1fileformat.cpp:20:
  477. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  478. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  479. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  480. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  481. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  482. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  483. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  484. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  485. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  486. In file included from par2cmdline.h:615:0,
  487.                 from par1fileformat.cpp:20:
  488. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  489. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  490. mv -f .deps/par1fileformat.Tpo .deps/par1fileformat.Po
  491. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par1repairer.o -MD -MP -MF .deps/par1repairer.Tpo -c -o par1repairer.o par1repairer.cpp
  492. In file included from par2cmdline.h:615:0,
  493.                 from par1repairer.cpp:20:
  494. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  495. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  496. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  497. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  498. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  499. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  500. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  501. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  502. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  503. In file included from par2cmdline.h:615:0,
  504.                 from par1repairer.cpp:20:
  505. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  506. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  507. par1repairer.cpp: In member function ‘bool Par1Repairer::LoadRecoveryFile(std::string)’:
  508. par1repairer.cpp:327:284: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  509. par1repairer.cpp:483:8: warning: unused variable ‘success’ [-Wunused-variable]
  510. par1repairer.cpp: In member function ‘bool Par1Repairer::LoadOtherRecoveryFiles(std::string)’:
  511. par1repairer.cpp:523:48: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  512. par1repairer.cpp: In member function ‘bool Par1Repairer::LoadExtraRecoveryFiles(const std::list<CommandLine::ExtraFile>&)’:
  513. par1repairer.cpp:554:48: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  514. par1repairer.cpp: In member function ‘bool Par1Repairer::VerifySourceFiles()’:
  515. par1repairer.cpp:600:12: warning: unused variable ‘success’ [-Wunused-variable]
  516. par1repairer.cpp: In member function ‘bool Par1Repairer::VerifyExtraFiles(const std::list<CommandLine::ExtraFile>&)’:
  517. par1repairer.cpp:657:48: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  518. par1repairer.cpp:681:14: warning: unused variable ‘success’ [-Wunused-variable]
  519. par1repairer.cpp: In member function ‘bool Par1Repairer::RenameTargetFiles()’:
  520. par1repairer.cpp:1024:12: warning: unused variable ‘success’ [-Wunused-variable]
  521. par1repairer.cpp:1052:12: warning: unused variable ‘success’ [-Wunused-variable]
  522. par1repairer.cpp: In member function ‘bool Par1Repairer::CreateTargetFiles()’:
  523. par1repairer.cpp:1099:12: warning: unused variable ‘success’ [-Wunused-variable]
  524. mv -f .deps/par1repairer.Tpo .deps/par1repairer.Po
  525. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par1repairersourcefile.o -MD -MP -MF .deps/par1repairersourcefile.Tpo -c -o par1repairersourcefile.o par1repairersourcefile.cpp
  526. In file included from par2cmdline.h:615:0,
  527.                 from par1repairersourcefile.cpp:20:
  528. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  529. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  530. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  531. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  532. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  533. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  534. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  535. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  536. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  537. In file included from par2cmdline.h:615:0,
  538.                 from par1repairersourcefile.cpp:20:
  539. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  540. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  541. mv -f .deps/par1repairersourcefile.Tpo .deps/par1repairersourcefile.Po
  542. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par2creator.o -MD -MP -MF .deps/par2creator.Tpo -c -o par2creator.o par2creator.cpp
  543. In file included from par2cmdline.h:615:0,
  544.                 from par2creator.cpp:32:
  545. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  546. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  547. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  548. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  549. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  550. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  551. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  552. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  553. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  554. In file included from par2cmdline.h:615:0,
  555.                 from par2creator.cpp:32:
  556. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  557. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  558. mv -f .deps/par2creator.Tpo .deps/par2creator.Po
  559. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par2creatorsourcefile.o -MD -MP -MF .deps/par2creatorsourcefile.Tpo -c -o par2creatorsourcefile.o par2creatorsourcefile.cpp
  560. In file included from par2cmdline.h:615:0,
  561.                 from par2creatorsourcefile.cpp:26:
  562. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  563. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  564. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  565. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  566. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  567. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  568. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  569. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  570. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  571. In file included from par2cmdline.h:615:0,
  572.                 from par2creatorsourcefile.cpp:26:
  573. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  574. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  575. mv -f .deps/par2creatorsourcefile.Tpo .deps/par2creatorsourcefile.Po
  576. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par2fileformat.o -MD -MP -MF .deps/par2fileformat.Tpo -c -o par2fileformat.o par2fileformat.cpp
  577. In file included from par2cmdline.h:615:0,
  578.                 from par2fileformat.cpp:20:
  579. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  580. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  581. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  582. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  583. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  584. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  585. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  586. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  587. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  588. In file included from par2cmdline.h:615:0,
  589.                 from par2fileformat.cpp:20:
  590. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  591. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  592. mv -f .deps/par2fileformat.Tpo .deps/par2fileformat.Po
  593. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par2repairer.o -MD -MP -MF .deps/par2repairer.Tpo -c -o par2repairer.o par2repairer.cpp
  594. In file included from par2cmdline.h:615:0,
  595.                 from par2repairer.cpp:32:
  596. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  597. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  598. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  599. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  600. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  601. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  602. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  603. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  604. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  605. In file included from par2cmdline.h:615:0,
  606.                 from par2repairer.cpp:32:
  607. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  608. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  609. mv -f .deps/par2repairer.Tpo .deps/par2repairer.Po
  610. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT par2repairersourcefile.o -MD -MP -MF .deps/par2repairersourcefile.Tpo -c -o par2repairersourcefile.o par2repairersourcefile.cpp
  611. In file included from par2cmdline.h:615:0,
  612.                 from par2repairersourcefile.cpp:26:
  613. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  614. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  615. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  616. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  617. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  618. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  619. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  620. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  621. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  622. In file included from par2cmdline.h:615:0,
  623.                 from par2repairersourcefile.cpp:26:
  624. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  625. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  626. mv -f .deps/par2repairersourcefile.Tpo .deps/par2repairersourcefile.Po
  627. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT pipeline.o -MD -MP -MF .deps/pipeline.Tpo -c -o pipeline.o pipeline.cpp
  628. In file included from par2cmdline.h:615:0,
  629.                 from pipeline.cpp:26:
  630. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  631. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  632. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  633. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  634. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  635. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  636. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  637. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  638. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  639. In file included from par2cmdline.h:615:0,
  640.                 from pipeline.cpp:26:
  641. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  642. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  643. mv -f .deps/pipeline.Tpo .deps/pipeline.Po
  644. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT recoverypacket.o -MD -MP -MF .deps/recoverypacket.Tpo -c -o recoverypacket.o recoverypacket.cpp
  645. In file included from par2cmdline.h:615:0,
  646.                 from recoverypacket.cpp:20:
  647. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  648. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  649. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  650. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  651. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  652. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  653. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  654. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  655. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  656. In file included from par2cmdline.h:615:0,
  657.                 from recoverypacket.cpp:20:
  658. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  659. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  660. mv -f .deps/recoverypacket.Tpo .deps/recoverypacket.Po
  661. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT reedsolomon.o -MD -MP -MF .deps/reedsolomon.Tpo -c -o reedsolomon.o reedsolomon.cpp
  662. In file included from par2cmdline.h:615:0,
  663.                 from reedsolomon.cpp:29:
  664. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  665. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  666. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  667. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  668. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  669. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  670. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  671. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  672. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  673. In file included from par2cmdline.h:615:0,
  674.                 from reedsolomon.cpp:29:
  675. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  676. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  677. mv -f .deps/reedsolomon.Tpo .deps/reedsolomon.Po
  678. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT verificationhashtable.o -MD -MP -MF .deps/verificationhashtable.Tpo -c -o verificationhashtable.o verificationhashtable.cpp
  679. In file included from par2cmdline.h:615:0,
  680.                 from verificationhashtable.cpp:20:
  681. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  682. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  683. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  684. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  685. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  686. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  687. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  688. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  689. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  690. In file included from par2cmdline.h:615:0,
  691.                 from verificationhashtable.cpp:20:
  692. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  693. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  694. mv -f .deps/verificationhashtable.Tpo .deps/verificationhashtable.Po
  695. g++ -DHAVE_CONFIG_H -I.    -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 -MT verificationpacket.o -MD -MP -MF .deps/verificationpacket.Tpo -c -o verificationpacket.o verificationpacket.cpp
  696. In file included from par2cmdline.h:615:0,
  697.                 from verificationpacket.cpp:20:
  698. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator<(const VerificationHashEntry&) const’:
  699. verificationhashtable.h:69:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  700. verificationhashtable.h: In member function ‘bool VerificationHashEntry::operator>(const VerificationHashEntry&) const’:
  701. verificationhashtable.h:73:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  702. verificationhashtable.h: In static member function ‘static const VerificationHashEntry* VerificationHashEntry::Search(const VerificationHashEntry*, const MD5Hash&)’:
  703. verificationhashtable.h:186:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  704. verificationhashtable.h:190:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  705. verificationhashtable.h: In member function ‘const VerificationHashEntry* VerificationHashTable::FindMatch(const VerificationHashEntry*, const Par2RepairerSourceFile*, const FileCheckSummer&, bool&) const’:
  706. verificationhashtable.h:405:126: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  707. In file included from par2cmdline.h:615:0,
  708.                 from verificationpacket.cpp:20:
  709. verificationhashtable.h:412:128: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  710. verificationhashtable.h:429:118: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  711. mv -f .deps/verificationpacket.Tpo .deps/verificationpacket.Po
  712. gcc -Wa,-I. -g -O2  -c -o reedsolomon-x86_64-scalar-posix.o reedsolomon-x86_64-scalar-posix.s
  713. gcc -Wa,-I. -g -O2  -c -o reedsolomon-x86_64-mmx-posix.o reedsolomon-x86_64-mmx-posix.s
  714. g++ -Wall -I./../tbb43_20141023oss/include   -std=c++11 -g -O2 '-Wl,-R,$ORIGIN'   -o par2 par2cmdline.o buffer.o commandline.o crc.o creatorpacket.o criticalpacket.o datablock.o descriptionpacket.o diskfile.o filechecksummer.o galois.o mainpacket.o md5.o par1fileformat.o par1repairer.o par1repairersourcefile.o par2creator.o par2creatorsourcefile.o par2fileformat.o par2repairer.o par2repairersourcefile.o pipeline.o recoverypacket.o reedsolomon.o verificationhashtable.o verificationpacket.o reedsolomon-x86_64-scalar-posix.o reedsolomon-x86_64-mmx-posix.o  -lstdc++ -ltbb -L.
  715. make[1]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  716. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503# make install
  717. make[1]: Entering directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  718. test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  719.  /usr/bin/install -c 'par2' '/usr/bin/par2'
  720. make  install-exec-hook
  721. make[2]: Entering directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  722. ln -f /usr/bin/par2 /usr/bin/par2create
  723. ln -f /usr/bin/par2 /usr/bin/par2verify
  724. ln -f /usr/bin/par2 /usr/bin/par2repair
  725. make[2]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  726. make[1]: Für das Ziel »install-data-am« ist nichts zu tun.
  727. make[1]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  728. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503# ^C
  729. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503#  install-exec-hook
  730. ln -f /usr/bin/par2 /usr/bin/par2create
  731. ln -f /usr/bin/par2 /usr/bin/par2verify
  732. ln -f /usr/bin/par2 /usr/bin/par2repair
  733. make[2]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  734. make[1]: Für das Ziel »install-data-am« ist nichts zu tun.
  735. make[1]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'-bash: install-exec-hook: Kommando nicht gefunden.
  736. root@OpenMediaVault:~/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503# make[2]: Entering directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  737. > ln -f /usr/bin/par2 /usr/bin/par2create
  738. > ln -f /usr/bin/par2 /usr/bin/par2verify
  739. > ln -f /usr/bin/par2 /usr/bin/par2repair
  740. > make[2]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
  741. > make[1]: Für das Ziel »install-data-am« ist nichts zu tun.
  742. > make[1]: Leaving directory `/root/par2tbb/debpkg-par2tbb/par2cmdline-tbb-0.4+20150503'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement