Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 363960 Details for
Bug 492506
dev-tcltk/blt-2.4z-r10 - 186 compiler warnings
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
build.log (text/plain), 58.38 KB, created by
RubyTuesdayDONO
on 2013-11-25 15:03:11 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
RubyTuesdayDONO
Created:
2013-11-25 15:03:11 UTC
Size:
58.38 KB
patch
obsolete
> * Package: dev-tcltk/blt-2.4z-r10 > * Repository: gentoo > * Maintainer: tcltk@gentoo.org > * USE: X abi_x86_64 amd64 elibc_glibc jpeg kernel_linux multilib test userland_GNU > * FEATURES: preserve-libs sandbox test userpriv usersandbox > * Applying blt-2.4z-r4-fix-makefile.patch ... > [ ok ] > * Applying blt-2.4z-r4-fix-makefile2.patch ... > [ ok ] > * Applying blt2.4z-64bit.patch ... > [ ok ] > * Applying blt-2.4z-tcl8.5-fixpkgruntime.patch ... > [ ok ] > * Applying blt-2.4z-ldflags.patch ... > [ ok ] > * Applying blt-2.4z-linking.patch ... > [ ok ] > * Applying blt-2.4z-darwin.patch ... > [ ok ] > * Applying blt-2.4z-gbsd.patch ... > [ ok ] >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking build system type... x86_64-pc-linux-gnu >checking which C compiler... x86_64-pc-linux-gnu-gcc >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking if C compiler is really gcc... yes >checking default compiler flags... -march=core2 -O2 -pipe -fPIC >checking for Cygwin environment... no >checking for mawk... no >checking for gawk... gawk >checking for a BSD compatible install... /usr/bin/install -c >checking for ranlib... x86_64-pc-linux-gnu-ranlib >checking whether ln -s works... yes >checking for main in -lsocket... no >checking for main in -lnsl... yes >checking for main in -lm... yes >checking for ANSI C header files... yes >checking for sys/wait.h that is POSIX.1 compatible... yes >checking whether time.h and sys/time.h may both be included... yes >checking for inttypes.h... yes >checking for limits.h... yes >checking for sys/param.h... yes >checking for string.h... yes >checking for ctype.h... yes >checking for errno.h... yes >checking for float.h... yes >checking for math.h... yes >checking for ieeefp.h... no >checking for sys/time.h... yes >checking for waitflags.h... no >checking for sys/wait.h... (cached) yes >checking for malloc.h... yes >checking for memory.h... yes >checking for setjmp.h... yes >checking for jpeglib.h... yes >checking for stdlib.h... yes >checking for unistd.h... yes >checking for size_t... yes >checking for pid_t... yes >checking whether union wait is defined correctly... yes >checking whether byte ordering is bigendian... no >checking size of int... 4 >checking size of long... 8 >checking size of long long... 8 >checking size of void *... 8 >checking for strdup... yes >checking for strcasecmp... yes >checking for strncasecmp... yes >checking for drand48... yes >checking for srand48... yes >checking for finite... yes >checking for isnan... yes >checking for isfinite... yes >checking whether DBL_EPSILON is defined in float.h... yes >checking whether declaration is needed for strdup... no >checking whether declaration is needed for drand48... no >checking whether declaration is needed for srand48... no >checking whether declaration is needed for j1... no >checking for X... libraries /usr/lib64, headers /usr/include >checking for tclConfig.sh... /usr/lib64/tclConfig.sh >checking for tkConfig.sh... /usr/lib64/tkConfig.sh >checking for jpeg_read_header in -ljpeg... yes >checking for XExtendedMaxRequestSize... yes >checking BLT_MAJOR_VERSION... 2 >checking BLT_MINOR_VERSION... 4 >checking TCL_VERSION in tcl.h... 8.5 >checking TK_VERSION in tk.h... 8.5 > >Configuration results: > > tcl.h found in /usr/include > tk.h found in /usr/include > X11/Xlib.h found in /usr/include > libtcl8.5 found in /usr/lib64 > libtk8.5 found in /usr/lib64 > libX11 found in /usr/lib64 > >Directories where BLT is to be installed: > > "$prefix" is /usr > "$exec_prefix" is /usr > > bltwish to be installed in ${exec_prefix}/bin > libBLT.a to be installed in /usr/lib64 > scripts to be installed in /usr/lib64/blt2.4 > manual pages to be installed in /usr/share/man > >creating ./config.status >creating Makefile >creating src/Makefile >creating src/bltHash.h >creating src/shared/Makefile >creating man/Makefile >creating library/Makefile >creating demos/Makefile >creating src/bltConfig.h >(cd src; make all) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src' >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltAlloc.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltArrayObj.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltBgexec.c >bltBgexec.c: In function âInitSinkâ: >bltBgexec.c:648:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltBgexec.c: In function âFreeSinkBufferâ: >bltBgexec.c:706:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltBgexec.c: In function âCloseSinkâ: >bltBgexec.c:858:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltBgexec.c: In function âDestroyBackgroundInfoâ: >bltBgexec.c:1474:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltBgexec.c: In function âCollectData.isra.6â: >bltBgexec.c:1252:8: warning: âlengthâ may be used uninitialized in this function [-Wuninitialized] >bltBgexec.c:1312:6: note: âlengthâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltChain.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltDebug.c >bltDebug.c: In function âGetWatchâ: >bltDebug.c:61:20: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >bltDebug.c: In function âDeleteWatchâ: >bltDebug.c:84:20: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >bltDebug.c: In function âDebugProcâ: >bltDebug.c:124:9: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >bltDebug.c:130:17: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >bltDebug.c: In function âDebugCmdâ: >bltDebug.c:283:20: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltHash.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltList.c >bltList.c: In function âBlt_ListCreateNodeâ: >bltList.c:172:5: warning: overflow in implicit constant conversion [-Woverflow] >bltList.c: In function âBlt_ListGetNodeâ: >bltList.c:409:2: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltNsUtil.c >bltNsUtil.c: In function âBlt_CreateNsDeleteNotifyâ: >bltNsUtil.c:547:2: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltParse.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltPool.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltSpline.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltSwitch.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTree.c >bltTree.c: In function âFreeNodeâ: >bltTree.c:405:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTree.c: In function âBlt_TreeCreateNodeâ: >bltTree.c:838:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTree.c: In function âBlt_TreeCreateNodeWithIdâ: >bltTree.c:893:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTree.c: In function âBlt_TreeGetNodeâ: >bltTree.c:999:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTreeCmd.c >bltTreeCmd.c: In function âParseNode5â: >bltTreeCmd.c:1286:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTreeCmd.c:1296:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTreeCmd.c:1333:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTreeCmd.c:1343:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTreeCmd.c: In function âComparePatternListâ: >bltTreeCmd.c:1670:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltTreeCmd.c: In function âDeleteOpâ: >bltTreeCmd.c:2605:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTreeCmd.c:2615:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltUnixPipe.c >bltUnixPipe.c: In function âCreateProcessâ: >bltUnixPipe.c:480:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltUnixPipe.c: In function âCreateTempFileâ: >bltUnixPipe.c:114:12: warning: ignoring return value of âmkstempâ, declared with attribute warn_unused_result [-Wunused-result] >bltUnixPipe.c: In function âCreateProcessâ: >bltUnixPipe.c:433:11: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] >bltUnixPipe.c:443:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltUtil.c >bltUtil.c: In function âBlt_GetUidâ: >bltUtil.c:796:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltUtil.c:799:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltUtil.c: In function âBlt_FreeUidâ: >bltUtil.c:833:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltUtil.c:838:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltVector.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltVecMath.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltVecCmd.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltVecObjCmd.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltWatch.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. -DTCL_ONLY -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \ > ./bltInit.c >rm -f libBLTlite.a >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 >x86_64-pc-linux-gnu-ranlib libBLTlite.a >rm -f bltsh >x86_64-pc-linux-gnu-gcc -Wall -march=core2 -O2 -pipe -fPIC -I. -I. -Wl,-O1 -Wl,--as-needed -DTCL_ONLY -o bltsh \ > -DTCLLIBPATH=\"/usr/lib64/tcl8.5\" \ > ./bltUnixMain.c libBLTlite.a -L/usr/lib64 -ltcl8.5 -lm -lnsl -ldl >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrAxis.c >bltGrAxis.c: In function âStringToTicksâ: >bltGrAxis.c:672:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltGrAxis.c: In function âUseOpâ: >bltGrAxis.c:3642:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltGrAxis.c: In function âBlt_AxisOpâ: >bltGrAxis.c:4185:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrBar.c >bltGrBar.c: In function âBlt_InitFreqTableâ: >bltGrBar.c:2200:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltGrBar.c:2206:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltGrBar.c:2222:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltGrBar.c:2227:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrElem.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrGrid.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrHairs.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrLegd.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrLine.c >bltGrLine.c: In function âClosestLineâ: >bltGrLine.c:3104:19: warning: âclosest.yâ may be used uninitialized in this function [-Wuninitialized] >bltGrLine.c:3077:13: note: âclosest.yâ was declared here >bltGrLine.c:3104:19: warning: âclosest.xâ may be used uninitialized in this function [-Wuninitialized] >bltGrLine.c:3077:13: note: âclosest.xâ was declared here >bltGrLine.c:3153:19: warning: âclosest.yâ may be used uninitialized in this function [-Wuninitialized] >bltGrLine.c:3132:13: note: âclosest.yâ was declared here >bltGrLine.c:3153:19: warning: âclosest.xâ may be used uninitialized in this function [-Wuninitialized] >bltGrLine.c:3132:13: note: âclosest.xâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrMarker.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrMisc.c >bltGrMisc.c: In function âStringToColorPairâ: >bltGrMisc.c:263:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrPen.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGrPs.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltGraph.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltBeep.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltBind.c >bltBind.c: In function âDoEventâ: >bltBind.c:116:5: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltBitmap.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltBusy.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltCanvEps.c >bltCanvEps.c:1689:5: warning: initialization from incompatible pointer type [enabled by default] >bltCanvEps.c:1689:5: warning: (near initialization for âepsItemType.createProcâ) [enabled by default] >bltCanvEps.c:1691:5: warning: initialization from incompatible pointer type [enabled by default] >bltCanvEps.c:1691:5: warning: (near initialization for âepsItemType.configProcâ) [enabled by default] >bltCanvEps.c:1692:5: warning: initialization from incompatible pointer type [enabled by default] >bltCanvEps.c:1692:5: warning: (near initialization for âepsItemType.coordProcâ) [enabled by default] >bltCanvEps.c: In function âBlt_InitEpsCanvasItemâ: >bltCanvEps.c:1716:26: warning: assignment from incompatible pointer type [enabled by default] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltColor.c >bltColor.c: In function âGetUniqueColorsâ: >bltColor.c:538:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltColor.c:543:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltColor.c:546:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltColor.c: In function âPrivateColormapâ: >bltColor.c:570:13: warning: variable âimageColorsâ set but not used [-Wunused-but-set-variable] >bltColor.c:566:9: warning: variable ânFreeColorsâ set but not used [-Wunused-but-set-variable] >bltColor.c: At top level: >bltColor.c:108:1: warning: âBuildColorRampâ defined but not used [-Wunused-function] >bltColor.c:254:1: warning: âMatchColorsâ defined but not used [-Wunused-function] >bltColor.c:313:1: warning: âAllocateColorsâ defined but not used [-Wunused-function] >bltColor.c:519:1: warning: âGetUniqueColorsâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltConfig.c >bltConfig.c: In function âBlt_StringToFlagâ: >bltConfig.c:278:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltConfig.c: In function âBlt_FlagToStringâ: >bltConfig.c:314:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltConfig.c: In function âStringToDistanceâ: >bltConfig.c:395:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltConfig.c: In function âStringToCountâ: >bltConfig.c:484:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltContainer.c >bltContainer.c: In function âStringToXIDâ: >bltContainer.c:825:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltCutbuffer.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltDragdrop.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltHierbox.c >bltHierbox.c: In function âCreateNodeâ: >bltHierbox.c:2080:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltHierbox.c: In function âGetNodeByIndexâ: >bltHierbox.c:2375:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltHierbox.c: In function âNodeToStringâ: >bltHierbox.c:2409:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltHtext.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltImage.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltUnixImage.c >bltUnixImage.c: In function âBlt_DrawableToColorImageâ: >bltUnixImage.c:577:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltPs.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTable.c >bltTable.c: In function âCreateTableâ: >bltTable.c:1820:5: warning: overflow in implicit constant conversion [-Woverflow] >bltTable.c:1821:5: warning: overflow in implicit constant conversion [-Woverflow] >bltTable.c: In function âBinEntryâ: >bltTable.c:2037:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltTable.c:2049:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTable.c:2066:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltTable.c:2078:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTabnotebook.c >bltTabnotebook.c: In function âGetWindowRectangleâ: >bltTabnotebook.c:2417:21: warning: âyâ may be used uninitialized in this function [-Wuninitialized] >bltTabnotebook.c:2433:12: note: âyâ was declared here >bltTabnotebook.c:2416:21: warning: âxâ may be used uninitialized in this function [-Wuninitialized] >bltTabnotebook.c:2433:9: note: âxâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTabset.c >bltTabset.c: In function âGetWindowRectangleâ: >bltTabset.c:2463:21: warning: âyâ may be used uninitialized in this function [-Wuninitialized] >bltTabset.c:2479:12: note: âyâ was declared here >bltTabset.c:2462:21: warning: âxâ may be used uninitialized in this function [-Wuninitialized] >bltTabset.c:2479:9: note: âxâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltText.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTile.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTreeView.c >bltTreeView.c: In function âBlt_TreeViewGetUidâ: >bltTreeView.c:1058:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltTreeView.c:1061:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >bltTreeView.c: In function âBlt_TreeViewFreeUidâ: >bltTreeView.c:1087:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltTreeView.c:1090:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTreeViewCmd.c >bltTreeViewCmd.c: In function âFindOpâ: >bltTreeViewCmd.c:2426:5: warning: overflow in implicit constant conversion [-Woverflow] >bltTreeViewCmd.c: In function âSearchAndApplyToTreeâ: >bltTreeViewCmd.c:2791:5: warning: overflow in implicit constant conversion [-Woverflow] >bltTreeViewCmd.c: In function âTagNamesOpâ: >bltTreeViewCmd.c:4536:6: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTreeViewEdit.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTreeViewColumn.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTreeViewStyle.c >bltTreeViewStyle.c: In function âEditTextBoxâ: >bltTreeViewStyle.c:856:5: warning: implicit declaration of function âBlt_TreeViewTextboxâ [-Wimplicit-function-declaration] >bltTreeViewStyle.c: At top level: >bltTreeViewStyle.c:1280:1: warning: âPickCheckBoxâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltUnixDnd.c >bltUnixDnd.c:1463:1: warning: âMorphTokenâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltWindow.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltObjConfig.c >bltObjConfig.c: In function âDoConfigâ: >bltObjConfig.c:1228:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >bltObjConfig.c: In function âFormatConfigValueâ: >bltObjConfig.c:1503:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltWinop.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. tkButton.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. tkFrame.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltScrollbar.c >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. bltTed.c >bltTed.c:552:1: warning: âCreateEntryâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -march=core2 -O2 -pipe -fPIC -I. -I. -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \ > ./bltInit.c >rm -f libBLT.a >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 >x86_64-pc-linux-gnu-ranlib libBLT.a >rm -f bltwish >x86_64-pc-linux-gnu-gcc -Wall -march=core2 -O2 -pipe -fPIC -I. -I. -Wl,-O1 -Wl,--as-needed -o bltwish \ > -DTCLLIBPATH=\"/usr/lib64/tcl8.5\" \ > ./bltUnixMain.c libBLT.a -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl >(cd shared; make CFLAGS="-march=core2 -O2 -pipe -fPIC " all) >make[2]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src/shared' >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrAxis.c >../bltGrAxis.c: In function âStringToTicksâ: >../bltGrAxis.c:672:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltGrAxis.c: In function âUseOpâ: >../bltGrAxis.c:3642:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltGrAxis.c: In function âBlt_AxisOpâ: >../bltGrAxis.c:4185:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrBar.c >../bltGrBar.c: In function âBlt_InitFreqTableâ: >../bltGrBar.c:2200:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltGrBar.c:2206:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltGrBar.c:2222:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltGrBar.c:2227:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrElem.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrGrid.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrHairs.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrLegd.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrLine.c >../bltGrLine.c: In function âClosestLineâ: >../bltGrLine.c:3104:19: warning: âclosest.yâ may be used uninitialized in this function [-Wuninitialized] >../bltGrLine.c:3077:13: note: âclosest.yâ was declared here >../bltGrLine.c:3104:19: warning: âclosest.xâ may be used uninitialized in this function [-Wuninitialized] >../bltGrLine.c:3077:13: note: âclosest.xâ was declared here >../bltGrLine.c:3153:19: warning: âclosest.yâ may be used uninitialized in this function [-Wuninitialized] >../bltGrLine.c:3132:13: note: âclosest.yâ was declared here >../bltGrLine.c:3153:19: warning: âclosest.xâ may be used uninitialized in this function [-Wuninitialized] >../bltGrLine.c:3132:13: note: âclosest.xâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrMarker.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrMisc.c >../bltGrMisc.c: In function âStringToColorPairâ: >../bltGrMisc.c:263:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrPen.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGrPs.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltGraph.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltAlloc.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltArrayObj.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBgexec.c >../bltBgexec.c: In function âInitSinkâ: >../bltBgexec.c:648:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltBgexec.c: In function âFreeSinkBufferâ: >../bltBgexec.c:706:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltBgexec.c: In function âCloseSinkâ: >../bltBgexec.c:858:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltBgexec.c: In function âDestroyBackgroundInfoâ: >../bltBgexec.c:1474:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltBgexec.c: In function âCollectData.isra.6â: >../bltBgexec.c:1252:8: warning: âlengthâ may be used uninitialized in this function [-Wuninitialized] >../bltBgexec.c:1312:6: note: âlengthâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltChain.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltDebug.c >../bltDebug.c: In function âGetWatchâ: >../bltDebug.c:61:20: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >../bltDebug.c: In function âDeleteWatchâ: >../bltDebug.c:84:20: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >../bltDebug.c: In function âDebugProcâ: >../bltDebug.c:124:9: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >../bltDebug.c:130:17: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >../bltDebug.c: In function âDebugCmdâ: >../bltDebug.c:283:20: warning: the comparison will always evaluate as âfalseâ for the address of âwatchChainâ will never be NULL [-Waddress] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltHash.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltList.c >../bltList.c: In function âBlt_ListCreateNodeâ: >../bltList.c:172:5: warning: overflow in implicit constant conversion [-Woverflow] >../bltList.c: In function âBlt_ListGetNodeâ: >../bltList.c:409:2: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltNsUtil.c >../bltNsUtil.c: In function âBlt_CreateNsDeleteNotifyâ: >../bltNsUtil.c:547:2: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltParse.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltPool.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltSpline.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltSwitch.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTree.c >../bltTree.c: In function âFreeNodeâ: >../bltTree.c:405:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTree.c: In function âBlt_TreeCreateNodeâ: >../bltTree.c:838:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTree.c: In function âBlt_TreeCreateNodeWithIdâ: >../bltTree.c:893:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTree.c: In function âBlt_TreeGetNodeâ: >../bltTree.c:999:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeCmd.c >../bltTreeCmd.c: In function âParseNode5â: >../bltTreeCmd.c:1286:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTreeCmd.c:1296:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTreeCmd.c:1333:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTreeCmd.c:1343:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTreeCmd.c: In function âComparePatternListâ: >../bltTreeCmd.c:1670:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltTreeCmd.c: In function âDeleteOpâ: >../bltTreeCmd.c:2605:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTreeCmd.c:2615:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUnixPipe.c >../bltUnixPipe.c: In function âCreateProcessâ: >../bltUnixPipe.c:480:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltUnixPipe.c: In function âCreateTempFileâ: >../bltUnixPipe.c:114:12: warning: ignoring return value of âmkstempâ, declared with attribute warn_unused_result [-Wunused-result] >../bltUnixPipe.c: In function âCreateProcessâ: >../bltUnixPipe.c:433:11: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] >../bltUnixPipe.c:443:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result [-Wunused-result] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUtil.c >../bltUtil.c: In function âBlt_GetUidâ: >../bltUtil.c:796:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltUtil.c:799:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltUtil.c: In function âBlt_FreeUidâ: >../bltUtil.c:833:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltUtil.c:838:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVector.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVecMath.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVecCmd.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltVecObjCmd.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltWatch.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBeep.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBind.c >../bltBind.c: In function âDoEventâ: >../bltBind.c:116:5: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBitmap.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltBusy.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltCanvEps.c >../bltCanvEps.c:1689:5: warning: initialization from incompatible pointer type [enabled by default] >../bltCanvEps.c:1689:5: warning: (near initialization for âepsItemType.createProcâ) [enabled by default] >../bltCanvEps.c:1691:5: warning: initialization from incompatible pointer type [enabled by default] >../bltCanvEps.c:1691:5: warning: (near initialization for âepsItemType.configProcâ) [enabled by default] >../bltCanvEps.c:1692:5: warning: initialization from incompatible pointer type [enabled by default] >../bltCanvEps.c:1692:5: warning: (near initialization for âepsItemType.coordProcâ) [enabled by default] >../bltCanvEps.c: In function âBlt_InitEpsCanvasItemâ: >../bltCanvEps.c:1716:26: warning: assignment from incompatible pointer type [enabled by default] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltColor.c >../bltColor.c: In function âGetUniqueColorsâ: >../bltColor.c:538:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltColor.c:543:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltColor.c:546:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltColor.c: In function âPrivateColormapâ: >../bltColor.c:570:13: warning: variable âimageColorsâ set but not used [-Wunused-but-set-variable] >../bltColor.c:566:9: warning: variable ânFreeColorsâ set but not used [-Wunused-but-set-variable] >../bltColor.c: At top level: >../bltColor.c:108:1: warning: âBuildColorRampâ defined but not used [-Wunused-function] >../bltColor.c:254:1: warning: âMatchColorsâ defined but not used [-Wunused-function] >../bltColor.c:313:1: warning: âAllocateColorsâ defined but not used [-Wunused-function] >../bltColor.c:519:1: warning: âGetUniqueColorsâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltConfig.c >../bltConfig.c: In function âBlt_StringToFlagâ: >../bltConfig.c:278:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltConfig.c: In function âBlt_FlagToStringâ: >../bltConfig.c:314:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltConfig.c: In function âStringToDistanceâ: >../bltConfig.c:395:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltConfig.c: In function âStringToCountâ: >../bltConfig.c:484:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltContainer.c >../bltContainer.c: In function âStringToXIDâ: >../bltContainer.c:825:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltCutbuffer.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltDragdrop.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltHierbox.c >../bltHierbox.c: In function âCreateNodeâ: >../bltHierbox.c:2080:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltHierbox.c: In function âGetNodeByIndexâ: >../bltHierbox.c:2375:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltHierbox.c: In function âNodeToStringâ: >../bltHierbox.c:2409:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltHtext.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltImage.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUnixImage.c >../bltUnixImage.c: In function âBlt_DrawableToColorImageâ: >../bltUnixImage.c:577:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltPs.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTable.c >../bltTable.c: In function âCreateTableâ: >../bltTable.c:1820:5: warning: overflow in implicit constant conversion [-Woverflow] >../bltTable.c:1821:5: warning: overflow in implicit constant conversion [-Woverflow] >../bltTable.c: In function âBinEntryâ: >../bltTable.c:2037:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltTable.c:2049:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTable.c:2066:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltTable.c:2078:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTabnotebook.c >../bltTabnotebook.c: In function âGetWindowRectangleâ: >../bltTabnotebook.c:2417:21: warning: âyâ may be used uninitialized in this function [-Wuninitialized] >../bltTabnotebook.c:2433:12: note: âyâ was declared here >../bltTabnotebook.c:2416:21: warning: âxâ may be used uninitialized in this function [-Wuninitialized] >../bltTabnotebook.c:2433:9: note: âxâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTabset.c >../bltTabset.c: In function âGetWindowRectangleâ: >../bltTabset.c:2463:21: warning: âyâ may be used uninitialized in this function [-Wuninitialized] >../bltTabset.c:2479:12: note: âyâ was declared here >../bltTabset.c:2462:21: warning: âxâ may be used uninitialized in this function [-Wuninitialized] >../bltTabset.c:2479:9: note: âxâ was declared here >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltText.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTile.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeView.c >../bltTreeView.c: In function âBlt_TreeViewGetUidâ: >../bltTreeView.c:1058:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltTreeView.c:1061:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >../bltTreeView.c: In function âBlt_TreeViewFreeUidâ: >../bltTreeView.c:1087:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltTreeView.c:1090:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewCmd.c >../bltTreeViewCmd.c: In function âFindOpâ: >../bltTreeViewCmd.c:2426:5: warning: overflow in implicit constant conversion [-Woverflow] >../bltTreeViewCmd.c: In function âSearchAndApplyToTreeâ: >../bltTreeViewCmd.c:2791:5: warning: overflow in implicit constant conversion [-Woverflow] >../bltTreeViewCmd.c: In function âTagNamesOpâ: >../bltTreeViewCmd.c:4536:6: warning: overflow in implicit constant conversion [-Woverflow] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewColumn.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewEdit.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTreeViewStyle.c >../bltTreeViewStyle.c: In function âEditTextBoxâ: >../bltTreeViewStyle.c:856:5: warning: implicit declaration of function âBlt_TreeViewTextboxâ [-Wimplicit-function-declaration] >../bltTreeViewStyle.c: At top level: >../bltTreeViewStyle.c:1280:1: warning: âPickCheckBoxâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltUnixDnd.c >../bltUnixDnd.c:1463:1: warning: âMorphTokenâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltWindow.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltObjConfig.c >../bltObjConfig.c: In function âDoConfigâ: >../bltObjConfig.c:1228:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >../bltObjConfig.c: In function âFormatConfigValueâ: >../bltObjConfig.c:1503:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltWinop.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../tkButton.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../tkFrame.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltScrollbar.c >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. ../bltTed.c >../bltTed.c:552:1: warning: âCreateEntryâ defined but not used [-Wunused-function] >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \ > ./../bltInit.c >rm -f libBLT24.so >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 \ > -ljpeg -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl >x86_64-pc-linux-gnu-gcc -c -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -DTCL_ONLY -DBLT_LIBRARY=\"/usr/lib64/blt2.4\" \ > ./../bltInit.c >rm -f libBLTlite24.so >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 \ > -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl >rm -f bltwish24 >x86_64-pc-linux-gnu-gcc -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -Wl,-O1 -Wl,--as-needed -o bltwish24 \ > ./../bltUnixMain.c libBLT24.so -L/usr/lib64 -ltk8.5 -ltcl8.5 -lX11 -ljpeg -lm -lnsl -ldl >rm -f bltsh24 >x86_64-pc-linux-gnu-gcc -Wall -fPIC -march=core2 -O2 -pipe -fPIC -I.. -I./.. -I./../.. -Wl,-O1 -Wl,--as-needed -DTCL_ONLY -o bltsh24 \ > ./../bltUnixMain.c libBLTlite24.so \ > -L/usr/lib64 -ltcl8.5 -lm -lnsl -ldl >make[2]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src/shared' >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src' >(cd library; make all) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/library' >rm -f pkgIndex.tcl >sed -e 's/%VERSION%/2.4/' ./pkgIndex.tcl.in | \ >sed -e 's/%LIB_PREFIX%/lib/' | \ >sed -e 's;%LIB_DIR%;/usr/lib64;' > pkgIndex.tcl >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/library' >(cd man; make all) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/man' >rm -rf BLT.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' BLT.mann > BLT.n >rm -rf barchart.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' barchart.mann > barchart.n >rm -rf beep.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' beep.mann > beep.n >rm -rf bgexec.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bgexec.mann > bgexec.n >rm -rf bitmap.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bitmap.mann > bitmap.n >rm -rf bltdebug.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' bltdebug.mann > bltdebug.n >rm -rf busy.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' busy.mann > busy.n >rm -rf container.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' container.mann > container.n >rm -rf cutbuffer.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' cutbuffer.mann > cutbuffer.n >rm -rf dragdrop.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' dragdrop.mann > dragdrop.n >rm -rf eps.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' eps.mann > eps.n >rm -rf graph.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' graph.mann > graph.n >rm -rf hierbox.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hierbox.mann > hierbox.n >rm -rf hiertable.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' hiertable.mann > hiertable.n >rm -rf htext.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' htext.mann > htext.n >rm -rf spline.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' spline.mann > spline.n >rm -rf stripchart.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' stripchart.mann > stripchart.n >rm -rf table.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' table.mann > table.n >rm -rf tabset.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tabset.mann > tabset.n >rm -rf tile.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tile.mann > tile.n >rm -rf tree.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' tree.mann > tree.n >rm -rf treeview.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' treeview.mann > treeview.n >rm -rf vector.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' vector.mann > vector.n >rm -rf watch.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' watch.mann > watch.n >rm -rf winop.n >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' winop.mann > winop.n >rm -rf Blt_Tree.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_Tree.man3 > Blt_Tree.3 >rm -rf Blt_TreeGetNode.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetNode.man3 > Blt_TreeGetNode.3 >rm -rf Blt_TreeCreate.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreate.man3 > Blt_TreeCreate.3 >rm -rf Blt_TreeGetToken.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeGetToken.man3 > Blt_TreeGetToken.3 >rm -rf Blt_TreeCreateNode.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeCreateNode.man3 > Blt_TreeCreateNode.3 >rm -rf Blt_TreeName.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeName.man3 > Blt_TreeName.3 >rm -rf Blt_TreeDeleteNode.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeDeleteNode.man3 > Blt_TreeDeleteNode.3 >rm -rf Blt_TreeNodeId.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeNodeId.man3 > Blt_TreeNodeId.3 >rm -rf Blt_TreeExists.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeExists.man3 > Blt_TreeExists.3 >rm -rf Blt_TreeReleaseToken.3 >sed -e "/man\.macros/r ./man.macros" -e '/man\.macros/d' -e 's/BLT_VERSION/2.4/' Blt_TreeReleaseToken.man3 > Blt_TreeReleaseToken.3 >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/man' >(cd demos; make all) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/demos' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/demos' >(cd src; make install) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src' >/usr/bin/install -c -m 644 libBLT.a /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLT24.a >(cd /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64; rm -f libBLT.a ; ln -s libBLT24.a libBLT.a) >x86_64-pc-linux-gnu-ranlib /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLT24.a >/usr/bin/install -c -m 644 libBLTlite.a /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLTlite24.a >(cd /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64; rm -f libBLTlite.a ; ln -s libBLTlite24.a libBLTlite.a) >x86_64-pc-linux-gnu-ranlib /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLTlite24.a >(cd shared; make install) >make[2]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src/shared' >/usr/bin/install -c -m 0755 libBLT24.so /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64 >/usr/bin/install -c -m 0755 libBLTlite24.so /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64 >/usr/bin/install -c -m 0755 bltwish24 /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/bin >/usr/bin/install -c -m 0755 bltsh24 /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/bin >make[2]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src/shared' >/usr/bin/install -c -m 0755 bltwish /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/bin >/usr/bin/install -c -m 0755 bltsh /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/bin >installing ./blt.h... >installing ./bltBind.h... >installing ./bltChain.h... >installing bltHash.h... >installing ./bltList.h... >installing ./bltPool.h... >installing ./bltTree.h... >installing ./bltVector.h... >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src' >(cd library; make install) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/library' > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/dd_protocols >rm -f pkgIndex.tcl >sed -e 's/%VERSION%/2.4/' /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image/./pkgIndex.tcl.in | \ >sed -e 's/%LIB_PREFIX%/lib/' | \ >sed -e 's;%LIB_DIR%;/usr/lib64;' > pkgIndex.tcl >sed: can't read /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image/./pkgIndex.tcl.in: No such file or directory >for i in dd-color.tcl dd-file.tcl dd-number.tcl dd-text.tcl tclIndex ; do \ > /usr/bin/install -c -m 644 ./dd_protocols/$i \ > /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/dd_protocols ; \ >done >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 \ > /usr/bin/install -c -m 644 ./$i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4 ; \ >done >/usr/bin/install -c -m 644 pkgIndex.tcl /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4 >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/library' >(cd man; make install) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/man' > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/share/man/man3 >for i in *.n ; do \ > /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/share/man/mann; \ >done >for i in *.3 ; do \ > /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/share/man/man3; \ >done >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/man' >(cd demos; make install) >make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/demos' > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/bitmaps/hand > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/bitmaps/fish > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/images > mkdir /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/scripts >for i in ./bitmaps/*.xbm ; do \ > /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/bitmaps ; \ >done >for i in ./bitmaps/hand/*.xbm ; do \ > /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/bitmaps/hand ; \ >done >for i in ./bitmaps/fish/*.xbm ; do \ > /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/bitmaps/fish ; \ >done >for i in ./images/*.gif ./images/*.ps ; do \ > /usr/bin/install -c -m 644 $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/images ; \ >done >for i in ./scripts/*.tcl ; do \ > /usr/bin/install -c $i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/scripts ; \ >done >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 \ > /usr/bin/install -c ./$i /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4/demos/$i ; \ >done >make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/demos' >/usr/bin/install -c -m 644 ./README /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4 >/usr/bin/install -c -m 644 ./PROBLEMS /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4 >/usr/bin/install -c -m 644 ./NEWS /var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/blt2.4 >removed â/var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLTlite24.aâ >removed â/var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLT.aâ >removed â/var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLT24.aâ >removed â/var/tmp/portage/dev-tcltk/blt-2.4z-r10/image//usr/lib64/libBLTlite.aâ > * ERROR: dev-tcltk/blt-2.4z-r10::gentoo failed: > * install aborted due to severe warnings shown above > * > * Call stack: > * misc-functions.sh, line 1276: Called install_qa_check > * misc-functions.sh, line 797: Called die > * The specific snippet of code: > * has stricter ${FEATURES} && \ > * die "install aborted due to severe warnings shown above" > * > * If you need support, post the output of `emerge --info '=dev-tcltk/blt-2.4z-r10::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-tcltk/blt-2.4z-r10::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/environment'. > * Working directory: '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/image' > * S: '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 492506
:
363956
|
363958
| 363960