Advertisement
Guest User

Output of emerge -v blt

a guest
Jan 27th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.17 KB | None | 0 0
  1.  
  2. These are the packages that would be merged, in order:
  3.  
  4. Calculating dependencies .... done!
  5. [ebuild R ~] dev-tcltk/blt-2.4z-r12 USE="X jpeg -static-libs" 0 kB
  6.  
  7. Total: 1 package (1 reinstall), Size of downloads: 0 kB
  8.  
  9. >>> Verifying ebuild manifests
  10.  
  11.  
  12. >>> Emerging (1 of 1) dev-tcltk/blt-2.4z-r12
  13. * blt2.4z-8.5.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
  14. >>> Unpacking source...
  15. >>> Unpacking blt2.4z-8.5.2.tar.gz to /var/tmp/portage/dev-tcltk/blt-2.4z-r12/work
  16. >>> Source unpacked in /var/tmp/portage/dev-tcltk/blt-2.4z-r12/work
  17. >>> Preparing source in /var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2 ...
  18. * Applying blt-2.4z-r4-fix-makefile.patch ...
  19. [ ok ]
  20. * Applying blt-2.4z-r4-fix-makefile2.patch ...
  21. [ ok ]
  22. * Applying blt2.4z-64bit.patch ...
  23. [ ok ]
  24. * Applying blt-2.4z-tcl8.5-fixpkgruntime.patch ...
  25. [ ok ]
  26. * Applying blt-2.4z-ldflags.patch ...
  27. [ ok ]
  28. * Applying blt-2.4z-linking.patch ...
  29. [ ok ]
  30. * Applying blt-2.4z-darwin.patch ...
  31. [ ok ]
  32. * Applying blt-2.4z-gbsd.patch ...
  33. [ ok ]
  34. * Applying blt-2.4z-tk8.6.patch ...
  35. [ ok ]
  36. * Applying blt-2.4z-tcl8.6.patch ...
  37. [ ok ]
  38. * Applying blt-2.4z-aclocal.patch ...
  39. [ ok ]
  40. * Running eautoreconf in '/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2' ...
  41. * Running autoconf ...
  42. [ ok ]
  43. * Running autoheader ...
  44. [ ok ]
  45. * Running elibtoolize in: blt2.4z-8.5.2/
  46. >>> Source prepared.
  47. >>> Configuring source in /var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2 ...
  48. * econf: updating blt2.4z-8.5.2/cf/config.guess with /usr/share/gnuconfig/config.guess
  49. * econf: updating blt2.4z-8.5.2/cf/config.sub with /usr/share/gnuconfig/config.sub
  50. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --x-includes=/usr/include --x-libraries=/usr/lib64 --with-blt=/usr/lib64 --with-tcl=/usr/lib64 --with-tk=/usr/lib64 --with-tclincls=/usr/include --with-tkincls=/usr/include --with-tcllibs=/usr/lib64 --with-tklibs=/usr/lib64 --with-cc=x86_64-pc-linux-gnu-gcc --with-cflags=-march=athlon64 -O2 -pipe -fPIC --with-gnu-ld --enable-jpeg --with-x
  51. checking build system type... x86_64-pc-linux-gnu
  52. checking host system type... x86_64-pc-linux-gnu
  53. checking target system type... x86_64-pc-linux-gnu
  54. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  55. checking whether the C compiler works... yes
  56. checking for C compiler default output file name... a.out
  57. checking for suffix of executables...
  58. checking whether we are cross compiling... no
  59. checking for suffix of object files... o
  60. checking whether we are using the GNU C compiler... yes
  61. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  62. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  63. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  64. checking for grep that handles long lines and -e... /bin/grep
  65. checking for egrep... /bin/grep -E
  66. checking default compiler flags... -march=athlon64 -O2 -pipe -fPIC
  67. checking for gawk... gawk
  68. checking for a BSD-compatible install... /usr/bin/install -c
  69. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  70. checking whether ln -s works... yes
  71. checking for main in -lsocket... no
  72. checking for main in -lnsl... yes
  73. checking for main in -lm... yes
  74. checking for ANSI C header files... yes
  75. checking for sys/wait.h that is POSIX.1 compatible... yes
  76. checking whether time.h and sys/time.h may both be included... yes
  77. checking for sys/types.h... yes
  78. checking for sys/stat.h... yes
  79. checking for stdlib.h... yes
  80. checking for string.h... yes
  81. checking for memory.h... yes
  82. checking for strings.h... yes
  83. checking for inttypes.h... yes
  84. checking for stdint.h... yes
  85. checking for unistd.h... yes
  86. checking for inttypes.h... (cached) yes
  87. checking limits.h usability... yes
  88. checking limits.h presence... yes
  89. checking for limits.h... yes
  90. checking sys/param.h usability... yes
  91. checking sys/param.h presence... yes
  92. checking for sys/param.h... yes
  93. checking for string.h... (cached) yes
  94. checking ctype.h usability... yes
  95. checking ctype.h presence... yes
  96. checking for ctype.h... yes
  97. checking errno.h usability... yes
  98. checking errno.h presence... yes
  99. checking for errno.h... yes
  100. checking float.h usability... yes
  101. checking float.h presence... yes
  102. checking for float.h... yes
  103. checking math.h usability... yes
  104. checking math.h presence... yes
  105. checking for math.h... yes
  106. checking ieeefp.h usability... no
  107. checking ieeefp.h presence... no
  108. checking for ieeefp.h... no
  109. checking sys/time.h usability... yes
  110. checking sys/time.h presence... yes
  111. checking for sys/time.h... yes
  112. checking waitflags.h usability... no
  113. checking waitflags.h presence... no
  114. checking for waitflags.h... no
  115. checking for sys/wait.h... (cached) yes
  116. checking malloc.h usability... yes
  117. checking malloc.h presence... yes
  118. checking for malloc.h... yes
  119. checking for memory.h... (cached) yes
  120. checking setjmp.h usability... yes
  121. checking setjmp.h presence... yes
  122. checking for setjmp.h... yes
  123. checking jpeglib.h usability... yes
  124. checking jpeglib.h presence... yes
  125. checking for jpeglib.h... yes
  126. checking for stdlib.h... (cached) yes
  127. checking for unistd.h... (cached) yes
  128. checking for size_t... yes
  129. checking for pid_t... yes
  130. checking whether union wait is defined correctly... yes
  131. checking whether byte ordering is bigendian... no
  132. checking size of int... 4
  133. checking size of long... 8
  134. checking size of long long... 8
  135. checking size of void *... 8
  136. checking for strdup... yes
  137. checking for strcasecmp... yes
  138. checking for strncasecmp... yes
  139. checking for drand48... yes
  140. checking for srand48... yes
  141. checking for finite... yes
  142. checking for isnan... yes
  143. checking for isfinite... yes
  144. checking whether DBL_EPSILON is defined in float.h... yes
  145. checking whether declaration is needed for strdup... no
  146. checking whether declaration is needed for drand48... no
  147. checking whether declaration is needed for srand48... no
  148. checking whether declaration is needed for j1... no
  149. checking for X... libraries /usr/lib64, headers /usr/include
  150. checking for tclConfig.sh... /usr/lib64/tclConfig.sh
  151. checking for tkConfig.sh... /usr/lib64/tkConfig.sh
  152. checking for jpeg_read_header in -ljpeg... yes
  153. checking for XExtendedMaxRequestSize... yes
  154. checking BLT_MAJOR_VERSION... 2
  155. checking BLT_MINOR_VERSION... 4
  156. checking TCL_VERSION in tcl.h... 8.5
  157. checking TK_VERSION in tk.h... 8.5
  158.  
  159. Configuration results:
  160.  
  161. tcl.h found in /usr/include
  162. tk.h found in /usr/include
  163. X11/Xlib.h found in /usr/include
  164. libtcl8.5 found in /usr/lib64
  165. libtk8.5 found in /usr/lib64
  166. libX11 found in /usr/lib64
  167.  
  168. Directories where BLT is to be installed:
  169.  
  170. "$prefix" is /usr
  171. "$exec_prefix" is /usr
  172.  
  173. bltwish to be installed in ${exec_prefix}/bin
  174. libBLT.a to be installed in /usr/lib64
  175. scripts to be installed in /usr/lib64/blt2.4
  176. manual pages to be installed in /usr/share/man
  177.  
  178. configure: creating ./config.status
  179. config.status: creating Makefile
  180. config.status: creating src/Makefile
  181. config.status: creating src/bltHash.h
  182. config.status: creating src/shared/Makefile
  183. config.status: creating man/Makefile
  184. config.status: WARNING: 'man/Makefile.in' seems to ignore the --datarootdir setting
  185. config.status: creating library/Makefile
  186. config.status: creating demos/Makefile
  187. config.status: creating src/bltConfig.h
  188. >>> Source configured.
  189. >>> Compiling source in /var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2 ...
  190. make -j5 -j1 'LDFLAGS=-Wl,-O1 -Wl,--as-needed'
  191. (cd src; make all)
  192. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src'
  193. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltAlloc.c
  194. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltArrayObj.c
  195. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltBgexec.c
  196. bltBgexec.c: In function ‘InitSink’:
  197. bltBgexec.c:648:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  198. bltBgexec.c: In function ‘FreeSinkBuffer’:
  199. bltBgexec.c:706:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  200. bltBgexec.c: In function ‘CloseSink’:
  201. bltBgexec.c:858:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  202. bltBgexec.c: In function ‘DestroyBackgroundInfo’:
  203. bltBgexec.c:1474:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  204. bltBgexec.c: In function ‘CollectData.isra.6’:
  205. bltBgexec.c:1312:6: warning: ‘length’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  206. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltChain.c
  207. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltDebug.c
  208. bltDebug.c: In function ‘GetWatch’:
  209. bltDebug.c:61:20: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  210. bltDebug.c: In function ‘DeleteWatch’:
  211. bltDebug.c:84:20: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  212. bltDebug.c: In function ‘DebugProc’:
  213. bltDebug.c:124:9: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  214. bltDebug.c:130:17: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  215. bltDebug.c: In function ‘DebugCmd’:
  216. bltDebug.c:283:20: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  217. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltHash.c
  218. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltList.c
  219. bltList.c: In function ‘Blt_ListCreateNode’:
  220. bltList.c:172:5: warning: overflow in implicit constant conversion [-Woverflow]
  221. bltList.c: In function ‘Blt_ListGetNode’:
  222. bltList.c:409:2: warning: overflow in implicit constant conversion [-Woverflow]
  223. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltNsUtil.c
  224. bltNsUtil.c: In function ‘Blt_CreateNsDeleteNotify’:
  225. bltNsUtil.c:547:2: warning: overflow in implicit constant conversion [-Woverflow]
  226. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltParse.c
  227. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltPool.c
  228. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltSpline.c
  229. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltSwitch.c
  230. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTree.c
  231. bltTree.c: In function ‘FreeNode’:
  232. bltTree.c:405:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  233. bltTree.c: In function ‘Blt_TreeCreateNode’:
  234. bltTree.c:838:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  235. bltTree.c: In function ‘Blt_TreeCreateNodeWithId’:
  236. bltTree.c:893:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  237. bltTree.c: In function ‘Blt_TreeGetNode’:
  238. bltTree.c:999:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  239. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTreeCmd.c
  240. bltTreeCmd.c: In function ‘ParseNode5’:
  241. bltTreeCmd.c:1286:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  242. bltTreeCmd.c:1296:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  243. bltTreeCmd.c:1333:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  244. bltTreeCmd.c:1343:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  245. bltTreeCmd.c: In function ‘ComparePatternList’:
  246. bltTreeCmd.c:1670:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  247. bltTreeCmd.c: In function ‘DeleteOp’:
  248. bltTreeCmd.c:2605:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  249. bltTreeCmd.c:2615:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  250. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltUnixPipe.c
  251. bltUnixPipe.c: In function ‘CreateProcess’:
  252. bltUnixPipe.c:480:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  253. bltUnixPipe.c: In function ‘CreateTempFile’:
  254. bltUnixPipe.c:114:12: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result [-Wunused-result]
  255. bltUnixPipe.c: In function ‘CreateProcess’:
  256. bltUnixPipe.c:433:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  257. bltUnixPipe.c:443:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  258. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltUtil.c
  259. bltUtil.c: In function ‘Blt_GetUid’:
  260. bltUtil.c:796:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  261. bltUtil.c:799:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  262. bltUtil.c: In function ‘Blt_FreeUid’:
  263. bltUtil.c:833:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  264. bltUtil.c:838:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  265. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltVector.c
  266. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltVecMath.c
  267. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltVecCmd.c
  268. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltVecObjCmd.c
  269. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltWatch.c
  270. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. -DTCL_ONLY -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \
  271. ./bltInit.c
  272. rm -f libBLTlite.a
  273. x86_64-pc-linux-gnu-ar rc libBLTlite.a bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltInit.o
  274. x86_64-pc-linux-gnu-ranlib libBLTlite.a
  275. rm -f bltsh
  276. x86_64-pc-linux-gnu-gcc -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. -Wl,-O1 -Wl,--as-needed -DTCL_ONLY -o bltsh \
  277. -DTCLLIBPATH=\"/usr/lib64/tcl8.5\" \
  278. ./bltUnixMain.c libBLTlite.a -L/usr/lib64 -ltcl8.5 -lm -lnsl -ldl
  279. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrAxis.c
  280. bltGrAxis.c: In function ‘StringToTicks’:
  281. bltGrAxis.c:672:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  282. bltGrAxis.c: In function ‘UseOp’:
  283. bltGrAxis.c:3642:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  284. bltGrAxis.c: In function ‘Blt_AxisOp’:
  285. bltGrAxis.c:4185:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  286. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrBar.c
  287. bltGrBar.c: In function ‘Blt_InitFreqTable’:
  288. bltGrBar.c:2200:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  289. bltGrBar.c:2206:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  290. bltGrBar.c:2222:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  291. bltGrBar.c:2227:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  292. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrElem.c
  293. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrGrid.c
  294. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrHairs.c
  295. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrLegd.c
  296. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrLine.c
  297. bltGrLine.c: In function ‘ClosestLine’:
  298. bltGrLine.c:3104:19: warning: ‘closest.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  299. bltGrLine.c:3077:13: note: ‘closest.y’ was declared here
  300. bltGrLine.c:3104:19: warning: ‘closest.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  301. bltGrLine.c:3077:13: note: ‘closest.x’ was declared here
  302. bltGrLine.c:3153:19: warning: ‘closest.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  303. bltGrLine.c:3132:13: note: ‘closest.y’ was declared here
  304. bltGrLine.c:3153:19: warning: ‘closest.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  305. bltGrLine.c:3132:13: note: ‘closest.x’ was declared here
  306. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrMarker.c
  307. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrMisc.c
  308. bltGrMisc.c: In function ‘StringToColorPair’:
  309. bltGrMisc.c:263:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  310. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrPen.c
  311. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGrPs.c
  312. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltGraph.c
  313. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltBeep.c
  314. bltBeep.c: In function ‘BeepCmd’:
  315. bltBeep.c:54:9: warning: ‘percent’ may be used uninitialized in this function [-Wuninitialized]
  316. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltBind.c
  317. bltBind.c: In function ‘DoEvent’:
  318. bltBind.c:116:5: warning: overflow in implicit constant conversion [-Woverflow]
  319. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltBitmap.c
  320. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltBusy.c
  321. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltCanvEps.c
  322. bltCanvEps.c:1689:5: warning: initialization from incompatible pointer type [enabled by default]
  323. bltCanvEps.c:1689:5: warning: (near initialization for ‘epsItemType.createProc’) [enabled by default]
  324. bltCanvEps.c:1691:5: warning: initialization from incompatible pointer type [enabled by default]
  325. bltCanvEps.c:1691:5: warning: (near initialization for ‘epsItemType.configProc’) [enabled by default]
  326. bltCanvEps.c:1692:5: warning: initialization from incompatible pointer type [enabled by default]
  327. bltCanvEps.c:1692:5: warning: (near initialization for ‘epsItemType.coordProc’) [enabled by default]
  328. bltCanvEps.c: In function ‘Blt_InitEpsCanvasItem’:
  329. bltCanvEps.c:1716:26: warning: assignment from incompatible pointer type [enabled by default]
  330. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltColor.c
  331. bltColor.c: In function ‘GetUniqueColors’:
  332. bltColor.c:538:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  333. bltColor.c:543:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  334. bltColor.c:546:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  335. bltColor.c: In function ‘PrivateColormap’:
  336. bltColor.c:570:13: warning: variable ‘imageColors’ set but not used [-Wunused-but-set-variable]
  337. bltColor.c:566:9: warning: variable ‘nFreeColors’ set but not used [-Wunused-but-set-variable]
  338. bltColor.c: At top level:
  339. bltColor.c:108:1: warning: ‘BuildColorRamp’ defined but not used [-Wunused-function]
  340. bltColor.c:254:1: warning: ‘MatchColors’ defined but not used [-Wunused-function]
  341. bltColor.c:313:1: warning: ‘AllocateColors’ defined but not used [-Wunused-function]
  342. bltColor.c:519:1: warning: ‘GetUniqueColors’ defined but not used [-Wunused-function]
  343. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltConfig.c
  344. bltConfig.c: In function ‘Blt_StringToFlag’:
  345. bltConfig.c:278:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  346. bltConfig.c: In function ‘Blt_FlagToString’:
  347. bltConfig.c:314:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  348. bltConfig.c: In function ‘StringToDistance’:
  349. bltConfig.c:395:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  350. bltConfig.c: In function ‘StringToCount’:
  351. bltConfig.c:484:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  352. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltContainer.c
  353. bltContainer.c: In function ‘StringToXID’:
  354. bltContainer.c:825:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  355. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltCutbuffer.c
  356. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltDragdrop.c
  357. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltHierbox.c
  358. bltHierbox.c: In function ‘CreateNode’:
  359. bltHierbox.c:2080:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  360. bltHierbox.c: In function ‘GetNodeByIndex’:
  361. bltHierbox.c:2375:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  362. bltHierbox.c: In function ‘NodeToString’:
  363. bltHierbox.c:2409:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  364. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltHtext.c
  365. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltImage.c
  366. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltUnixImage.c
  367. bltUnixImage.c: In function ‘Blt_DrawableToColorImage’:
  368. bltUnixImage.c:577:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  369. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltPs.c
  370. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTable.c
  371. bltTable.c: In function ‘CreateTable’:
  372. bltTable.c:1820:5: warning: overflow in implicit constant conversion [-Woverflow]
  373. bltTable.c:1821:5: warning: overflow in implicit constant conversion [-Woverflow]
  374. bltTable.c: In function ‘BinEntry’:
  375. bltTable.c:2037:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  376. bltTable.c:2049:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  377. bltTable.c:2066:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  378. bltTable.c:2078:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  379. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTabnotebook.c
  380. bltTabnotebook.c: In function ‘GetWindowRectangle’:
  381. bltTabnotebook.c:2417:21: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  382. bltTabnotebook.c:2433:12: note: ‘y’ was declared here
  383. bltTabnotebook.c:2416:21: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  384. bltTabnotebook.c:2433:9: note: ‘x’ was declared here
  385. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTabset.c
  386. bltTabset.c: In function ‘GetWindowRectangle’:
  387. bltTabset.c:2463:21: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  388. bltTabset.c:2479:12: note: ‘y’ was declared here
  389. bltTabset.c:2462:21: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  390. bltTabset.c:2479:9: note: ‘x’ was declared here
  391. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltText.c
  392. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTile.c
  393. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTreeView.c
  394. bltTreeView.c: In function ‘Blt_TreeViewGetUid’:
  395. bltTreeView.c:1058:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  396. bltTreeView.c:1061:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  397. bltTreeView.c: In function ‘Blt_TreeViewFreeUid’:
  398. bltTreeView.c:1087:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  399. bltTreeView.c:1090:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  400. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTreeViewCmd.c
  401. bltTreeViewCmd.c: In function ‘FindOp’:
  402. bltTreeViewCmd.c:2426:5: warning: overflow in implicit constant conversion [-Woverflow]
  403. bltTreeViewCmd.c: In function ‘SearchAndApplyToTree’:
  404. bltTreeViewCmd.c:2791:5: warning: overflow in implicit constant conversion [-Woverflow]
  405. bltTreeViewCmd.c: In function ‘TagNamesOp’:
  406. bltTreeViewCmd.c:4536:6: warning: overflow in implicit constant conversion [-Woverflow]
  407. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTreeViewEdit.c
  408. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTreeViewColumn.c
  409. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTreeViewStyle.c
  410. bltTreeViewStyle.c: In function ‘EditTextBox’:
  411. bltTreeViewStyle.c:856:5: warning: implicit declaration of function ‘Blt_TreeViewTextbox’ [-Wimplicit-function-declaration]
  412. bltTreeViewStyle.c: At top level:
  413. bltTreeViewStyle.c:1280:1: warning: ‘PickCheckBox’ defined but not used [-Wunused-function]
  414. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltUnixDnd.c
  415. bltUnixDnd.c:1463:1: warning: ‘MorphToken’ defined but not used [-Wunused-function]
  416. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltWindow.c
  417. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltObjConfig.c
  418. bltObjConfig.c: In function ‘DoConfig’:
  419. bltObjConfig.c:1228:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  420. bltObjConfig.c: In function ‘FormatConfigValue’:
  421. bltObjConfig.c:1503:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  422. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltWinop.c
  423. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. tkButton.c
  424. tkButton.c: In function ‘InvokeButton’:
  425. tkButton.c:1891:2: warning: passing argument 2 of ‘Tcl_EvalObjEx’ from incompatible pointer type [enabled by default]
  426. In file included from /usr/include/tcl.h:2258:0,
  427. from bltInt.h:39,
  428. from tkButton.c:18:
  429. /usr/include/tclDecls.h:1756:13: note: expected ‘struct Tcl_Obj *’ but argument is of type ‘char *’
  430. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. tkFrame.c
  431. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltScrollbar.c
  432. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. bltTed.c
  433. bltTed.c:552:1: warning: ‘CreateEntry’ defined but not used [-Wunused-function]
  434. x86_64-pc-linux-gnu-gcc -c -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \
  435. ./bltInit.c
  436. rm -f libBLT.a
  437. x86_64-pc-linux-gnu-ar rc libBLT.a bltGrAxis.o bltGrBar.o bltGrElem.o bltGrGrid.o bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPen.o bltGrPs.o bltGraph.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltBeep.o bltBind.o bltBitmap.o bltBusy.o bltCanvEps.o bltColor.o bltConfig.o bltContainer.o bltCutbuffer.o bltDragdrop.o bltHierbox.o bltHtext.o bltImage.o bltUnixImage.o bltPs.o bltTable.o bltTabnotebook.o bltTabset.o bltText.o bltTile.o bltTreeView.o bltTreeViewCmd.o bltTreeViewEdit.o bltTreeViewColumn.o bltTreeViewStyle.o bltUnixDnd.o bltWindow.o bltObjConfig.o bltWinop.o tkButton.o tkFrame.o bltScrollbar.o bltTed.o bltInit.o
  438. x86_64-pc-linux-gnu-ranlib libBLT.a
  439. rm -f bltwish
  440. x86_64-pc-linux-gnu-gcc -Wall -march=athlon64 -O2 -pipe -fPIC -I. -I. -Wl,-O1 -Wl,--as-needed -o bltwish \
  441. -DTCLLIBPATH=\"/usr/lib64/tcl8.5\" \
  442. ./bltUnixMain.c libBLT.a -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl
  443. (cd shared; make CFLAGS="-march=athlon64 -O2 -pipe -fPIC " all)
  444. make[2]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src/shared'
  445. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrAxis.c
  446. ../bltGrAxis.c: In function ‘StringToTicks’:
  447. ../bltGrAxis.c:672:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  448. ../bltGrAxis.c: In function ‘UseOp’:
  449. ../bltGrAxis.c:3642:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  450. ../bltGrAxis.c: In function ‘Blt_AxisOp’:
  451. ../bltGrAxis.c:4185:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  452. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrBar.c
  453. ../bltGrBar.c: In function ‘Blt_InitFreqTable’:
  454. ../bltGrBar.c:2200:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  455. ../bltGrBar.c:2206:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  456. ../bltGrBar.c:2222:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  457. ../bltGrBar.c:2227:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  458. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrElem.c
  459. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrGrid.c
  460. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrHairs.c
  461. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrLegd.c
  462. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrLine.c
  463. ../bltGrLine.c: In function ‘ClosestLine’:
  464. ../bltGrLine.c:3104:19: warning: ‘closest.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  465. ../bltGrLine.c:3077:13: note: ‘closest.y’ was declared here
  466. ../bltGrLine.c:3104:19: warning: ‘closest.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  467. ../bltGrLine.c:3077:13: note: ‘closest.x’ was declared here
  468. ../bltGrLine.c:3153:19: warning: ‘closest.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  469. ../bltGrLine.c:3132:13: note: ‘closest.y’ was declared here
  470. ../bltGrLine.c:3153:19: warning: ‘closest.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  471. ../bltGrLine.c:3132:13: note: ‘closest.x’ was declared here
  472. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrMarker.c
  473. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrMisc.c
  474. ../bltGrMisc.c: In function ‘StringToColorPair’:
  475. ../bltGrMisc.c:263:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  476. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrPen.c
  477. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrPs.c
  478. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGraph.c
  479. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltAlloc.c
  480. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltArrayObj.c
  481. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBgexec.c
  482. ../bltBgexec.c: In function ‘InitSink’:
  483. ../bltBgexec.c:648:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  484. ../bltBgexec.c: In function ‘FreeSinkBuffer’:
  485. ../bltBgexec.c:706:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  486. ../bltBgexec.c: In function ‘CloseSink’:
  487. ../bltBgexec.c:858:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  488. ../bltBgexec.c: In function ‘DestroyBackgroundInfo’:
  489. ../bltBgexec.c:1474:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  490. ../bltBgexec.c: In function ‘CollectData.isra.6’:
  491. ../bltBgexec.c:1312:6: warning: ‘length’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  492. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltChain.c
  493. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltDebug.c
  494. ../bltDebug.c: In function ‘GetWatch’:
  495. ../bltDebug.c:61:20: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  496. ../bltDebug.c: In function ‘DeleteWatch’:
  497. ../bltDebug.c:84:20: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  498. ../bltDebug.c: In function ‘DebugProc’:
  499. ../bltDebug.c:124:9: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  500. ../bltDebug.c:130:17: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  501. ../bltDebug.c: In function ‘DebugCmd’:
  502. ../bltDebug.c:283:20: warning: the comparison will always evaluate as ‘false’ for the address of ‘watchChain’ will never be NULL [-Waddress]
  503. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltHash.c
  504. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltList.c
  505. ../bltList.c: In function ‘Blt_ListCreateNode’:
  506. ../bltList.c:172:5: warning: overflow in implicit constant conversion [-Woverflow]
  507. ../bltList.c: In function ‘Blt_ListGetNode’:
  508. ../bltList.c:409:2: warning: overflow in implicit constant conversion [-Woverflow]
  509. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltNsUtil.c
  510. ../bltNsUtil.c: In function ‘Blt_CreateNsDeleteNotify’:
  511. ../bltNsUtil.c:547:2: warning: overflow in implicit constant conversion [-Woverflow]
  512. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltParse.c
  513. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltPool.c
  514. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltSpline.c
  515. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltSwitch.c
  516. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTree.c
  517. ../bltTree.c: In function ‘FreeNode’:
  518. ../bltTree.c:405:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  519. ../bltTree.c: In function ‘Blt_TreeCreateNode’:
  520. ../bltTree.c:838:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  521. ../bltTree.c: In function ‘Blt_TreeCreateNodeWithId’:
  522. ../bltTree.c:893:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  523. ../bltTree.c: In function ‘Blt_TreeGetNode’:
  524. ../bltTree.c:999:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  525. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeCmd.c
  526. ../bltTreeCmd.c: In function ‘ParseNode5’:
  527. ../bltTreeCmd.c:1286:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  528. ../bltTreeCmd.c:1296:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  529. ../bltTreeCmd.c:1333:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  530. ../bltTreeCmd.c:1343:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  531. ../bltTreeCmd.c: In function ‘ComparePatternList’:
  532. ../bltTreeCmd.c:1670:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  533. ../bltTreeCmd.c: In function ‘DeleteOp’:
  534. ../bltTreeCmd.c:2605:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  535. ../bltTreeCmd.c:2615:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  536. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUnixPipe.c
  537. ../bltUnixPipe.c: In function ‘CreateProcess’:
  538. ../bltUnixPipe.c:480:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  539. ../bltUnixPipe.c: In function ‘CreateTempFile’:
  540. ../bltUnixPipe.c:114:12: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result [-Wunused-result]
  541. ../bltUnixPipe.c: In function ‘CreateProcess’:
  542. ../bltUnixPipe.c:433:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  543. ../bltUnixPipe.c:443:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  544. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUtil.c
  545. ../bltUtil.c: In function ‘Blt_GetUid’:
  546. ../bltUtil.c:796:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  547. ../bltUtil.c:799:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  548. ../bltUtil.c: In function ‘Blt_FreeUid’:
  549. ../bltUtil.c:833:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  550. ../bltUtil.c:838:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  551. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVector.c
  552. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVecMath.c
  553. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVecCmd.c
  554. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVecObjCmd.c
  555. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltWatch.c
  556. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBeep.c
  557. ../bltBeep.c: In function ‘BeepCmd’:
  558. ../bltBeep.c:54:9: warning: ‘percent’ may be used uninitialized in this function [-Wuninitialized]
  559. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBind.c
  560. ../bltBind.c: In function ‘DoEvent’:
  561. ../bltBind.c:116:5: warning: overflow in implicit constant conversion [-Woverflow]
  562. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBitmap.c
  563. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBusy.c
  564. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltCanvEps.c
  565. ../bltCanvEps.c:1689:5: warning: initialization from incompatible pointer type [enabled by default]
  566. ../bltCanvEps.c:1689:5: warning: (near initialization for ‘epsItemType.createProc’) [enabled by default]
  567. ../bltCanvEps.c:1691:5: warning: initialization from incompatible pointer type [enabled by default]
  568. ../bltCanvEps.c:1691:5: warning: (near initialization for ‘epsItemType.configProc’) [enabled by default]
  569. ../bltCanvEps.c:1692:5: warning: initialization from incompatible pointer type [enabled by default]
  570. ../bltCanvEps.c:1692:5: warning: (near initialization for ‘epsItemType.coordProc’) [enabled by default]
  571. ../bltCanvEps.c: In function ‘Blt_InitEpsCanvasItem’:
  572. ../bltCanvEps.c:1716:26: warning: assignment from incompatible pointer type [enabled by default]
  573. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltColor.c
  574. ../bltColor.c: In function ‘GetUniqueColors’:
  575. ../bltColor.c:538:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  576. ../bltColor.c:543:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  577. ../bltColor.c:546:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  578. ../bltColor.c: In function ‘PrivateColormap’:
  579. ../bltColor.c:570:13: warning: variable ‘imageColors’ set but not used [-Wunused-but-set-variable]
  580. ../bltColor.c:566:9: warning: variable ‘nFreeColors’ set but not used [-Wunused-but-set-variable]
  581. ../bltColor.c: At top level:
  582. ../bltColor.c:108:1: warning: ‘BuildColorRamp’ defined but not used [-Wunused-function]
  583. ../bltColor.c:254:1: warning: ‘MatchColors’ defined but not used [-Wunused-function]
  584. ../bltColor.c:313:1: warning: ‘AllocateColors’ defined but not used [-Wunused-function]
  585. ../bltColor.c:519:1: warning: ‘GetUniqueColors’ defined but not used [-Wunused-function]
  586. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltConfig.c
  587. ../bltConfig.c: In function ‘Blt_StringToFlag’:
  588. ../bltConfig.c:278:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  589. ../bltConfig.c: In function ‘Blt_FlagToString’:
  590. ../bltConfig.c:314:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  591. ../bltConfig.c: In function ‘StringToDistance’:
  592. ../bltConfig.c:395:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  593. ../bltConfig.c: In function ‘StringToCount’:
  594. ../bltConfig.c:484:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  595. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltContainer.c
  596. ../bltContainer.c: In function ‘StringToXID’:
  597. ../bltContainer.c:825:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  598. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltCutbuffer.c
  599. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltDragdrop.c
  600. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltHierbox.c
  601. ../bltHierbox.c: In function ‘CreateNode’:
  602. ../bltHierbox.c:2080:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  603. ../bltHierbox.c: In function ‘GetNodeByIndex’:
  604. ../bltHierbox.c:2375:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  605. ../bltHierbox.c: In function ‘NodeToString’:
  606. ../bltHierbox.c:2409:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  607. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltHtext.c
  608. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltImage.c
  609. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUnixImage.c
  610. ../bltUnixImage.c: In function ‘Blt_DrawableToColorImage’:
  611. ../bltUnixImage.c:577:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  612. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltPs.c
  613. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTable.c
  614. ../bltTable.c: In function ‘CreateTable’:
  615. ../bltTable.c:1820:5: warning: overflow in implicit constant conversion [-Woverflow]
  616. ../bltTable.c:1821:5: warning: overflow in implicit constant conversion [-Woverflow]
  617. ../bltTable.c: In function ‘BinEntry’:
  618. ../bltTable.c:2037:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  619. ../bltTable.c:2049:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  620. ../bltTable.c:2066:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  621. ../bltTable.c:2078:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  622. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTabnotebook.c
  623. ../bltTabnotebook.c: In function ‘GetWindowRectangle’:
  624. ../bltTabnotebook.c:2417:21: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  625. ../bltTabnotebook.c:2433:12: note: ‘y’ was declared here
  626. ../bltTabnotebook.c:2416:21: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  627. ../bltTabnotebook.c:2433:9: note: ‘x’ was declared here
  628. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTabset.c
  629. ../bltTabset.c: In function ‘GetWindowRectangle’:
  630. ../bltTabset.c:2463:21: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  631. ../bltTabset.c:2479:12: note: ‘y’ was declared here
  632. ../bltTabset.c:2462:21: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  633. ../bltTabset.c:2479:9: note: ‘x’ was declared here
  634. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltText.c
  635. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTile.c
  636. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeView.c
  637. ../bltTreeView.c: In function ‘Blt_TreeViewGetUid’:
  638. ../bltTreeView.c:1058:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  639. ../bltTreeView.c:1061:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  640. ../bltTreeView.c: In function ‘Blt_TreeViewFreeUid’:
  641. ../bltTreeView.c:1087:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  642. ../bltTreeView.c:1090:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  643. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewCmd.c
  644. ../bltTreeViewCmd.c: In function ‘FindOp’:
  645. ../bltTreeViewCmd.c:2426:5: warning: overflow in implicit constant conversion [-Woverflow]
  646. ../bltTreeViewCmd.c: In function ‘SearchAndApplyToTree’:
  647. ../bltTreeViewCmd.c:2791:5: warning: overflow in implicit constant conversion [-Woverflow]
  648. ../bltTreeViewCmd.c: In function ‘TagNamesOp’:
  649. ../bltTreeViewCmd.c:4536:6: warning: overflow in implicit constant conversion [-Woverflow]
  650. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewColumn.c
  651. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewEdit.c
  652. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewStyle.c
  653. ../bltTreeViewStyle.c: In function ‘EditTextBox’:
  654. ../bltTreeViewStyle.c:856:5: warning: implicit declaration of function ‘Blt_TreeViewTextbox’ [-Wimplicit-function-declaration]
  655. ../bltTreeViewStyle.c: At top level:
  656. ../bltTreeViewStyle.c:1280:1: warning: ‘PickCheckBox’ defined but not used [-Wunused-function]
  657. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUnixDnd.c
  658. ../bltUnixDnd.c:1463:1: warning: ‘MorphToken’ defined but not used [-Wunused-function]
  659. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltWindow.c
  660. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltObjConfig.c
  661. ../bltObjConfig.c: In function ‘DoConfig’:
  662. ../bltObjConfig.c:1228:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  663. ../bltObjConfig.c: In function ‘FormatConfigValue’:
  664. ../bltObjConfig.c:1503:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  665. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltWinop.c
  666. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../tkButton.c
  667. ../tkButton.c: In function ‘InvokeButton’:
  668. ../tkButton.c:1891:2: warning: passing argument 2 of ‘Tcl_EvalObjEx’ from incompatible pointer type [enabled by default]
  669. In file included from /usr/include/tcl.h:2258:0,
  670. from ../bltInt.h:39,
  671. from ../tkButton.c:18:
  672. /usr/include/tclDecls.h:1756:13: note: expected ‘struct Tcl_Obj *’ but argument is of type ‘char *’
  673. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../tkFrame.c
  674. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltScrollbar.c
  675. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTed.c
  676. ../bltTed.c:552:1: warning: ‘CreateEntry’ defined but not used [-Wunused-function]
  677. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \
  678. ./../bltInit.c
  679. rm -f libBLT24.so
  680. x86_64-pc-linux-gnu-gcc -rdynamic -shared -Wl,-E -Wl,-soname,libBLT24.so -Wl,-O1 -Wl,--as-needed -o libBLT24.so bltInit.o bltGrAxis.o bltGrBar.o bltGrElem.o bltGrGrid.o bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPen.o bltGrPs.o bltGraph.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o bltBeep.o bltBind.o bltBitmap.o bltBusy.o bltCanvEps.o bltColor.o bltConfig.o bltContainer.o bltCutbuffer.o bltDragdrop.o bltHierbox.o bltHtext.o bltImage.o bltUnixImage.o bltPs.o bltTable.o bltTabnotebook.o bltTabset.o bltText.o bltTile.o bltTreeView.o bltTreeViewCmd.o bltTreeViewColumn.o bltTreeViewEdit.o bltTreeViewStyle.o bltUnixDnd.o bltWindow.o bltObjConfig.o bltWinop.o tkButton.o tkFrame.o bltScrollbar.o bltTed.o \
  681. -ljpeg -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl
  682. x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -DTCL_ONLY -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \
  683. ./../bltInit.c
  684. rm -f libBLTlite24.so
  685. x86_64-pc-linux-gnu-gcc -rdynamic -shared -Wl,-E -Wl,-soname,libBLTlite24.so -Wl,-O1 -Wl,--as-needed -o libBLTlite24.so bltInit.o bltAlloc.o bltArrayObj.o bltBgexec.o bltChain.o bltDebug.o bltHash.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltTree.o bltTreeCmd.o bltUnixPipe.o bltUtil.o bltVector.o bltVecMath.o bltVecCmd.o bltVecObjCmd.o bltWatch.o \
  686. -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl
  687. rm -f bltwish24
  688. x86_64-pc-linux-gnu-gcc -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -Wl,-O1 -Wl,--as-needed -o bltwish24 \
  689. ./../bltUnixMain.c libBLT24.so -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl
  690. rm -f bltsh24
  691. x86_64-pc-linux-gnu-gcc -Wall -fPIC -march=athlon64 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -Wl,-O1 -Wl,--as-needed -DTCL_ONLY -o bltsh24 \
  692. ./../bltUnixMain.c libBLTlite24.so \
  693. -L/usr/lib64 -ltcl8.5 -lm -lnsl -ldl
  694. make[2]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src/shared'
  695. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src'
  696. (cd library; make all)
  697. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/library'
  698. rm -f pkgIndex.tcl
  699. sed -e 's/%VERSION%/2.4/' ./pkgIndex.tcl.in | \
  700. sed -e 's/%LIB_PREFIX%/lib/' | \
  701. sed -e 's;%LIB_DIR%;/usr/lib64;' > pkgIndex.tcl
  702. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/library'
  703. (cd man; make all)
  704. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/man'
  705. rm -rf BLT.n
  706. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' BLT.mann > BLT.n
  707. rm -rf barchart.n
  708. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' barchart.mann > barchart.n
  709. rm -rf beep.n
  710. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' beep.mann > beep.n
  711. rm -rf bgexec.n
  712. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bgexec.mann > bgexec.n
  713. rm -rf bitmap.n
  714. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bitmap.mann > bitmap.n
  715. rm -rf bltdebug.n
  716. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltdebug.mann > bltdebug.n
  717. rm -rf busy.n
  718. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' busy.mann > busy.n
  719. rm -rf container.n
  720. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' container.mann > container.n
  721. rm -rf cutbuffer.n
  722. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' cutbuffer.mann > cutbuffer.n
  723. rm -rf dragdrop.n
  724. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' dragdrop.mann > dragdrop.n
  725. rm -rf eps.n
  726. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' eps.mann > eps.n
  727. rm -rf graph.n
  728. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' graph.mann > graph.n
  729. rm -rf hierbox.n
  730. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hierbox.mann > hierbox.n
  731. rm -rf hiertable.n
  732. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hiertable.mann > hiertable.n
  733. rm -rf htext.n
  734. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' htext.mann > htext.n
  735. rm -rf spline.n
  736. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' spline.mann > spline.n
  737. rm -rf stripchart.n
  738. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' stripchart.mann > stripchart.n
  739. rm -rf table.n
  740. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' table.mann > table.n
  741. rm -rf tabset.n
  742. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tabset.mann > tabset.n
  743. rm -rf tile.n
  744. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tile.mann > tile.n
  745. rm -rf tree.n
  746. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tree.mann > tree.n
  747. rm -rf treeview.n
  748. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' treeview.mann > treeview.n
  749. rm -rf vector.n
  750. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' vector.mann > vector.n
  751. rm -rf watch.n
  752. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' watch.mann > watch.n
  753. rm -rf winop.n
  754. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' winop.mann > winop.n
  755. rm -rf Blt_Tree.3
  756. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_Tree.man3 > Blt_Tree.3
  757. rm -rf Blt_TreeGetNode.3
  758. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetNode.man3 > Blt_TreeGetNode.3
  759. rm -rf Blt_TreeCreate.3
  760. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreate.man3 > Blt_TreeCreate.3
  761. rm -rf Blt_TreeGetToken.3
  762. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetToken.man3 > Blt_TreeGetToken.3
  763. rm -rf Blt_TreeCreateNode.3
  764. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreateNode.man3 > Blt_TreeCreateNode.3
  765. rm -rf Blt_TreeName.3
  766. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeName.man3 > Blt_TreeName.3
  767. rm -rf Blt_TreeDeleteNode.3
  768. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeDeleteNode.man3 > Blt_TreeDeleteNode.3
  769. rm -rf Blt_TreeNodeId.3
  770. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeNodeId.man3 > Blt_TreeNodeId.3
  771. rm -rf Blt_TreeExists.3
  772. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeExists.man3 > Blt_TreeExists.3
  773. rm -rf Blt_TreeReleaseToken.3
  774. sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeReleaseToken.man3 > Blt_TreeReleaseToken.3
  775. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/man'
  776. (cd demos; make all)
  777. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/demos'
  778. make[1]: Nothing to be done for `all'.
  779. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/demos'
  780. >>> Source compiled.
  781. >>> Test phase [not enabled]: dev-tcltk/blt-2.4z-r12
  782.  
  783. >>> Install blt-2.4z-r12 into /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image/ category dev-tcltk
  784. make -j5 -j1 INSTALL_ROOT=/var/tmp/portage/dev-tcltk/blt-2.4z-r12/image/ install
  785. (cd src; make install)
  786. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src'
  787. /usr/bin/install -c -m 644 libBLT.a /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLT24.a
  788. (cd /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64; rm -f libBLT.a ; ln -s libBLT24.a libBLT.a)
  789. x86_64-pc-linux-gnu-ranlib /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLT24.a
  790. /usr/bin/install -c -m 644 libBLTlite.a /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLTlite24.a
  791. (cd /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64; rm -f libBLTlite.a ; ln -s libBLTlite24.a libBLTlite.a)
  792. x86_64-pc-linux-gnu-ranlib /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLTlite24.a
  793. (cd shared; make install)
  794. make[2]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src/shared'
  795. /usr/bin/install -c -m 0755 libBLT24.so /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64
  796. /usr/bin/install -c -m 0755 libBLTlite24.so /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64
  797. /usr/bin/install -c -m 0755 bltwish24 /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/bin
  798. /usr/bin/install -c -m 0755 bltsh24 /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/bin
  799. make[2]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src/shared'
  800. /usr/bin/install -c -m 0755 bltwish /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/bin
  801. /usr/bin/install -c -m 0755 bltsh /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/bin
  802. installing ./blt.h...
  803. installing ./bltBind.h...
  804. installing ./bltChain.h...
  805. installing bltHash.h...
  806. installing ./bltList.h...
  807. installing ./bltPool.h...
  808. installing ./bltTree.h...
  809. installing ./bltVector.h...
  810. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/src'
  811. (cd library; make install)
  812. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/library'
  813. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib
  814. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/dd_protocols
  815. rm -f pkgIndex.tcl
  816. sed -e 's/%VERSION%/2.4/' /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image/./pkgIndex.tcl.in | \
  817. sed -e 's/%LIB_PREFIX%/lib/' | \
  818. sed -e 's;%LIB_DIR%;/usr/lib64;' > pkgIndex.tcl
  819. sed: can't read /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image/./pkgIndex.tcl.in: No such file or directory
  820. for i in dd-color.tcl dd-file.tcl dd-number.tcl dd-text.tcl tclIndex ; do \
  821. /usr/bin/install -c -m 644 ./dd_protocols/$i \
  822. /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/dd_protocols ; \
  823. done
  824. for i in bltCanvEps.pro bltGraph.pro dnd.tcl dragdrop.tcl graph.tcl hierbox.tcl tabnotebook.tcl tabset.tcl treeview.tcl tclIndex treeview.xbm treeview_m.xbm ; do \
  825. /usr/bin/install -c -m 644 ./$i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4 ; \
  826. done
  827. /usr/bin/install -c -m 644 pkgIndex.tcl /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4
  828. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/library'
  829. (cd man; make install)
  830. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/man'
  831. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/share/man/man3
  832. for i in *.n ; do \
  833. /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/share/man/mann; \
  834. done
  835. for i in *.3 ; do \
  836. /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/share/man/man3; \
  837. done
  838. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/man'
  839. (cd demos; make install)
  840. make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/demos'
  841. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/bitmaps/hand
  842. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/bitmaps/fish
  843. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/images
  844. mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/scripts
  845. for i in ./bitmaps/*.xbm ; do \
  846. /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/bitmaps ; \
  847. done
  848. for i in ./bitmaps/hand/*.xbm ; do \
  849. /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/bitmaps/hand ; \
  850. done
  851. for i in ./bitmaps/fish/*.xbm ; do \
  852. /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/bitmaps/fish ; \
  853. done
  854. for i in ./images/*.gif ./images/*.ps ; do \
  855. /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/images ; \
  856. done
  857. for i in ./scripts/*.tcl ; do \
  858. /usr/bin/install -c $i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/scripts ; \
  859. done
  860. for i in barchart1.tcl barchart2.tcl barchart3.tcl barchart4.tcl barchart5.tcl bgexec1.tcl bgexec2.tcl bgexec3.tcl bgexec4.tcl bitmap.tcl busy1.tcl busy2.tcl dnd1.tcl dnd2.tcl dragdrop1.tcl dragdrop2.tcl eps.tcl graph1.tcl graph2.tcl graph3.tcl graph4.tcl graph5.tcl graph6.tcl graph7.tcl hierbox1.tcl hierbox2.tcl hierbox3.tcl hierbox4.tcl hiertable1.tcl hiertable2.tcl htext1.tcl htext.txt spline.tcl stripchart1.tcl tabset1.tcl tabset2.tcl tabset3.tcl tabset4.tcl tabnotebook1.tcl tabnotebook2.tcl tabnotebook3.tcl treeview1.tcl winop1.tcl winop2.tcl ; do \
  861. /usr/bin/install -c ./$i /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4/demos/$i ; \
  862. done
  863. make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2/demos'
  864. /usr/bin/install -c -m 644 ./README /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4
  865. /usr/bin/install -c -m 644 ./PROBLEMS /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4
  866. /usr/bin/install -c -m 644 ./NEWS /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/blt2.4
  867. removed ‘/var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLTlite24.a’
  868. removed ‘/var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLTlite.a’
  869. removed ‘/var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLT24.a’
  870. removed ‘/var/tmp/portage/dev-tcltk/blt-2.4z-r12/image//usr/lib64/libBLT.a’
  871. >>> Completed installing blt-2.4z-r12 into /var/tmp/portage/dev-tcltk/blt-2.4z-r12/image/
  872.  
  873. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
  874. usr/lib64/libBLT24.so
  875. usr/bin/bltsh
  876. usr/bin/bltsh24
  877. usr/lib64/libBLTlite24.so
  878. usr/bin/bltwish24
  879. usr/bin/bltwish
  880. ecompressdir: bzip2 -9 /usr/share/man
  881. ecompressdir: bzip2 -9 /usr/share/doc
  882.  
  883. * QA Notice: Package triggers severe warnings which indicate that it
  884. * may exhibit random runtime failures.
  885. * bltTreeViewStyle.c:856:5: warning: implicit declaration of function ‘Blt_TreeViewTextbox’ [-Wimplicit-function-declaration]
  886. * ../bltTreeViewStyle.c:856:5: warning: implicit declaration of function ‘Blt_TreeViewTextbox’ [-Wimplicit-function-declaration]
  887.  
  888. * Please do not file a Gentoo bug and instead report the above QA
  889. * issues directly to the upstream developers of this software.
  890. * Homepage:
  891. * http://blt.sourceforge.net/
  892. * http://jos.decoster.googlepages.com/bltfortk8.5.2
  893.  
  894. >>> Installing (1 of 1) dev-tcltk/blt-2.4z-r12
  895. * checking 231 files for package collisions
  896. >>> Merging dev-tcltk/blt-2.4z-r12 to /
  897. --- /usr/
  898. --- /usr/bin/
  899. >>> /usr/bin/bltsh
  900. >>> /usr/bin/bltsh24
  901. >>> /usr/bin/bltwish24
  902. >>> /usr/bin/bltwish
  903. --- /usr/lib64/
  904. --- /usr/lib64/blt2.4/
  905. --- /usr/lib64/blt2.4/demos/
  906. --- /usr/lib64/blt2.4/demos/bitmaps/
  907. --- /usr/lib64/blt2.4/demos/bitmaps/hand/
  908. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand01.xbm
  909. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand01m.xbm
  910. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand02.xbm
  911. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand02m.xbm
  912. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand03.xbm
  913. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand03m.xbm
  914. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand04.xbm
  915. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand04m.xbm
  916. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand05.xbm
  917. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand05m.xbm
  918. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand06.xbm
  919. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand06m.xbm
  920. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand07.xbm
  921. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand07m.xbm
  922. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand08.xbm
  923. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand08m.xbm
  924. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand09.xbm
  925. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand09m.xbm
  926. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand10.xbm
  927. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand10m.xbm
  928. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand11.xbm
  929. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand11m.xbm
  930. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand12.xbm
  931. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand12m.xbm
  932. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand13.xbm
  933. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand13m.xbm
  934. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand14.xbm
  935. >>> /usr/lib64/blt2.4/demos/bitmaps/hand/hand14m.xbm
  936. --- /usr/lib64/blt2.4/demos/bitmaps/fish/
  937. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/left.xbm
  938. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/left1.xbm
  939. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/left1m.xbm
  940. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/leftm.xbm
  941. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/mid.xbm
  942. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/midm.xbm
  943. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/right.xbm
  944. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/right1.xbm
  945. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/right1m.xbm
  946. >>> /usr/lib64/blt2.4/demos/bitmaps/fish/rightm.xbm
  947. >>> /usr/lib64/blt2.4/demos/bitmaps/face.xbm
  948. >>> /usr/lib64/blt2.4/demos/bitmaps/greenback.xbm
  949. >>> /usr/lib64/blt2.4/demos/bitmaps/hobbes.xbm
  950. >>> /usr/lib64/blt2.4/demos/bitmaps/hobbes_mask.xbm
  951. >>> /usr/lib64/blt2.4/demos/bitmaps/sharky.xbm
  952. >>> /usr/lib64/blt2.4/demos/bitmaps/xbob.xbm
  953. --- /usr/lib64/blt2.4/demos/images/
  954. >>> /usr/lib64/blt2.4/demos/images/blt98.gif
  955. >>> /usr/lib64/blt2.4/demos/images/buckskin.gif
  956. >>> /usr/lib64/blt2.4/demos/images/chalk.gif
  957. >>> /usr/lib64/blt2.4/demos/images/close.gif
  958. >>> /usr/lib64/blt2.4/demos/images/close2.gif
  959. >>> /usr/lib64/blt2.4/demos/images/clouds.gif
  960. >>> /usr/lib64/blt2.4/demos/images/corrugated_metal.gif
  961. >>> /usr/lib64/blt2.4/demos/images/folder.gif
  962. >>> /usr/lib64/blt2.4/demos/images/mini-book1.gif
  963. >>> /usr/lib64/blt2.4/demos/images/mini-book2.gif
  964. >>> /usr/lib64/blt2.4/demos/images/mini-display.gif
  965. >>> /usr/lib64/blt2.4/demos/images/mini-doc.gif
  966. >>> /usr/lib64/blt2.4/demos/images/mini-filemgr.gif
  967. >>> /usr/lib64/blt2.4/demos/images/mini-ofolder.gif
  968. >>> /usr/lib64/blt2.4/demos/images/mini-windows.gif
  969. >>> /usr/lib64/blt2.4/demos/images/ofolder.gif
  970. >>> /usr/lib64/blt2.4/demos/images/open.gif
  971. >>> /usr/lib64/blt2.4/demos/images/open2.gif
  972. >>> /usr/lib64/blt2.4/demos/images/qv100.t.gif
  973. >>> /usr/lib64/blt2.4/demos/images/rain.gif
  974. >>> /usr/lib64/blt2.4/demos/images/sample.gif
  975. >>> /usr/lib64/blt2.4/demos/images/smblue_rock.gif
  976. >>> /usr/lib64/blt2.4/demos/images/stopsign.gif
  977. >>> /usr/lib64/blt2.4/demos/images/tan_paper.gif
  978. >>> /usr/lib64/blt2.4/demos/images/tan_paper2.gif
  979. >>> /usr/lib64/blt2.4/demos/images/txtrflag.gif
  980. >>> /usr/lib64/blt2.4/demos/images/out.ps
  981. --- /usr/lib64/blt2.4/demos/scripts/
  982. >>> /usr/lib64/blt2.4/demos/scripts/barchart2.tcl
  983. >>> /usr/lib64/blt2.4/demos/scripts/bgtest.tcl
  984. >>> /usr/lib64/blt2.4/demos/scripts/clone.tcl
  985. >>> /usr/lib64/blt2.4/demos/scripts/demo.tcl
  986. >>> /usr/lib64/blt2.4/demos/scripts/globe.tcl
  987. >>> /usr/lib64/blt2.4/demos/scripts/graph1.tcl
  988. >>> /usr/lib64/blt2.4/demos/scripts/graph2.tcl
  989. >>> /usr/lib64/blt2.4/demos/scripts/graph3.tcl
  990. >>> /usr/lib64/blt2.4/demos/scripts/graph5.tcl
  991. >>> /usr/lib64/blt2.4/demos/scripts/graph8.tcl
  992. >>> /usr/lib64/blt2.4/demos/scripts/page.tcl
  993. >>> /usr/lib64/blt2.4/demos/scripts/patterns.tcl
  994. >>> /usr/lib64/blt2.4/demos/scripts/ps.tcl
  995. >>> /usr/lib64/blt2.4/demos/scripts/send.tcl
  996. >>> /usr/lib64/blt2.4/demos/scripts/stipples.tcl
  997. >>> /usr/lib64/blt2.4/demos/scripts/xcolors.tcl
  998. >>> /usr/lib64/blt2.4/demos/barchart1.tcl
  999. >>> /usr/lib64/blt2.4/demos/barchart2.tcl
  1000. >>> /usr/lib64/blt2.4/demos/barchart3.tcl
  1001. >>> /usr/lib64/blt2.4/demos/barchart4.tcl
  1002. >>> /usr/lib64/blt2.4/demos/barchart5.tcl
  1003. >>> /usr/lib64/blt2.4/demos/bgexec1.tcl
  1004. >>> /usr/lib64/blt2.4/demos/bgexec2.tcl
  1005. >>> /usr/lib64/blt2.4/demos/bgexec3.tcl
  1006. >>> /usr/lib64/blt2.4/demos/bgexec4.tcl
  1007. >>> /usr/lib64/blt2.4/demos/bitmap.tcl
  1008. >>> /usr/lib64/blt2.4/demos/busy1.tcl
  1009. >>> /usr/lib64/blt2.4/demos/busy2.tcl
  1010. >>> /usr/lib64/blt2.4/demos/dnd1.tcl
  1011. >>> /usr/lib64/blt2.4/demos/dnd2.tcl
  1012. >>> /usr/lib64/blt2.4/demos/dragdrop1.tcl
  1013. >>> /usr/lib64/blt2.4/demos/dragdrop2.tcl
  1014. >>> /usr/lib64/blt2.4/demos/eps.tcl
  1015. >>> /usr/lib64/blt2.4/demos/graph1.tcl
  1016. >>> /usr/lib64/blt2.4/demos/graph2.tcl
  1017. >>> /usr/lib64/blt2.4/demos/graph3.tcl
  1018. >>> /usr/lib64/blt2.4/demos/graph4.tcl
  1019. >>> /usr/lib64/blt2.4/demos/graph5.tcl
  1020. >>> /usr/lib64/blt2.4/demos/graph6.tcl
  1021. >>> /usr/lib64/blt2.4/demos/graph7.tcl
  1022. >>> /usr/lib64/blt2.4/demos/hierbox1.tcl
  1023. >>> /usr/lib64/blt2.4/demos/hierbox2.tcl
  1024. >>> /usr/lib64/blt2.4/demos/hierbox3.tcl
  1025. >>> /usr/lib64/blt2.4/demos/hierbox4.tcl
  1026. >>> /usr/lib64/blt2.4/demos/hiertable1.tcl
  1027. >>> /usr/lib64/blt2.4/demos/hiertable2.tcl
  1028. >>> /usr/lib64/blt2.4/demos/htext1.tcl
  1029. >>> /usr/lib64/blt2.4/demos/htext.txt
  1030. >>> /usr/lib64/blt2.4/demos/spline.tcl
  1031. >>> /usr/lib64/blt2.4/demos/stripchart1.tcl
  1032. >>> /usr/lib64/blt2.4/demos/tabset1.tcl
  1033. >>> /usr/lib64/blt2.4/demos/tabset2.tcl
  1034. >>> /usr/lib64/blt2.4/demos/tabset3.tcl
  1035. >>> /usr/lib64/blt2.4/demos/tabset4.tcl
  1036. >>> /usr/lib64/blt2.4/demos/tabnotebook1.tcl
  1037. >>> /usr/lib64/blt2.4/demos/tabnotebook2.tcl
  1038. >>> /usr/lib64/blt2.4/demos/tabnotebook3.tcl
  1039. >>> /usr/lib64/blt2.4/demos/treeview1.tcl
  1040. >>> /usr/lib64/blt2.4/demos/winop1.tcl
  1041. >>> /usr/lib64/blt2.4/demos/winop2.tcl
  1042. --- /usr/lib64/blt2.4/dd_protocols/
  1043. >>> /usr/lib64/blt2.4/dd_protocols/dd-color.tcl
  1044. >>> /usr/lib64/blt2.4/dd_protocols/dd-file.tcl
  1045. >>> /usr/lib64/blt2.4/dd_protocols/dd-number.tcl
  1046. >>> /usr/lib64/blt2.4/dd_protocols/dd-text.tcl
  1047. >>> /usr/lib64/blt2.4/dd_protocols/tclIndex
  1048. >>> /usr/lib64/blt2.4/bltCanvEps.pro
  1049. >>> /usr/lib64/blt2.4/bltGraph.pro
  1050. >>> /usr/lib64/blt2.4/dnd.tcl
  1051. >>> /usr/lib64/blt2.4/dragdrop.tcl
  1052. >>> /usr/lib64/blt2.4/graph.tcl
  1053. >>> /usr/lib64/blt2.4/hierbox.tcl
  1054. >>> /usr/lib64/blt2.4/tabnotebook.tcl
  1055. >>> /usr/lib64/blt2.4/tabset.tcl
  1056. >>> /usr/lib64/blt2.4/treeview.tcl
  1057. >>> /usr/lib64/blt2.4/tclIndex
  1058. >>> /usr/lib64/blt2.4/treeview.xbm
  1059. >>> /usr/lib64/blt2.4/treeview_m.xbm
  1060. >>> /usr/lib64/blt2.4/pkgIndex.tcl
  1061. >>> /usr/lib64/blt2.4/README
  1062. >>> /usr/lib64/blt2.4/PROBLEMS
  1063. >>> /usr/lib64/blt2.4/NEWS
  1064. >>> /usr/lib64/libBLT.so -> libBLT24.so
  1065. >>> /usr/lib64/libBLTlite.so -> libBLTlite24.so
  1066. >>> /usr/lib64/libBLT24.so
  1067. >>> /usr/lib64/libBLTlite24.so
  1068. --- /usr/share/
  1069. --- /usr/share/man/
  1070. --- /usr/share/man/mann/
  1071. >>> /usr/share/man/mann/winop.nblt.bz2
  1072. >>> /usr/share/man/mann/watch.nblt.bz2
  1073. >>> /usr/share/man/mann/vector.nblt.bz2
  1074. >>> /usr/share/man/mann/treeview.nblt.bz2
  1075. >>> /usr/share/man/mann/tree.nblt.bz2
  1076. >>> /usr/share/man/mann/tile.nblt.bz2
  1077. >>> /usr/share/man/mann/tabset.nblt.bz2
  1078. >>> /usr/share/man/mann/table.nblt.bz2
  1079. >>> /usr/share/man/mann/stripchart.nblt.bz2
  1080. >>> /usr/share/man/mann/spline.nblt.bz2
  1081. >>> /usr/share/man/mann/htext.nblt.bz2
  1082. >>> /usr/share/man/mann/hiertable.nblt.bz2
  1083. >>> /usr/share/man/mann/hierbox.nblt.bz2
  1084. >>> /usr/share/man/mann/graph.nblt.bz2
  1085. >>> /usr/share/man/mann/eps.nblt.bz2
  1086. >>> /usr/share/man/mann/dragdrop.nblt.bz2
  1087. >>> /usr/share/man/mann/cutbuffer.nblt.bz2
  1088. >>> /usr/share/man/mann/container.nblt.bz2
  1089. >>> /usr/share/man/mann/busy.nblt.bz2
  1090. >>> /usr/share/man/mann/bltdebug.nblt.bz2
  1091. >>> /usr/share/man/mann/bitmap.nblt.bz2
  1092. >>> /usr/share/man/mann/bgexec.nblt.bz2
  1093. >>> /usr/share/man/mann/beep.nblt.bz2
  1094. >>> /usr/share/man/mann/barchart.nblt.bz2
  1095. >>> /usr/share/man/mann/BLT.nblt.bz2
  1096. --- /usr/share/man/man3/
  1097. >>> /usr/share/man/man3/Blt_TreeReleaseToken.3.bz2
  1098. >>> /usr/share/man/man3/Blt_TreeNodeId.3.bz2
  1099. >>> /usr/share/man/man3/Blt_TreeName.3.bz2
  1100. >>> /usr/share/man/man3/Blt_TreeGetToken.3.bz2
  1101. >>> /usr/share/man/man3/Blt_TreeGetNode.3.bz2
  1102. >>> /usr/share/man/man3/Blt_TreeExists.3.bz2
  1103. >>> /usr/share/man/man3/Blt_TreeDeleteNode.3.bz2
  1104. >>> /usr/share/man/man3/Blt_TreeCreateNode.3.bz2
  1105. >>> /usr/share/man/man3/Blt_TreeCreate.3.bz2
  1106. >>> /usr/share/man/man3/Blt_Tree.3.bz2
  1107. --- /usr/share/doc/
  1108. --- /usr/share/doc/blt-2.4z-r12/
  1109. >>> /usr/share/doc/blt-2.4z-r12/README.bz2
  1110. >>> /usr/share/doc/blt-2.4z-r12/PROBLEMS.bz2
  1111. >>> /usr/share/doc/blt-2.4z-r12/NEWS.bz2
  1112. --- /usr/share/doc/blt-2.4z-r12/html/
  1113. >>> /usr/share/doc/blt-2.4z-r12/html/BLT.html
  1114. >>> /usr/share/doc/blt-2.4z-r12/html/barchart.html
  1115. >>> /usr/share/doc/blt-2.4z-r12/html/beep.html
  1116. >>> /usr/share/doc/blt-2.4z-r12/html/bgexec.html
  1117. >>> /usr/share/doc/blt-2.4z-r12/html/bitmap.html
  1118. >>> /usr/share/doc/blt-2.4z-r12/html/bltdebug.html
  1119. >>> /usr/share/doc/blt-2.4z-r12/html/busy.html
  1120. >>> /usr/share/doc/blt-2.4z-r12/html/container.html
  1121. >>> /usr/share/doc/blt-2.4z-r12/html/cutbuffer.html
  1122. >>> /usr/share/doc/blt-2.4z-r12/html/dragdrop.html
  1123. >>> /usr/share/doc/blt-2.4z-r12/html/eps.html
  1124. >>> /usr/share/doc/blt-2.4z-r12/html/graph.html
  1125. >>> /usr/share/doc/blt-2.4z-r12/html/hierbox.html
  1126. >>> /usr/share/doc/blt-2.4z-r12/html/hiertable.html
  1127. >>> /usr/share/doc/blt-2.4z-r12/html/htext.html
  1128. >>> /usr/share/doc/blt-2.4z-r12/html/spline.html
  1129. >>> /usr/share/doc/blt-2.4z-r12/html/stripchart.html
  1130. >>> /usr/share/doc/blt-2.4z-r12/html/table.html
  1131. >>> /usr/share/doc/blt-2.4z-r12/html/tabset.html
  1132. >>> /usr/share/doc/blt-2.4z-r12/html/tile.html
  1133. >>> /usr/share/doc/blt-2.4z-r12/html/tree.html
  1134. >>> /usr/share/doc/blt-2.4z-r12/html/treeview.html
  1135. >>> /usr/share/doc/blt-2.4z-r12/html/vector.html
  1136. >>> /usr/share/doc/blt-2.4z-r12/html/watch.html
  1137. >>> /usr/share/doc/blt-2.4z-r12/html/winop.html
  1138. --- /usr/include/
  1139. >>> /usr/include/blt.h
  1140. >>> /usr/include/bltBind.h
  1141. >>> /usr/include/bltChain.h
  1142. >>> /usr/include/bltHash.h
  1143. >>> /usr/include/bltList.h
  1144. >>> /usr/include/bltPool.h
  1145. >>> /usr/include/bltTree.h
  1146. >>> /usr/include/bltVector.h
  1147. --- /usr/lib/
  1148. >>> Safely unmerging already-installed instance...
  1149. No package files given... Grabbing a set.
  1150. --- replaced obj /usr/share/man/mann/winop.nblt.bz2
  1151. --- replaced obj /usr/share/man/mann/watch.nblt.bz2
  1152. --- replaced obj /usr/share/man/mann/vector.nblt.bz2
  1153. --- replaced obj /usr/share/man/mann/treeview.nblt.bz2
  1154. --- replaced obj /usr/share/man/mann/tree.nblt.bz2
  1155. --- replaced obj /usr/share/man/mann/tile.nblt.bz2
  1156. --- replaced obj /usr/share/man/mann/tabset.nblt.bz2
  1157. --- replaced obj /usr/share/man/mann/table.nblt.bz2
  1158. --- replaced obj /usr/share/man/mann/stripchart.nblt.bz2
  1159. --- replaced obj /usr/share/man/mann/spline.nblt.bz2
  1160. --- replaced obj /usr/share/man/mann/htext.nblt.bz2
  1161. --- replaced obj /usr/share/man/mann/hiertable.nblt.bz2
  1162. --- replaced obj /usr/share/man/mann/hierbox.nblt.bz2
  1163. --- replaced obj /usr/share/man/mann/graph.nblt.bz2
  1164. --- replaced obj /usr/share/man/mann/eps.nblt.bz2
  1165. --- replaced obj /usr/share/man/mann/dragdrop.nblt.bz2
  1166. --- replaced obj /usr/share/man/mann/cutbuffer.nblt.bz2
  1167. --- replaced obj /usr/share/man/mann/container.nblt.bz2
  1168. --- replaced obj /usr/share/man/mann/busy.nblt.bz2
  1169. --- replaced obj /usr/share/man/mann/bltdebug.nblt.bz2
  1170. --- replaced obj /usr/share/man/mann/bitmap.nblt.bz2
  1171. --- replaced obj /usr/share/man/mann/bgexec.nblt.bz2
  1172. --- replaced obj /usr/share/man/mann/beep.nblt.bz2
  1173. --- replaced obj /usr/share/man/mann/barchart.nblt.bz2
  1174. --- replaced obj /usr/share/man/mann/BLT.nblt.bz2
  1175. --- replaced dir /usr/share/man/mann
  1176. --- replaced obj /usr/share/man/man3/Blt_TreeReleaseToken.3.bz2
  1177. --- replaced obj /usr/share/man/man3/Blt_TreeNodeId.3.bz2
  1178. --- replaced obj /usr/share/man/man3/Blt_TreeName.3.bz2
  1179. --- replaced obj /usr/share/man/man3/Blt_TreeGetToken.3.bz2
  1180. --- replaced obj /usr/share/man/man3/Blt_TreeGetNode.3.bz2
  1181. --- replaced obj /usr/share/man/man3/Blt_TreeExists.3.bz2
  1182. --- replaced obj /usr/share/man/man3/Blt_TreeDeleteNode.3.bz2
  1183. --- replaced obj /usr/share/man/man3/Blt_TreeCreateNode.3.bz2
  1184. --- replaced obj /usr/share/man/man3/Blt_TreeCreate.3.bz2
  1185. --- replaced obj /usr/share/man/man3/Blt_Tree.3.bz2
  1186. --- replaced dir /usr/share/man/man3
  1187. --- replaced dir /usr/share/man
  1188. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/winop.html
  1189. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/watch.html
  1190. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/vector.html
  1191. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/treeview.html
  1192. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/tree.html
  1193. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/tile.html
  1194. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/tabset.html
  1195. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/table.html
  1196. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/stripchart.html
  1197. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/spline.html
  1198. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/htext.html
  1199. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/hiertable.html
  1200. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/hierbox.html
  1201. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/graph.html
  1202. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/eps.html
  1203. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/dragdrop.html
  1204. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/cutbuffer.html
  1205. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/container.html
  1206. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/busy.html
  1207. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/bltdebug.html
  1208. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/bitmap.html
  1209. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/bgexec.html
  1210. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/beep.html
  1211. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/barchart.html
  1212. --- replaced obj /usr/share/doc/blt-2.4z-r12/html/BLT.html
  1213. --- replaced dir /usr/share/doc/blt-2.4z-r12/html
  1214. --- replaced obj /usr/share/doc/blt-2.4z-r12/README.bz2
  1215. --- replaced obj /usr/share/doc/blt-2.4z-r12/PROBLEMS.bz2
  1216. --- replaced obj /usr/share/doc/blt-2.4z-r12/NEWS.bz2
  1217. --- replaced dir /usr/share/doc/blt-2.4z-r12
  1218. --- replaced dir /usr/share/doc
  1219. --- replaced dir /usr/share
  1220. --- replaced obj /usr/lib64/libBLTlite24.so
  1221. --- replaced sym /usr/lib64/libBLTlite.so
  1222. --- replaced obj /usr/lib64/libBLT24.so
  1223. --- replaced sym /usr/lib64/libBLT.so
  1224. --- replaced obj /usr/lib64/blt2.4/treeview_m.xbm
  1225. --- replaced obj /usr/lib64/blt2.4/treeview.xbm
  1226. --- replaced obj /usr/lib64/blt2.4/treeview.tcl
  1227. --- replaced obj /usr/lib64/blt2.4/tclIndex
  1228. --- replaced obj /usr/lib64/blt2.4/tabset.tcl
  1229. --- replaced obj /usr/lib64/blt2.4/tabnotebook.tcl
  1230. --- replaced obj /usr/lib64/blt2.4/pkgIndex.tcl
  1231. --- replaced obj /usr/lib64/blt2.4/hierbox.tcl
  1232. --- replaced obj /usr/lib64/blt2.4/graph.tcl
  1233. --- replaced obj /usr/lib64/blt2.4/dragdrop.tcl
  1234. --- replaced obj /usr/lib64/blt2.4/dnd.tcl
  1235. --- replaced obj /usr/lib64/blt2.4/demos/winop2.tcl
  1236. --- replaced obj /usr/lib64/blt2.4/demos/winop1.tcl
  1237. --- replaced obj /usr/lib64/blt2.4/demos/treeview1.tcl
  1238. --- replaced obj /usr/lib64/blt2.4/demos/tabset4.tcl
  1239. --- replaced obj /usr/lib64/blt2.4/demos/tabset3.tcl
  1240. --- replaced obj /usr/lib64/blt2.4/demos/tabset2.tcl
  1241. --- replaced obj /usr/lib64/blt2.4/demos/tabset1.tcl
  1242. --- replaced obj /usr/lib64/blt2.4/demos/tabnotebook3.tcl
  1243. --- replaced obj /usr/lib64/blt2.4/demos/tabnotebook2.tcl
  1244. --- replaced obj /usr/lib64/blt2.4/demos/tabnotebook1.tcl
  1245. --- replaced obj /usr/lib64/blt2.4/demos/stripchart1.tcl
  1246. --- replaced obj /usr/lib64/blt2.4/demos/spline.tcl
  1247. --- replaced obj /usr/lib64/blt2.4/demos/scripts/xcolors.tcl
  1248. --- replaced obj /usr/lib64/blt2.4/demos/scripts/stipples.tcl
  1249. --- replaced obj /usr/lib64/blt2.4/demos/scripts/send.tcl
  1250. --- replaced obj /usr/lib64/blt2.4/demos/scripts/ps.tcl
  1251. --- replaced obj /usr/lib64/blt2.4/demos/scripts/patterns.tcl
  1252. --- replaced obj /usr/lib64/blt2.4/demos/scripts/page.tcl
  1253. --- replaced obj /usr/lib64/blt2.4/demos/scripts/graph8.tcl
  1254. --- replaced obj /usr/lib64/blt2.4/demos/scripts/graph5.tcl
  1255. --- replaced obj /usr/lib64/blt2.4/demos/scripts/graph3.tcl
  1256. --- replaced obj /usr/lib64/blt2.4/demos/scripts/graph2.tcl
  1257. --- replaced obj /usr/lib64/blt2.4/demos/scripts/graph1.tcl
  1258. --- replaced obj /usr/lib64/blt2.4/demos/scripts/globe.tcl
  1259. --- replaced obj /usr/lib64/blt2.4/demos/scripts/demo.tcl
  1260. --- replaced obj /usr/lib64/blt2.4/demos/scripts/clone.tcl
  1261. --- replaced obj /usr/lib64/blt2.4/demos/scripts/bgtest.tcl
  1262. --- replaced obj /usr/lib64/blt2.4/demos/scripts/barchart2.tcl
  1263. --- replaced dir /usr/lib64/blt2.4/demos/scripts
  1264. --- replaced obj /usr/lib64/blt2.4/demos/images/txtrflag.gif
  1265. --- replaced obj /usr/lib64/blt2.4/demos/images/tan_paper2.gif
  1266. --- replaced obj /usr/lib64/blt2.4/demos/images/tan_paper.gif
  1267. --- replaced obj /usr/lib64/blt2.4/demos/images/stopsign.gif
  1268. --- replaced obj /usr/lib64/blt2.4/demos/images/smblue_rock.gif
  1269. --- replaced obj /usr/lib64/blt2.4/demos/images/sample.gif
  1270. --- replaced obj /usr/lib64/blt2.4/demos/images/rain.gif
  1271. --- replaced obj /usr/lib64/blt2.4/demos/images/qv100.t.gif
  1272. --- replaced obj /usr/lib64/blt2.4/demos/images/out.ps
  1273. --- replaced obj /usr/lib64/blt2.4/demos/images/open2.gif
  1274. --- replaced obj /usr/lib64/blt2.4/demos/images/open.gif
  1275. --- replaced obj /usr/lib64/blt2.4/demos/images/ofolder.gif
  1276. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-windows.gif
  1277. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-ofolder.gif
  1278. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-filemgr.gif
  1279. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-doc.gif
  1280. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-display.gif
  1281. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-book2.gif
  1282. --- replaced obj /usr/lib64/blt2.4/demos/images/mini-book1.gif
  1283. --- replaced obj /usr/lib64/blt2.4/demos/images/folder.gif
  1284. --- replaced obj /usr/lib64/blt2.4/demos/images/corrugated_metal.gif
  1285. --- replaced obj /usr/lib64/blt2.4/demos/images/clouds.gif
  1286. --- replaced obj /usr/lib64/blt2.4/demos/images/close2.gif
  1287. --- replaced obj /usr/lib64/blt2.4/demos/images/close.gif
  1288. --- replaced obj /usr/lib64/blt2.4/demos/images/chalk.gif
  1289. --- replaced obj /usr/lib64/blt2.4/demos/images/buckskin.gif
  1290. --- replaced obj /usr/lib64/blt2.4/demos/images/blt98.gif
  1291. --- replaced dir /usr/lib64/blt2.4/demos/images
  1292. --- replaced obj /usr/lib64/blt2.4/demos/htext1.tcl
  1293. --- replaced obj /usr/lib64/blt2.4/demos/htext.txt
  1294. --- replaced obj /usr/lib64/blt2.4/demos/hiertable2.tcl
  1295. --- replaced obj /usr/lib64/blt2.4/demos/hiertable1.tcl
  1296. --- replaced obj /usr/lib64/blt2.4/demos/hierbox4.tcl
  1297. --- replaced obj /usr/lib64/blt2.4/demos/hierbox3.tcl
  1298. --- replaced obj /usr/lib64/blt2.4/demos/hierbox2.tcl
  1299. --- replaced obj /usr/lib64/blt2.4/demos/hierbox1.tcl
  1300. --- replaced obj /usr/lib64/blt2.4/demos/graph7.tcl
  1301. --- replaced obj /usr/lib64/blt2.4/demos/graph6.tcl
  1302. --- replaced obj /usr/lib64/blt2.4/demos/graph5.tcl
  1303. --- replaced obj /usr/lib64/blt2.4/demos/graph4.tcl
  1304. --- replaced obj /usr/lib64/blt2.4/demos/graph3.tcl
  1305. --- replaced obj /usr/lib64/blt2.4/demos/graph2.tcl
  1306. --- replaced obj /usr/lib64/blt2.4/demos/graph1.tcl
  1307. --- replaced obj /usr/lib64/blt2.4/demos/eps.tcl
  1308. --- replaced obj /usr/lib64/blt2.4/demos/dragdrop2.tcl
  1309. --- replaced obj /usr/lib64/blt2.4/demos/dragdrop1.tcl
  1310. --- replaced obj /usr/lib64/blt2.4/demos/dnd2.tcl
  1311. --- replaced obj /usr/lib64/blt2.4/demos/dnd1.tcl
  1312. --- replaced obj /usr/lib64/blt2.4/demos/busy2.tcl
  1313. --- replaced obj /usr/lib64/blt2.4/demos/busy1.tcl
  1314. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/xbob.xbm
  1315. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/sharky.xbm
  1316. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hobbes_mask.xbm
  1317. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hobbes.xbm
  1318. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand14m.xbm
  1319. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand14.xbm
  1320. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand13m.xbm
  1321. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand13.xbm
  1322. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand12m.xbm
  1323. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand12.xbm
  1324. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand11m.xbm
  1325. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand11.xbm
  1326. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand10m.xbm
  1327. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand10.xbm
  1328. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand09m.xbm
  1329. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand09.xbm
  1330. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand08m.xbm
  1331. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand08.xbm
  1332. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand07m.xbm
  1333. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand07.xbm
  1334. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand06m.xbm
  1335. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand06.xbm
  1336. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand05m.xbm
  1337. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand05.xbm
  1338. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand04m.xbm
  1339. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand04.xbm
  1340. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand03m.xbm
  1341. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand03.xbm
  1342. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand02m.xbm
  1343. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand02.xbm
  1344. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand01m.xbm
  1345. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/hand/hand01.xbm
  1346. --- replaced dir /usr/lib64/blt2.4/demos/bitmaps/hand
  1347. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/greenback.xbm
  1348. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/rightm.xbm
  1349. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/right1m.xbm
  1350. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/right1.xbm
  1351. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/right.xbm
  1352. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/midm.xbm
  1353. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/mid.xbm
  1354. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/leftm.xbm
  1355. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/left1m.xbm
  1356. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/left1.xbm
  1357. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/fish/left.xbm
  1358. --- replaced dir /usr/lib64/blt2.4/demos/bitmaps/fish
  1359. --- replaced obj /usr/lib64/blt2.4/demos/bitmaps/face.xbm
  1360. --- replaced dir /usr/lib64/blt2.4/demos/bitmaps
  1361. --- replaced obj /usr/lib64/blt2.4/demos/bitmap.tcl
  1362. --- replaced obj /usr/lib64/blt2.4/demos/bgexec4.tcl
  1363. --- replaced obj /usr/lib64/blt2.4/demos/bgexec3.tcl
  1364. --- replaced obj /usr/lib64/blt2.4/demos/bgexec2.tcl
  1365. --- replaced obj /usr/lib64/blt2.4/demos/bgexec1.tcl
  1366. --- replaced obj /usr/lib64/blt2.4/demos/barchart5.tcl
  1367. --- replaced obj /usr/lib64/blt2.4/demos/barchart4.tcl
  1368. --- replaced obj /usr/lib64/blt2.4/demos/barchart3.tcl
  1369. --- replaced obj /usr/lib64/blt2.4/demos/barchart2.tcl
  1370. --- replaced obj /usr/lib64/blt2.4/demos/barchart1.tcl
  1371. --- replaced dir /usr/lib64/blt2.4/demos
  1372. --- replaced obj /usr/lib64/blt2.4/dd_protocols/tclIndex
  1373. --- replaced obj /usr/lib64/blt2.4/dd_protocols/dd-text.tcl
  1374. --- replaced obj /usr/lib64/blt2.4/dd_protocols/dd-number.tcl
  1375. --- replaced obj /usr/lib64/blt2.4/dd_protocols/dd-file.tcl
  1376. --- replaced obj /usr/lib64/blt2.4/dd_protocols/dd-color.tcl
  1377. --- replaced dir /usr/lib64/blt2.4/dd_protocols
  1378. --- replaced obj /usr/lib64/blt2.4/bltGraph.pro
  1379. --- replaced obj /usr/lib64/blt2.4/bltCanvEps.pro
  1380. --- replaced obj /usr/lib64/blt2.4/README
  1381. --- replaced obj /usr/lib64/blt2.4/PROBLEMS
  1382. --- replaced obj /usr/lib64/blt2.4/NEWS
  1383. --- replaced dir /usr/lib64/blt2.4
  1384. --- replaced dir /usr/lib64
  1385. --- cfgpro dir /usr/lib
  1386. --- replaced obj /usr/include/bltVector.h
  1387. --- replaced obj /usr/include/bltTree.h
  1388. --- replaced obj /usr/include/bltPool.h
  1389. --- replaced obj /usr/include/bltList.h
  1390. --- replaced obj /usr/include/bltHash.h
  1391. --- replaced obj /usr/include/bltChain.h
  1392. --- replaced obj /usr/include/bltBind.h
  1393. --- replaced obj /usr/include/blt.h
  1394. --- replaced dir /usr/include
  1395. --- replaced obj /usr/bin/bltwish24
  1396. --- replaced obj /usr/bin/bltwish
  1397. --- replaced obj /usr/bin/bltsh24
  1398. --- replaced obj /usr/bin/bltsh
  1399. --- replaced dir /usr/bin
  1400. --- replaced dir /usr
  1401. >>> Regenerating /etc/ld.so.cache...
  1402. >>> Original instance of package unmerged safely.
  1403. >>> dev-tcltk/blt-2.4z-r12 merged.
  1404. >>> Regenerating /etc/ld.so.cache...
  1405. * Messages for package dev-tcltk/blt-2.4z-r12:
  1406. * Package: dev-tcltk/blt-2.4z-r12
  1407. * Repository: gentoo
  1408. * Maintainer: tcltk@gentoo.org
  1409. * USE: X amd64 elibc_glibc jpeg kernel_linux userland_GNU
  1410. * FEATURES: preserve-libs sandbox userpriv usersandbox
  1411. * Applying blt-2.4z-r4-fix-makefile.patch ...
  1412. * Applying blt-2.4z-r4-fix-makefile2.patch ...
  1413. * Applying blt2.4z-64bit.patch ...
  1414. * Applying blt-2.4z-tcl8.5-fixpkgruntime.patch ...
  1415. * Applying blt-2.4z-ldflags.patch ...
  1416. * Applying blt-2.4z-linking.patch ...
  1417. * Applying blt-2.4z-darwin.patch ...
  1418. * Applying blt-2.4z-gbsd.patch ...
  1419. * Applying blt-2.4z-tk8.6.patch ...
  1420. * Applying blt-2.4z-tcl8.6.patch ...
  1421. * Applying blt-2.4z-aclocal.patch ...
  1422. * Running eautoreconf in '/var/tmp/portage/dev-tcltk/blt-2.4z-r12/work/blt2.4z-8.5.2' ...
  1423. * Running autoconf ...
  1424. * Running autoheader ...
  1425. * Running elibtoolize in: blt2.4z-8.5.2/
  1426.  
  1427.  
  1428. >>> Auto-cleaning packages...
  1429.  
  1430. >>> No outdated packages were found on your system.
  1431.  
  1432. * GNU info directory index is up-to-date.
  1433.  
  1434. !!! existing preserved libs:
  1435. >>> package: dev-lang/tk-8.5.13-r1
  1436. * - /usr/lib64/libtk8.6.so
  1437. * used by /usr/lib64/python2.7/lib-dynload/_tkinter.so (dev-lang/python-2.7.5-r3)
  1438. * used by /usr/lib64/python3.2/lib-dynload/_tkinter.cpython-32.so (dev-lang/python-3.2.5-r3)
  1439. * used by /usr/lib64/python3.3/lib-dynload/_tkinter.cpython-33.so (dev-lang/python-3.3.3)
  1440. >>> package: dev-lang/tcl-8.5.13-r1
  1441. * - /usr/lib64/libtcl8.6.so
  1442. * used by /usr/lib64/python2.7/lib-dynload/_tkinter.so (dev-lang/python-2.7.5-r3)
  1443. * used by /usr/lib64/python3.2/lib-dynload/_tkinter.cpython-32.so (dev-lang/python-3.2.5-r3)
  1444. * used by /usr/lib64/python3.3/lib-dynload/_tkinter.cpython-33.so (dev-lang/python-3.3.3)
  1445. Use emerge @preserved-rebuild to rebuild packages using these libraries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement