Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2011
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 186.29 KB | None | 0 0
  1. $ LC_ALL="C" rpmbuild -tb cnijfilter-source-3.40-1.tar.gz --define="MODEL mg5100" --define="MODEL_NUM 373" --with build_common_package
  2. Executing(%prep): /bin/sh -e /home/kamil/rpm/tmp/rpm-tmp.36fWtH
  3. + umask 022
  4. + cd /home/kamil/rpm/BUILD
  5. + '[' 1 -eq 1 ']'
  6. + '[' 1 -eq 1 ']'
  7. + '[' 1 -eq 1 ']'
  8. + echo /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  9. /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  10. + cd /home/kamil/rpm/BUILD
  11. + rm -rf cnijfilter-source-3.40-1
  12. + /usr/bin/gzip -dc /home/kamil/cnijfilter-source-3.40-1.tar.gz
  13. + /bin/tar -xf -
  14. + STATUS=0
  15. + '[' 0 -ne 0 ']'
  16. + cd cnijfilter-source-3.40-1
  17. + exit 0
  18. Executing(%build): /bin/sh -e /home/kamil/rpm/tmp/rpm-tmp.E7ryYn
  19. + umask 022
  20. + cd /home/kamil/rpm/BUILD
  21. + cd cnijfilter-source-3.40-1
  22. + '[' 1 -eq 1 ']'
  23. + '[' 1 -eq 1 ']'
  24. + pushd ppd
  25. ~/rpm/BUILD/cnijfilter-source-3.40-1/ppd ~/rpm/BUILD/cnijfilter-source-3.40-1
  26. + ./autogen.sh --prefix=/usr --program-suffix=mg5100
  27. processing .
  28. Running aclocal  ...
  29. Running automake --gnu  ...
  30. configure.in:2: installing `./install-sh'
  31. configure.in:2: installing `./missing'
  32. Makefile.am: installing `./COPYING' using GNU General Public License v3 file
  33. Makefile.am:     Consider adding the COPYING file to the version control system
  34. Makefile.am:     for your code, to avoid questions about which license your project uses.
  35. Running autoconf ...
  36. Running ./configure --prefix=/usr --program-suffix=mg5100 ...
  37. checking for a BSD-compatible install... /usr/bin/install -c
  38. checking whether build environment is sane... yes
  39. checking for a thread-safe mkdir -p... /bin/mkdir -p
  40. checking for gawk... gawk
  41. checking whether make sets $(MAKE)... yes
  42. configure: creating ./config.status
  43. config.status: creating Makefile
  44. Now type `make' to compile
  45. + make clean
  46. make: Nothing to be done for `clean'.
  47. + make
  48. make: Nothing to be done for `all'.
  49. + popd
  50. ~/rpm/BUILD/cnijfilter-source-3.40-1
  51. + pushd cnijfilter
  52. ~/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter ~/rpm/BUILD/cnijfilter-source-3.40-1
  53. + ./autogen.sh --prefix=/usr/local --program-suffix=mg5100 --enable-libpath=/usr/lib64/bjlib --enable-binpath=/usr/local/bin
  54. processing .
  55. Running aclocal  ...
  56. Running autoheader...
  57. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  58. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  59. autoheader: WARNING: is deprecated and discouraged.
  60. autoheader:
  61. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  62. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  63. autoheader: WARNING: `acconfig.h':
  64. autoheader:
  65. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  66. autoheader:         [Define if a function `main' is needed.])
  67. autoheader:
  68. autoheader: WARNING: More sophisticated templates can also be produced, see the
  69. autoheader: WARNING: documentation.
  70. Running automake --gnu  ...
  71. configure.in:27: installing `./install-sh'
  72. configure.in:27: installing `./missing'
  73. src/Makefile.am: installing `./depcomp'
  74. Running autoconf ...
  75. Running ./configure --prefix=/usr/local --program-suffix=mg5100 --enable-libpath=/usr/lib64/bjlib --enable-binpath=/usr/local/bin ...
  76. checking for a BSD-compatible install... /usr/bin/install -c
  77. checking whether build environment is sane... yes
  78. checking for a thread-safe mkdir -p... /bin/mkdir -p
  79. checking for gawk... gawk
  80. checking whether make sets $(MAKE)... yes
  81. checking for style of include used by make... GNU
  82. checking for gcc... gcc
  83. checking whether the C compiler works... yes
  84. checking for C compiler default output file name... a.out
  85. checking for suffix of executables...
  86. checking whether we are cross compiling... no
  87. checking for suffix of object files... o
  88. checking whether we are using the GNU C compiler... yes
  89. checking whether gcc accepts -g... yes
  90. checking for gcc option to accept ISO C89... none needed
  91. checking dependency style of gcc... gcc3
  92. checking for library containing strerror... none required
  93. checking for gcc... (cached) gcc
  94. checking whether we are using the GNU C compiler... (cached) yes
  95. checking whether gcc accepts -g... (cached) yes
  96. checking for gcc option to accept ISO C89... (cached) none needed
  97. checking dependency style of gcc... (cached) gcc3
  98. checking for gcc... (cached) gcc
  99. checking whether we are using the GNU C compiler... (cached) yes
  100. checking whether gcc accepts -g... (cached) yes
  101. checking for gcc option to accept ISO C89... (cached) none needed
  102. checking dependency style of gcc... (cached) gcc3
  103. checking how to run the C preprocessor... gcc -E
  104. checking for grep that handles long lines and -e... /bin/grep
  105. checking for egrep... /bin/grep -E
  106. checking for ANSI C header files... yes
  107. checking for sys/wait.h that is POSIX.1 compatible... yes
  108. checking for sys/types.h... yes
  109. checking for sys/stat.h... yes
  110. checking for stdlib.h... yes
  111. checking for string.h... yes
  112. checking for memory.h... yes
  113. checking for strings.h... yes
  114. checking for inttypes.h... yes
  115. checking for stdint.h... yes
  116. checking for unistd.h... yes
  117. checking for unistd.h... (cached) yes
  118. checking for an ANSI C-conforming const... yes
  119. checking for size_t... yes
  120. checking for socket... yes
  121. configure: creating ./config.status
  122. config.status: creating Makefile
  123. config.status: creating src/Makefile
  124. config.status: creating include/Makefile
  125. config.status: creating include/cncl/Makefile
  126. config.status: creating include/misc/Makefile
  127. config.status: creating config.h
  128. config.status: executing depfiles commands
  129. Now type `make' to compile the package.
  130. + make clean
  131. Making clean in include
  132. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  133. Making clean in misc
  134. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  135. make[2]: Nothing to be done for `clean'.
  136. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  137. Making clean in cncl
  138. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  139. make[2]: Nothing to be done for `clean'.
  140. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  141. Making clean in .
  142. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  143. make[2]: Nothing to be done for `clean-am'.
  144. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  145. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  146. Making clean in src
  147. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  148. test -z "cif" || rm -f cif
  149. rm -f *.o
  150. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  151. Making clean in .
  152. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  153. make[1]: Nothing to be done for `clean-am'.
  154. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  155. + make
  156. make  all-recursive
  157. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  158. Making all in src
  159. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  160. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjferror.o -MD -MP -MF .deps/bjferror.Tpo -c -o bjferror.o bjferror.c
  161. mv -f .deps/bjferror.Tpo .deps/bjferror.Po
  162. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjfilter.o -MD -MP -MF .deps/bjfilter.Tpo -c -o bjfilter.o bjfilter.c
  163. mv -f .deps/bjfilter.Tpo .deps/bjfilter.Po
  164. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjfimage.o -MD -MP -MF .deps/bjfimage.Tpo -c -o bjfimage.o bjfimage.c
  165. mv -f .deps/bjfimage.Tpo .deps/bjfimage.Po
  166. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjfoption.o -MD -MP -MF .deps/bjfoption.Tpo -c -o bjfoption.o bjfoption.c
  167. bjfoption.c: In function 'SetCmdOption':
  168. bjfoption.c:545:2: warning: passing argument 3 of 'poptGetContext' from incompatible pointer type
  169. /usr/include/popt.h:261:13: note: expected 'const char **' but argument is of type 'char **'
  170. mv -f .deps/bjfoption.Tpo .deps/bjfoption.Po
  171. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjfpos.o -MD -MP -MF .deps/bjfpos.Tpo -c -o bjfpos.o bjfpos.c
  172. mv -f .deps/bjfpos.Tpo .deps/bjfpos.Po
  173. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjfrcaccess.o -MD -MP -MF .deps/bjfrcaccess.Tpo -c -o bjfrcaccess.o bjfrcaccess.c
  174. mv -f .deps/bjfrcaccess.Tpo .deps/bjfrcaccess.Po
  175. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT getipc.o -MD -MP -MF .deps/getipc.Tpo -c -o getipc.o getipc.c
  176. getipc.c: In function 'GetIPCData':
  177. getipc.c:66:32: warning: passing argument 3 of 'accept' from incompatible pointer type
  178. /usr/include/sys/socket.h:214:12: note: expected 'socklen_t * __restrict__' but argument is of type 'size_t *'
  179. mv -f .deps/getipc.Tpo .deps/getipc.Po
  180. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc    -O2 -MT bjflist.o -MD -MP -MF .deps/bjflist.Tpo -c -o bjflist.o bjflist.c
  181. mv -f .deps/bjflist.Tpo .deps/bjflist.Po
  182. gcc  -O2 -L../../373/libs_bin64  -o cif bjferror.o bjfilter.o bjfimage.o bjfoption.o bjfpos.o bjfrcaccess.o getipc.o bjflist.o -lcnbpcmcm373 -lcnbpess373 -lm -ldl -ltiff -lpng -lcnbpcnclapi373 -lcnbpcnclbjcmd373 -lcnbpcnclui373 -lpopt
  183. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  184. Making all in include
  185. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  186. Making all in cncl
  187. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  188. make[3]: Nothing to be done for `all'.
  189. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  190. Making all in misc
  191. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  192. make[3]: Nothing to be done for `all'.
  193. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  194. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  195. make[3]: Nothing to be done for `all-am'.
  196. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  197. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  198. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  199. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  200. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  201. + popd
  202. ~/rpm/BUILD/cnijfilter-source-3.40-1
  203. + pushd printui
  204. ~/rpm/BUILD/cnijfilter-source-3.40-1/printui ~/rpm/BUILD/cnijfilter-source-3.40-1
  205. + ./autogen.sh --prefix=/usr/local --program-suffix=mg5100 --datadir=/usr/local/share --enable-libpath=/usr/lib64/bjlib
  206. processing .
  207. Creating ./aclocal.m4 ...
  208. Running glib-gettextize...  Ignore non-fatal messages.
  209. Copying file mkinstalldirs
  210. Copying file po/Makefile.in.in
  211.  
  212. Please add the files
  213.  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  214.  progtest.m4
  215. from the /usr/share/aclocal directory to your autoconf macro directory
  216. or directly to your aclocal.m4 file.
  217. You will also need config.guess and config.sub, which you can get from
  218. ftp://ftp.gnu.org/pub/gnu/config/.
  219.  
  220. Making ./aclocal.m4 writable ...
  221. Running aclocal  ...
  222. Running autoheader...
  223. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  224. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  225. autoheader: WARNING: is deprecated and discouraged.
  226. autoheader:
  227. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  228. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  229. autoheader: WARNING: `acconfig.h':
  230. autoheader:
  231. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  232. autoheader:         [Define if a function `main' is needed.])
  233. autoheader:
  234. autoheader: WARNING: More sophisticated templates can also be produced, see the
  235. autoheader: WARNING: documentation.
  236. Running automake --gnu  ...
  237. configure.in:11: installing `./install-sh'
  238. configure.in:11: installing `./missing'
  239. src/Makefile.am:11: compiling `main.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'
  240. src/Makefile.am: installing `./depcomp'
  241. Running autoconf ...
  242. Running ./configure --enable-maintainer-mode --prefix=/usr/local --program-suffix=mg5100 --datadir=/usr/local/share --enable-libpath=/usr/lib64/bjlib ...
  243. checking for a BSD-compatible install... /usr/bin/install -c
  244. checking whether build environment is sane... yes
  245. checking for a thread-safe mkdir -p... /bin/mkdir -p
  246. checking for gawk... gawk
  247. checking whether make sets $(MAKE)... yes
  248. checking whether to enable maintainer-specific portions of Makefiles... yes
  249. checking for style of include used by make... GNU
  250. checking for gcc... gcc
  251. checking whether the C compiler works... yes
  252. checking for C compiler default output file name... a.out
  253. checking for suffix of executables...
  254. checking whether we are cross compiling... no
  255. checking for suffix of object files... o
  256. checking whether we are using the GNU C compiler... yes
  257. checking whether gcc accepts -g... yes
  258. checking for gcc option to accept ISO C89... none needed
  259. checking dependency style of gcc... gcc3
  260. checking for library containing strerror... none required
  261. checking for gcc... (cached) gcc
  262. checking whether we are using the GNU C compiler... (cached) yes
  263. checking whether gcc accepts -g... (cached) yes
  264. checking for gcc option to accept ISO C89... (cached) none needed
  265. checking dependency style of gcc... (cached) gcc3
  266. checking for gcc... (cached) gcc
  267. checking whether we are using the GNU C compiler... (cached) yes
  268. checking whether gcc accepts -g... (cached) yes
  269. checking for gcc option to accept ISO C89... (cached) none needed
  270. checking dependency style of gcc... (cached) gcc3
  271. checking how to run the C preprocessor... gcc -E
  272. checking for grep that handles long lines and -e... /bin/grep
  273. checking for egrep... /bin/grep -E
  274. checking for ANSI C header files... yes
  275. checking for pkg-config... /usr/bin/pkg-config
  276. checking for GTK+ - version >= 2.6.0... yes (version 2.24.4)
  277. checking for sys/types.h... yes
  278. checking for sys/stat.h... yes
  279. checking for stdlib.h... yes
  280. checking for string.h... yes
  281. checking for memory.h... yes
  282. checking for strings.h... yes
  283. checking for inttypes.h... yes
  284. checking for stdint.h... yes
  285. checking for unistd.h... yes
  286. checking locale.h usability... yes
  287. checking locale.h presence... yes
  288. checking for locale.h... yes
  289. checking for LC_MESSAGES... yes
  290. checking libintl.h usability... yes
  291. checking libintl.h presence... yes
  292. checking for libintl.h... yes
  293. checking for ngettext in libc... yes
  294. checking for dgettext in libc... yes
  295. checking for bind_textdomain_codeset... yes
  296. checking for msgfmt... /usr/bin/msgfmt
  297. checking for dcgettext... yes
  298. checking if msgfmt accepts -c... yes
  299. checking for gmsgfmt... /usr/bin/msgfmt
  300. checking for xgettext... /usr/bin/xgettext
  301. checking for catalogs to be installed...  cs da de el es fi fr hu it ja ko nl nb pl pt ru sv th tr zh zh_TW id
  302. configure: creating ./config.status
  303. config.status: creating Makefile
  304. config.status: creating src/Makefile
  305. config.status: creating include/Makefile
  306. config.status: creating include/cncl/Makefile
  307. config.status: creating include/misc/Makefile
  308. config.status: creating po/Makefile.in
  309. config.status: creating config.h
  310. config.status: executing depfiles commands
  311. config.status: executing default-1 commands
  312. Now type `make' to compile.
  313. + make clean
  314. Making clean in include
  315. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  316. Making clean in misc
  317. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  318. make[2]: Nothing to be done for `clean'.
  319. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  320. Making clean in cncl
  321. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  322. make[2]: Nothing to be done for `clean'.
  323. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  324. Making clean in .
  325. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  326. make[2]: Nothing to be done for `clean-am'.
  327. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  328. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  329. Making clean in src
  330. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  331. test -z "printui" || rm -f printui
  332. rm -f *.o
  333. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  334. Making clean in po
  335. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/po'
  336. rm -f core core.* *.pox printuimg5100.po *.old.po cat-id-tbl.tmp
  337. rm -fr *.o
  338. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/po'
  339. Making clean in .
  340. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  341. make[1]: Nothing to be done for `clean-am'.
  342. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  343. + make
  344. make  all-recursive
  345. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  346. Making all in po
  347. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/po'
  348. file=./`echo cs | sed 's,.*/,,'`.gmo \
  349.   && rm -f $file && /usr/bin/msgfmt -c -o $file cs.po
  350. file=./`echo da | sed 's,.*/,,'`.gmo \
  351.   && rm -f $file && /usr/bin/msgfmt -c -o $file da.po
  352. file=./`echo de | sed 's,.*/,,'`.gmo \
  353.   && rm -f $file && /usr/bin/msgfmt -c -o $file de.po
  354. file=./`echo el | sed 's,.*/,,'`.gmo \
  355.   && rm -f $file && /usr/bin/msgfmt -c -o $file el.po
  356. file=./`echo es | sed 's,.*/,,'`.gmo \
  357.   && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
  358. file=./`echo fi | sed 's,.*/,,'`.gmo \
  359.   && rm -f $file && /usr/bin/msgfmt -c -o $file fi.po
  360. file=./`echo fr | sed 's,.*/,,'`.gmo \
  361.   && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
  362. file=./`echo hu | sed 's,.*/,,'`.gmo \
  363.   && rm -f $file && /usr/bin/msgfmt -c -o $file hu.po
  364. file=./`echo it | sed 's,.*/,,'`.gmo \
  365.   && rm -f $file && /usr/bin/msgfmt -c -o $file it.po
  366. file=./`echo ja | sed 's,.*/,,'`.gmo \
  367.   && rm -f $file && /usr/bin/msgfmt -c -o $file ja.po
  368. file=./`echo ko | sed 's,.*/,,'`.gmo \
  369.   && rm -f $file && /usr/bin/msgfmt -c -o $file ko.po
  370. file=./`echo nl | sed 's,.*/,,'`.gmo \
  371.   && rm -f $file && /usr/bin/msgfmt -c -o $file nl.po
  372. file=./`echo nb | sed 's,.*/,,'`.gmo \
  373.   && rm -f $file && /usr/bin/msgfmt -c -o $file nb.po
  374. file=./`echo pl | sed 's,.*/,,'`.gmo \
  375.   && rm -f $file && /usr/bin/msgfmt -c -o $file pl.po
  376. file=./`echo pt | sed 's,.*/,,'`.gmo \
  377.   && rm -f $file && /usr/bin/msgfmt -c -o $file pt.po
  378. file=./`echo ru | sed 's,.*/,,'`.gmo \
  379.   && rm -f $file && /usr/bin/msgfmt -c -o $file ru.po
  380. file=./`echo sv | sed 's,.*/,,'`.gmo \
  381.   && rm -f $file && /usr/bin/msgfmt -c -o $file sv.po
  382. file=./`echo th | sed 's,.*/,,'`.gmo \
  383.   && rm -f $file && /usr/bin/msgfmt -c -o $file th.po
  384. file=./`echo tr | sed 's,.*/,,'`.gmo \
  385.   && rm -f $file && /usr/bin/msgfmt -c -o $file tr.po
  386. file=./`echo zh | sed 's,.*/,,'`.gmo \
  387.   && rm -f $file && /usr/bin/msgfmt -c -o $file zh.po
  388. file=./`echo zh_TW | sed 's,.*/,,'`.gmo \
  389.   && rm -f $file && /usr/bin/msgfmt -c -o $file zh_TW.po
  390. file=./`echo id | sed 's,.*/,,'`.gmo \
  391.   && rm -f $file && /usr/bin/msgfmt -c -o $file id.po
  392. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/po'
  393. Making all in src
  394. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  395. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-main.o -MD -MP -MF .deps/printui-main.Tpo -c -o printui-main.o `test -f 'main.c' || echo './'`main.c
  396. main.c: In function 'SetGtkResourceFile':
  397. main.c:176:11: warning: assignment discards qualifiers from pointer target type
  398. mv -f .deps/printui-main.Tpo .deps/printui-main.Po
  399. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-loadres.o -MD -MP -MF .deps/printui-loadres.Tpo -c -o printui-loadres.o `test -f 'loadres.c' || echo './'`loadres.c
  400. loadres.c:83:0: warning: "_" redefined
  401. support.h:17:0: note: this is the location of the previous definition
  402. mv -f .deps/printui-loadres.Tpo .deps/printui-loadres.Po
  403. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-modeltbl.o -MD -MP -MF .deps/printui-modeltbl.Tpo -c -o printui-modeltbl.o `test -f 'modeltbl.c' || echo './'`modeltbl.c
  404. mv -f .deps/printui-modeltbl.Tpo .deps/printui-modeltbl.Po
  405. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-callbacks.o -MD -MP -MF .deps/printui-callbacks.Tpo -c -o printui-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c
  406. mv -f .deps/printui-callbacks.Tpo .deps/printui-callbacks.Po
  407. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-comdb.o -MD -MP -MF .deps/printui-comdb.Tpo -c -o printui-comdb.o `test -f 'comdb.c' || echo './'`comdb.c
  408. comdb.c: In function 'GetCurrentInkCartridgeSettings':
  409. comdb.c:296:6: warning: unused variable 'margin_type'
  410. comdb.c:295:6: warning: unused variable 'media_type'
  411. mv -f .deps/printui-comdb.Tpo .deps/printui-comdb.Po
  412. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-widgets.o -MD -MP -MF .deps/printui-widgets.Tpo -c -o printui-widgets.o `test -f 'widgets.c' || echo './'`widgets.c
  413. mv -f .deps/printui-widgets.Tpo .deps/printui-widgets.Po
  414. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-gdktool.o -MD -MP -MF .deps/printui-gdktool.Tpo -c -o printui-gdktool.o `test -f 'gdktool.c' || echo './'`gdktool.c
  415. mv -f .deps/printui-gdktool.Tpo .deps/printui-gdktool.Po
  416. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-keytext.o -MD -MP -MF .deps/printui-keytext.Tpo -c -o printui-keytext.o `test -f 'keytext.c' || echo './'`keytext.c
  417. keytext.c: In function 'AddKeyAndTextToTree':
  418. keytext.c:76:2: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
  419. /usr/include/glib-2.0/glib/gstrfuncs.h:177:20: note: expected 'const gchar *' but argument is of type 'const xmlChar *'
  420. keytext.c:79:2: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
  421. /usr/include/libxml2/libxml/tree.h:981:3: note: expected 'const xmlChar *' but argument is of type 'char *'
  422. keytext.c:79:2: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
  423. /usr/include/glib-2.0/glib/gstrfuncs.h:190:22: note: expected 'const gchar *' but argument is of type 'xmlChar *'
  424. keytext.c:80:2: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
  425. /usr/include/glib-2.0/glib/gstrfuncs.h:190:22: note: expected 'const gchar *' but argument is of type 'xmlChar *'
  426. keytext.c: In function 'ReadXMLFile':
  427. keytext.c:117:3: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
  428. /usr/include/glib-2.0/glib/gstrfuncs.h:177:20: note: expected 'const gchar *' but argument is of type 'const xmlChar *'
  429. mv -f .deps/printui-keytext.Tpo .deps/printui-keytext.Po
  430. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-dialog.o -MD -MP -MF .deps/printui-dialog.Tpo -c -o printui-dialog.o `test -f 'dialog.c' || echo './'`dialog.c
  431. mv -f .deps/printui-dialog.Tpo .deps/printui-dialog.Po
  432. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-uimain.o -MD -MP -MF .deps/printui-uimain.Tpo -c -o printui-uimain.o `test -f 'uimain.c' || echo './'`uimain.c
  433. uimain.c: In function 'ShowPaperGapCombo':
  434. uimain.c:233:35: warning: cast to pointer from integer of different size
  435. uimain.c:242:33: warning: cast to pointer from integer of different size
  436. uimain.c:249:32: warning: cast to pointer from integer of different size
  437. uimain.c:256:32: warning: cast to pointer from integer of different size
  438. mv -f .deps/printui-uimain.Tpo .deps/printui-uimain.Po
  439. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-qualitydlg.o -MD -MP -MF .deps/printui-qualitydlg.Tpo -c -o printui-qualitydlg.o `test -f 'qualitydlg.c' || echo './'`qualitydlg.c
  440. mv -f .deps/printui-qualitydlg.Tpo .deps/printui-qualitydlg.Po
  441. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-colordlg.o -MD -MP -MF .deps/printui-colordlg.Tpo -c -o printui-colordlg.o `test -f 'colordlg.c' || echo './'`colordlg.c
  442. mv -f .deps/printui-colordlg.Tpo .deps/printui-colordlg.Po
  443. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-colordlg2.o -MD -MP -MF .deps/printui-colordlg2.Tpo -c -o printui-colordlg2.o `test -f 'colordlg2.c' || echo './'`colordlg2.c
  444. colordlg2.c: In function 'CofirmSpinValue':
  445. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  446. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  447. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  448. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  449. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  450. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  451. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  452. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  453. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  454. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  455. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  456. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  457. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  458. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  459. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  460. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  461. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  462. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  463. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  464. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  465. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  466. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  467. colordlg2.c:172:7: warning: cast to pointer from integer of different size
  468. colordlg2.c:175:30: warning: cast to pointer from integer of different size
  469. colordlg2.c:176:30: warning: cast to pointer from integer of different size
  470. colordlg2.c: In function 'CreateColorDialog2':
  471. colordlg2.c:239:2: warning: implicit declaration of function 'IsAvailableBlackAdjustment'
  472. colordlg2.c: In function 'ShowColorDialog2':
  473. colordlg2.c:337:3: warning: implicit declaration of function 'IsAvailableBlackAdjustmentMode'
  474. mv -f .deps/printui-colordlg2.Tpo .deps/printui-colordlg2.Po
  475. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-usrsizedlg.o -MD -MP -MF .deps/printui-usrsizedlg.Tpo -c -o printui-usrsizedlg.o `test -f 'usrsizedlg.c' || echo './'`usrsizedlg.c
  476. usrsizedlg.c: In function 'UpdateUserSizeWidgets':
  477. usrsizedlg.c:315:3: warning: implicit declaration of function 'atoi'
  478. mv -f .deps/printui-usrsizedlg.Tpo .deps/printui-usrsizedlg.Po
  479. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-versiondlg.o -MD -MP -MF .deps/printui-versiondlg.Tpo -c -o printui-versiondlg.o `test -f 'versiondlg.c' || echo './'`versiondlg.c
  480. mv -f .deps/printui-versiondlg.Tpo .deps/printui-versiondlg.Po
  481. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-mediasizedlg.o -MD -MP -MF .deps/printui-mediasizedlg.Tpo -c -o printui-mediasizedlg.o `test -f 'mediasizedlg.c' || echo './'`mediasizedlg.c
  482. mediasizedlg.c: In function 'CheckMediaSizeCombination':
  483. mediasizedlg.c:724:7: warning: implicit declaration of function 'free'
  484. mediasizedlg.c:724:7: warning: incompatible implicit declaration of built-in function 'free'
  485. mv -f .deps/printui-mediasizedlg.Tpo .deps/printui-mediasizedlg.Po
  486. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-mediatypedlg.o -MD -MP -MF .deps/printui-mediatypedlg.Tpo -c -o printui-mediatypedlg.o `test -f 'mediatypedlg.c' || echo './'`mediatypedlg.c
  487. mv -f .deps/printui-mediatypedlg.Tpo .deps/printui-mediatypedlg.Po
  488. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-mediaborderdlg.o -MD -MP -MF .deps/printui-mediaborderdlg.Tpo -c -o printui-mediaborderdlg.o `test -f 'mediaborderdlg.c' || echo './'`mediaborderdlg.c
  489. mediaborderdlg.c: In function 'InitBorderlessMedia':
  490. mediaborderdlg.c:78:13: warning: unused variable 'j'
  491. mediaborderdlg.c:73:8: warning: unused variable 'media_type_num'
  492. mv -f .deps/printui-mediaborderdlg.Tpo .deps/printui-mediaborderdlg.Po
  493. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-pagesizedlg.o -MD -MP -MF .deps/printui-pagesizedlg.Tpo -c -o printui-pagesizedlg.o `test -f 'pagesizedlg.c' || echo './'`pagesizedlg.c
  494. mv -f .deps/printui-pagesizedlg.Tpo .deps/printui-pagesizedlg.Po
  495. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-xpmproc.o -MD -MP -MF .deps/printui-xpmproc.Tpo -c -o printui-xpmproc.o `test -f 'xpmproc.c' || echo './'`xpmproc.c
  496. mv -f .deps/printui-xpmproc.Tpo .deps/printui-xpmproc.Po
  497. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-ipcproc.o -MD -MP -MF .deps/printui-ipcproc.Tpo -c -o printui-ipcproc.o `test -f 'ipcproc.c' || echo './'`ipcproc.c
  498. mv -f .deps/printui-ipcproc.Tpo .deps/printui-ipcproc.Po
  499. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-interface.o -MD -MP -MF .deps/printui-interface.Tpo -c -o printui-interface.o `test -f 'interface.c' || echo './'`interface.c
  500. mv -f .deps/printui-interface.Tpo .deps/printui-interface.Po
  501. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_regi.o -MD -MP -MF .deps/printui-util_regi.Tpo -c -o printui-util_regi.o `test -f 'util_regi.c' || echo './'`util_regi.c
  502. util_regi.c: In function 'SetSpinButtonRegiType001':
  503. util_regi.c:866:4: warning: passing argument 1 of 'gtk_spin_button_get_adjustment' from incompatible pointer type
  504. /usr/include/gtk-2.0/gtk/gtkspinbutton.h:141:16: note: expected 'struct GtkSpinButton *' but argument is of type 'struct GtkWidget *'
  505. mv -f .deps/printui-util_regi.Tpo .deps/printui-util_regi.Po
  506. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_parse_flow.o -MD -MP -MF .deps/printui-util_parse_flow.Tpo -c -o printui-util_parse_flow.o `test -f 'util_parse_flow.c' || echo './'`util_parse_flow.c
  507. mv -f .deps/printui-util_parse_flow.Tpo .deps/printui-util_parse_flow.Po
  508. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_parse_dialogstr.o -MD -MP -MF .deps/printui-util_parse_dialogstr.Tpo -c -o printui-util_parse_dialogstr.o `test -f 'util_parse_dialogstr.c' || echo './'`util_parse_dialogstr.c
  509. mv -f .deps/printui-util_parse_dialogstr.Tpo .deps/printui-util_parse_dialogstr.Po
  510. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_parse_function.o -MD -MP -MF .deps/printui-util_parse_function.Tpo -c -o printui-util_parse_function.o `test -f 'util_parse_function.c' || echo './'`util_parse_function.c
  511. util_parse_function.c: In function 'FreeFunctionCompList':
  512. util_parse_function.c:97:26: warning: 'prev' may be used uninitialized in this function
  513. mv -f .deps/printui-util_parse_function.Tpo .deps/printui-util_parse_function.Po
  514. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_com.o -MD -MP -MF .deps/printui-util_com.Tpo -c -o printui-util_com.o `test -f 'util_com.c' || echo './'`util_com.c
  515. mv -f .deps/printui-util_com.Tpo .deps/printui-util_com.Po
  516. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_setconfig.o -MD -MP -MF .deps/printui-util_setconfig.Tpo -c -o printui-util_setconfig.o `test -f 'util_setconfig.c' || echo './'`util_setconfig.c
  517. util_setconfig.c: In function 'SetDefaultSetConfigType001_AutoPower':
  518. util_setconfig.c:457:2: warning: passing argument 2 of 'SetComboBoxItems' from incompatible pointer type
  519. util_com.h:52:6: note: expected 'char **' but argument is of type 'const gchar **'
  520. util_setconfig.c:458:2: warning: passing argument 2 of 'SetComboBoxItems' from incompatible pointer type
  521. util_com.h:52:6: note: expected 'char **' but argument is of type 'const gchar **'
  522. util_setconfig.c: In function 'on_setconfig_type001_button1_clicked':
  523. util_setconfig.c:652:3: warning: passing argument 1 of 'GetAutoPowerIndex' from incompatible pointer type
  524. util_setconfig.c:378:13: note: expected 'char **' but argument is of type 'const gchar **'
  525. util_setconfig.c:653:3: warning: passing argument 1 of 'GetAutoPowerIndex' from incompatible pointer type
  526. util_setconfig.c:378:13: note: expected 'char **' but argument is of type 'const gchar **'
  527. util_setconfig.c: In function 'on_setconfig_type001_button3_clicked':
  528. util_setconfig.c:689:3: warning: passing argument 1 of 'SetDefaultSetConfigType001_CustomSettings' from incompatible pointer type
  529. util_setconfig.c:417:13: note: expected 'struct GtkWidget *' but argument is of type 'struct GtkButton *'
  530. util_setconfig.c:695:3: warning: passing argument 1 of 'SetDefaultSetConfigType001_PaperSourceSettings' from incompatible pointer type
  531. util_setconfig.c:464:13: note: expected 'struct GtkWidget *' but argument is of type 'struct GtkButton *'
  532. util_setconfig.c:698:3: warning: passing argument 1 of 'SetDefaultSetConfigType001_QuietMode' from incompatible pointer type
  533. util_setconfig.c:472:13: note: expected 'struct GtkWidget *' but argument is of type 'struct GtkButton *'
  534. mv -f .deps/printui-util_setconfig.Tpo .deps/printui-util_setconfig.Po
  535. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_cleaning.o -MD -MP -MF .deps/printui-util_cleaning.Tpo -c -o printui-util_cleaning.o `test -f 'util_cleaning.c' || echo './'`util_cleaning.c
  536. util_cleaning.c:131:12: warning: 'gDeepCleaningIndex' defined but not used
  537. mv -f .deps/printui-util_cleaning.Tpo .deps/printui-util_cleaning.Po
  538. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-util_nozzlecheck.o -MD -MP -MF .deps/printui-util_nozzlecheck.Tpo -c -o printui-util_nozzlecheck.o `test -f 'util_nozzlecheck.c' || echo './'`util_nozzlecheck.c
  539. util_nozzlecheck.c: In function 'SetPixMapNozzleCheckType000':
  540. util_nozzlecheck.c:262:2: warning: passing argument 2 of 'gdk_pixmap_create_from_xpm' from incompatible pointer type
  541. /usr/include/gtk-2.0/gdk/gdkpixmap.h:86:12: note: expected 'struct GdkBitmap **' but argument is of type 'struct GtkPixmap **'
  542. util_nozzlecheck.c:262:6: warning: assignment from incompatible pointer type
  543. util_nozzlecheck.c:263:2: warning: passing argument 1 of 'gtk_pixmap_new' from incompatible pointer type
  544. /usr/include/gtk-2.0/gtk/gtkpixmap.h:66:12: note: expected 'struct GdkPixmap *' but argument is of type 'struct GtkPixmap *'
  545. util_nozzlecheck.c:263:2: warning: passing argument 2 of 'gtk_pixmap_new' from incompatible pointer type
  546. /usr/include/gtk-2.0/gtk/gtkpixmap.h:66:12: note: expected 'struct GdkBitmap *' but argument is of type 'struct GtkPixmap *'
  547. util_nozzlecheck.c:271:2: warning: passing argument 2 of 'gdk_pixmap_create_from_xpm' from incompatible pointer type
  548. /usr/include/gtk-2.0/gdk/gdkpixmap.h:86:12: note: expected 'struct GdkBitmap **' but argument is of type 'struct GtkPixmap **'
  549. util_nozzlecheck.c:271:6: warning: assignment from incompatible pointer type
  550. util_nozzlecheck.c:272:2: warning: passing argument 1 of 'gtk_pixmap_new' from incompatible pointer type
  551. /usr/include/gtk-2.0/gtk/gtkpixmap.h:66:12: note: expected 'struct GdkPixmap *' but argument is of type 'struct GtkPixmap *'
  552. util_nozzlecheck.c:272:2: warning: passing argument 2 of 'gtk_pixmap_new' from incompatible pointer type
  553. /usr/include/gtk-2.0/gtk/gtkpixmap.h:66:12: note: expected 'struct GdkBitmap *' but argument is of type 'struct GtkPixmap *'
  554. mv -f .deps/printui-util_nozzlecheck.Tpo .deps/printui-util_nozzlecheck.Po
  555. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../include/misc -I/usr/include/libxml2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -Wall  -O2 -Wall -MT printui-support.o -MD -MP -MF .deps/printui-support.Tpo -c -o printui-support.o `test -f 'support.c' || echo './'`support.c
  556. mv -f .deps/printui-support.Tpo .deps/printui-support.Po
  557. gcc -O2 -Wall  -O2 -Wall -L../../373/libs_bin64  -o printui printui-main.o printui-loadres.o printui-modeltbl.o printui-callbacks.o printui-comdb.o printui-widgets.o printui-gdktool.o printui-keytext.o printui-dialog.o printui-uimain.o printui-qualitydlg.o printui-colordlg.o printui-colordlg2.o printui-usrsizedlg.o printui-versiondlg.o printui-mediasizedlg.o printui-mediatypedlg.o printui-mediaborderdlg.o printui-pagesizedlg.o printui-xpmproc.o printui-ipcproc.o printui-interface.o printui-util_regi.o printui-util_parse_flow.o printui-util_parse_dialogstr.o printui-util_parse_function.o printui-util_com.o printui-util_setconfig.o printui-util_cleaning.o printui-util_nozzlecheck.o printui-support.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lxml2 -lpopt -lcnbpcnclui373 -lcnbpcmcm373 -lcnbpcnclapi373 -lcnbpcnclbjcmd373 -lcnbpess373  
  558. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  559. Making all in include
  560. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  561. Making all in cncl
  562. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  563. make[3]: Nothing to be done for `all'.
  564. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  565. Making all in misc
  566. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  567. make[3]: Nothing to be done for `all'.
  568. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  569. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  570. make[3]: Nothing to be done for `all-am'.
  571. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  572. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  573. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  574. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  575. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  576. + popd
  577. ~/rpm/BUILD/cnijfilter-source-3.40-1
  578. + pushd lgmon
  579. ~/rpm/BUILD/cnijfilter-source-3.40-1/lgmon ~/rpm/BUILD/cnijfilter-source-3.40-1
  580. + ./autogen.sh --prefix=/usr/local --program-suffix=mg5100 --enable-progpath=/usr/local/bin
  581. processing .
  582. Running aclocal  ...
  583. Running autoheader...
  584. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  585. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  586. autoheader: WARNING: is deprecated and discouraged.
  587. autoheader:
  588. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  589. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  590. autoheader: WARNING: `acconfig.h':
  591. autoheader:
  592. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  593. autoheader:         [Define if a function `main' is needed.])
  594. autoheader:
  595. autoheader: WARNING: More sophisticated templates can also be produced, see the
  596. autoheader: WARNING: documentation.
  597. Running automake --gnu  ...
  598. configure.in:11: installing `./install-sh'
  599. configure.in:11: installing `./missing'
  600. src/Makefile.am: installing `./depcomp'
  601. Running autoconf ...
  602. Running ./configure --prefix=/usr/local --program-suffix=mg5100 --enable-progpath=/usr/local/bin ...
  603. checking for a BSD-compatible install... /usr/bin/install -c
  604. checking whether build environment is sane... yes
  605. checking for a thread-safe mkdir -p... /bin/mkdir -p
  606. checking for gawk... gawk
  607. checking whether make sets $(MAKE)... yes
  608. checking for style of include used by make... GNU
  609. checking for gcc... gcc
  610. checking whether the C compiler works... yes
  611. checking for C compiler default output file name... a.out
  612. checking for suffix of executables...
  613. checking whether we are cross compiling... no
  614. checking for suffix of object files... o
  615. checking whether we are using the GNU C compiler... yes
  616. checking whether gcc accepts -g... yes
  617. checking for gcc option to accept ISO C89... none needed
  618. checking dependency style of gcc... gcc3
  619. checking for library containing strerror... none required
  620. checking for gcc... (cached) gcc
  621. checking whether we are using the GNU C compiler... (cached) yes
  622. checking whether gcc accepts -g... (cached) yes
  623. checking for gcc option to accept ISO C89... (cached) none needed
  624. checking dependency style of gcc... (cached) gcc3
  625. checking for gcc... (cached) gcc
  626. checking whether we are using the GNU C compiler... (cached) yes
  627. checking whether gcc accepts -g... (cached) yes
  628. checking for gcc option to accept ISO C89... (cached) none needed
  629. checking dependency style of gcc... (cached) gcc3
  630. checking how to run the C preprocessor... gcc -E
  631. checking for grep that handles long lines and -e... /bin/grep
  632. checking for egrep... /bin/grep -E
  633. checking for ANSI C header files... yes
  634. checking for ranlib... ranlib
  635. checking for pkg-config... /usr/bin/pkg-config
  636. checking for GTK+ - version >= 2.0.0... yes (version 2.24.4)
  637. configure: creating ./config.status
  638. config.status: creating Makefile
  639. config.status: creating src/Makefile
  640. config.status: creating include/Makefile
  641. config.status: creating include/cncl/Makefile
  642. config.status: creating config.h
  643. config.status: executing depfiles commands
  644. Now type `make' to compile
  645. + make clean
  646. Making clean in include
  647. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  648. Making clean in cncl
  649. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  650. make[2]: Nothing to be done for `clean'.
  651. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  652. Making clean in .
  653. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  654. make[2]: Nothing to be done for `clean-am'.
  655. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  656. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  657. Making clean in src
  658. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  659. test -z "lgmon" || rm -f lgmon
  660. test -z "libbscc2sts.a" || rm -f libbscc2sts.a
  661. rm -f *.o
  662. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  663. Making clean in .
  664. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  665. make[1]: Nothing to be done for `clean-am'.
  666. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  667. + make
  668. make  all-recursive
  669. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  670. Making all in src
  671. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  672. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT bscc2sts.o -MD -MP -MF .deps/bscc2sts.Tpo -c -o bscc2sts.o bscc2sts.c
  673. bscc2sts.c:216:3: warning: missing braces around initializer
  674. bscc2sts.c:216:3: warning: (near initialization for 'modeltable[66].prnname')
  675. bscc2sts.c:216:3: warning: initialization makes integer from pointer without a cast
  676. bscc2sts.c: In function 'processofeachmodel':
  677. bscc2sts.c:250:13: warning: comparison between pointer and integer
  678. bscc2sts.c:250:35: warning: comparison between pointer and integer
  679. bscc2sts.c:250:3: warning: suggest parentheses around comparison in operand of '!='
  680. mv -f .deps/bscc2sts.Tpo .deps/bscc2sts.Po
  681. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT commonfunc.o -MD -MP -MF .deps/commonfunc.Tpo -c -o commonfunc.o commonfunc.c
  682. mv -f .deps/commonfunc.Tpo .deps/commonfunc.Po
  683. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT f9xxfunc.o -MD -MP -MF .deps/f9xxfunc.Tpo -c -o f9xxfunc.o f9xxfunc.c
  684. mv -f .deps/f9xxfunc.Tpo .deps/f9xxfunc.Po
  685. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT s300func.o -MD -MP -MF .deps/s300func.Tpo -c -o s300func.o s300func.c
  686. mv -f .deps/s300func.Tpo .deps/s300func.Po
  687. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT s500func.o -MD -MP -MF .deps/s500func.Tpo -c -o s500func.o s500func.c
  688. mv -f .deps/s500func.Tpo .deps/s500func.Po
  689. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 550ifunc.o -MD -MP -MF .deps/550ifunc.Tpo -c -o 550ifunc.o 550ifunc.c
  690. mv -f .deps/550ifunc.Tpo .deps/550ifunc.Po
  691. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 850ifunc.o -MD -MP -MF .deps/850ifunc.Tpo -c -o 850ifunc.o 850ifunc.c
  692. mv -f .deps/850ifunc.Tpo .deps/850ifunc.Po
  693. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 950ifunc.o -MD -MP -MF .deps/950ifunc.Tpo -c -o 950ifunc.o 950ifunc.c
  694. mv -f .deps/950ifunc.Tpo .deps/950ifunc.Po
  695. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 560ifunc.o -MD -MP -MF .deps/560ifunc.Tpo -c -o 560ifunc.o 560ifunc.c
  696. mv -f .deps/560ifunc.Tpo .deps/560ifunc.Po
  697. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 860ifunc.o -MD -MP -MF .deps/860ifunc.Tpo -c -o 860ifunc.o 860ifunc.c
  698. mv -f .deps/860ifunc.Tpo .deps/860ifunc.Po
  699. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 990ifunc.o -MD -MP -MF .deps/990ifunc.Tpo -c -o 990ifunc.o 990ifunc.c
  700. mv -f .deps/990ifunc.Tpo .deps/990ifunc.Po
  701. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip1000func.o -MD -MP -MF .deps/ip1000func.Tpo -c -o ip1000func.o ip1000func.c
  702. mv -f .deps/ip1000func.Tpo .deps/ip1000func.Po
  703. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip3100func.o -MD -MP -MF .deps/ip3100func.Tpo -c -o ip3100func.o ip3100func.c
  704. mv -f .deps/ip3100func.Tpo .deps/ip3100func.Po
  705. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip4100func.o -MD -MP -MF .deps/ip4100func.Tpo -c -o ip4100func.o ip4100func.c
  706. mv -f .deps/ip4100func.Tpo .deps/ip4100func.Po
  707. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip8600func.o -MD -MP -MF .deps/ip8600func.Tpo -c -o ip8600func.o ip8600func.c
  708. mv -f .deps/ip8600func.Tpo .deps/ip8600func.Po
  709. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip2200func.o -MD -MP -MF .deps/ip2200func.Tpo -c -o ip2200func.o ip2200func.c
  710. mv -f .deps/ip2200func.Tpo .deps/ip2200func.Po
  711. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip4200func.o -MD -MP -MF .deps/ip4200func.Tpo -c -o ip4200func.o ip4200func.c
  712. mv -f .deps/ip4200func.Tpo .deps/ip4200func.Po
  713. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip6600dfunc.o -MD -MP -MF .deps/ip6600dfunc.Tpo -c -o ip6600dfunc.o ip6600dfunc.c
  714. mv -f .deps/ip6600dfunc.Tpo .deps/ip6600dfunc.Po
  715. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip7500func.o -MD -MP -MF .deps/ip7500func.Tpo -c -o ip7500func.o ip7500func.c
  716. mv -f .deps/ip7500func.Tpo .deps/ip7500func.Po
  717. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp500func.o -MD -MP -MF .deps/mp500func.Tpo -c -o mp500func.o mp500func.c
  718. mv -f .deps/mp500func.Tpo .deps/mp500func.Po
  719. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp510func.o -MD -MP -MF .deps/mp510func.Tpo -c -o mp510func.o mp510func.c
  720. mv -f .deps/mp510func.Tpo .deps/mp510func.Po
  721. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp600func.o -MD -MP -MF .deps/mp600func.Tpo -c -o mp600func.o mp600func.c
  722. mv -f .deps/mp600func.Tpo .deps/mp600func.Po
  723. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp160func.o -MD -MP -MF .deps/mp160func.Tpo -c -o mp160func.o mp160func.c
  724. mv -f .deps/mp160func.Tpo .deps/mp160func.Po
  725. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip2500func.o -MD -MP -MF .deps/ip2500func.Tpo -c -o ip2500func.o ip2500func.c
  726. mv -f .deps/ip2500func.Tpo .deps/ip2500func.Po
  727. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip90func.o -MD -MP -MF .deps/ip90func.Tpo -c -o ip90func.o ip90func.c
  728. mv -f .deps/ip90func.Tpo .deps/ip90func.Po
  729. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp210func.o -MD -MP -MF .deps/mp210func.Tpo -c -o mp210func.o mp210func.c
  730. mv -f .deps/mp210func.Tpo .deps/mp210func.Po
  731. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip100func.o -MD -MP -MF .deps/ip100func.Tpo -c -o ip100func.o ip100func.c
  732. mv -f .deps/ip100func.Tpo .deps/ip100func.Po
  733. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp240func.o -MD -MP -MF .deps/mp240func.Tpo -c -o mp240func.o mp240func.c
  734. mv -f .deps/mp240func.Tpo .deps/mp240func.Po
  735. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp630func.o -MD -MP -MF .deps/mp630func.Tpo -c -o mp630func.o mp630func.c
  736. mv -f .deps/mp630func.Tpo .deps/mp630func.Po
  737. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp540func.o -MD -MP -MF .deps/mp540func.Tpo -c -o mp540func.o mp540func.c
  738. mv -f .deps/mp540func.Tpo .deps/mp540func.Po
  739. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mg8100func.o -MD -MP -MF .deps/mg8100func.Tpo -c -o mg8100func.o mg8100func.c
  740. mv -f .deps/mg8100func.Tpo .deps/mg8100func.Po
  741. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT f9xxtbl.o -MD -MP -MF .deps/f9xxtbl.Tpo -c -o f9xxtbl.o f9xxtbl.c
  742. mv -f .deps/f9xxtbl.Tpo .deps/f9xxtbl.Po
  743. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT s300tbl.o -MD -MP -MF .deps/s300tbl.Tpo -c -o s300tbl.o s300tbl.c
  744. mv -f .deps/s300tbl.Tpo .deps/s300tbl.Po
  745. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT s500tbl.o -MD -MP -MF .deps/s500tbl.Tpo -c -o s500tbl.o s500tbl.c
  746. mv -f .deps/s500tbl.Tpo .deps/s500tbl.Po
  747. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 550itbl.o -MD -MP -MF .deps/550itbl.Tpo -c -o 550itbl.o 550itbl.c
  748. mv -f .deps/550itbl.Tpo .deps/550itbl.Po
  749. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 850itbl.o -MD -MP -MF .deps/850itbl.Tpo -c -o 850itbl.o 850itbl.c
  750. mv -f .deps/850itbl.Tpo .deps/850itbl.Po
  751. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 950itbl.o -MD -MP -MF .deps/950itbl.Tpo -c -o 950itbl.o 950itbl.c
  752. mv -f .deps/950itbl.Tpo .deps/950itbl.Po
  753. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 560itbl.o -MD -MP -MF .deps/560itbl.Tpo -c -o 560itbl.o 560itbl.c
  754. mv -f .deps/560itbl.Tpo .deps/560itbl.Po
  755. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 860itbl.o -MD -MP -MF .deps/860itbl.Tpo -c -o 860itbl.o 860itbl.c
  756. mv -f .deps/860itbl.Tpo .deps/860itbl.Po
  757. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT 990itbl.o -MD -MP -MF .deps/990itbl.Tpo -c -o 990itbl.o 990itbl.c
  758. mv -f .deps/990itbl.Tpo .deps/990itbl.Po
  759. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip1000tbl.o -MD -MP -MF .deps/ip1000tbl.Tpo -c -o ip1000tbl.o ip1000tbl.c
  760. mv -f .deps/ip1000tbl.Tpo .deps/ip1000tbl.Po
  761. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip3100tbl.o -MD -MP -MF .deps/ip3100tbl.Tpo -c -o ip3100tbl.o ip3100tbl.c
  762. mv -f .deps/ip3100tbl.Tpo .deps/ip3100tbl.Po
  763. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip4100tbl.o -MD -MP -MF .deps/ip4100tbl.Tpo -c -o ip4100tbl.o ip4100tbl.c
  764. mv -f .deps/ip4100tbl.Tpo .deps/ip4100tbl.Po
  765. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip8600tbl.o -MD -MP -MF .deps/ip8600tbl.Tpo -c -o ip8600tbl.o ip8600tbl.c
  766. mv -f .deps/ip8600tbl.Tpo .deps/ip8600tbl.Po
  767. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip2200tbl.o -MD -MP -MF .deps/ip2200tbl.Tpo -c -o ip2200tbl.o ip2200tbl.c
  768. mv -f .deps/ip2200tbl.Tpo .deps/ip2200tbl.Po
  769. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip4200tbl.o -MD -MP -MF .deps/ip4200tbl.Tpo -c -o ip4200tbl.o ip4200tbl.c
  770. mv -f .deps/ip4200tbl.Tpo .deps/ip4200tbl.Po
  771. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip6600dtbl.o -MD -MP -MF .deps/ip6600dtbl.Tpo -c -o ip6600dtbl.o ip6600dtbl.c
  772. mv -f .deps/ip6600dtbl.Tpo .deps/ip6600dtbl.Po
  773. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip7500tbl.o -MD -MP -MF .deps/ip7500tbl.Tpo -c -o ip7500tbl.o ip7500tbl.c
  774. mv -f .deps/ip7500tbl.Tpo .deps/ip7500tbl.Po
  775. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp500tbl.o -MD -MP -MF .deps/mp500tbl.Tpo -c -o mp500tbl.o mp500tbl.c
  776. mv -f .deps/mp500tbl.Tpo .deps/mp500tbl.Po
  777. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp510tbl.o -MD -MP -MF .deps/mp510tbl.Tpo -c -o mp510tbl.o mp510tbl.c
  778. mv -f .deps/mp510tbl.Tpo .deps/mp510tbl.Po
  779. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp600tbl.o -MD -MP -MF .deps/mp600tbl.Tpo -c -o mp600tbl.o mp600tbl.c
  780. mv -f .deps/mp600tbl.Tpo .deps/mp600tbl.Po
  781. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp160tbl.o -MD -MP -MF .deps/mp160tbl.Tpo -c -o mp160tbl.o mp160tbl.c
  782. mv -f .deps/mp160tbl.Tpo .deps/mp160tbl.Po
  783. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip2500tbl.o -MD -MP -MF .deps/ip2500tbl.Tpo -c -o ip2500tbl.o ip2500tbl.c
  784. mv -f .deps/ip2500tbl.Tpo .deps/ip2500tbl.Po
  785. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip90tbl.o -MD -MP -MF .deps/ip90tbl.Tpo -c -o ip90tbl.o ip90tbl.c
  786. mv -f .deps/ip90tbl.Tpo .deps/ip90tbl.Po
  787. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp210tbl.o -MD -MP -MF .deps/mp210tbl.Tpo -c -o mp210tbl.o mp210tbl.c
  788. mv -f .deps/mp210tbl.Tpo .deps/mp210tbl.Po
  789. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT ip100tbl.o -MD -MP -MF .deps/ip100tbl.Tpo -c -o ip100tbl.o ip100tbl.c
  790. mv -f .deps/ip100tbl.Tpo .deps/ip100tbl.Po
  791. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp240tbl.o -MD -MP -MF .deps/mp240tbl.Tpo -c -o mp240tbl.o mp240tbl.c
  792. mv -f .deps/mp240tbl.Tpo .deps/mp240tbl.Po
  793. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp630tbl.o -MD -MP -MF .deps/mp630tbl.Tpo -c -o mp630tbl.o mp630tbl.c
  794. mv -f .deps/mp630tbl.Tpo .deps/mp630tbl.Po
  795. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mp540tbl.o -MD -MP -MF .deps/mp540tbl.Tpo -c -o mp540tbl.o mp540tbl.c
  796. mv -f .deps/mp540tbl.Tpo .deps/mp540tbl.Po
  797. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT mg8100tbl.o -MD -MP -MF .deps/mg8100tbl.Tpo -c -o mg8100tbl.o mg8100tbl.c
  798. mv -f .deps/mg8100tbl.Tpo .deps/mg8100tbl.Po
  799. rm -f libbscc2sts.a
  800. ar cru libbscc2sts.a bscc2sts.o commonfunc.o f9xxfunc.o s300func.o s500func.o 550ifunc.o 850ifunc.o 950ifunc.o 560ifunc.o 860ifunc.o 990ifunc.o ip1000func.o ip3100func.o ip4100func.o ip8600func.o ip2200func.o ip4200func.o ip6600dfunc.o ip7500func.o mp500func.o mp510func.o mp600func.o mp160func.o ip2500func.o ip90func.o mp210func.o ip100func.o mp240func.o mp630func.o mp540func.o mg8100func.o f9xxtbl.o s300tbl.o s500tbl.o 550itbl.o 850itbl.o 950itbl.o 560itbl.o 860itbl.o 990itbl.o ip1000tbl.o ip3100tbl.o ip4100tbl.o ip8600tbl.o ip2200tbl.o ip4200tbl.o ip6600dtbl.o ip7500tbl.o mp500tbl.o mp510tbl.o mp600tbl.o mp160tbl.o ip2500tbl.o ip90tbl.o mp210tbl.o ip100tbl.o mp240tbl.o mp630tbl.o mp540tbl.o mg8100tbl.o
  801. ranlib libbscc2sts.a
  802. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT langmon.o -MD -MP -MF .deps/langmon.Tpo -c -o langmon.o langmon.c
  803. langmon.c: In function 'wait_forked_procs':
  804. langmon.c:183:6: warning: unused variable 'child_sm'
  805. langmon.c: At top level:
  806. langmon.c:52:14: warning: 'data_end' defined but not used
  807. langmon.c:250:12: warning: 'check_signal' defined but not used
  808. mv -f .deps/langmon.Tpo .deps/langmon.Po
  809. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT lm_print.o -MD -MP -MF .deps/lm_print.Tpo -c -o lm_print.o lm_print.c
  810. mv -f .deps/lm_print.Tpo .deps/lm_print.Po
  811. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT lm_status.o -MD -MP -MF .deps/lm_status.Tpo -c -o lm_status.o lm_status.c
  812. lm_status.c: In function 'setup_bscc':
  813. lm_status.c:107:6: warning: unused variable 'i'
  814. lm_status.c: In function 'get_bst':
  815. lm_status.c:307:2: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
  816. /usr/include/stdio.h:450:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
  817. lm_status.c:313:2: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
  818. /usr/include/stdio.h:450:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
  819. lm_status.c: In function 'check_deviceid_sta':
  820. lm_status.c:412:5: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
  821. /usr/include/stdio.h:450:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
  822. lm_status.c:418:5: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness
  823. /usr/include/stdio.h:450:12: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
  824. mv -f .deps/lm_status.Tpo .deps/lm_status.Po
  825. gcc -DHAVE_CONFIG_H -I. -I.. -I../include/cncl -I../src     -O2 -Wall -MT lm_sub.o -MD -MP -MF .deps/lm_sub.Tpo -c -o lm_sub.o lm_sub.c
  826. lm_sub.c: In function 'get_printer_status':
  827. lm_sub.c:475:54: warning: cast from pointer to integer of different size
  828. mv -f .deps/lm_sub.Tpo .deps/lm_sub.Po
  829. gcc  -O2 -Wall -L../../373/libs_bin64  -o lgmon langmon.o lm_print.o lm_status.o lm_sub.o -lcnbpcnclapi373  libbscc2sts.a -lcnbpcmcm373 -lcnbpess373 -lcnbpcnclbjcmd373  
  830. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  831. Making all in include
  832. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  833. Making all in cncl
  834. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  835. make[3]: Nothing to be done for `all'.
  836. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  837. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  838. make[3]: Nothing to be done for `all-am'.
  839. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  840. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  841. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  842. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  843. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  844. + popd
  845. ~/rpm/BUILD/cnijfilter-source-3.40-1
  846. + pushd cngpijmon
  847. ~/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon ~/rpm/BUILD/cnijfilter-source-3.40-1
  848. + ./autogen.sh --prefix=/usr/local --program-suffix=mg5100 --enable-progpath=/usr/local/bin --datadir=/usr/local/share
  849. processing .
  850. Creating ./aclocal.m4 ...
  851. Running glib-gettextize...  Ignore non-fatal messages.
  852. Copying file mkinstalldirs
  853. Copying file po/Makefile.in.in
  854.  
  855. Please add the files
  856.   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  857.   progtest.m4
  858. from the /usr/share/aclocal directory to your autoconf macro directory
  859. or directly to your aclocal.m4 file.
  860. You will also need config.guess and config.sub, which you can get from
  861. ftp://ftp.gnu.org/pub/gnu/config/.
  862.  
  863. Making ./aclocal.m4 writable ...
  864. Running aclocal  ...
  865. Running autoheader...
  866. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  867. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  868. autoheader: WARNING: is deprecated and discouraged.
  869. autoheader:
  870. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  871. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  872. autoheader: WARNING: `acconfig.h':
  873. autoheader:
  874. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  875. autoheader:         [Define if a function `main' is needed.])
  876. autoheader:
  877. autoheader: WARNING: More sophisticated templates can also be produced, see the
  878. autoheader: WARNING: documentation.
  879. Running automake --gnu  ...
  880. configure.in:20: installing `./install-sh'
  881. configure.in:20: installing `./missing'
  882. src/Makefile.am: installing `./depcomp'
  883. Running autoconf ...
  884. processing ./cnijnpr
  885. Running aclocal  ...
  886. Running autoheader...
  887. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  888. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  889. autoheader: WARNING: is deprecated and discouraged.
  890. autoheader:
  891. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  892. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  893. autoheader: WARNING: `acconfig.h':
  894. autoheader:
  895. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  896. autoheader:         [Define if a function `main' is needed.])
  897. autoheader:
  898. autoheader: WARNING: More sophisticated templates can also be produced, see the
  899. autoheader: WARNING: documentation.
  900. Running automake --gnu  ...
  901. Running autoconf ...
  902. Running ./configure --prefix=/usr/local --program-suffix=mg5100 --enable-progpath=/usr/local/bin --datadir=/usr/local/share ...
  903. checking for a BSD-compatible install... /usr/bin/install -c
  904. checking whether build environment is sane... yes
  905. checking for a thread-safe mkdir -p... /bin/mkdir -p
  906. checking for gawk... gawk
  907. checking whether make sets $(MAKE)... yes
  908. checking for style of include used by make... GNU
  909. checking for gcc... gcc
  910. checking whether the C compiler works... yes
  911. checking for C compiler default output file name... a.out
  912. checking for suffix of executables...
  913. checking whether we are cross compiling... no
  914. checking for suffix of object files... o
  915. checking whether we are using the GNU C compiler... yes
  916. checking whether gcc accepts -g... yes
  917. checking for gcc option to accept ISO C89... none needed
  918. checking dependency style of gcc... gcc3
  919. checking for library containing strerror... none required
  920. checking for gcc... (cached) gcc
  921. checking whether we are using the GNU C compiler... (cached) yes
  922. checking whether gcc accepts -g... (cached) yes
  923. checking for gcc option to accept ISO C89... (cached) none needed
  924. checking dependency style of gcc... (cached) gcc3
  925. checking for gcc... (cached) gcc
  926. checking whether we are using the GNU C compiler... (cached) yes
  927. checking whether gcc accepts -g... (cached) yes
  928. checking for gcc option to accept ISO C89... (cached) none needed
  929. checking dependency style of gcc... (cached) gcc3
  930. checking how to run the C preprocessor... gcc -E
  931. checking for grep that handles long lines and -e... /bin/grep
  932. checking for egrep... /bin/grep -E
  933. checking for ANSI C header files... yes
  934. checking for pkg-config... /usr/bin/pkg-config
  935. checking for GTK+ - version >= 2.0.0... yes (version 2.24.4)
  936. checking for sys/types.h... yes
  937. checking for sys/stat.h... yes
  938. checking for stdlib.h... yes
  939. checking for string.h... yes
  940. checking for memory.h... yes
  941. checking for strings.h... yes
  942. checking for inttypes.h... yes
  943. checking for stdint.h... yes
  944. checking for unistd.h... yes
  945. checking locale.h usability... yes
  946. checking locale.h presence... yes
  947. checking for locale.h... yes
  948. checking for LC_MESSAGES... yes
  949. checking libintl.h usability... yes
  950. checking libintl.h presence... yes
  951. checking for libintl.h... yes
  952. checking for ngettext in libc... yes
  953. checking for dgettext in libc... yes
  954. checking for bind_textdomain_codeset... yes
  955. checking for msgfmt... /usr/bin/msgfmt
  956. checking for dcgettext... yes
  957. checking if msgfmt accepts -c... yes
  958. checking for gmsgfmt... /usr/bin/msgfmt
  959. checking for xgettext... /usr/bin/xgettext
  960. checking for catalogs to be installed...  cs da de el es fi fr hu it ja ko nl nb pl pt ru sv th tr zh zh_TW id
  961. configure: creating ./config.status
  962. config.status: creating Makefile
  963. config.status: creating src/Makefile
  964. config.status: creating po/Makefile.in
  965. config.status: creating config.h
  966. config.status: executing depfiles commands
  967. config.status: executing default-1 commands
  968. Now type `make' to compile
  969. + make clean
  970. Making clean in src
  971. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  972. test -z "cngpijmon" || rm -f cngpijmon
  973. rm -f *.o
  974. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  975. Making clean in po
  976. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/po'
  977. rm -f core core.* *.pox cngpijmonmg5100.po *.old.po cat-id-tbl.tmp
  978. rm -fr *.o
  979. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/po'
  980. Making clean in .
  981. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  982. make[1]: Nothing to be done for `clean-am'.
  983. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  984. + make
  985. make  all-recursive
  986. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  987. Making all in po
  988. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/po'
  989. file=./`echo cs | sed 's,.*/,,'`.gmo \
  990.  && rm -f $file && /usr/bin/msgfmt -c -o $file cs.po
  991. file=./`echo da | sed 's,.*/,,'`.gmo \
  992.  && rm -f $file && /usr/bin/msgfmt -c -o $file da.po
  993. file=./`echo de | sed 's,.*/,,'`.gmo \
  994.  && rm -f $file && /usr/bin/msgfmt -c -o $file de.po
  995. file=./`echo el | sed 's,.*/,,'`.gmo \
  996.  && rm -f $file && /usr/bin/msgfmt -c -o $file el.po
  997. file=./`echo es | sed 's,.*/,,'`.gmo \
  998.  && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
  999. file=./`echo fi | sed 's,.*/,,'`.gmo \
  1000.  && rm -f $file && /usr/bin/msgfmt -c -o $file fi.po
  1001. file=./`echo fr | sed 's,.*/,,'`.gmo \
  1002.  && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
  1003. file=./`echo hu | sed 's,.*/,,'`.gmo \
  1004.  && rm -f $file && /usr/bin/msgfmt -c -o $file hu.po
  1005. file=./`echo it | sed 's,.*/,,'`.gmo \
  1006.  && rm -f $file && /usr/bin/msgfmt -c -o $file it.po
  1007. file=./`echo ja | sed 's,.*/,,'`.gmo \
  1008.  && rm -f $file && /usr/bin/msgfmt -c -o $file ja.po
  1009. file=./`echo ko | sed 's,.*/,,'`.gmo \
  1010.  && rm -f $file && /usr/bin/msgfmt -c -o $file ko.po
  1011. file=./`echo nl | sed 's,.*/,,'`.gmo \
  1012.  && rm -f $file && /usr/bin/msgfmt -c -o $file nl.po
  1013. file=./`echo nb | sed 's,.*/,,'`.gmo \
  1014.  && rm -f $file && /usr/bin/msgfmt -c -o $file nb.po
  1015. file=./`echo pl | sed 's,.*/,,'`.gmo \
  1016.  && rm -f $file && /usr/bin/msgfmt -c -o $file pl.po
  1017. file=./`echo pt | sed 's,.*/,,'`.gmo \
  1018.  && rm -f $file && /usr/bin/msgfmt -c -o $file pt.po
  1019. file=./`echo ru | sed 's,.*/,,'`.gmo \
  1020.  && rm -f $file && /usr/bin/msgfmt -c -o $file ru.po
  1021. file=./`echo sv | sed 's,.*/,,'`.gmo \
  1022.  && rm -f $file && /usr/bin/msgfmt -c -o $file sv.po
  1023. file=./`echo th | sed 's,.*/,,'`.gmo \
  1024.  && rm -f $file && /usr/bin/msgfmt -c -o $file th.po
  1025. file=./`echo tr | sed 's,.*/,,'`.gmo \
  1026.  && rm -f $file && /usr/bin/msgfmt -c -o $file tr.po
  1027. file=./`echo zh | sed 's,.*/,,'`.gmo \
  1028.  && rm -f $file && /usr/bin/msgfmt -c -o $file zh.po
  1029. file=./`echo zh_TW | sed 's,.*/,,'`.gmo \
  1030.  && rm -f $file && /usr/bin/msgfmt -c -o $file zh_TW.po
  1031. file=./`echo id | sed 's,.*/,,'`.gmo \
  1032.  && rm -f $file && /usr/bin/msgfmt -c -o $file id.po
  1033. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/po'
  1034. Making all in src
  1035. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  1036. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_main.o -MD -MP -MF .deps/bjcupsmon_main.Tpo -c -o bjcupsmon_main.o bjcupsmon_main.c
  1037. mv -f .deps/bjcupsmon_main.Tpo .deps/bjcupsmon_main.Po
  1038. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_cups.o -MD -MP -MF .deps/bjcupsmon_cups.Tpo -c -o bjcupsmon_cups.o bjcupsmon_cups.c
  1039. mv -f .deps/bjcupsmon_cups.Tpo .deps/bjcupsmon_cups.Po
  1040. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_draw.o -MD -MP -MF .deps/bjcupsmon_draw.Tpo -c -o bjcupsmon_draw.o bjcupsmon_draw.c
  1041. mv -f .deps/bjcupsmon_draw.Tpo .deps/bjcupsmon_draw.Po
  1042. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_callbacks.o -MD -MP -MF .deps/bjcupsmon_callbacks.Tpo -c -o bjcupsmon_callbacks.o bjcupsmon_callbacks.c
  1043. mv -f .deps/bjcupsmon_callbacks.Tpo .deps/bjcupsmon_callbacks.Po
  1044. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_msgidset.o -MD -MP -MF .deps/bjcupsmon_msgidset.Tpo -c -o bjcupsmon_msgidset.o bjcupsmon_msgidset.c
  1045. mv -f .deps/bjcupsmon_msgidset.Tpo .deps/bjcupsmon_msgidset.Po
  1046. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_transsts.o -MD -MP -MF .deps/bjcupsmon_transsts.Tpo -c -o bjcupsmon_transsts.o bjcupsmon_transsts.c
  1047. mv -f .deps/bjcupsmon_transsts.Tpo .deps/bjcupsmon_transsts.Po
  1048. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT bjcupsmon_ui.o -MD -MP -MF .deps/bjcupsmon_ui.Tpo -c -o bjcupsmon_ui.o bjcupsmon_ui.c
  1049. bjcupsmon_ui.c: In function 'initUI':
  1050. bjcupsmon_ui.c:717:2: warning: implicit declaration of function 'create_mainWindow'
  1051. bjcupsmon_ui.c:717:12: warning: assignment makes pointer from integer without a cast
  1052. bjcupsmon_ui.c: In function 'updateUISettings':
  1053. bjcupsmon_ui.c:930:5: warning: passing argument 2 of 'dcgettext' makes pointer from integer without a cast
  1054. /usr/include/libintl.h:52:14: note: expected 'const char *' but argument is of type 'int'
  1055. bjcupsmon_ui.c:947:6: warning: passing argument 2 of 'dcgettext' makes pointer from integer without a cast
  1056. /usr/include/libintl.h:52:14: note: expected 'const char *' but argument is of type 'int'
  1057. bjcupsmon_ui.c:952:6: warning: passing argument 2 of 'dcgettext' makes pointer from integer without a cast
  1058. /usr/include/libintl.h:52:14: note: expected 'const char *' but argument is of type 'int'
  1059. mv -f .deps/bjcupsmon_ui.Tpo .deps/bjcupsmon_ui.Po
  1060. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
  1061. mv -f .deps/interface.Tpo .deps/interface.Po
  1062. gcc -DHAVE_CONFIG_H -I. -I.. -DUSE_LIB_GLASE -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -O2 -Wall -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
  1063. mv -f .deps/support.Tpo .deps/support.Po
  1064. gcc  -O2 -Wall -L../../lgmon/src  -o cngpijmon bjcupsmon_main.o bjcupsmon_cups.o bjcupsmon_draw.o bjcupsmon_callbacks.o bjcupsmon_msgidset.o bjcupsmon_transsts.o bjcupsmon_ui.o interface.o support.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0    -lcups
  1065. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  1066. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  1067. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  1068. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  1069. + popd
  1070. ~/rpm/BUILD/cnijfilter-source-3.40-1
  1071. + pushd libs
  1072. ~/rpm/BUILD/cnijfilter-source-3.40-1/libs ~/rpm/BUILD/cnijfilter-source-3.40-1
  1073. + ./autogen.sh --prefix=/usr/local
  1074. processing .
  1075. Running libtoolize...
  1076. libtoolize: putting auxiliary files in `.'.
  1077. libtoolize: copying file `./ltmain.sh'
  1078. libtoolize: You should add the contents of the following files to `aclocal.m4':
  1079. libtoolize:   `/usr/share/aclocal/libtool.m4'
  1080. libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  1081. libtoolize:   `/usr/share/aclocal/ltversion.m4'
  1082. libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  1083. libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  1084. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  1085. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  1086. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  1087. Running aclocal  ...
  1088. Running autoheader...
  1089. Running automake --gnu  ...
  1090. configure.in:11: installing `./config.guess'
  1091. configure.in:11: installing `./config.sub'
  1092. configure.in:2: installing `./install-sh'
  1093. configure.in:2: installing `./missing'
  1094. buftool/Makefile.am: installing `./depcomp'
  1095. Makefile.am: installing `./COPYING' using GNU General Public License v3 file
  1096. Makefile.am:     Consider adding the COPYING file to the version control system
  1097. Makefile.am:     for your code, to avoid questions about which license your project uses.
  1098. Running autoconf ...
  1099. Running ./configure --prefix=/usr/local ...
  1100. checking for a BSD-compatible install... /usr/bin/install -c
  1101. checking whether build environment is sane... yes
  1102. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1103. checking for gawk... gawk
  1104. checking whether make sets $(MAKE)... yes
  1105. checking for g++... g++
  1106. checking whether the C++ compiler works... yes
  1107. checking for C++ compiler default output file name... a.out
  1108. checking for suffix of executables...
  1109. checking whether we are cross compiling... no
  1110. checking for suffix of object files... o
  1111. checking whether we are using the GNU C++ compiler... yes
  1112. checking whether g++ accepts -g... yes
  1113. checking for style of include used by make... GNU
  1114. checking dependency style of g++... gcc3
  1115. checking for gcc... gcc
  1116. checking whether we are using the GNU C compiler... yes
  1117. checking whether gcc accepts -g... yes
  1118. checking for gcc option to accept ISO C89... none needed
  1119. checking dependency style of gcc... gcc3
  1120. checking whether make sets $(MAKE)... (cached) yes
  1121. checking build system type... x86_64-unknown-linux-gnu
  1122. checking host system type... x86_64-unknown-linux-gnu
  1123. checking how to print strings... printf
  1124. checking for a sed that does not truncate output... /bin/sed
  1125. checking for grep that handles long lines and -e... /bin/grep
  1126. checking for egrep... /bin/grep -E
  1127. checking for fgrep... /bin/grep -F
  1128. checking for ld used by gcc... /usr/bin/ld
  1129. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1130. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1131. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1132. checking whether ln -s works... yes
  1133. checking the maximum length of command line arguments... 1572864
  1134. checking whether the shell understands some XSI constructs... yes
  1135. checking whether the shell understands "+="... yes
  1136. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1137. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1138. checking for /usr/bin/ld option to reload object files... -r
  1139. checking for objdump... objdump
  1140. checking how to recognize dependent libraries... pass_all
  1141. checking for dlltool... no
  1142. checking how to associate runtime and link libraries... printf %s\n
  1143. checking for ar... ar
  1144. checking for archiver @FILE support... @
  1145. checking for strip... strip
  1146. checking for ranlib... ranlib
  1147. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1148. checking for sysroot... no
  1149. checking for mt... no
  1150. checking if : is a manifest tool... no
  1151. checking how to run the C preprocessor... gcc -E
  1152. checking for ANSI C header files... yes
  1153. checking for sys/types.h... yes
  1154. checking for sys/stat.h... yes
  1155. checking for stdlib.h... yes
  1156. checking for string.h... yes
  1157. checking for memory.h... yes
  1158. checking for strings.h... yes
  1159. checking for inttypes.h... yes
  1160. checking for stdint.h... yes
  1161. checking for unistd.h... yes
  1162. checking for dlfcn.h... yes
  1163. checking for objdir... .libs
  1164. checking if gcc supports -fno-rtti -fno-exceptions... no
  1165. checking for gcc option to produce PIC... -fPIC -DPIC
  1166. checking if gcc PIC flag -fPIC -DPIC works... yes
  1167. checking if gcc static flag -static works... no
  1168. checking if gcc supports -c -o file.o... yes
  1169. checking if gcc supports -c -o file.o... (cached) yes
  1170. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1171. checking whether -lc should be explicitly linked in... no
  1172. checking dynamic linker characteristics... GNU/Linux ld.so
  1173. checking how to hardcode library paths into programs... immediate
  1174. checking whether stripping libraries is possible... yes
  1175. checking if libtool supports shared libraries... yes
  1176. checking whether to build shared libraries... yes
  1177. checking whether to build static libraries... yes
  1178. checking how to run the C++ preprocessor... g++ -E
  1179. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1180. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1181. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1182. checking for g++ option to produce PIC... -fPIC -DPIC
  1183. checking if g++ PIC flag -fPIC -DPIC works... yes
  1184. checking if g++ static flag -static works... no
  1185. checking if g++ supports -c -o file.o... yes
  1186. checking if g++ supports -c -o file.o... (cached) yes
  1187. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1188. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1189. checking how to hardcode library paths into programs... immediate
  1190. checking for ANSI C header files... (cached) yes
  1191. checking for sys/wait.h that is POSIX.1 compatible... yes
  1192. checking malloc.h usability... yes
  1193. checking malloc.h presence... yes
  1194. checking for malloc.h... yes
  1195. checking for stdlib.h... (cached) yes
  1196. checking for string.h... (cached) yes
  1197. checking for unistd.h... (cached) yes
  1198. checking for an ANSI C-conforming const... yes
  1199. checking for pid_t... yes
  1200. checking vfork.h usability... no
  1201. checking vfork.h presence... no
  1202. checking for vfork.h... no
  1203. checking for fork... yes
  1204. checking for vfork... yes
  1205. checking for working fork... yes
  1206. checking for working vfork... (cached) yes
  1207. checking for stdlib.h... (cached) yes
  1208. checking for GNU libc compatible malloc... yes
  1209. checking for dup2... yes
  1210. checking for memset... yes
  1211. configure: creating ./config.status
  1212. config.status: creating Makefile
  1213. config.status: creating buftool/Makefile
  1214. config.status: creating paramlist/Makefile
  1215. config.status: creating config.h
  1216. config.status: executing depfiles commands
  1217. config.status: executing libtool commands
  1218. Now type `make' to compile buftool
  1219. + popd
  1220. ~/rpm/BUILD/cnijfilter-source-3.40-1
  1221. + pushd cngpij
  1222. ~/rpm/BUILD/cnijfilter-source-3.40-1/cngpij ~/rpm/BUILD/cnijfilter-source-3.40-1
  1223. + ./autogen.sh --prefix=/usr/local --enable-progpath=/usr/local/bin
  1224. processing .
  1225. Running libtoolize...
  1226. libtoolize: putting auxiliary files in `.'.
  1227. libtoolize: copying file `./ltmain.sh'
  1228. libtoolize: You should add the contents of the following files to `aclocal.m4':
  1229. libtoolize:   `/usr/share/aclocal/libtool.m4'
  1230. libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  1231. libtoolize:   `/usr/share/aclocal/ltversion.m4'
  1232. libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  1233. libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  1234. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  1235. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  1236. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  1237. Running aclocal  ...
  1238. Running autoheader...
  1239. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  1240. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  1241. autoheader: WARNING: is deprecated and discouraged.
  1242. autoheader:
  1243. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  1244. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  1245. autoheader: WARNING: `acconfig.h':
  1246. autoheader:
  1247. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  1248. autoheader:         [Define if a function `main' is needed.])
  1249. autoheader:
  1250. autoheader: WARNING: More sophisticated templates can also be produced, see the
  1251. autoheader: WARNING: documentation.
  1252. Running automake --gnu  ...
  1253. configure.in:20: installing `./config.guess'
  1254. configure.in:20: installing `./config.sub'
  1255. configure.in:2: installing `./install-sh'
  1256. configure.in:2: installing `./missing'
  1257. cngpij/Makefile.am: installing `./depcomp'
  1258. Running autoconf ...
  1259. Running ./configure --prefix=/usr/local --enable-progpath=/usr/local/bin ...
  1260. checking for a BSD-compatible install... /usr/bin/install -c
  1261. checking whether build environment is sane... yes
  1262. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1263. checking for gawk... gawk
  1264. checking whether make sets $(MAKE)... yes
  1265. checking for g++... g++
  1266. checking whether the C++ compiler works... yes
  1267. checking for C++ compiler default output file name... a.out
  1268. checking for suffix of executables...
  1269. checking whether we are cross compiling... no
  1270. checking for suffix of object files... o
  1271. checking whether we are using the GNU C++ compiler... yes
  1272. checking whether g++ accepts -g... yes
  1273. checking for style of include used by make... GNU
  1274. checking dependency style of g++... gcc3
  1275. checking for gcc... gcc
  1276. checking whether we are using the GNU C compiler... yes
  1277. checking whether gcc accepts -g... yes
  1278. checking for gcc option to accept ISO C89... none needed
  1279. checking dependency style of gcc... gcc3
  1280. checking whether make sets $(MAKE)... (cached) yes
  1281. checking build system type... x86_64-unknown-linux-gnu
  1282. checking host system type... x86_64-unknown-linux-gnu
  1283. checking how to print strings... printf
  1284. checking for a sed that does not truncate output... /bin/sed
  1285. checking for grep that handles long lines and -e... /bin/grep
  1286. checking for egrep... /bin/grep -E
  1287. checking for fgrep... /bin/grep -F
  1288. checking for ld used by gcc... /usr/bin/ld
  1289. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1290. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1291. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1292. checking whether ln -s works... yes
  1293. checking the maximum length of command line arguments... 1572864
  1294. checking whether the shell understands some XSI constructs... yes
  1295. checking whether the shell understands "+="... yes
  1296. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1297. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1298. checking for /usr/bin/ld option to reload object files... -r
  1299. checking for objdump... objdump
  1300. checking how to recognize dependent libraries... pass_all
  1301. checking for dlltool... no
  1302. checking how to associate runtime and link libraries... printf %s\n
  1303. checking for ar... ar
  1304. checking for archiver @FILE support... @
  1305. checking for strip... strip
  1306. checking for ranlib... ranlib
  1307. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1308. checking for sysroot... no
  1309. checking for mt... no
  1310. checking if : is a manifest tool... no
  1311. checking how to run the C preprocessor... gcc -E
  1312. checking for ANSI C header files... yes
  1313. checking for sys/types.h... yes
  1314. checking for sys/stat.h... yes
  1315. checking for stdlib.h... yes
  1316. checking for string.h... yes
  1317. checking for memory.h... yes
  1318. checking for strings.h... yes
  1319. checking for inttypes.h... yes
  1320. checking for stdint.h... yes
  1321. checking for unistd.h... yes
  1322. checking for dlfcn.h... yes
  1323. checking for objdir... .libs
  1324. checking if gcc supports -fno-rtti -fno-exceptions... no
  1325. checking for gcc option to produce PIC... -fPIC -DPIC
  1326. checking if gcc PIC flag -fPIC -DPIC works... yes
  1327. checking if gcc static flag -static works... no
  1328. checking if gcc supports -c -o file.o... yes
  1329. checking if gcc supports -c -o file.o... (cached) yes
  1330. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1331. checking whether -lc should be explicitly linked in... no
  1332. checking dynamic linker characteristics... GNU/Linux ld.so
  1333. checking how to hardcode library paths into programs... immediate
  1334. checking whether stripping libraries is possible... yes
  1335. checking if libtool supports shared libraries... yes
  1336. checking whether to build shared libraries... yes
  1337. checking whether to build static libraries... yes
  1338. checking how to run the C++ preprocessor... g++ -E
  1339. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1340. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1341. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1342. checking for g++ option to produce PIC... -fPIC -DPIC
  1343. checking if g++ PIC flag -fPIC -DPIC works... yes
  1344. checking if g++ static flag -static works... no
  1345. checking if g++ supports -c -o file.o... yes
  1346. checking if g++ supports -c -o file.o... (cached) yes
  1347. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1348. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1349. checking how to hardcode library paths into programs... immediate
  1350. checking for main in -lcups... yes
  1351. checking for main in -lparamlist... no
  1352. checking for main in -lpopt... yes
  1353. checking for ANSI C header files... (cached) yes
  1354. checking for sys/wait.h that is POSIX.1 compatible... yes
  1355. checking arpa/inet.h usability... yes
  1356. checking arpa/inet.h presence... yes
  1357. checking for arpa/inet.h... yes
  1358. checking fcntl.h usability... yes
  1359. checking fcntl.h presence... yes
  1360. checking for fcntl.h... yes
  1361. checking netdb.h usability... yes
  1362. checking netdb.h presence... yes
  1363. checking for netdb.h... yes
  1364. checking netinet/in.h usability... yes
  1365. checking netinet/in.h presence... yes
  1366. checking for netinet/in.h... yes
  1367. checking for stdlib.h... (cached) yes
  1368. checking for string.h... (cached) yes
  1369. checking sys/socket.h usability... yes
  1370. checking sys/socket.h presence... yes
  1371. checking for sys/socket.h... yes
  1372. checking for unistd.h... (cached) yes
  1373. checking for an ANSI C-conforming const... yes
  1374. checking for size_t... yes
  1375. checking for pid_t... yes
  1376. checking vfork.h usability... no
  1377. checking vfork.h presence... no
  1378. checking for vfork.h... no
  1379. checking for fork... yes
  1380. checking for vfork... yes
  1381. checking for working fork... yes
  1382. checking for working vfork... (cached) yes
  1383. checking for stdlib.h... (cached) yes
  1384. checking for GNU libc compatible malloc... yes
  1385. checking for memset... yes
  1386. checking for socket... yes
  1387. checking for strdup... yes
  1388. checking for strrchr... yes
  1389. configure: creating ./config.status
  1390. config.status: creating Makefile
  1391. config.status: creating cngpij/Makefile
  1392. config.status: creating config.h
  1393. config.status: executing depfiles commands
  1394. config.status: executing libtool commands
  1395. Now type `make' to compile
  1396. + popd
  1397. ~/rpm/BUILD/cnijfilter-source-3.40-1
  1398. + pushd pstocanonij
  1399. ~/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij ~/rpm/BUILD/cnijfilter-source-3.40-1
  1400. + ./autogen.sh --prefix=/usr --enable-progpath=/usr/local/bin
  1401. processing .
  1402. Running libtoolize...
  1403. libtoolize: putting auxiliary files in `.'.
  1404. libtoolize: copying file `./ltmain.sh'
  1405. libtoolize: You should add the contents of the following files to `aclocal.m4':
  1406. libtoolize:   `/usr/share/aclocal/libtool.m4'
  1407. libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  1408. libtoolize:   `/usr/share/aclocal/ltversion.m4'
  1409. libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  1410. libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  1411. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  1412. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  1413. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  1414. libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
  1415. Running aclocal  ...
  1416. Running autoheader...
  1417. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  1418. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  1419. autoheader: WARNING: is deprecated and discouraged.
  1420. autoheader:
  1421. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  1422. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  1423. autoheader: WARNING: `acconfig.h':
  1424. autoheader:
  1425. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  1426. autoheader:         [Define if a function `main' is needed.])
  1427. autoheader:
  1428. autoheader: WARNING: More sophisticated templates can also be produced, see the
  1429. autoheader: WARNING: documentation.
  1430. Running automake --gnu  ...
  1431. configure.in:22: installing `./config.guess'
  1432. configure.in:22: installing `./config.sub'
  1433. configure.in:2: installing `./install-sh'
  1434. configure.in:2: installing `./missing'
  1435. filter/Makefile.am: installing `./depcomp'
  1436. Running autoconf ...
  1437. Running ./configure --prefix=/usr --enable-progpath=/usr/local/bin ...
  1438. checking for a BSD-compatible install... /usr/bin/install -c
  1439. checking whether build environment is sane... yes
  1440. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1441. checking for gawk... gawk
  1442. checking whether make sets $(MAKE)... yes
  1443. checking for g++... g++
  1444. checking whether the C++ compiler works... yes
  1445. checking for C++ compiler default output file name... a.out
  1446. checking for suffix of executables...
  1447. checking whether we are cross compiling... no
  1448. checking for suffix of object files... o
  1449. checking whether we are using the GNU C++ compiler... yes
  1450. checking whether g++ accepts -g... yes
  1451. checking for style of include used by make... GNU
  1452. checking dependency style of g++... gcc3
  1453. checking for gcc... gcc
  1454. checking whether we are using the GNU C compiler... yes
  1455. checking whether gcc accepts -g... yes
  1456. checking for gcc option to accept ISO C89... none needed
  1457. checking dependency style of gcc... gcc3
  1458. checking how to run the C preprocessor... gcc -E
  1459. checking whether ln -s works... yes
  1460. checking whether make sets $(MAKE)... (cached) yes
  1461. checking for ranlib... ranlib
  1462. checking build system type... x86_64-unknown-linux-gnu
  1463. checking host system type... x86_64-unknown-linux-gnu
  1464. checking how to print strings... printf
  1465. checking for a sed that does not truncate output... /bin/sed
  1466. checking for grep that handles long lines and -e... /bin/grep
  1467. checking for egrep... /bin/grep -E
  1468. checking for fgrep... /bin/grep -F
  1469. checking for ld used by gcc... /usr/bin/ld
  1470. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1471. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1472. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1473. checking the maximum length of command line arguments... 1572864
  1474. checking whether the shell understands some XSI constructs... yes
  1475. checking whether the shell understands "+="... yes
  1476. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1477. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1478. checking for /usr/bin/ld option to reload object files... -r
  1479. checking for objdump... objdump
  1480. checking how to recognize dependent libraries... pass_all
  1481. checking for dlltool... no
  1482. checking how to associate runtime and link libraries... printf %s\n
  1483. checking for ar... ar
  1484. checking for archiver @FILE support... @
  1485. checking for strip... strip
  1486. checking for ranlib... (cached) ranlib
  1487. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1488. checking for sysroot... no
  1489. checking for mt... no
  1490. checking if : is a manifest tool... no
  1491. checking for ANSI C header files... yes
  1492. checking for sys/types.h... yes
  1493. checking for sys/stat.h... yes
  1494. checking for stdlib.h... yes
  1495. checking for string.h... yes
  1496. checking for memory.h... yes
  1497. checking for strings.h... yes
  1498. checking for inttypes.h... yes
  1499. checking for stdint.h... yes
  1500. checking for unistd.h... yes
  1501. checking for dlfcn.h... yes
  1502. checking for objdir... .libs
  1503. checking if gcc supports -fno-rtti -fno-exceptions... no
  1504. checking for gcc option to produce PIC... -fPIC -DPIC
  1505. checking if gcc PIC flag -fPIC -DPIC works... yes
  1506. checking if gcc static flag -static works... no
  1507. checking if gcc supports -c -o file.o... yes
  1508. checking if gcc supports -c -o file.o... (cached) yes
  1509. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1510. checking whether -lc should be explicitly linked in... no
  1511. checking dynamic linker characteristics... GNU/Linux ld.so
  1512. checking how to hardcode library paths into programs... immediate
  1513. checking whether stripping libraries is possible... yes
  1514. checking if libtool supports shared libraries... yes
  1515. checking whether to build shared libraries... yes
  1516. checking whether to build static libraries... yes
  1517. checking how to run the C++ preprocessor... g++ -E
  1518. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1519. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1520. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1521. checking for g++ option to produce PIC... -fPIC -DPIC
  1522. checking if g++ PIC flag -fPIC -DPIC works... yes
  1523. checking if g++ static flag -static works... no
  1524. checking if g++ supports -c -o file.o... yes
  1525. checking if g++ supports -c -o file.o... (cached) yes
  1526. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1527. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1528. checking how to hardcode library paths into programs... immediate
  1529. checking for main in -lcups... yes
  1530. checking for main in -lparamlist... no
  1531. checking for main in -lpopt... yes
  1532. checking for ANSI C header files... (cached) yes
  1533. checking for sys/wait.h that is POSIX.1 compatible... yes
  1534. checking arpa/inet.h usability... yes
  1535. checking arpa/inet.h presence... yes
  1536. checking for arpa/inet.h... yes
  1537. checking fcntl.h usability... yes
  1538. checking fcntl.h presence... yes
  1539. checking for fcntl.h... yes
  1540. checking malloc.h usability... yes
  1541. checking malloc.h presence... yes
  1542. checking for malloc.h... yes
  1543. checking netdb.h usability... yes
  1544. checking netdb.h presence... yes
  1545. checking for netdb.h... yes
  1546. checking netinet/in.h usability... yes
  1547. checking netinet/in.h presence... yes
  1548. checking for netinet/in.h... yes
  1549. checking for stdlib.h... (cached) yes
  1550. checking for string.h... (cached) yes
  1551. checking sys/socket.h usability... yes
  1552. checking sys/socket.h presence... yes
  1553. checking for sys/socket.h... yes
  1554. checking for unistd.h... (cached) yes
  1555. checking for an ANSI C-conforming const... yes
  1556. checking for size_t... yes
  1557. checking for pid_t... yes
  1558. checking vfork.h usability... no
  1559. checking vfork.h presence... no
  1560. checking for vfork.h... no
  1561. checking for fork... yes
  1562. checking for vfork... yes
  1563. checking for working fork... yes
  1564. checking for working vfork... (cached) yes
  1565. checking for stdlib.h... (cached) yes
  1566. checking for GNU libc compatible malloc... yes
  1567. checking for dup2... yes
  1568. checking for memset... yes
  1569. checking for socket... yes
  1570. checking for strdup... yes
  1571. checking for strrchr... yes
  1572. configure: creating ./config.status
  1573. config.status: creating Makefile
  1574. config.status: creating filter/Makefile
  1575. config.status: creating config.h
  1576. config.status: executing depfiles commands
  1577. config.status: executing libtool commands
  1578. Now type `make' to compile
  1579. + popd
  1580. ~/rpm/BUILD/cnijfilter-source-3.40-1
  1581. + pushd backend
  1582. ~/rpm/BUILD/cnijfilter-source-3.40-1/backend ~/rpm/BUILD/cnijfilter-source-3.40-1
  1583. + ./autogen.sh --prefix=/usr
  1584. processing .
  1585. Running libtoolize...
  1586. libtoolize: putting auxiliary files in `.'.
  1587. libtoolize: copying file `./ltmain.sh'
  1588. libtoolize: You should add the contents of the following files to `aclocal.m4':
  1589. libtoolize:   `/usr/share/aclocal/libtool.m4'
  1590. libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  1591. libtoolize:   `/usr/share/aclocal/ltversion.m4'
  1592. libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  1593. libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  1594. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  1595. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  1596. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  1597. Running aclocal  ...
  1598. Running autoheader...
  1599. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  1600. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  1601. autoheader: WARNING: is deprecated and discouraged.
  1602. autoheader:
  1603. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  1604. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  1605. autoheader: WARNING: `acconfig.h':
  1606. autoheader:
  1607. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  1608. autoheader:         [Define if a function `main' is needed.])
  1609. autoheader:
  1610. autoheader: WARNING: More sophisticated templates can also be produced, see the
  1611. autoheader: WARNING: documentation.
  1612. Running automake --gnu  ...
  1613. configure.in:19: installing `./config.guess'
  1614. configure.in:19: installing `./config.sub'
  1615. configure.in:2: installing `./install-sh'
  1616. configure.in:2: installing `./missing'
  1617. src/Makefile.am: installing `./depcomp'
  1618. src/Makefile.am:10: `CFLAGS' is a user variable, you should not override it;
  1619. src/Makefile.am:10: use `AM_CFLAGS' instead.
  1620. Running autoconf ...
  1621. Running ./configure --prefix=/usr ...
  1622. checking for a BSD-compatible install... /usr/bin/install -c
  1623. checking whether build environment is sane... yes
  1624. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1625. checking for gawk... gawk
  1626. checking whether make sets $(MAKE)... yes
  1627. checking for g++... g++
  1628. checking whether the C++ compiler works... yes
  1629. checking for C++ compiler default output file name... a.out
  1630. checking for suffix of executables...
  1631. checking whether we are cross compiling... no
  1632. checking for suffix of object files... o
  1633. checking whether we are using the GNU C++ compiler... yes
  1634. checking whether g++ accepts -g... yes
  1635. checking for style of include used by make... GNU
  1636. checking dependency style of g++... gcc3
  1637. checking for gcc... gcc
  1638. checking whether we are using the GNU C compiler... yes
  1639. checking whether gcc accepts -g... yes
  1640. checking for gcc option to accept ISO C89... none needed
  1641. checking dependency style of gcc... gcc3
  1642. checking whether make sets $(MAKE)... (cached) yes
  1643. checking build system type... x86_64-unknown-linux-gnu
  1644. checking host system type... x86_64-unknown-linux-gnu
  1645. checking how to print strings... printf
  1646. checking for a sed that does not truncate output... /bin/sed
  1647. checking for grep that handles long lines and -e... /bin/grep
  1648. checking for egrep... /bin/grep -E
  1649. checking for fgrep... /bin/grep -F
  1650. checking for ld used by gcc... /usr/bin/ld
  1651. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1652. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1653. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1654. checking whether ln -s works... yes
  1655. checking the maximum length of command line arguments... 1572864
  1656. checking whether the shell understands some XSI constructs... yes
  1657. checking whether the shell understands "+="... yes
  1658. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1659. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1660. checking for /usr/bin/ld option to reload object files... -r
  1661. checking for objdump... objdump
  1662. checking how to recognize dependent libraries... pass_all
  1663. checking for dlltool... no
  1664. checking how to associate runtime and link libraries... printf %s\n
  1665. checking for ar... ar
  1666. checking for archiver @FILE support... @
  1667. checking for strip... strip
  1668. checking for ranlib... ranlib
  1669. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1670. checking for sysroot... no
  1671. checking for mt... no
  1672. checking if : is a manifest tool... no
  1673. checking how to run the C preprocessor... gcc -E
  1674. checking for ANSI C header files... yes
  1675. checking for sys/types.h... yes
  1676. checking for sys/stat.h... yes
  1677. checking for stdlib.h... yes
  1678. checking for string.h... yes
  1679. checking for memory.h... yes
  1680. checking for strings.h... yes
  1681. checking for inttypes.h... yes
  1682. checking for stdint.h... yes
  1683. checking for unistd.h... yes
  1684. checking for dlfcn.h... yes
  1685. checking for objdir... .libs
  1686. checking if gcc supports -fno-rtti -fno-exceptions... no
  1687. checking for gcc option to produce PIC... -fPIC -DPIC
  1688. checking if gcc PIC flag -fPIC -DPIC works... yes
  1689. checking if gcc static flag -static works... no
  1690. checking if gcc supports -c -o file.o... yes
  1691. checking if gcc supports -c -o file.o... (cached) yes
  1692. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1693. checking whether -lc should be explicitly linked in... no
  1694. checking dynamic linker characteristics... GNU/Linux ld.so
  1695. checking how to hardcode library paths into programs... immediate
  1696. checking whether stripping libraries is possible... yes
  1697. checking if libtool supports shared libraries... yes
  1698. checking whether to build shared libraries... yes
  1699. checking whether to build static libraries... yes
  1700. checking how to run the C++ preprocessor... g++ -E
  1701. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1702. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1703. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1704. checking for g++ option to produce PIC... -fPIC -DPIC
  1705. checking if g++ PIC flag -fPIC -DPIC works... yes
  1706. checking if g++ static flag -static works... no
  1707. checking if g++ supports -c -o file.o... yes
  1708. checking if g++ supports -c -o file.o... (cached) yes
  1709. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1710. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1711. checking how to hardcode library paths into programs... immediate
  1712. checking for main in -lcups... yes
  1713. checking for ANSI C header files... (cached) yes
  1714. checking for sys/wait.h that is POSIX.1 compatible... yes
  1715. checking arpa/inet.h usability... yes
  1716. checking arpa/inet.h presence... yes
  1717. checking for arpa/inet.h... yes
  1718. checking fcntl.h usability... yes
  1719. checking fcntl.h presence... yes
  1720. checking for fcntl.h... yes
  1721. checking netdb.h usability... yes
  1722. checking netdb.h presence... yes
  1723. checking for netdb.h... yes
  1724. checking netinet/in.h usability... yes
  1725. checking netinet/in.h presence... yes
  1726. checking for netinet/in.h... yes
  1727. checking for stdlib.h... (cached) yes
  1728. checking for string.h... (cached) yes
  1729. checking sys/socket.h usability... yes
  1730. checking sys/socket.h presence... yes
  1731. checking for sys/socket.h... yes
  1732. checking for unistd.h... (cached) yes
  1733. checking for an ANSI C-conforming const... yes
  1734. checking for size_t... yes
  1735. checking for pid_t... yes
  1736. checking vfork.h usability... no
  1737. checking vfork.h presence... no
  1738. checking for vfork.h... no
  1739. checking for fork... yes
  1740. checking for vfork... yes
  1741. checking for working fork... yes
  1742. checking for working vfork... (cached) yes
  1743. checking for stdlib.h... (cached) yes
  1744. checking for GNU libc compatible malloc... yes
  1745. checking for memset... yes
  1746. checking for socket... yes
  1747. checking for strdup... yes
  1748. checking for strrchr... yes
  1749. configure: creating ./config.status
  1750. config.status: creating Makefile
  1751. config.status: creating src/Makefile
  1752. config.status: creating config.h
  1753. config.status: executing depfiles commands
  1754. config.status: executing libtool commands
  1755. Now type `make' to compile
  1756. + popd
  1757. ~/rpm/BUILD/cnijfilter-source-3.40-1
  1758. + pushd backendnet
  1759. ~/rpm/BUILD/cnijfilter-source-3.40-1/backendnet ~/rpm/BUILD/cnijfilter-source-3.40-1
  1760. + ./autogen.sh --prefix=/usr/local --enable-progpath=/usr/local/bin LDFLAGS=-L../../com/libs_bin64
  1761. processing .
  1762. Running libtoolize...
  1763. libtoolize: putting auxiliary files in `.'.
  1764. libtoolize: copying file `./ltmain.sh'
  1765. libtoolize: You should add the contents of the following files to `aclocal.m4':
  1766. libtoolize:   `/usr/share/aclocal/libtool.m4'
  1767. libtoolize:   `/usr/share/aclocal/ltoptions.m4'
  1768. libtoolize:   `/usr/share/aclocal/ltversion.m4'
  1769. libtoolize:   `/usr/share/aclocal/ltsugar.m4'
  1770. libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
  1771. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
  1772. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  1773. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  1774. Running aclocal  ...
  1775. Running autoheader...
  1776. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  1777. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  1778. autoheader: WARNING: is deprecated and discouraged.
  1779. autoheader:
  1780. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  1781. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  1782. autoheader: WARNING: `acconfig.h':
  1783. autoheader:
  1784. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  1785. autoheader:         [Define if a function `main' is needed.])
  1786. autoheader:
  1787. autoheader: WARNING: More sophisticated templates can also be produced, see the
  1788. autoheader: WARNING: documentation.
  1789. Running automake --gnu  ...
  1790. configure.in:30: installing `./config.guess'
  1791. configure.in:30: installing `./config.sub'
  1792. configure.in:2: installing `./install-sh'
  1793. configure.in:2: installing `./missing'
  1794. backend/Makefile.am: installing `./depcomp'
  1795. backend/Makefile.am:10: `CFLAGS' is a user variable, you should not override it;
  1796. backend/Makefile.am:10: use `AM_CFLAGS' instead.
  1797. lmonitor/Makefile.am:9: `CFLAGS' is a user variable, you should not override it;
  1798. lmonitor/Makefile.am:9: use `AM_CFLAGS' instead.
  1799. Running autoconf ...
  1800. Running ./configure --prefix=/usr/local --enable-progpath=/usr/local/bin LDFLAGS=-L../../com/libs_bin64 ...
  1801. checking for a BSD-compatible install... /usr/bin/install -c
  1802. checking whether build environment is sane... yes
  1803. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1804. checking for gawk... gawk
  1805. checking whether make sets $(MAKE)... yes
  1806. checking for g++... g++
  1807. checking whether the C++ compiler works... yes
  1808. checking for C++ compiler default output file name... a.out
  1809. checking for suffix of executables...
  1810. checking whether we are cross compiling... no
  1811. checking for suffix of object files... o
  1812. checking whether we are using the GNU C++ compiler... yes
  1813. checking whether g++ accepts -g... yes
  1814. checking for style of include used by make... GNU
  1815. checking dependency style of g++... gcc3
  1816. checking for gcc... gcc
  1817. checking whether we are using the GNU C compiler... yes
  1818. checking whether gcc accepts -g... yes
  1819. checking for gcc option to accept ISO C89... none needed
  1820. checking dependency style of gcc... gcc3
  1821. checking whether make sets $(MAKE)... (cached) yes
  1822. checking build system type... x86_64-unknown-linux-gnu
  1823. checking host system type... x86_64-unknown-linux-gnu
  1824. checking how to print strings... printf
  1825. checking for a sed that does not truncate output... /bin/sed
  1826. checking for grep that handles long lines and -e... /bin/grep
  1827. checking for egrep... /bin/grep -E
  1828. checking for fgrep... /bin/grep -F
  1829. checking for ld used by gcc... /usr/bin/ld
  1830. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1831. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1832. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1833. checking whether ln -s works... yes
  1834. checking the maximum length of command line arguments... 1572864
  1835. checking whether the shell understands some XSI constructs... yes
  1836. checking whether the shell understands "+="... yes
  1837. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1838. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1839. checking for /usr/bin/ld option to reload object files... -r
  1840. checking for objdump... objdump
  1841. checking how to recognize dependent libraries... pass_all
  1842. checking for dlltool... no
  1843. checking how to associate runtime and link libraries... printf %s\n
  1844. checking for ar... ar
  1845. checking for archiver @FILE support... @
  1846. checking for strip... strip
  1847. checking for ranlib... ranlib
  1848. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1849. checking for sysroot... no
  1850. checking for mt... no
  1851. checking if : is a manifest tool... no
  1852. checking how to run the C preprocessor... gcc -E
  1853. checking for ANSI C header files... yes
  1854. checking for sys/types.h... yes
  1855. checking for sys/stat.h... yes
  1856. checking for stdlib.h... yes
  1857. checking for string.h... yes
  1858. checking for memory.h... yes
  1859. checking for strings.h... yes
  1860. checking for inttypes.h... yes
  1861. checking for stdint.h... yes
  1862. checking for unistd.h... yes
  1863. checking for dlfcn.h... yes
  1864. checking for objdir... .libs
  1865. checking if gcc supports -fno-rtti -fno-exceptions... no
  1866. checking for gcc option to produce PIC... -fPIC -DPIC
  1867. checking if gcc PIC flag -fPIC -DPIC works... yes
  1868. checking if gcc static flag -static works... no
  1869. checking if gcc supports -c -o file.o... yes
  1870. checking if gcc supports -c -o file.o... (cached) yes
  1871. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1872. checking whether -lc should be explicitly linked in... no
  1873. checking dynamic linker characteristics... GNU/Linux ld.so
  1874. checking how to hardcode library paths into programs... immediate
  1875. checking whether stripping libraries is possible... yes
  1876. checking if libtool supports shared libraries... yes
  1877. checking whether to build shared libraries... yes
  1878. checking whether to build static libraries... yes
  1879. checking how to run the C++ preprocessor... g++ -E
  1880. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1881. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1882. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1883. checking for g++ option to produce PIC... -fPIC -DPIC
  1884. checking if g++ PIC flag -fPIC -DPIC works... yes
  1885. checking if g++ static flag -static works... no
  1886. checking if g++ supports -c -o file.o... yes
  1887. checking if g++ supports -c -o file.o... (cached) yes
  1888. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1889. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  1890. checking how to hardcode library paths into programs... immediate
  1891. checking for main in -lcups... yes
  1892. checking for ANSI C header files... (cached) yes
  1893. checking for sys/wait.h that is POSIX.1 compatible... yes
  1894. checking arpa/inet.h usability... yes
  1895. checking arpa/inet.h presence... yes
  1896. checking for arpa/inet.h... yes
  1897. checking fcntl.h usability... yes
  1898. checking fcntl.h presence... yes
  1899. checking for fcntl.h... yes
  1900. checking netdb.h usability... yes
  1901. checking netdb.h presence... yes
  1902. checking for netdb.h... yes
  1903. checking netinet/in.h usability... yes
  1904. checking netinet/in.h presence... yes
  1905. checking for netinet/in.h... yes
  1906. checking for stdlib.h... (cached) yes
  1907. checking for string.h... (cached) yes
  1908. checking sys/socket.h usability... yes
  1909. checking sys/socket.h presence... yes
  1910. checking for sys/socket.h... yes
  1911. checking for unistd.h... (cached) yes
  1912. checking for an ANSI C-conforming const... yes
  1913. checking for size_t... yes
  1914. checking for pid_t... yes
  1915. checking vfork.h usability... no
  1916. checking vfork.h presence... no
  1917. checking for vfork.h... no
  1918. checking for fork... yes
  1919. checking for vfork... yes
  1920. checking for working fork... yes
  1921. checking for working vfork... (cached) yes
  1922. checking for stdlib.h... (cached) yes
  1923. checking for GNU libc compatible malloc... yes
  1924. checking for memset... yes
  1925. checking for socket... yes
  1926. checking for strdup... yes
  1927. checking for strrchr... yes
  1928. configure: creating ./config.status
  1929. config.status: creating Makefile
  1930. config.status: creating backend/Makefile
  1931. config.status: creating lmonitor/Makefile
  1932. config.status: creating config.h
  1933. config.status: executing depfiles commands
  1934. config.status: executing libtool commands
  1935. Now type `make' to compile
  1936. + popd
  1937. ~/rpm/BUILD/cnijfilter-source-3.40-1
  1938. + pushd cngpijmon/cnijnpr
  1939. ~/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr ~/rpm/BUILD/cnijfilter-source-3.40-1
  1940. + ./autogen.sh --prefix=/usr/local
  1941. processing .
  1942. Running aclocal  ...
  1943. Running autoheader...
  1944. autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
  1945. autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
  1946. autoheader: WARNING: is deprecated and discouraged.
  1947. autoheader:
  1948. autoheader: WARNING: Using the third argument of `AC_DEFINE' and
  1949. autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
  1950. autoheader: WARNING: `acconfig.h':
  1951. autoheader:
  1952. autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
  1953. autoheader:         [Define if a function `main' is needed.])
  1954. autoheader:
  1955. autoheader: WARNING: More sophisticated templates can also be produced, see the
  1956. autoheader: WARNING: documentation.
  1957. Running automake --gnu  ...
  1958. Running autoconf ...
  1959. Running ./configure --prefix=/usr/local ...
  1960. checking for a BSD-compatible install... /usr/bin/install -c
  1961. checking whether build environment is sane... yes
  1962. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1963. checking for gawk... gawk
  1964. checking whether make sets $(MAKE)... yes
  1965. checking for gcc... gcc
  1966. checking whether the C compiler works... yes
  1967. checking for C compiler default output file name... a.out
  1968. checking for suffix of executables...
  1969. checking whether we are cross compiling... no
  1970. checking for suffix of object files... o
  1971. checking whether we are using the GNU C compiler... yes
  1972. checking whether gcc accepts -g... yes
  1973. checking for gcc option to accept ISO C89... none needed
  1974. checking for style of include used by make... GNU
  1975. checking dependency style of gcc... gcc3
  1976. checking whether make sets $(MAKE)... (cached) yes
  1977. checking how to run the C preprocessor... gcc -E
  1978. checking for grep that handles long lines and -e... /bin/grep
  1979. checking for egrep... /bin/grep -E
  1980. checking for ANSI C header files... yes
  1981. checking for sys/wait.h that is POSIX.1 compatible... yes
  1982. checking for sys/types.h... yes
  1983. checking for sys/stat.h... yes
  1984. checking for stdlib.h... yes
  1985. checking for string.h... yes
  1986. checking for memory.h... yes
  1987. checking for strings.h... yes
  1988. checking for inttypes.h... yes
  1989. checking for stdint.h... yes
  1990. checking for unistd.h... yes
  1991. checking arpa/inet.h usability... yes
  1992. checking arpa/inet.h presence... yes
  1993. checking for arpa/inet.h... yes
  1994. checking fcntl.h usability... yes
  1995. checking fcntl.h presence... yes
  1996. checking for fcntl.h... yes
  1997. checking netdb.h usability... yes
  1998. checking netdb.h presence... yes
  1999. checking for netdb.h... yes
  2000. checking netinet/in.h usability... yes
  2001. checking netinet/in.h presence... yes
  2002. checking for netinet/in.h... yes
  2003. checking for stdlib.h... (cached) yes
  2004. checking for string.h... (cached) yes
  2005. checking sys/socket.h usability... yes
  2006. checking sys/socket.h presence... yes
  2007. checking for sys/socket.h... yes
  2008. checking for unistd.h... (cached) yes
  2009. checking for an ANSI C-conforming const... yes
  2010. checking for size_t... yes
  2011. checking for pid_t... yes
  2012. checking vfork.h usability... no
  2013. checking vfork.h presence... no
  2014. checking for vfork.h... no
  2015. checking for fork... yes
  2016. checking for vfork... yes
  2017. checking for working fork... yes
  2018. checking for working vfork... (cached) yes
  2019. checking for stdlib.h... (cached) yes
  2020. checking for GNU libc compatible malloc... yes
  2021. checking for memset... yes
  2022. checking for socket... yes
  2023. checking for strdup... yes
  2024. checking for strrchr... yes
  2025. configure: creating ./config.status
  2026. config.status: creating Makefile
  2027. config.status: creating cnijnpr/Makefile
  2028. config.status: creating config.h
  2029. config.status: executing depfiles commands
  2030. Now type `make' to compile
  2031. + popd
  2032. ~/rpm/BUILD/cnijfilter-source-3.40-1
  2033. + make
  2034. for dir in libs cngpij pstocanonij backend backendnet cngpijmon/cnijnpr; do (cd $dir; make $target)|| exit 1; done
  2035. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2036. make  all-recursive
  2037. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2038. Making all in paramlist
  2039. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist'
  2040. /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.lo paramlist.c
  2041. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c  -fPIC -DPIC -o .libs/paramlist.o
  2042. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c -o paramlist.o >/dev/null 2>&1
  2043. mv -f .deps/paramlist.Tpo .deps/paramlist.Plo
  2044. /bin/sh ../libtool --tag=CC   --mode=link gcc -O2 -Wall -O2   -o libparamlist.la  paramlist.lo  
  2045. libtool: link: ar cru .libs/libparamlist.a .libs/paramlist.o
  2046. libtool: link: ranlib .libs/libparamlist.a
  2047. libtool: link: ( cd ".libs" && rm -f "libparamlist.la" && ln -s "../libparamlist.la" "libparamlist.la" )
  2048. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist'
  2049. Making all in buftool
  2050. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/buftool'
  2051. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT buftool.o -MD -MP -MF .deps/buftool.Tpo -c -o buftool.o buftool.c
  2052. mv -f .deps/buftool.Tpo .deps/buftool.Po
  2053. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT buflist.o -MD -MP -MF .deps/buflist.Tpo -c -o buflist.o buflist.c
  2054. mv -f .deps/buflist.Tpo .deps/buflist.Po
  2055. rm -f libbuftool.a
  2056. ar cru libbuftool.a buftool.o buflist.o
  2057. ranlib libbuftool.a
  2058. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/buftool'
  2059. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2060. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2061. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2062. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2063. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2064. make  all-recursive
  2065. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2066. Making all in cngpij
  2067. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij/cngpij'
  2068. gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT bjcups.o -MD -MP -MF .deps/bjcups.Tpo -c -o bjcups.o bjcups.c
  2069. bjcups.c: In function 'main':
  2070. bjcups.c:829:14: warning: assignment discards qualifiers from pointer target type
  2071. mv -f .deps/bjcups.Tpo .deps/bjcups.Po
  2072. gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT getipc.o -MD -MP -MF .deps/getipc.Tpo -c -o getipc.o getipc.c
  2073. getipc.c: In function 'GetIPCData':
  2074. getipc.c:62:48: warning: passing argument 3 of 'accept' from incompatible pointer type
  2075. /usr/include/sys/socket.h:214:12: note: expected 'socklen_t * __restrict__' but argument is of type 'size_t *'
  2076. mv -f .deps/getipc.Tpo .deps/getipc.Po
  2077. gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT bjutil.o -MD -MP -MF .deps/bjutil.Tpo -c -o bjutil.o bjutil.c
  2078. mv -f .deps/bjutil.Tpo .deps/bjutil.Po
  2079. /bin/sh ../libtool --tag=CC   --mode=link gcc -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -L../../libs/paramlist  -o cngpij bjcups.o getipc.o bjutil.o -lpopt -lcups -lparamlist  -lpopt -lcups
  2080. libtool: link: gcc -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -o cngpij bjcups.o getipc.o bjutil.o  -L../../libs/paramlist /home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist/.libs/libparamlist.a /usr/lib64/libpopt.so -lcups
  2081. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij/cngpij'
  2082. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2083. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2084. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2085. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2086. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2087. make  all-recursive
  2088. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2089. Making all in filter
  2090. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij/filter'
  2091. gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../../libs/buftool -O2 -MT pstocanonij.o -MD -MP -MF .deps/pstocanonij.Tpo -c -o pstocanonij.o pstocanonij.c
  2092. pstocanonij.c: In function 'get_ps_params':
  2093. pstocanonij.c:248:3: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
  2094. ../../libs/buftool/buflist.h:38:10: note: expected 'unsigned char *' but argument is of type 'char *'
  2095. pstocanonij.c:298:5: warning: value computed is not used
  2096. pstocanonij.c:384:3: warning: pointer targets in passing argument 1 of 'buflist_new' differ in signedness
  2097. ../../libs/buftool/buflist.h:38:10: note: expected 'unsigned char *' but argument is of type 'char *'
  2098. pstocanonij.c: In function 'make_cmd_param':
  2099. pstocanonij.c:919:6: warning: format '%2s' expects type 'char *', but argument 4 has type 'char (*)[256]'
  2100. pstocanonij.c:920:6: warning: format '%2s' expects type 'char *', but argument 4 has type 'char (*)[256]'
  2101. pstocanonij.c:949:6: warning: format '%3s' expects type 'char *', but argument 4 has type 'char (*)[256]'
  2102. pstocanonij.c:950:6: warning: format '%3s' expects type 'char *', but argument 4 has type 'char (*)[256]'
  2103. mv -f .deps/pstocanonij.Tpo .deps/pstocanonij.Po
  2104. gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../../libs/buftool -O2 -MT canonopt.o -MD -MP -MF .deps/canonopt.Tpo -c -o canonopt.o canonopt.c
  2105. mv -f .deps/canonopt.Tpo .deps/canonopt.Po
  2106. gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../../libs/buftool -O2 -MT paramlist.o -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.o paramlist.c
  2107. mv -f .deps/paramlist.Tpo .deps/paramlist.Po
  2108. /bin/sh ../libtool --tag=CC   --mode=link gcc -O2 -Wall -I../../libs/buftool -O2 -L../../libs/buftool  -o pstocanonij pstocanonij.o canonopt.o paramlist.o -lcups ../../libs/buftool/libbuftool.a -lpopt -lcups
  2109. libtool: link: gcc -O2 -Wall -I../../libs/buftool -O2 -o pstocanonij pstocanonij.o canonopt.o paramlist.o  -L../../libs/buftool ../../libs/buftool/libbuftool.a /usr/lib64/libpopt.so -lcups
  2110. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij/filter'
  2111. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2112. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2113. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2114. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2115. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2116. make  all-recursive
  2117. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2118. Making all in src
  2119. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend/src'
  2120. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -MT cnij_backend_common.o -MD -MP -MF .deps/cnij_backend_common.Tpo -c -o cnij_backend_common.o cnij_backend_common.c
  2121. mv -f .deps/cnij_backend_common.Tpo .deps/cnij_backend_common.Po
  2122. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -MT cnij_usb.o -MD -MP -MF .deps/cnij_usb.Tpo -c -o cnij_usb.o cnij_usb.c
  2123. cnij_usb.c: In function 'main':
  2124. cnij_usb.c:99:7: warning: unused variable 'port'
  2125. cnij_usb.c:96:4: warning: unused variable 'username'
  2126. cnij_usb.c:95:4: warning: unused variable 'hostname'
  2127. cnij_usb.c:94:7: warning: unused variable 'method'
  2128. cnij_usb.c: In function 'list_devices':
  2129. cnij_usb.c:244:2: warning: unused variable 'model'
  2130. cnij_usb.c:243:2: warning: unused variable 'make'
  2131. cnij_usb.c:242:3: warning: unused variable 'delim'
  2132. cnij_usb.c:241:7: warning: unused variable 'line'
  2133. cnij_usb.c:240:8: warning: unused variable 'probe'
  2134. mv -f .deps/cnij_usb.Tpo .deps/cnij_usb.Po
  2135. /bin/sh ../libtool --tag=CC   --mode=link gcc  -O2 -Wall   -o cnijusb cnij_backend_common.o cnij_usb.o -lcups -lcups
  2136. libtool: link: gcc -O2 -Wall -o cnijusb cnij_backend_common.o cnij_usb.o  -lcups
  2137. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend/src'
  2138. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2139. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2140. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2141. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2142. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2143. make  all-recursive
  2144. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2145. Making all in lmonitor
  2146. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/lmonitor'
  2147. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I. -I./common  -MT cnijnetchk.o -MD -MP -MF .deps/cnijnetchk.Tpo -c -o cnijnetchk.o cnijnetchk.c
  2148. cnijnetchk.c: In function 'get_packet_size':
  2149. cnijnetchk.c:80:8: warning: unused variable 'i'
  2150. cnijnetchk.c: In function 'sendData':
  2151. cnijnetchk.c:172:49: warning: unused variable 'rsize'
  2152. cnijnetchk.c: In function 'dispatchCommandIVEC':
  2153. cnijnetchk.c:216:22: warning: unused variable 'i'
  2154. cnijnetchk.c:216:6: warning: unused variable 'dispatch_repeat'
  2155. mv -f .deps/cnijnetchk.Tpo .deps/cnijnetchk.Po
  2156. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I. -I./common  -MT cnijnetprn.o -MD -MP -MF .deps/cnijnetprn.Tpo -c -o cnijnetprn.o cnijnetprn.c
  2157. cnijnetprn.c: In function '_ij_network_print':
  2158. cnijnetprn.c:259:1: warning: label 'find_printer' defined but not used
  2159. cnijnetprn.c:217:6: warning: unused variable 'ret'
  2160. cnijnetprn.c:216:18: warning: unused variable 'wlen'
  2161. cnijnetprn.c:214:16: warning: unused variable 'written_size'
  2162. mv -f .deps/cnijnetprn.Tpo .deps/cnijnetprn.Po
  2163. /bin/sh ../libtool --tag=CC   --mode=link gcc  -O2 -Wall -I. -I./common  -L../../com/libs_bin64 -L../../com/libs_bin64 -o cnijnetprn cnijnetchk.o cnijnetprn.o -lcnnet -lc -ldl  -lcups
  2164. libtool: link: gcc -O2 -Wall -I. -I./common -o cnijnetprn cnijnetchk.o cnijnetprn.o  -L../../com/libs_bin64 -lcnnet -lc -ldl -lcups
  2165. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/lmonitor'
  2166. Making all in backend
  2167. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/backend'
  2168. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I. -MT cnijnetlm.o -MD -MP -MF .deps/cnijnetlm.Tpo -c -o cnijnetlm.o cnijnetlm.c
  2169. cnijnetlm.c: In function '_net_canon_bj':
  2170. cnijnetlm.c:82:6: warning: unused variable 'utilbyte'
  2171. cnijnetlm.c: In function 'net_lgmon_exec':
  2172. cnijnetlm.c:175:17: warning: unused variable 'cmd_sh_path'
  2173. cnijnetlm.c:148:20: warning: unused variable 'action'
  2174. mv -f .deps/cnijnetlm.Tpo .deps/cnijnetlm.Po
  2175. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -Wall -I. -MT cnijnet.o -MD -MP -MF .deps/cnijnet.Tpo -c -o cnijnet.o cnijnet.c
  2176. cnijnet.c: In function 'main':
  2177. cnijnet.c:102:7: warning: unused variable 'port'
  2178. cnijnet.c:99:4: warning: unused variable 'username'
  2179. cnijnet.c:98:4: warning: unused variable 'hostname'
  2180. cnijnet.c:97:7: warning: unused variable 'method'
  2181. mv -f .deps/cnijnet.Tpo .deps/cnijnet.Po
  2182. /bin/sh ../libtool --tag=CC   --mode=link gcc  -O2 -Wall -I.  -L../../com/libs_bin64 -o cnijnet cnijnetlm.o cnijnet.o -lcups -lcups
  2183. libtool: link: gcc -O2 -Wall -I. -o cnijnet cnijnetlm.o cnijnet.o  -L../../com/libs_bin64 -lcups
  2184. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/backend'
  2185. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2186. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2187. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2188. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2189. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2190. make  all-recursive
  2191. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2192. Making all in cnijnpr
  2193. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
  2194. gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT cnijnpr.o -MD -MP -MF .deps/cnijnpr.Tpo -c -o cnijnpr.o cnijnpr.c
  2195. cnijnpr.c: In function 'main':
  2196. cnijnpr.c:233:7: warning: passing argument 1 of 'bscc2sts' discards qualifiers from pointer target type
  2197. bscc2sts.h:75:5: note: expected 'char *' but argument is of type 'const char *'
  2198. mv -f .deps/cnijnpr.Tpo .deps/cnijnpr.Po
  2199. gcc  -O2 -L../../../com/libs_bin64 -L../../../lgmon/src  -o cnijnpr cnijnpr.o -lcnnet -lbscc2sts
  2200. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
  2201. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2202. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2203. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2204. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2205. + exit 0
  2206. Executing(%install): /bin/sh -e /home/kamil/rpm/tmp/rpm-tmp.jGLGLc
  2207. + umask 022
  2208. + cd /home/kamil/rpm/BUILD
  2209. + cd cnijfilter-source-3.40-1
  2210. + '[' 1 -eq 1 ']'
  2211. + pushd ppd
  2212. ~/rpm/BUILD/cnijfilter-source-3.40-1/ppd ~/rpm/BUILD/cnijfilter-source-3.40-1
  2213. + make install DESTDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2214. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/ppd'
  2215. make[1]: Nothing to be done for `install-exec-am'.
  2216. test -z "/usr/share/cups/model" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/cups/model"
  2217. /usr/bin/install -c -m 644 canonmg5100.ppd '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/cups/model'
  2218. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/ppd'
  2219. + popd
  2220. ~/rpm/BUILD/cnijfilter-source-3.40-1
  2221. + pushd cnijfilter
  2222. ~/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter ~/rpm/BUILD/cnijfilter-source-3.40-1
  2223. + make install DESTDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2224. Making install in src
  2225. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  2226. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  2227. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2228.   /usr/bin/install -c cif '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/./cifmg5100'
  2229. make[2]: Nothing to be done for `install-data-am'.
  2230. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  2231. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/src'
  2232. Making install in include
  2233. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  2234. Making install in cncl
  2235. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  2236. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  2237. make[3]: Nothing to be done for `install-exec-am'.
  2238. make[3]: Nothing to be done for `install-data-am'.
  2239. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  2240. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/cncl'
  2241. Making install in misc
  2242. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  2243. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  2244. make[3]: Nothing to be done for `install-exec-am'.
  2245. make[3]: Nothing to be done for `install-data-am'.
  2246. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  2247. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include/misc'
  2248. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  2249. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  2250. make[3]: Nothing to be done for `install-exec-am'.
  2251. make[3]: Nothing to be done for `install-data-am'.
  2252. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  2253. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  2254. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter/include'
  2255. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  2256. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  2257. make[2]: Nothing to be done for `install-exec-am'.
  2258. make[2]: Nothing to be done for `install-data-am'.
  2259. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  2260. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cnijfilter'
  2261. + popd
  2262. ~/rpm/BUILD/cnijfilter-source-3.40-1
  2263. + pushd printui
  2264. ~/rpm/BUILD/cnijfilter-source-3.40-1/printui ~/rpm/BUILD/cnijfilter-source-3.40-1
  2265. + make install DESTDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2266. Making install in po
  2267. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/po'
  2268. if test -r ".././mkinstalldirs"; then \
  2269.   .././mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share; \
  2270. else \
  2271.   /bin/sh ../mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share; \
  2272. fi
  2273. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share
  2274. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/cs/LC_MESSAGES
  2275. installing cs.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/cs/LC_MESSAGES/printuimg5100.mo
  2276. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/da/LC_MESSAGES
  2277. installing da.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/da/LC_MESSAGES/printuimg5100.mo
  2278. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/de/LC_MESSAGES
  2279. installing de.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/de/LC_MESSAGES/printuimg5100.mo
  2280. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/el/LC_MESSAGES
  2281. installing el.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/el/LC_MESSAGES/printuimg5100.mo
  2282. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/es/LC_MESSAGES
  2283. installing es.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/es/LC_MESSAGES/printuimg5100.mo
  2284. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/fi/LC_MESSAGES
  2285. installing fi.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/fi/LC_MESSAGES/printuimg5100.mo
  2286. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/fr/LC_MESSAGES
  2287. installing fr.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/fr/LC_MESSAGES/printuimg5100.mo
  2288. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/hu/LC_MESSAGES
  2289. installing hu.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/hu/LC_MESSAGES/printuimg5100.mo
  2290. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/it/LC_MESSAGES
  2291. installing it.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/it/LC_MESSAGES/printuimg5100.mo
  2292. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ja/LC_MESSAGES
  2293. installing ja.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ja/LC_MESSAGES/printuimg5100.mo
  2294. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ko/LC_MESSAGES
  2295. installing ko.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ko/LC_MESSAGES/printuimg5100.mo
  2296. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/nl/LC_MESSAGES
  2297. installing nl.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/nl/LC_MESSAGES/printuimg5100.mo
  2298. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/nb/LC_MESSAGES
  2299. installing nb.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/nb/LC_MESSAGES/printuimg5100.mo
  2300. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/pl/LC_MESSAGES
  2301. installing pl.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/pl/LC_MESSAGES/printuimg5100.mo
  2302. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/pt/LC_MESSAGES
  2303. installing pt.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/pt/LC_MESSAGES/printuimg5100.mo
  2304. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ru/LC_MESSAGES
  2305. installing ru.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ru/LC_MESSAGES/printuimg5100.mo
  2306. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/sv/LC_MESSAGES
  2307. installing sv.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/sv/LC_MESSAGES/printuimg5100.mo
  2308. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/th/LC_MESSAGES
  2309. installing th.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/th/LC_MESSAGES/printuimg5100.mo
  2310. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/tr/LC_MESSAGES
  2311. installing tr.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/tr/LC_MESSAGES/printuimg5100.mo
  2312. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/zh/LC_MESSAGES
  2313. installing zh.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/zh/LC_MESSAGES/printuimg5100.mo
  2314. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/zh_TW/LC_MESSAGES
  2315. installing zh_TW.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/zh_TW/LC_MESSAGES/printuimg5100.mo
  2316. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/id/LC_MESSAGES
  2317. installing id.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/id/LC_MESSAGES/printuimg5100.mo
  2318. if test "printuimg5100" = "glib"; then \
  2319.   if test -r ".././mkinstalldirs"; then \
  2320.     .././mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/glib-2.0/gettext/po; \
  2321.   else \
  2322.     /bin/sh ../mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/glib-2.0/gettext/po; \
  2323.   fi; \
  2324.   /usr/bin/install -c -m 644 ./Makefile.in.in \
  2325.           /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
  2326. else \
  2327.   : ; \
  2328. fi
  2329. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/po'
  2330. Making install in src
  2331. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  2332. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  2333. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2334.  /usr/bin/install -c printui '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/./printuimg5100'
  2335. make[2]: Nothing to be done for `install-data-am'.
  2336. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  2337. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/src'
  2338. Making install in include
  2339. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  2340. Making install in cncl
  2341. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  2342. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  2343. make[3]: Nothing to be done for `install-exec-am'.
  2344. make[3]: Nothing to be done for `install-data-am'.
  2345. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  2346. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/cncl'
  2347. Making install in misc
  2348. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  2349. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  2350. make[3]: Nothing to be done for `install-exec-am'.
  2351. make[3]: Nothing to be done for `install-data-am'.
  2352. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  2353. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include/misc'
  2354. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  2355. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  2356. make[3]: Nothing to be done for `install-exec-am'.
  2357. make[3]: Nothing to be done for `install-data-am'.
  2358. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  2359. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  2360. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui/include'
  2361. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  2362. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  2363. make[2]: Nothing to be done for `install-exec-am'.
  2364. /bin/sh ./mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100; \
  2365. for glade in ./*.glade; do \
  2366.  if test -f $glade; then \
  2367.    /usr/bin/install -c -m 644 $glade /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100; \
  2368.  fi \
  2369. done
  2370. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100
  2371. if test -d ./pixmaps; then \
  2372.  for pixmap in ./pixmaps/*; do \
  2373.    if test -f $pixmap; then \
  2374.      /usr/bin/install -c -m 644 $pixmap /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100; \
  2375.    fi \
  2376.  done \
  2377. fi
  2378. if test -d ./keytext; then \
  2379.  for keytext in ./keytext/*; do \
  2380.    if test -f $keytext; then \
  2381.      /usr/bin/install -c -m 644 $keytext /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100; \
  2382.    fi \
  2383.  done \
  2384. fi
  2385. if test -d ./data; then \
  2386. model=`echo | sed 's&$&mg5100&'`; \
  2387.  for data in ./data/*$model.utl; do \
  2388.    if test -f $data; then \
  2389.      /usr/bin/install -c -m 644 $data /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100; \
  2390.    fi \
  2391.  done \
  2392. fi
  2393. if test -d ./pixmaps/pattern; then \
  2394. model=`echo | sed 's&$&mg5100&'`; \
  2395.  for pattern in ./pixmaps/pattern/*$model.xpm; do \
  2396.    if test -f $pattern; then \
  2397.      /usr/bin/install -c -m 644 $pattern /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/printuimg5100; \
  2398.    fi \
  2399.  done \
  2400. fi
  2401. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  2402. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/printui'
  2403. + popd
  2404. ~/rpm/BUILD/cnijfilter-source-3.40-1
  2405. + pushd lgmon
  2406. ~/rpm/BUILD/cnijfilter-source-3.40-1/lgmon ~/rpm/BUILD/cnijfilter-source-3.40-1
  2407. + make install DESTDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2408. Making install in src
  2409. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  2410. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  2411. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2412.  /usr/bin/install -c lgmon '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/./lgmonmg5100'
  2413. make[2]: Nothing to be done for `install-data-am'.
  2414. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  2415. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/src'
  2416. Making install in include
  2417. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  2418. Making install in cncl
  2419. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  2420. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  2421. make[3]: Nothing to be done for `install-exec-am'.
  2422. make[3]: Nothing to be done for `install-data-am'.
  2423. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  2424. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include/cncl'
  2425. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  2426. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  2427. make[3]: Nothing to be done for `install-exec-am'.
  2428. make[3]: Nothing to be done for `install-data-am'.
  2429. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  2430. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  2431. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon/include'
  2432. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  2433. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  2434. make[2]: Nothing to be done for `install-exec-am'.
  2435. make[2]: Nothing to be done for `install-data-am'.
  2436. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  2437. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/lgmon'
  2438. + popd
  2439. ~/rpm/BUILD/cnijfilter-source-3.40-1
  2440. + pushd cngpijmon
  2441. ~/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon ~/rpm/BUILD/cnijfilter-source-3.40-1
  2442. + make install DESTDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2443. Making install in po
  2444. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/po'
  2445. if test -r ".././mkinstalldirs"; then \
  2446.  .././mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share; \
  2447. else \
  2448.  /bin/sh ../mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share; \
  2449. fi
  2450. installing cs.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/cs/LC_MESSAGES/cngpijmonmg5100.mo
  2451. installing da.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/da/LC_MESSAGES/cngpijmonmg5100.mo
  2452. installing de.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/de/LC_MESSAGES/cngpijmonmg5100.mo
  2453. installing el.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/el/LC_MESSAGES/cngpijmonmg5100.mo
  2454. installing es.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/es/LC_MESSAGES/cngpijmonmg5100.mo
  2455. installing fi.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/fi/LC_MESSAGES/cngpijmonmg5100.mo
  2456. installing fr.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/fr/LC_MESSAGES/cngpijmonmg5100.mo
  2457. installing hu.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/hu/LC_MESSAGES/cngpijmonmg5100.mo
  2458. installing it.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/it/LC_MESSAGES/cngpijmonmg5100.mo
  2459. installing ja.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ja/LC_MESSAGES/cngpijmonmg5100.mo
  2460. installing ko.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ko/LC_MESSAGES/cngpijmonmg5100.mo
  2461. installing nl.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/nl/LC_MESSAGES/cngpijmonmg5100.mo
  2462. installing nb.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/nb/LC_MESSAGES/cngpijmonmg5100.mo
  2463. installing pl.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/pl/LC_MESSAGES/cngpijmonmg5100.mo
  2464. installing pt.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/pt/LC_MESSAGES/cngpijmonmg5100.mo
  2465. installing ru.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/ru/LC_MESSAGES/cngpijmonmg5100.mo
  2466. installing sv.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/sv/LC_MESSAGES/cngpijmonmg5100.mo
  2467. installing th.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/th/LC_MESSAGES/cngpijmonmg5100.mo
  2468. installing tr.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/tr/LC_MESSAGES/cngpijmonmg5100.mo
  2469. installing zh.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/zh/LC_MESSAGES/cngpijmonmg5100.mo
  2470. installing zh_TW.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/zh_TW/LC_MESSAGES/cngpijmonmg5100.mo
  2471. installing id.gmo as /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/locale/id/LC_MESSAGES/cngpijmonmg5100.mo
  2472. if test "cngpijmonmg5100" = "glib"; then \
  2473.  if test -r ".././mkinstalldirs"; then \
  2474.    .././mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/glib-2.0/gettext/po; \
  2475.  else \
  2476.    /bin/sh ../mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/glib-2.0/gettext/po; \
  2477.  fi; \
  2478.  /usr/bin/install -c -m 644 ./Makefile.in.in \
  2479.           /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
  2480. else \
  2481.  : ; \
  2482. fi
  2483. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/po'
  2484. Making install in src
  2485. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  2486. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  2487. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2488.   /usr/bin/install -c cngpijmon '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/./cngpijmonmg5100'
  2489. make[2]: Nothing to be done for `install-data-am'.
  2490. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  2491. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/src'
  2492. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  2493. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  2494. make[2]: Nothing to be done for `install-exec-am'.
  2495. /bin/sh ./mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/cngpijmonmg5100; \
  2496. /bin/sh ./mkinstalldirs /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/cngpijmonmg5100/pixmaps; \
  2497. if test -d ./pixmaps; then \
  2498.   for pixmap in ./pixmaps/*; do \
  2499.     if test -f $pixmap; then \
  2500.       /usr/bin/install -c -m 644 $pixmap /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/cngpijmonmg5100/pixmaps; \
  2501.     fi \
  2502.   done \
  2503. fi
  2504. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/cngpijmonmg5100
  2505. mkdir -p -- /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/cngpijmonmg5100/pixmaps
  2506. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  2507. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon'
  2508. + popd
  2509. ~/rpm/BUILD/cnijfilter-source-3.40-1
  2510. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/bjlib
  2511. + install -c -m 644 373/database/cifmg5100.conf 373/database/cnb_3730.tbl 373/database/cnbpname373.tbl /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/bjlib
  2512. + install -c -s -m 755 373/libs_bin64/libcnbpcmcm373.so.8.0.1 373/libs_bin64/libcnbpcnclapi373.so.3.5.0 373/libs_bin64/libcnbpcnclbjcmd373.so.3.3.0 373/libs_bin64/libcnbpcnclui373.so.3.6.0 373/libs_bin64/libcnbpess373.so.3.3.3 373/libs_bin64/libcnbpo373.so.1.0.1 /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64
  2513. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin
  2514. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter
  2515. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend
  2516. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/filter
  2517. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend
  2518. + mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/share/cups/model
  2519. + install -c -m 644 com/ini/cnnet.ini /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/bjlib
  2520. + make install DESTDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2521. target=install; for dir in libs cngpij pstocanonij backend backendnet cngpijmon/cnijnpr; do (cd $dir; make $target)|| exit 1; done
  2522. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2523. Making install in paramlist
  2524. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist'
  2525. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist'
  2526. make[3]: Nothing to be done for `install-exec-am'.
  2527. make[3]: Nothing to be done for `install-data-am'.
  2528. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist'
  2529. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/paramlist'
  2530. Making install in buftool
  2531. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/buftool'
  2532. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/buftool'
  2533. make[3]: Nothing to be done for `install-exec-am'.
  2534. make[3]: Nothing to be done for `install-data-am'.
  2535. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/buftool'
  2536. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs/buftool'
  2537. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2538. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2539. make[3]: Nothing to be done for `install-exec-am'.
  2540. make[3]: Nothing to be done for `install-data-am'.
  2541. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2542. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2543. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/libs'
  2544. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2545. Making install in cngpij
  2546. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij/cngpij'
  2547. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij/cngpij'
  2548. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2549.  /bin/sh ../libtool   --mode=install /usr/bin/install -c cngpij '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin'
  2550. libtool: install: /usr/bin/install -c cngpij /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cngpij
  2551. make[3]: Nothing to be done for `install-data-am'.
  2552. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij/cngpij'
  2553. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij/cngpij'
  2554. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2555. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2556. make[3]: Nothing to be done for `install-exec-am'.
  2557. make[3]: Nothing to be done for `install-data-am'.
  2558. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2559. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2560. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpij'
  2561. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2562. Making install in filter
  2563. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij/filter'
  2564. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij/filter'
  2565. make[3]: Nothing to be done for `install-exec-am'.
  2566. test -z "/usr/lib/cups/filter" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter"
  2567.  /bin/sh ../libtool   --mode=install /usr/bin/install -c pstocanonij '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter'
  2568. libtool: install: /usr/bin/install -c pstocanonij /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter/pstocanonij
  2569. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij/filter'
  2570. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij/filter'
  2571. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2572. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2573. make[3]: Nothing to be done for `install-exec-am'.
  2574. make[3]: Nothing to be done for `install-data-am'.
  2575. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2576. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2577. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/pstocanonij'
  2578. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2579. Making install in src
  2580. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend/src'
  2581. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend/src'
  2582. make[3]: Nothing to be done for `install-exec-am'.
  2583. test -z "/usr/lib/cups/backend" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend"
  2584.   /bin/sh ../libtool   --mode=install /usr/bin/install -c cnijusb '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend'
  2585. libtool: install: /usr/bin/install -c cnijusb /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijusb
  2586. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend/src'
  2587. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend/src'
  2588. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2589. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2590. make[3]: Nothing to be done for `install-exec-am'.
  2591. make[3]: Nothing to be done for `install-data-am'.
  2592. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2593. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2594. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backend'
  2595. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2596. Making install in lmonitor
  2597. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/lmonitor'
  2598. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/lmonitor'
  2599. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2600.   /bin/sh ../libtool   --mode=install /usr/bin/install -c cnijnetprn '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin'
  2601. libtool: install: /usr/bin/install -c cnijnetprn /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cnijnetprn
  2602. make[3]: Nothing to be done for `install-data-am'.
  2603. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/lmonitor'
  2604. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/lmonitor'
  2605. Making install in backend
  2606. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/backend'
  2607. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/backend'
  2608. make[3]: Nothing to be done for `install-exec-am'.
  2609. test -z "/usr/lib/cups/backend" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend"
  2610.   /bin/sh ../libtool   --mode=install /usr/bin/install -c cnijnet '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend'
  2611. libtool: install: /usr/bin/install -c cnijnet /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijnet
  2612. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/backend'
  2613. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet/backend'
  2614. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2615. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2616. make[3]: Nothing to be done for `install-exec-am'.
  2617. make[3]: Nothing to be done for `install-data-am'.
  2618. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2619. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2620. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/backendnet'
  2621. make[1]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2622. Making install in cnijnpr
  2623. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
  2624. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
  2625. test -z "/usr/local/bin" || /bin/mkdir -p "/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin"
  2626.   /usr/bin/install -c cnijnpr '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin'
  2627. make[3]: Nothing to be done for `install-data-am'.
  2628. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
  2629. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr/cnijnpr'
  2630. make[2]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2631. make[3]: Entering directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2632. make[3]: Nothing to be done for `install-exec-am'.
  2633. make[3]: Nothing to be done for `install-data-am'.
  2634. make[3]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2635. make[2]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2636. make[1]: Leaving directory `/home/kamil/rpm/BUILD/cnijfilter-source-3.40-1/cngpijmon/cnijnpr'
  2637. + install -c -s -m 755 com/libs_bin64/libcnnet.so.1.2.0 /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64
  2638. + install -c -m 755 /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter/pstocanonij /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/filter/pstocanonij
  2639. + install -c -m 755 /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijusb /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend/cnijusb
  2640. + install -c -m 755 /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijnet /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend/cnijnet
  2641. + /usr/lib/rpm/mageia/find-debuginfo.sh /home/kamil/rpm/BUILD/cnijfilter-source-3.40-1
  2642.  
  2643. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter/pstocanonij
  2644. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/filter/pstocanonij
  2645. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijnet
  2646. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijnet
  2647. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijusb
  2648. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib/cups/backend/cnijusb
  2649. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/filter/pstocanonij
  2650. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/filter/pstocanonij
  2651. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend/cnijnet
  2652. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend/cnijnet
  2653. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend/cnijusb
  2654. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/lib64/cups/backend/cnijusb
  2655. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cngpij
  2656. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cngpij
  2657. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/lgmonmg5100
  2658. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/lgmonmg5100
  2659. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cifmg5100
  2660. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cifmg5100
  2661. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cnijnetprn
  2662. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cnijnetprn
  2663. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/printuimg5100
  2664. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/printuimg5100
  2665. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cnijnpr
  2666. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cnijnpr
  2667. extracting debug info from /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cngpijmonmg5100
  2668. *** WARNING: No build ID note found in /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/local/bin/cngpijmonmg5100
  2669. cpio: /home/iurt/rpm/BUILD/glibc-2.12.1/csu: Cannot stat: No such file or directory
  2670. 0 blocks
  2671. + '[' -n '' ']'
  2672. + /usr/share/spec-helper/clean_files
  2673. + '[' -n '' ']'
  2674. + /usr/share/spec-helper/compress_files .xz
  2675. + '[' -n '' ']'
  2676. + /usr/share/spec-helper/relink_symlinks
  2677. + '[' -n '' ']'
  2678. + /usr/share/spec-helper/clean_perl
  2679. + '[' -n '' ']'
  2680. + /usr/share/spec-helper/lib_symlinks
  2681. + '[' -n '' ']'
  2682. + /usr/share/spec-helper/gprintify
  2683. + '[' -n '' ']'
  2684. + /usr/share/spec-helper/fix_mo
  2685. + '[' -n '' ']'
  2686. + /usr/share/spec-helper/translate_menu
  2687. + '[' -n '' ']'
  2688. + /usr/share/spec-helper/fix_pamd
  2689. + '[' -n '' ']'
  2690. + /usr/share/spec-helper/remove_info_dir
  2691. + '[' -n '' ']'
  2692. + /usr/share/spec-helper/fix_eol
  2693. + '[' -n '' ']'
  2694. + /usr/share/spec-helper/check_elf_files
  2695. Warning: unused libraries in /usr/lib64/libcnbpcnclapi373.so.3.5.0: libdl.so.2
  2696.  
  2697. Warning: unused libraries in /usr/lib64/libcnnet.so.1.2.0: libdl.so.2
  2698.  
  2699. Warning: unused libraries in /usr/lib/cups/filter/pstocanonij: libpopt.so.0
  2700.  
  2701. Warning: unused libraries in /usr/lib64/cups/filter/pstocanonij: libpopt.so.0
  2702.  
  2703. Warning: unused libraries in /usr/local/bin/lgmonmg5100: libcnbpcmcm373.so
  2704.  libcnbpess373.so
  2705.  libcnbpcnclbjcmd373.so
  2706.  
  2707. Warning: unused libraries in /usr/local/bin/cifmg5100: libcnbpcmcm373.so
  2708.  libcnbpess373.so
  2709.  libm.so.6
  2710.  libdl.so.2
  2711.  libcnbpcnclbjcmd373.so
  2712.  
  2713. Warning: unused libraries in /usr/local/bin/printuimg5100: libgio-2.0.so.0
  2714.  libpangoft2-1.0.so.0
  2715.  libpangocairo-1.0.so.0
  2716.  libm.so.6
  2717.  libcairo.so.2
  2718.  libpng12.so.0
  2719.  libpango-1.0.so.0
  2720.  libfreetype.so.6
  2721.  libfontconfig.so.1
  2722.  libgmodule-2.0.so.0
  2723.  libgthread-2.0.so.0
  2724.  librt.so.1
  2725.  libcnbpcmcm373.so
  2726.  libcnbpcnclbjcmd373.so
  2727.  libcnbpess373.so
  2728.  
  2729. Warning: unused libraries in /usr/local/bin/cngpijmonmg5100: libgio-2.0.so.0
  2730.  libpangoft2-1.0.so.0
  2731.  libpangocairo-1.0.so.0
  2732.  libm.so.6
  2733.  libcairo.so.2
  2734.  libpng12.so.0
  2735.  libpango-1.0.so.0
  2736.  libfreetype.so.6
  2737.  libfontconfig.so.1
  2738.  libgmodule-2.0.so.0
  2739.  libgthread-2.0.so.0
  2740.  librt.so.1
  2741.  
  2742. Processing files: cnijfilter-mg5100series-3.40-1.x86_64
  2743. Executing(%doc): /bin/sh -e /home/kamil/rpm/tmp/rpm-tmp.v57yOs
  2744. + umask 022
  2745. + cd /home/kamil/rpm/BUILD
  2746. + cd cnijfilter-source-3.40-1
  2747. + DOCDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-mg5100series
  2748. + export DOCDIR
  2749. + /bin/mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-mg5100series
  2750. + cp -pr LICENSE-cnijfilter-3.40JP.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-mg5100series
  2751. + cp -pr LICENSE-cnijfilter-3.40EN.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-mg5100series
  2752. + cp -pr LICENSE-cnijfilter-3.40SC.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-mg5100series
  2753. + cp -pr LICENSE-cnijfilter-3.40FR.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-mg5100series
  2754. + exit 0
  2755. Finding  Provides: /usr/lib/rpm/mageia/filter.sh ' ' ' ' '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64' /usr/lib/rpm/mageia/find-provides
  2756. Finding  Requires: /usr/lib/rpm/mageia/filter.sh ' ' ' ' '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64' /usr/lib/rpm/mageia/find-requires /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64 x86_64
  2757. Provides: libcnbpcmcm373.so()(64bit) libcnbpcnclapi373.so()(64bit) libcnbpcnclbjcmd373.so()(64bit) libcnbpcnclui373.so()(64bit) libcnbpess373.so()(64bit) libcnbpo373.so()(64bit) devel(libcnbpcmcm373(64bit)) devel(libcnbpcnclapi373(64bit)) devel(libcnbpcnclbjcmd373(64bit)) devel(libcnbpcnclui373(64bit)) devel(libcnbpess373(64bit)) devel(libcnbpo373(64bit))
  2758. Requires(interp): /bin/sh /bin/sh
  2759. Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1
  2760. Requires(post): /bin/sh
  2761. Requires(postun): /bin/sh
  2762. Requires: libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcairo.so.2()(64bit) libcnbpcmcm373.so()(64bit) libcnbpcnclapi373.so()(64bit) libcnbpcnclbjcmd373.so()(64bit) libcnbpcnclui373.so()(64bit) libcnbpess373.so()(64bit) libcups.so.2()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpangoft2-1.0.so.0()(64bit) libpng12.so.0()(64bit) libpopt.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libtiff.so.3()(64bit) libxml2.so.2()(64bit) rtld(GNU_HASH) devel(libcnbpcmcm373(64bit)) devel(libcnbpcnclbjcmd373(64bit)) devel(libcnbpess373(64bit)) devel(libdl(64bit))
  2763. Processing files: cnijfilter-common-3.40-1.x86_64
  2764. Executing(%doc): /bin/sh -e /home/kamil/rpm/tmp/rpm-tmp.dv8Xg0
  2765. + umask 022
  2766. + cd /home/kamil/rpm/BUILD
  2767. + cd cnijfilter-source-3.40-1
  2768. + DOCDIR=/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-common
  2769. + export DOCDIR
  2770. + /bin/mkdir -p /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-common
  2771. + cp -pr LICENSE-cnijfilter-3.40JP.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-common
  2772. + cp -pr LICENSE-cnijfilter-3.40EN.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-common
  2773. + cp -pr LICENSE-cnijfilter-3.40SC.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-common
  2774. + cp -pr LICENSE-cnijfilter-3.40FR.txt /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64/usr/share/doc/cnijfilter-common
  2775. + exit 0
  2776. Finding  Provides: /usr/lib/rpm/mageia/filter.sh ' ' ' ' '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64' /usr/lib/rpm/mageia/find-provides
  2777. Finding  Requires: /usr/lib/rpm/mageia/filter.sh ' ' ' ' '/home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64' /usr/lib/rpm/mageia/find-requires /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64 x86_64
  2778. Provides: libcnnet.so()(64bit) libcnnet.so(VERS_1.0)(64bit) devel(libcnnet(64bit))
  2779. Requires(interp): /bin/sh /bin/sh
  2780. Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1
  2781. Requires(post): /bin/sh
  2782. Requires(postun): /bin/sh
  2783. Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcnnet.so()(64bit) libcups.so.2()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpopt.so.0()(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) devel(libdl(64bit))
  2784. Processing files: cnijfilter-mg5100series-debug-3.40-1.x86_64
  2785. Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2786. Wrote: /home/kamil/rpm/RPMS/x86_64/cnijfilter-mg5100series-3.40-1.x86_64.rpm
  2787. Wrote: /home/kamil/rpm/RPMS/x86_64/cnijfilter-common-3.40-1.x86_64.rpm
  2788. Wrote: /home/kamil/rpm/RPMS/x86_64/cnijfilter-mg5100series-debug-3.40-1.x86_64.rpm
  2789. Executing(%clean): /bin/sh -e /home/kamil/rpm/tmp/rpm-tmp.3C1HUQ
  2790. + umask 022
  2791. + cd /home/kamil/rpm/BUILD
  2792. + cd cnijfilter-source-3.40-1
  2793. + rm -rf /home/kamil/rpm/BUILDROOT/cnijfilter-mg5100series-3.40-1.x86_64
  2794. + exit 0
  2795. [kamil@localhost ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement