Advertisement
Guest User

error: 'packer-*.pkg.tar.*': cannot open package file

a guest
Mar 24th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 92.16 KB | None | 0 0
  1. $ bash -x /usr/bin/packer -S gentoo
  2. + tmpdir=/tmp/packertmp-1000
  3. + rm -rf /tmp/packertmp-1000
  4. + mkdir -p /tmp/packertmp-1000
  5. + makepkgconf=/etc/makepkg.conf
  6. + usermakepkgconf=/home/digit/.makepkg.conf
  7. + pacmanconf=/etc/pacman.conf
  8. + RPCURL='https://aur.archlinux.org/rpc.php?type'
  9. + PKGURL=https://aur.archlinux.org/packages
  10. ++ type -p pacman
  11. + pacman=/usr/bin/pacman
  12. ++ type -p pacman-color
  13. + outputpacman=
  14. + [[ -n '' ]]
  15. + outputpacman=/usr/bin/pacman
  16. + trap ctrlc INT
  17. + [[ -n -S ]]
  18. + packageargs=()
  19. + [[ -n -S ]]
  20. + case "$1" in
  21. + option=install
  22. + shift
  23. + [[ -n gentoo ]]
  24. + case "$1" in
  25. + packageargs+=("$1")
  26. + shift
  27. + [[ -n '' ]]
  28. + [[ -n install ]]
  29. + [[ install != \u\p\d\a\t\e ]]
  30. + [[ -z gentoo ]]
  31. + [[ install = install ]]
  32. + installhandling gentoo
  33. + packageargs=("$@")
  34. + getignoredpackages
  35. + IFS=,
  36. + ignoredpackages=($ignorearg)
  37. + IFS='
  38. '
  39. + ignoredpackages+=($(grep '^ *IgnorePkg' "$pacmanconf" | cut -d '=' -f 2-))
  40. ++ grep '^ *IgnorePkg' /etc/pacman.conf
  41. ++ cut -d = -f 2-
  42. + sourcemakepkgconf
  43. + . /etc/makepkg.conf
  44. ++ DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u' 'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u' 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u' 'rsync::/usr/bin/rsync -z %u %o' 'scp::/usr/bin/scp -C %u %o')
  45. ++ CARCH=x86_64
  46. ++ CHOST=x86_64-unknown-linux-gnu
  47. ++ CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
  48. ++ CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
  49. ++ LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
  50. ++ BUILDENV=(fakeroot !distcc color !ccache check)
  51. ++ OPTIONS=(strip docs libtool emptydirs zipman purge)
  52. ++ INTEGRITY_CHECK=(md5)
  53. ++ STRIP_BINARIES=--strip-all
  54. ++ STRIP_SHARED=--strip-unneeded
  55. ++ STRIP_STATIC=--strip-debug
  56. ++ MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
  57. ++ DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
  58. ++ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
  59. ++ PKGEXT=.pkg.tar.xz
  60. ++ SRCEXT=.src.tar.gz
  61. + [[ -r /home/digit/.makepkg.conf ]]
  62. + for package in '"${packageargs[@]}"'
  63. + [[ -n '' ]]
  64. + existsinpacman gentoo
  65. + /usr/bin/pacman -Si -- gentoo
  66. + [[ -n '' ]]
  67. + existsinpacmangroup gentoo
  68. ++ /usr/bin/pacman -Sgq gentoo
  69. + [[ -n '' ]]
  70. + existsinaur gentoo
  71. + rpcinfo gentoo
  72. + [[ -f /tmp/packertmp-1000/gentoo.info ]]
  73. + curl -LfGs --data-urlencode arg=gentoo 'https://aur.archlinux.org/rpc.php?type=info'
  74. + grep -Fq ':"No result found"' /tmp/packertmp-1000/gentoo.info
  75. + finddeps gentoo
  76. + pacmandeps=()
  77. + aurdeps=()
  78. + scrapeaurdeps gentoo
  79. + pkginfo gentoo
  80. + [[ -f /tmp/packertmp-1000/gentoo.PKGBUILD ]]
  81. + curl -Lfs https://aur.archlinux.org/packages/gentoo/PKGBUILD
  82. + . /tmp/packertmp-1000/gentoo.PKGBUILD
  83. ++ pkgname=gentoo
  84. ++ pkgver=0.19.9
  85. ++ pkgrel=1
  86. ++ pkgdesc='A lightweight file manager for GTK'
  87. ++ arch=('i686' 'x86_64')
  88. ++ url=http://www.obsession.se/gentoo/
  89. ++ license=('GPL2')
  90. ++ depends=('gtk2' 'gamin')
  91. ++ source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
  92. ++ md5sums=('2700cd04f122f3434dfd5114e1d0f4b5')
  93. + IFS='
  94. '
  95. + dependencies=($(echo -e "${depends[*]}\n${makedepends[*]}" | sed -e 's/=.*//' -e 's/>.*//' -e 's/<.*//'| sort -u))
  96. ++ sort -u
  97. ++ echo -e 'gtk2
  98. gamin\n'
  99. ++ sed -e 's/=.*//' -e 's/>.*//' -e 's/<.*//'
  100. + missingdeps=($($pacman -T "${dependencies[@]}"))
  101. ++ /usr/bin/pacman -T gamin gtk2
  102. + [[ -n '' ]]
  103. + return 0
  104. + aurpackages+=("$package")
  105. + aurdepends+=("${aurdeps[@]}")
  106. + pacmandepends+=("${pacmandeps[@]}")
  107. + for package in '"${aurpackages[@]}"'
  108. + isignored gentoo
  109. + [[  firefox xulrunner icecat  =~  gentoo  ]]
  110. + aurtargets+=("$package")
  111. + [[ -n '' ]]
  112. + [[ -n gentoo ]]
  113. + [[ -n '' ]]
  114. + for pkg in '"${aurtargets[@]}"'
  115. + existsinlocal gentoo
  116. + /usr/bin/pacman -Qq -- gentoo
  117. + for pkg in '"${aurtargets[@]}"' '"${aurdepends[@]}"'
  118. + isoutofdate gentoo
  119. + rpcinfo gentoo
  120. + [[ -f /tmp/packertmp-1000/gentoo.info ]]
  121. + grep -qF '"OutOfDate":"1"}}' /tmp/packertmp-1000/gentoo.info
  122. + echo
  123.  
  124. + [[ -n '' ]]
  125. + echo -e 'Aur Targets    (1): gentoo'
  126. Aur Targets    (1): gentoo
  127. + [[ -n '' ]]
  128. + echo -en '\nProceed with installation? [Y/n] '
  129.  
  130. Proceed with installation? [Y/n] + [[ -n '' ]]
  131. + proceed
  132. + read -r
  133. y
  134. + case "$REPLY" in
  135. + return 0
  136. + [[ -n '' ]]
  137. + [[ -n '' ]]
  138. + for package in '"${aurtargets[@]}"'
  139. + scrapeaurdeps gentoo
  140. + pkginfo gentoo
  141. + [[ -f /tmp/packertmp-1000/gentoo.PKGBUILD ]]
  142. + . /tmp/packertmp-1000/gentoo.PKGBUILD
  143. ++ pkgname=gentoo
  144. ++ pkgver=0.19.9
  145. ++ pkgrel=1
  146. ++ pkgdesc='A lightweight file manager for GTK'
  147. ++ arch=('i686' 'x86_64')
  148. ++ url=http://www.obsession.se/gentoo/
  149. ++ license=('GPL2')
  150. ++ depends=('gtk2' 'gamin')
  151. ++ source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
  152. ++ md5sums=('2700cd04f122f3434dfd5114e1d0f4b5')
  153. + IFS='
  154. '
  155. + dependencies=($(echo -e "${depends[*]}\n${makedepends[*]}" | sed -e 's/=.*//' -e 's/>.*//' -e 's/<.*//'| sort -u))
  156. ++ sort -u
  157. ++ echo -e 'gtk2
  158. gamin\n'
  159. ++ sed -e 's/=.*//' -e 's/>.*//' -e 's/<.*//'
  160. + /usr/bin/pacman -T gamin gtk2
  161. + aurinstall gentoo explicit
  162. + dir=/tmp/packerbuild-1000/gentoo
  163. + . /tmp/packerbuild-1000/gentoo/gentoo/PKGBUILD
  164. + [[ -d /tmp/packerbuild-1000/gentoo ]]
  165. + mkdir -p /tmp/packerbuild-1000/gentoo
  166. + cd /tmp/packerbuild-1000/gentoo
  167. + curl -Lfs https://aur.archlinux.org/packages/gentoo/gentoo.tar.gz
  168. + tar xf gentoo.tar.gz
  169. + cd gentoo
  170. + [[ -f PKGBUILD ]]
  171. + [[ -n '' ]]
  172. + [[ -n '' ]]
  173. + echo -en 'Edit gentoo PKGBUILD with $EDITOR? [Y/n] '
  174. Edit gentoo PKGBUILD with $EDITOR? [Y/n] + read -n 1 answer
  175. n+ echo
  176.  
  177. + case "$answer" in
  178. + unset install
  179. + . PKGBUILD
  180. ++ pkgname=packer
  181. ++ pkgver=20101201
  182. ++ pkgrel=1
  183. ++ pkgdesc='Bash wrapper for pacman and aur'
  184. ++ url=http://github.com/bruenig/packer
  185. ++ license=GPL
  186. ++ arch=('any')
  187. ++ makedepends=('git')
  188. ++ depends=('grep' 'sed' 'bash' 'curl' 'pacman')
  189. ++ optdepends=('sudo: install and update packages as non-root' 'pacman-color: colorized output')
  190. ++ _gitroot=http://github.com/bruenig/packer.git
  191. ++ _gitname=packer
  192. + [[ -n '' ]]
  193. + [[ 1000 -eq 0 ]]
  194. + makepkg -f
  195. ==> Making package: gentoo 0.19.9-1 (Fri Mar 25 02:40:37 GMT 2011)
  196. ==> Checking runtime dependencies...
  197. ==> Checking buildtime dependencies...
  198. ==> Retrieving Sources...
  199.   -> Downloading gentoo-0.19.9.tar.gz...
  200. --2011-03-25 02:40:37--  http://downloads.sourceforge.net/gentoo/gentoo-0.19.9.tar.gz
  201. Resolving downloads.sourceforge.net... 216.34.181.59
  202. Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
  203. HTTP request sent, awaiting response... 301 Moved Permanently
  204. Location: http://downloads.sourceforge.net/project/gentoo/gentoo/0.19.9/gentoo-0.19.9.tar.gz [following]
  205. --2011-03-25 02:40:37--  http://downloads.sourceforge.net/project/gentoo/gentoo/0.19.9/gentoo-0.19.9.tar.gz
  206. Reusing existing connection to downloads.sourceforge.net:80.
  207. HTTP request sent, awaiting response... 302 Found
  208. Location: http://ignum.dl.sourceforge.net/project/gentoo/gentoo/0.19.9/gentoo-0.19.9.tar.gz [following]
  209. --2011-03-25 02:40:38--  http://ignum.dl.sourceforge.net/project/gentoo/gentoo/0.19.9/gentoo-0.19.9.tar.gz
  210. Resolving ignum.dl.sourceforge.net... 62.109.128.11, 2001:1ab0:7e1f:1:230:48ff:fed1:9c0a
  211. Connecting to ignum.dl.sourceforge.net|62.109.128.11|:80... connected.
  212. HTTP request sent, awaiting response... 200 OK
  213. Length: 1532899 (1.5M) [application/x-gzip]
  214. Saving to: “gentoo-0.19.9.tar.gz.part”
  215.  
  216. 100%[==============================================================================================================================>] 1,532,899    250K/s   in 8.1s    
  217.  
  218. 2011-03-25 02:40:46 (185 KB/s) - “gentoo-0.19.9.tar.gz.part” saved [1532899/1532899]
  219.  
  220. ==> Validating source files with md5sums...
  221.     gentoo-0.19.9.tar.gz ... Passed
  222. ==> Extracting Sources...
  223.   -> Extracting gentoo-0.19.9.tar.gz with bsdtar
  224. ==> Entering fakeroot environment...
  225. ==> Starting build()...
  226. checking for a BSD-compatible install... /bin/install -c
  227. checking whether build environment is sane... yes
  228. checking for a thread-safe mkdir -p... /bin/mkdir -p
  229. checking for gawk... gawk
  230. checking whether make sets $(MAKE)... yes
  231. checking for style of include used by make... GNU
  232. checking for gcc... gcc
  233. checking whether the C compiler works... yes
  234. checking for C compiler default output file name... a.out
  235. checking for suffix of executables...
  236. checking whether we are cross compiling... no
  237. checking for suffix of object files... o
  238. checking whether we are using the GNU C compiler... yes
  239. checking whether gcc accepts -g... yes
  240. checking for gcc option to accept ISO C89... none needed
  241. checking dependency style of gcc... gcc3
  242. checking how to run the C preprocessor... gcc -E
  243. checking for grep that handles long lines and -e... /bin/grep
  244. checking for egrep... /bin/grep -E
  245. checking for ANSI C header files... yes
  246. checking for sys/types.h... yes
  247. checking for sys/stat.h... yes
  248. checking for stdlib.h... yes
  249. checking for string.h... yes
  250. checking for memory.h... yes
  251. checking for strings.h... yes
  252. checking for inttypes.h... yes
  253. checking for stdint.h... yes
  254. checking for unistd.h... yes
  255. checking minix/config.h usability... no
  256. checking minix/config.h presence... no
  257. checking for minix/config.h... no
  258. checking whether it is safe to define __EXTENSIONS__... yes
  259. checking for gcc... (cached) gcc
  260. checking whether we are using the GNU C compiler... (cached) yes
  261. checking whether gcc accepts -g... (cached) yes
  262. checking for gcc option to accept ISO C89... (cached) none needed
  263. checking dependency style of gcc... (cached) gcc3
  264. checking how to run the C preprocessor... gcc -E
  265. checking for ranlib... ranlib
  266. checking for pkg-config... /usr/bin/pkg-config
  267. checking pkg-config is at least version 0.16... yes
  268. checking for GLIB - version >= 2.24.0... yes (version 2.26.1)
  269. checking for pkg-config... /usr/bin/pkg-config
  270. checking for GTK+ - version >= 2.18.0... yes (version 2.22.1)
  271. checking pkg-config is at least version 0.9.0... yes
  272. checking for MODULES... yes
  273. checking whether file understands -f - -n option combo... yes
  274. checking number of bits in st_size field... 64
  275. checking for pow in -lm... yes
  276. checking whether NLS is requested... yes
  277. checking for msgfmt... /usr/bin/msgfmt
  278. checking for gmsgfmt... /usr/bin/msgfmt
  279. checking for xgettext... /usr/bin/xgettext
  280. checking for msgmerge... /usr/bin/msgmerge
  281. checking build system type... x86_64-unknown-linux-gnu
  282. checking host system type... x86_64-unknown-linux-gnu
  283. checking whether we are using the GNU C Library 2 or newer... yes
  284. checking for simple visibility declarations... yes
  285. checking for inline... inline
  286. checking for size_t... yes
  287. checking for stdint.h... yes
  288. checking for working alloca.h... yes
  289. checking for alloca... yes
  290. checking for stdlib.h... (cached) yes
  291. checking for unistd.h... (cached) yes
  292. checking for sys/param.h... yes
  293. checking for getpagesize... yes
  294. checking for working mmap... yes
  295. checking whether integer division by zero raises SIGFPE... yes
  296. checking for inttypes.h... yes
  297. checking for unsigned long long int... yes
  298. checking for inttypes.h... (cached) yes
  299. checking whether the inttypes.h PRIxNN macros are broken... no
  300. checking for ld used by GCC... /usr/bin/ld
  301. checking if the linker (/usr/bin/ld) is GNU ld... yes
  302. checking for shared library run path origin... done
  303. checking whether imported symbols can be declared weak... yes
  304. checking pthread.h usability... yes
  305. checking pthread.h presence... yes
  306. checking for pthread.h... yes
  307. checking for pthread_kill in -lpthread... yes
  308. checking for pthread_rwlock_t... yes
  309. checking for multithread API to use... posix
  310. checking argz.h usability... yes
  311. checking argz.h presence... yes
  312. checking for argz.h... yes
  313. checking for inttypes.h... (cached) yes
  314. checking limits.h usability... yes
  315. checking limits.h presence... yes
  316. checking for limits.h... yes
  317. checking for unistd.h... (cached) yes
  318. checking for sys/param.h... (cached) yes
  319. checking for getcwd... yes
  320. checking for getegid... yes
  321. checking for geteuid... yes
  322. checking for getgid... yes
  323. checking for getuid... yes
  324. checking for mempcpy... yes
  325. checking for munmap... yes
  326. checking for stpcpy... yes
  327. checking for strcasecmp... yes
  328. checking for strdup... yes
  329. checking for strtoul... yes
  330. checking for tsearch... yes
  331. checking for argz_count... yes
  332. checking for argz_stringify... yes
  333. checking for argz_next... yes
  334. checking for __fsetlocking... yes
  335. checking whether feof_unlocked is declared... yes
  336. checking whether fgets_unlocked is declared... yes
  337. checking for iconv... yes
  338. checking for working iconv... yes
  339. checking for iconv declaration...
  340.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  341. checking for NL_LOCALE_NAME macro... yes
  342. checking for bison... bison
  343. checking version of bison... 2.4.3, ok
  344. checking for long long int... yes
  345. checking for wchar_t... yes
  346. checking for wint_t... yes
  347. checking for intmax_t... yes
  348. checking whether printf() supports POSIX/XSI format strings... yes
  349. checking whether we are using the GNU C Library 2.1 or newer... yes
  350. checking for stdint.h... (cached) yes
  351. checking for SIZE_MAX... yes
  352. checking for stdint.h... (cached) yes
  353. checking for CFPreferencesCopyAppValue... no
  354. checking for CFLocaleCopyCurrent... no
  355. checking for ptrdiff_t... yes
  356. checking stddef.h usability... yes
  357. checking stddef.h presence... yes
  358. checking for stddef.h... yes
  359. checking for stdlib.h... (cached) yes
  360. checking for string.h... (cached) yes
  361. checking for asprintf... yes
  362. checking for fwprintf... yes
  363. checking for putenv... yes
  364. checking for setenv... yes
  365. checking for setlocale... yes
  366. checking for snprintf... yes
  367. checking for wcslen... yes
  368. checking whether _snprintf is declared... no
  369. checking whether _snwprintf is declared... no
  370. checking whether getc_unlocked is declared... yes
  371. checking for nl_langinfo and CODESET... yes
  372. checking for LC_MESSAGES... yes
  373. checking for CFPreferencesCopyAppValue... (cached) no
  374. checking for CFLocaleCopyCurrent... (cached) no
  375. checking whether included gettext is requested... no
  376. checking for GNU gettext in libc... yes
  377. checking whether to use NLS... yes
  378. checking where the gettext function comes from... libc
  379. configure: creating ./config.status
  380. config.status: creating gentoorc
  381. config.status: creating gentoogtkrc
  382. config.status: creating gentoo.spec
  383. config.status: creating Makefile
  384. config.status: creating icons/Makefile
  385. config.status: creating src/Makefile
  386. config.status: creating intl/Makefile
  387. config.status: creating po/Makefile.in
  388. config.status: creating m4/Makefile
  389. config.status: creating config.h
  390. config.status: executing depfiles commands
  391. config.status: executing po-directories commands
  392. config.status: creating po/POTFILES
  393. config.status: setting ALL_LINGUAS in configure.in is obsolete
  394. config.status: creating po/Makefile
  395. make  all-recursive
  396. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  397. Making all in intl
  398. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/intl'
  399. make[2]: Nothing to be done for `all'.
  400. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/intl'
  401. Making all in m4
  402. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/m4'
  403. make[2]: Nothing to be done for `all'.
  404. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/m4'
  405. Making all in icons
  406. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/icons'
  407. make[2]: Nothing to be done for `all'.
  408. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/icons'
  409. Making all in po
  410. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/po'
  411. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/po'
  412. Making all in src
  413. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/src'
  414. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT buttons.o -MD -MP -MF .deps/buttons.Tpo -c -o buttons.o buttons.c
  415. mv -f .deps/buttons.Tpo .deps/buttons.Po
  416. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT buttonlayout.o -MD -MP -MF .deps/buttonlayout.Tpo -c -o buttonlayout.o buttonlayout.c
  417. mv -f .deps/buttonlayout.Tpo .deps/buttonlayout.Po
  418. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_buttons.o -MD -MP -MF .deps/cfg_buttons.Tpo -c -o cfg_buttons.o cfg_buttons.c
  419. mv -f .deps/cfg_buttons.Tpo .deps/cfg_buttons.Po
  420. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_buttonlayout.o -MD -MP -MF .deps/cfg_buttonlayout.Tpo -c -o cfg_buttonlayout.o cfg_buttonlayout.c
  421. mv -f .deps/cfg_buttonlayout.Tpo .deps/cfg_buttonlayout.Po
  422. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_cmdcfg.o -MD -MP -MF .deps/cfg_cmdcfg.Tpo -c -o cfg_cmdcfg.o cfg_cmdcfg.c
  423. mv -f .deps/cfg_cmdcfg.Tpo .deps/cfg_cmdcfg.Po
  424. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_cmdseq.o -MD -MP -MF .deps/cfg_cmdseq.Tpo -c -o cfg_cmdseq.o cfg_cmdseq.c
  425. mv -f .deps/cfg_cmdseq.Tpo .deps/cfg_cmdseq.Po
  426. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_controls.o -MD -MP -MF .deps/cfg_controls.Tpo -c -o cfg_controls.o cfg_controls.c
  427. mv -f .deps/cfg_controls.Tpo .deps/cfg_controls.Po
  428. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_dialogs.o -MD -MP -MF .deps/cfg_dialogs.Tpo -c -o cfg_dialogs.o cfg_dialogs.c
  429. mv -f .deps/cfg_dialogs.Tpo .deps/cfg_dialogs.Po
  430. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_dirpane.o -MD -MP -MF .deps/cfg_dirpane.Tpo -c -o cfg_dirpane.o cfg_dirpane.c
  431. mv -f .deps/cfg_dirpane.Tpo .deps/cfg_dirpane.Po
  432. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_errors.o -MD -MP -MF .deps/cfg_errors.Tpo -c -o cfg_errors.o cfg_errors.c
  433. mv -f .deps/cfg_errors.Tpo .deps/cfg_errors.Po
  434. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_menus.o -MD -MP -MF .deps/cfg_menus.Tpo -c -o cfg_menus.o cfg_menus.c
  435. mv -f .deps/cfg_menus.Tpo .deps/cfg_menus.Po
  436. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_nag.o -MD -MP -MF .deps/cfg_nag.Tpo -c -o cfg_nag.o cfg_nag.c
  437. mv -f .deps/cfg_nag.Tpo .deps/cfg_nag.Po
  438. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_paths.o -MD -MP -MF .deps/cfg_paths.Tpo -c -o cfg_paths.o cfg_paths.c
  439. mv -f .deps/cfg_paths.Tpo .deps/cfg_paths.Po
  440. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_styles.o -MD -MP -MF .deps/cfg_styles.Tpo -c -o cfg_styles.o cfg_styles.c
  441. mv -f .deps/cfg_styles.Tpo .deps/cfg_styles.Po
  442. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_types.o -MD -MP -MF .deps/cfg_types.Tpo -c -o cfg_types.o cfg_types.c
  443. mv -f .deps/cfg_types.Tpo .deps/cfg_types.Po
  444. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cfg_windows.o -MD -MP -MF .deps/cfg_windows.Tpo -c -o cfg_windows.o cfg_windows.c
  445. mv -f .deps/cfg_windows.Tpo .deps/cfg_windows.Po
  446. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT children.o -MD -MP -MF .deps/children.Tpo -c -o children.o children.c
  447. mv -f .deps/children.Tpo .deps/children.Po
  448. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_about.o -MD -MP -MF .deps/cmd_about.Tpo -c -o cmd_about.o cmd_about.c
  449. mv -f .deps/cmd_about.Tpo .deps/cmd_about.Po
  450. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_activate.o -MD -MP -MF .deps/cmd_activate.Tpo -c -o cmd_activate.o cmd_activate.c
  451. mv -f .deps/cmd_activate.Tpo .deps/cmd_activate.Po
  452. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_chmod.o -MD -MP -MF .deps/cmd_chmod.Tpo -c -o cmd_chmod.o cmd_chmod.c
  453. mv -f .deps/cmd_chmod.Tpo .deps/cmd_chmod.Po
  454. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_chown.o -MD -MP -MF .deps/cmd_chown.Tpo -c -o cmd_chown.o cmd_chown.c
  455. mv -f .deps/cmd_chown.Tpo .deps/cmd_chown.Po
  456. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_configure.o -MD -MP -MF .deps/cmd_configure.Tpo -c -o cmd_configure.o cmd_configure.c
  457. mv -f .deps/cmd_configure.Tpo .deps/cmd_configure.Po
  458. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_copy.o -MD -MP -MF .deps/cmd_copy.Tpo -c -o cmd_copy.o cmd_copy.c
  459. mv -f .deps/cmd_copy.Tpo .deps/cmd_copy.Po
  460. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_copyas.o -MD -MP -MF .deps/cmd_copyas.Tpo -c -o cmd_copyas.o cmd_copyas.c
  461. mv -f .deps/cmd_copyas.Tpo .deps/cmd_copyas.Po
  462. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_delete.o -MD -MP -MF .deps/cmd_delete.Tpo -c -o cmd_delete.o cmd_delete.c
  463. mv -f .deps/cmd_delete.Tpo .deps/cmd_delete.Po
  464. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_direnter.o -MD -MP -MF .deps/cmd_direnter.Tpo -c -o cmd_direnter.o cmd_direnter.c
  465. mv -f .deps/cmd_direnter.Tpo .deps/cmd_direnter.Po
  466. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_dirrescan.o -MD -MP -MF .deps/cmd_dirrescan.Tpo -c -o cmd_dirrescan.o cmd_dirrescan.c
  467. mv -f .deps/cmd_dirrescan.Tpo .deps/cmd_dirrescan.Po
  468. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_dpfocus.o -MD -MP -MF .deps/cmd_dpfocus.Tpo -c -o cmd_dpfocus.o cmd_dpfocus.c
  469. mv -f .deps/cmd_dpfocus.Tpo .deps/cmd_dpfocus.Po
  470. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_dpfocusisrch.o -MD -MP -MF .deps/cmd_dpfocusisrch.Tpo -c -o cmd_dpfocusisrch.o cmd_dpfocusisrch.c
  471. mv -f .deps/cmd_dpfocusisrch.Tpo .deps/cmd_dpfocusisrch.Po
  472. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_dpmisc.o -MD -MP -MF .deps/cmd_dpmisc.Tpo -c -o cmd_dpmisc.o cmd_dpmisc.c
  473. mv -f .deps/cmd_dpmisc.Tpo .deps/cmd_dpmisc.Po
  474. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_file.o -MD -MP -MF .deps/cmd_file.Tpo -c -o cmd_file.o cmd_file.c
  475. mv -f .deps/cmd_file.Tpo .deps/cmd_file.Po
  476. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_generic.o -MD -MP -MF .deps/cmd_generic.Tpo -c -o cmd_generic.o cmd_generic.c
  477. mv -f .deps/cmd_generic.Tpo .deps/cmd_generic.Po
  478. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_getsize.o -MD -MP -MF .deps/cmd_getsize.Tpo -c -o cmd_getsize.o cmd_getsize.c
  479. mv -f .deps/cmd_getsize.Tpo .deps/cmd_getsize.Po
  480. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_info.o -MD -MP -MF .deps/cmd_info.Tpo -c -o cmd_info.o cmd_info.c
  481. mv -f .deps/cmd_info.Tpo .deps/cmd_info.Po
  482. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_join.o -MD -MP -MF .deps/cmd_join.Tpo -c -o cmd_join.o cmd_join.c
  483. mv -f .deps/cmd_join.Tpo .deps/cmd_join.Po
  484. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_menupopup.o -MD -MP -MF .deps/cmd_menupopup.Tpo -c -o cmd_menupopup.o cmd_menupopup.c
  485. mv -f .deps/cmd_menupopup.Tpo .deps/cmd_menupopup.Po
  486. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_mkdir.o -MD -MP -MF .deps/cmd_mkdir.Tpo -c -o cmd_mkdir.o cmd_mkdir.c
  487. mv -f .deps/cmd_mkdir.Tpo .deps/cmd_mkdir.Po
  488. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_move.o -MD -MP -MF .deps/cmd_move.Tpo -c -o cmd_move.o cmd_move.c
  489. mv -f .deps/cmd_move.Tpo .deps/cmd_move.Po
  490. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_moveas.o -MD -MP -MF .deps/cmd_moveas.Tpo -c -o cmd_moveas.o cmd_moveas.c
  491. mv -f .deps/cmd_moveas.Tpo .deps/cmd_moveas.Po
  492. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_parent.o -MD -MP -MF .deps/cmd_parent.Tpo -c -o cmd_parent.o cmd_parent.c
  493. mv -f .deps/cmd_parent.Tpo .deps/cmd_parent.Po
  494. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_quit.o -MD -MP -MF .deps/cmd_quit.Tpo -c -o cmd_quit.o cmd_quit.c
  495. mv -f .deps/cmd_quit.Tpo .deps/cmd_quit.Po
  496. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_rename.o -MD -MP -MF .deps/cmd_rename.Tpo -c -o cmd_rename.o cmd_rename.c
  497. mv -f .deps/cmd_rename.Tpo .deps/cmd_rename.Po
  498. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_renamere.o -MD -MP -MF .deps/cmd_renamere.Tpo -c -o cmd_renamere.o cmd_renamere.c
  499. mv -f .deps/cmd_renamere.Tpo .deps/cmd_renamere.Po
  500. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_renameseq.o -MD -MP -MF .deps/cmd_renameseq.Tpo -c -o cmd_renameseq.o cmd_renameseq.c
  501. mv -f .deps/cmd_renameseq.Tpo .deps/cmd_renameseq.Po
  502. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_run.o -MD -MP -MF .deps/cmd_run.Tpo -c -o cmd_run.o cmd_run.c
  503. mv -f .deps/cmd_run.Tpo .deps/cmd_run.Po
  504. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_select.o -MD -MP -MF .deps/cmd_select.Tpo -c -o cmd_select.o cmd_select.c
  505. mv -f .deps/cmd_select.Tpo .deps/cmd_select.Po
  506. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_split.o -MD -MP -MF .deps/cmd_split.Tpo -c -o cmd_split.o cmd_split.c
  507. mv -f .deps/cmd_split.Tpo .deps/cmd_split.Po
  508. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_swap.o -MD -MP -MF .deps/cmd_swap.Tpo -c -o cmd_swap.o cmd_swap.c
  509. mv -f .deps/cmd_swap.Tpo .deps/cmd_swap.Po
  510. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_symlink.o -MD -MP -MF .deps/cmd_symlink.Tpo -c -o cmd_symlink.o cmd_symlink.c
  511. mv -f .deps/cmd_symlink.Tpo .deps/cmd_symlink.Po
  512. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmd_viewtext.o -MD -MP -MF .deps/cmd_viewtext.Tpo -c -o cmd_viewtext.o cmd_viewtext.c
  513. mv -f .deps/cmd_viewtext.Tpo .deps/cmd_viewtext.Po
  514. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmdarg.o -MD -MP -MF .deps/cmdarg.Tpo -c -o cmdarg.o cmdarg.c
  515. mv -f .deps/cmdarg.Tpo .deps/cmdarg.Po
  516. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmdgrab.o -MD -MP -MF .deps/cmdgrab.Tpo -c -o cmdgrab.o cmdgrab.c
  517. mv -f .deps/cmdgrab.Tpo .deps/cmdgrab.Po
  518. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmdparse.o -MD -MP -MF .deps/cmdparse.Tpo -c -o cmdparse.o cmdparse.c
  519. mv -f .deps/cmdparse.Tpo .deps/cmdparse.Po
  520. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmdseq.o -MD -MP -MF .deps/cmdseq.Tpo -c -o cmdseq.o cmdseq.c
  521. mv -f .deps/cmdseq.Tpo .deps/cmdseq.Po
  522. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmdseq_config.o -MD -MP -MF .deps/cmdseq_config.Tpo -c -o cmdseq_config.o cmdseq_config.c
  523. mv -f .deps/cmdseq_config.Tpo .deps/cmdseq_config.Po
  524. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT cmdseq_dialog.o -MD -MP -MF .deps/cmdseq_dialog.Tpo -c -o cmdseq_dialog.o cmdseq_dialog.c
  525. mv -f .deps/cmdseq_dialog.Tpo .deps/cmdseq_dialog.Po
  526. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT color_dialog.o -MD -MP -MF .deps/color_dialog.Tpo -c -o color_dialog.o color_dialog.c
  527. mv -f .deps/color_dialog.Tpo .deps/color_dialog.Po
  528. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT configure.o -MD -MP -MF .deps/configure.Tpo -c -o configure.o configure.c
  529. mv -f .deps/configure.Tpo .deps/configure.Po
  530. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT controls.o -MD -MP -MF .deps/controls.Tpo -c -o controls.o controls.c
  531. mv -f .deps/controls.Tpo .deps/controls.Po
  532. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT convstream.o -MD -MP -MF .deps/convstream.Tpo -c -o convstream.o convstream.c
  533. mv -f .deps/convstream.Tpo .deps/convstream.Po
  534. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o dialog.c
  535. dialog.c: In function ‘dlg_dialog_sync_new’:
  536. dialog.c:127:2: warning: passing argument 1 of ‘win_dialog_open’ from incompatible pointer type
  537. window.h:75:20: note: expected ‘struct GtkWidget *’ but argument is of type ‘struct GtkWindow *’
  538. dialog.c: In function ‘dlg_dialog_async_new’:
  539. dialog.c:265:2: warning: passing argument 1 of ‘win_dialog_open’ from incompatible pointer type
  540. window.h:75:20: note: expected ‘struct GtkWidget *’ but argument is of type ‘struct GtkWindow *’
  541. mv -f .deps/dialog.Tpo .deps/dialog.Po
  542. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT dirhistory.o -MD -MP -MF .deps/dirhistory.Tpo -c -o dirhistory.o dirhistory.c
  543. mv -f .deps/dirhistory.Tpo .deps/dirhistory.Po
  544. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT dirpane.o -MD -MP -MF .deps/dirpane.Tpo -c -o dirpane.o dirpane.c
  545. mv -f .deps/dirpane.Tpo .deps/dirpane.Po
  546. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT dpformat.o -MD -MP -MF .deps/dpformat.Tpo -c -o dpformat.o dpformat.c
  547. mv -f .deps/dpformat.Tpo .deps/dpformat.Po
  548. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o errors.c
  549. mv -f .deps/errors.Tpo .deps/errors.Po
  550. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT events.o -MD -MP -MF .deps/events.Tpo -c -o events.o events.c
  551. mv -f .deps/events.Tpo .deps/events.Po
  552. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c
  553. mv -f .deps/file.Tpo .deps/file.Po
  554. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT fileutil.o -MD -MP -MF .deps/fileutil.Tpo -c -o fileutil.o fileutil.c
  555. mv -f .deps/fileutil.Tpo .deps/fileutil.Po
  556. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT gfam.o -MD -MP -MF .deps/gfam.Tpo -c -o gfam.o gfam.c
  557. mv -f .deps/gfam.Tpo .deps/gfam.Po
  558. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT gentoo.o -MD -MP -MF .deps/gentoo.Tpo -c -o gentoo.o gentoo.c
  559. mv -f .deps/gentoo.Tpo .deps/gentoo.Po
  560. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT guiutil.o -MD -MP -MF .deps/guiutil.Tpo -c -o guiutil.o guiutil.c
  561. mv -f .deps/guiutil.Tpo .deps/guiutil.Po
  562. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT hash_dialog.o -MD -MP -MF .deps/hash_dialog.Tpo -c -o hash_dialog.o hash_dialog.c
  563. mv -f .deps/hash_dialog.Tpo .deps/hash_dialog.Po
  564. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT icon_dialog.o -MD -MP -MF .deps/icon_dialog.Tpo -c -o icon_dialog.o icon_dialog.c
  565. mv -f .deps/icon_dialog.Tpo .deps/icon_dialog.Po
  566. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT iconutil.o -MD -MP -MF .deps/iconutil.Tpo -c -o iconutil.o iconutil.c
  567. mv -f .deps/iconutil.Tpo .deps/iconutil.Po
  568. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT keyboard.o -MD -MP -MF .deps/keyboard.Tpo -c -o keyboard.o keyboard.c
  569. mv -f .deps/keyboard.Tpo .deps/keyboard.Po
  570. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT list_dialog.o -MD -MP -MF .deps/list_dialog.Tpo -c -o list_dialog.o list_dialog.c
  571. mv -f .deps/list_dialog.Tpo .deps/list_dialog.Po
  572. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT menus.o -MD -MP -MF .deps/menus.Tpo -c -o menus.o menus.c
  573. mv -f .deps/menus.Tpo .deps/menus.Po
  574. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT miscutil.o -MD -MP -MF .deps/miscutil.Tpo -c -o miscutil.o miscutil.c
  575. mv -f .deps/miscutil.Tpo .deps/miscutil.Po
  576. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT mntent_wrap.o -MD -MP -MF .deps/mntent_wrap.Tpo -c -o mntent_wrap.o mntent_wrap.c
  577. mv -f .deps/mntent_wrap.Tpo .deps/mntent_wrap.Po
  578. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT nag_dialog.o -MD -MP -MF .deps/nag_dialog.Tpo -c -o nag_dialog.o nag_dialog.c
  579. mv -f .deps/nag_dialog.Tpo .deps/nag_dialog.Po
  580. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT odmultibutton.o -MD -MP -MF .deps/odmultibutton.Tpo -c -o odmultibutton.o odmultibutton.c
  581. mv -f .deps/odmultibutton.Tpo .deps/odmultibutton.Po
  582. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT overwrite.o -MD -MP -MF .deps/overwrite.Tpo -c -o overwrite.o overwrite.c
  583. mv -f .deps/overwrite.Tpo .deps/overwrite.Po
  584. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT progress.o -MD -MP -MF .deps/progress.Tpo -c -o progress.o progress.c
  585. mv -f .deps/progress.Tpo .deps/progress.Po
  586. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT queue.o -MD -MP -MF .deps/queue.Tpo -c -o queue.o queue.c
  587. mv -f .deps/queue.Tpo .deps/queue.Po
  588. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT sizeutil.o -MD -MP -MF .deps/sizeutil.Tpo -c -o sizeutil.o sizeutil.c
  589. mv -f .deps/sizeutil.Tpo .deps/sizeutil.Po
  590. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT strutil.o -MD -MP -MF .deps/strutil.Tpo -c -o strutil.o strutil.c
  591. strutil.c: In function ‘stu_interpolate_dictionary’:
  592. strutil.c:440:33: warning: unused variable ‘obase’
  593. mv -f .deps/strutil.Tpo .deps/strutil.Po
  594. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT style_dialog.o -MD -MP -MF .deps/style_dialog.Tpo -c -o style_dialog.o style_dialog.c
  595. mv -f .deps/style_dialog.Tpo .deps/style_dialog.Po
  596. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT styles.o -MD -MP -MF .deps/styles.Tpo -c -o styles.o styles.c
  597. mv -f .deps/styles.Tpo .deps/styles.Po
  598. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT textview.o -MD -MP -MF .deps/textview.Tpo -c -o textview.o textview.c
  599. mv -f .deps/textview.Tpo .deps/textview.Po
  600. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT types.o -MD -MP -MF .deps/types.Tpo -c -o types.o types.c
  601. mv -f .deps/types.Tpo .deps/types.Po
  602. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT userinfo.o -MD -MP -MF .deps/userinfo.Tpo -c -o userinfo.o userinfo.c
  603. mv -f .deps/userinfo.Tpo .deps/userinfo.Po
  604. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c
  605. mv -f .deps/window.Tpo .deps/window.Po
  606. gcc -DHAVE_CONFIG_H -I. -I..     -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\" -MT xmlutil.o -MD -MP -MF .deps/xmlutil.Tpo -c -o xmlutil.o xmlutil.c
  607. mv -f .deps/xmlutil.Tpo .deps/xmlutil.Po
  608. gcc  -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Werror-implicit-function-declaration -pthread -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I../widgets -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\"  -Wl,--hash-style=gnu -Wl,--as-needed -o gentoo  buttons.o buttonlayout.o cfg_buttons.o cfg_buttonlayout.o cfg_cmdcfg.o cfg_cmdseq.o cfg_controls.o cfg_dialogs.o cfg_dirpane.o cfg_errors.o cfg_menus.o cfg_nag.o cfg_paths.o cfg_styles.o cfg_types.o cfg_windows.o children.o cmd_about.o cmd_activate.o cmd_chmod.o cmd_chown.o cmd_configure.o cmd_copy.o cmd_copyas.o cmd_delete.o cmd_direnter.o cmd_dirrescan.o cmd_dpfocus.o cmd_dpfocusisrch.o cmd_dpmisc.o cmd_file.o cmd_generic.o cmd_getsize.o cmd_info.o cmd_join.o cmd_menupopup.o cmd_mkdir.o cmd_move.o cmd_moveas.o cmd_parent.o cmd_quit.o cmd_rename.o cmd_renamere.o cmd_renameseq.o cmd_run.o cmd_select.o cmd_split.o cmd_swap.o cmd_symlink.o cmd_viewtext.o cmdarg.o cmdgrab.o cmdparse.o cmdseq.o cmdseq_config.o cmdseq_dialog.o color_dialog.o configure.o controls.o convstream.o dialog.o dirhistory.o dirpane.o dpformat.o errors.o events.o file.o fileutil.o gfam.o gentoo.o guiutil.o hash_dialog.o icon_dialog.o iconutil.o keyboard.o list_dialog.o menus.o miscutil.o mntent_wrap.o nag_dialog.o odmultibutton.o overwrite.o progress.o queue.o sizeutil.o strutil.o style_dialog.o styles.o textview.o types.o userinfo.o window.o xmlutil.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 -lpng14 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lm
  609. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/src'
  610. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  611. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  612. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  613. Making install in intl
  614. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/intl'
  615. if { test "gentoo" = "gettext-runtime" || test "gentoo" = "gettext-tools"; } \
  616.        && test 'no' = yes; then \
  617.       /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/include; \
  618.       /bin/install -c -m 644 libintl.h /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/include/libintl.h; \
  619.       @LIBTOOL@ --mode=install \
  620.         /bin/install -c -m 644 libintl.a /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/libintl.a; \
  621.       if test "@RELOCATABLE@" = yes; then \
  622.         dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
  623.         if test -n "$dependencies"; then \
  624.           rm -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/libintl.la; \
  625.         fi; \
  626.       fi; \
  627.     else \
  628.       : ; \
  629.     fi
  630. if test "gentoo" = "gettext-tools" \
  631.        && test 'no' = no \
  632.        && test yes != no; then \
  633.       /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib; \
  634.       @LIBTOOL@ --mode=install \
  635.         /bin/install -c -m 644 libgnuintl.a /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/libgnuintl.a; \
  636.       rm -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/preloadable_libintl.so; \
  637.       /bin/install -c -m 644 /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/libgnuintl.so /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/preloadable_libintl.so; \
  638.       @LIBTOOL@ --mode=uninstall \
  639.         rm -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/libgnuintl.a; \
  640.     else \
  641.       : ; \
  642.     fi
  643. if test 'no' = yes; then \
  644.       test yes != no || /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib; \
  645.       temp=/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/t-charset.alias; \
  646.       dest=/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/charset.alias; \
  647.       if test -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/charset.alias; then \
  648.         orig=/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/lib/charset.alias; \
  649.         sed -f ref-add.sed $orig > $temp; \
  650.         /bin/install -c -m 644 $temp $dest; \
  651.         rm -f $temp; \
  652.       else \
  653.         if test yes = no; then \
  654.           orig=charset.alias; \
  655.           sed -f ref-add.sed $orig > $temp; \
  656.           /bin/install -c -m 644 $temp $dest; \
  657.           rm -f $temp; \
  658.         fi; \
  659.       fi; \
  660.       /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale; \
  661.       test -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/locale.alias \
  662.         && orig=/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/locale.alias \
  663.         || orig=./locale.alias; \
  664.       temp=/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/t-locale.alias; \
  665.       dest=/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/locale.alias; \
  666.       sed -f ref-add.sed $orig > $temp; \
  667.       /bin/install -c -m 644 $temp $dest; \
  668.       rm -f $temp; \
  669.     else \
  670.       : ; \
  671.     fi
  672. if test "gentoo" = "gettext-tools"; then \
  673.       /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl; \
  674.       /bin/install -c -m 644 VERSION /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl/VERSION; \
  675.       /bin/install -c -m 644 ChangeLog.inst /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl/ChangeLog; \
  676.       dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
  677.       for file in $dists; do \
  678.         /bin/install -c -m 644 ./$file \
  679.                 /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl/$file; \
  680.       done; \
  681.       chmod a+x /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl/config.charset; \
  682.       dists="plural.c"; \
  683.       for file in $dists; do \
  684.         if test -f $file; then dir=.; else dir=.; fi; \
  685.         /bin/install -c -m 644 $dir/$file \
  686.                 /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl/$file; \
  687.       done; \
  688.       dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
  689.       for file in $dists; do \
  690.         rm -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/intl/$file; \
  691.       done; \
  692.     else \
  693.       : ; \
  694.     fi
  695. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/intl'
  696. Making install in m4
  697. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/m4'
  698. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/m4'
  699. make[2]: Nothing to be done for `install-exec-am'.
  700. make[2]: Nothing to be done for `install-data-am'.
  701. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/m4'
  702. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/m4'
  703. Making install in icons
  704. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/icons'
  705. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/icons'
  706. make[2]: Nothing to be done for `install-exec-am'.
  707. test -z "/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gentoo/icons" || /bin/mkdir -p "/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gentoo/icons"
  708.  /bin/install -c -m 644 AbiWord.xpm Amiga.xpm Animation.xpm Apple.xpm BSD.xpm Bad.xpm Battery.xpm CDROM.xpm Card.xpm Database.xpm Directory.xpm Directory2.xpm Document.xpm EggTimer.xpm ExcelCalcXLS.xpm Executable.xpm FIFO.xpm Floppy.xpm Font.xpm GNUstep.xpm Ghost.xpm GnomeCalc.xpm GnomeWord.xpm Harddrive.xpm Image.xpm Internet.xpm KDECalc.xpm KDEWord.xpm Kernel.xpm Keymap.xpm Lego.xpm License.xpm Linux.xpm MSWordDoc.xpm Makefile.xpm Maya.xpm Mixer.xpm Mouse.xpm Mouse2.xpm NetAmiga.xpm '/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gentoo/icons'
  709.  /bin/install -c -m 644 NetApple.xpm NetHD.xpm NetSGI.xpm NetSun.xpm NetWindows.xpm Package.xpm Package2.xpm Port.xpm Port2.xpm PowerButton.xpm Printer.xpm Readme.xpm SCSI.xpm SoundCard.xpm Source.xpm Speaker.xpm Speaker2.xpm Spreadsheet.xpm Tape.xpm VRML.xpm Windows.xpm aiff.xpm au.xpm avi.xpm bmp.xpm bmp2.xpm c.xpm class.xpm conf.xpm core.xpm cpp.xpm deb.xpm eps.xpm exe.xpm gentoo.png gif.xpm gif2.xpm h.xpm html.xpm html2.xpm '/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gentoo/icons'
  710.  /bin/install -c -m 644 iff.xpm iff2.xpm java.xpm jpeg.xpm jpeg2.xpm log.xpm m.xpm man.xpm midi.xpm mod.xpm mov.xpm mov2.xpm mp3.xpm mpeg.xpm o.xpm pcx.xpm pcx2.xpm pdb.xpm pdf.xpm pl.xpm png.xpm png2.xpm prc.xpm ps.xpm r.xpm ra.xpm rom.xpm rpm.xpm sh.xpm sid.xpm so.xpm targa.xpm targa2.xpm tex.xpm tiff.xpm tiff2.xpm txt.xpm wav.xpm xbm.xpm xbm2.xpm '/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gentoo/icons'
  711.  /bin/install -c -m 644 xcf.xpm xpm.xpm xpm2.xpm '/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gentoo/icons'
  712. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/icons'
  713. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/icons'
  714. Making install in po
  715. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/po'
  716. /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share
  717. installing ca.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ca/LC_MESSAGES/gentoo.mo
  718. installing de.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/de/LC_MESSAGES/gentoo.mo
  719. installing es.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/es/LC_MESSAGES/gentoo.mo
  720. installing es_MX.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/es_MX/LC_MESSAGES/gentoo.mo
  721. installing fr.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/fr/LC_MESSAGES/gentoo.mo
  722. installing it.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/it/LC_MESSAGES/gentoo.mo
  723. installing ja_JP.UTF-8.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ja_JP.UTF-8/LC_MESSAGES/gentoo.mo
  724. installing pl.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/pl/LC_MESSAGES/gentoo.mo
  725. installing ru_RU.cp1251.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ru_RU.cp1251/LC_MESSAGES/gentoo.mo
  726. installing ru_RU.CP1251.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ru_RU.CP1251/LC_MESSAGES/gentoo.mo
  727. installing ru_RU.KOI8-R.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ru_RU.KOI8-R/LC_MESSAGES/gentoo.mo
  728. installing ru_RU.koi8r.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ru_RU.koi8r/LC_MESSAGES/gentoo.mo
  729. installing ru_RU.UTF-8.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ru_RU.UTF-8/LC_MESSAGES/gentoo.mo
  730. installing ru_RU.utf8.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/ru_RU.utf8/LC_MESSAGES/gentoo.mo
  731. installing sv.gmo as /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/locale/sv/LC_MESSAGES/gentoo.mo
  732. if test "gentoo" = "gettext-tools"; then \
  733.       /bin/mkdir -p /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/po; \
  734.       for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  735.         /bin/install -c -m 644 ./$file \
  736.                 /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/po/$file; \
  737.       done; \
  738.       for file in Makevars; do \
  739.         rm -f /tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/share/gettext/po/$file; \
  740.       done; \
  741.     else \
  742.       : ; \
  743.     fi
  744. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/po'
  745. Making install in src
  746. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/src'
  747. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/src'
  748. test -z "/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/bin" || /bin/mkdir -p "/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/bin"
  749.   /bin/install -c gentoo '/tmp/packerbuild-1000/gentoo/gentoo/pkg/usr/bin'
  750. make[2]: Nothing to be done for `install-data-am'.
  751. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/src'
  752. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9/src'
  753. make[1]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  754. make[2]: Entering directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  755. test -z "/tmp/packerbuild-1000/gentoo/gentoo/pkg/etc" || /bin/mkdir -p "/tmp/packerbuild-1000/gentoo/gentoo/pkg/etc"
  756. /bin/install -c -m 644 gentoorc gentoogtkrc '/tmp/packerbuild-1000/gentoo/gentoo/pkg/etc'
  757. make[2]: Nothing to be done for `install-data-am'.
  758. make[2]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  759. make[1]: Leaving directory `/tmp/packerbuild-1000/gentoo/gentoo/src/gentoo-0.19.9'
  760. ==> Tidying install...
  761.   -> Purging other files...
  762.   -> Compressing man and info pages...
  763.   -> Stripping unneeded symbols from binaries and libraries...
  764. ==> Creating package...
  765.   -> Generating .PKGINFO file...
  766.   -> Compressing package...
  767. ==> Leaving fakeroot environment.
  768. ==> Finished making: gentoo 0.19.9-1 (Fri Mar 25 02:42:01 GMT 2011)
  769. + [[ 0 -ne 0 ]]
  770. + [[ explicit = dependency ]]
  771. + [[ explicit = explicit ]]
  772. + [[ -n '' ]]
  773. + runasroot /usr/bin/pacman -U 'packer-*.pkg.tar.*'
  774. + [[ 1000 -eq 0 ]]
  775. + sudo -v
  776. Password:
  777. + sudo -l /usr/bin/pacman -U 'packer-*.pkg.tar.*'
  778. + sudo /usr/bin/pacman -U 'packer-*.pkg.tar.*'
  779. error: 'packer-*.pkg.tar.*': cannot open package file
  780. + exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement