C++ Dynamic Library, iostream: No such file

Hi, I'm trying to build a dynamic library in Xcode and running into a compilation error finding iostream. The library code is written in C++ and compiles on linux. When compiling in Xcode (2.4.1), I created the project as a C++ Standard Dynamic Library (and later C++ Dynamic Library, same problem) and get the following when building:
Building target “MC_VICommon” of project “MC_VICommon” with configuration “Debug”
Checking Dependencies
ProcessPCH++ /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/MCVICommon_Prefix-dbtpcuqquksioscuujethfosvirt/MC_VICommonPrefix.pch.gch MCVICommonPrefix.pch normal ppc c++ com.apple.compilers.gcc.4_0
cd /Users/sullivan/Code/Source/VI/MC_VICommon
/usr/bin/gcc-4.0 -x c++-header -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -fmessage-length=0 -mtune=G5 -fvisibility-inlines-hidden -mfix-and-continue -mmacosx-version-min=10.4 -gdwarf-2 -I/Users/sullivan/Code/Builds/Intermediate/MCVICommon.build/Debug/MC_VICommon.build/libMCVICommon.hmap -F/Users/sullivan/Code/Builds/Debug -I/Users/sullivan/Code/Builds/Debug/include -I/Users/sullivan/Code/Builds/Intermediate/MCVICommon.build/Debug/MCVICommon.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/sullivan/Code/Source/VI/MCVICommon/MC_VICommonPrefix.pch -o /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/MCVICommon_Prefix-dbtpcuqquksioscuujethfosvirt/MC_VICommonPrefix.pch.gch
ProcessPCH /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/MCVICommon_Prefix-cdgabvnmevghggbxbomensvfvhzy/MC_VICommonPrefix.pch.gch MCVICommonPrefix.pch normal ppc c com.apple.compilers.gcc.4_0
cd /Users/sullivan/Code/Source/VI/MC_VICommon
/usr/bin/gcc-4.0 -x c-header -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -fmessage-length=0 -mtune=G5 -mfix-and-continue -mmacosx-version-min=10.4 -gdwarf-2 -I/Users/sullivan/Code/Builds/Intermediate/MCVICommon.build/Debug/MC_VICommon.build/libMCVICommon.hmap -F/Users/sullivan/Code/Builds/Debug -I/Users/sullivan/Code/Builds/Debug/include -I/Users/sullivan/Code/Builds/Intermediate/MCVICommon.build/Debug/MCVICommon.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/sullivan/Code/Source/VI/MCVICommon/MC_VICommonPrefix.pch -o /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/MCVICommon_Prefix-cdgabvnmevghggbxbomensvfvhzy/MC_VICommonPrefix.pch.gch
/Users/sullivan/Code/Source/VI/MCVICommon/MC_VICommonPrefix.pch:6:20: error: iostream: No such file or directory
Later I tried starting the project as a Carbon dynamic library and it seems to work fine. Now granted, "if it ain't broke don't fix it", but I am curious and worried this will cause problems later.
One obviously relevant difference between the working Carbon and non-working C++ is the project_prefix.pch files:
// Prefix header for all source files of the 'MC_VICommon' target in the 'MC_VICommon' project.
#include <iostream>
vs.
// Prefix header for all source files of the 'CarbonTest' target in the 'CarbonTest' project.
#include <Carbon/Carbon.h>
Should I just accept that the carbon one works? Am I doing something wrong? Is there documentation about linking to Carbon vs. not?
Thanks!

Thanks for the suggestion. With Xcode though, the build and link parameters are determined automatically. I'm under the impression that it will separate out the .c's and .cpp's to compile with their own parameters. I am wondering now why the prefix.pch file, which is compiled with both -x c++-header and -x c-header, includes iostream. Anyway, I found if I just comment out that line in the prefix file, everything works fine. Even if I clean and re-build, the comment is not over-written and everything builds.
99% of the time using Xcode is more convenient than makefiles, but on these occasions when an automatically generated file causes problems, I get curious as to what happens behind the scenes when I build a project template like C++ Dynamic Library. I presume there is a way to change my code such that this won't happen, but if I knew why it happened it would help. Anyway, since this work-around is good enough, I should probably just be happy and move on.

Similar Messages

  • Fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory

    Hi Folks:
    I am doing one Dll file for TestStand , and got an error : d:\teststand3.5\teststand 3.5\examples\modaldialogs\mfc\tsapivc.h(18) : fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory
    Could anyone help me out of that ??
    Thanks in advance !

    This type library for the adapter API is embedded in the teapi.dll. If you are using Visual Studio.NET, there is an attribute called tlbid that you can use with the #import directive in order to import that embedded library (see the MSDN documentation for more details). For example:
    #import tlbid(2)
    In VC++ 6.0, there is no way to import embedded type libraries. Therefore, you must use the attached type library file (.tlb) with the #import directive. For example:
    #import "TsAdpApi.tlb"

  • "posix_spawnp("/Library/StartupItems/ProTec6b/Nalpeirond6b", ...): No such file or directory" Since this is not there, how can I get rid of it repeating and repeating?

    Hello Mac users,
    After recognizing slowness and heat in my machine, I find
    posix_spawnp("/Library/StartupItems/ProTec6b/Nalpeirond6b", ...): No such file or directory
    in my system.log, but, looking in the library, well, the file isn't there. I deleted the Nalpeirond6b.plist thinking that might stop it, which it did not. What else can I do?
    I'm running Leopard still, 10.5.8, having been putting off upgrading and/or a new purchase.
    Thank you for your time.
    Best,
    Liz in Tucson

    Hi Liz, see if this helps...
    https://discussions.apple.com/thread/2531925
    Be very careful if using Terminal to remove...
    http://trick77.com/2010/08/08/mac-doesnt-auto-sleep-anymore-hard-disks/

  • I can't Disable my Memory Swapping on mac ( launchctl: Couldn't stat("/System/Library/LaunchDaemons/com.apple.dynamic_pager.plist"): No such file or directory nothing found to unload   )

    Hi Guys! I really need help here, Im a Web Graphic Designer and i really use alot of Memory on my mac ( i have 8gb ram ).  Everyone told me that disabling the memory swapping would really help alot and tried to disable it.  All of my friends taught me on how to disable it by enerting
    " sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist "  on my Terminal
    It really works on other MacBPro but i ge this error message
    " launchctl: Couldn't stat("/System/Library/LaunchDaemons/com.apple.dynamic_pager.plist"): No such file or directory nothing found to unload "
    I tried to look at the folder or directory there is no com.apple.dynamic_pager.plist and its confusing me cause the memory swapping is still working without the com.apple.dynamic_pager.plist.
    Can someone help or tell me how to fix this? I would really much appreciate it.

    I never heard of anyone doing what you are attempting!
    If you have so much memory as you claim I don't see the advantage of running the system in this non-standard way since you probably won't need to write to a swapfile anyway.  And you are asking for trouble if it does need it and it's not there.
    Finally, I submit you must have missed or or looked in the wrong place.  In terminal cut/paste the following:
    ls /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
    It shouldn't report an error.

  • Unable to load dynamic library oci8.so

    Hello All,
    When I try to start lampp, I am getting the below error.
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/oci8.so' - libclntsh.so.10.1: cannot open shared object file: No such file or directory in Unknown on line 0
    But I have  libclntsh.so.11.1 in my system. Why it is searching for libclntsh.so.10.1?

    Madhu.149 wrote:
    Hello All,
    When I try to start lampp, I am getting the below error.
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/oci8.so' - libclntsh.so.10.1: cannot open shared object file: No such file or directory in Unknown on line 0
    But I have  libclntsh.so.11.1 in my system. Why it is searching for libclntsh.so.10.1?
    Madhu.149 wrote:
    Hello All,
    When I try to start lampp, I am getting the below error.
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/oci8.so' - libclntsh.so.10.1: cannot open shared object file: No such file or directory in Unknown on line 0
    But I have  libclntsh.so.11.1 in my system. Why it is searching for libclntsh.so.10.1?
    >Why it is searching for libclntsh.so.10.1?
    old PHP software that does not know about V11
    So just create a softlink as below
    ln -s libclntsh.so.11.1 libclntsh.so.10.1

  • [SOLVED!] makepkg won't "make" (cd: src: no such file or directory)

    Here is an install log:
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for a BSD-compatible install... /bin/install -c
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking whether gcc and cc understand -c and -o together... yes
    checking for pkg-config... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.19... yes
    checking for fopencookie... yes
    checking for funopen... no
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for iconv... yes
    checking for working iconv... yes
    checking for iconv declaration...
    extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    checking alsa/asoundlib.h usability... yes
    checking alsa/asoundlib.h presence... yes
    checking for alsa/asoundlib.h... yes
    checking for snd_pcm_open in -lasound... yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking for unistd.h... (cached) yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for sys/stat.h... (cached) yes
    checking linux/soundcard.h usability... yes
    checking linux/soundcard.h presence... yes
    checking for linux/soundcard.h... yes
    checking for alsa/asoundlib.h... (cached) yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking mcheck.h usability... yes
    checking mcheck.h presence... yes
    checking for mcheck.h... yes
    checking sys/statfs.h usability... yes
    checking sys/statfs.h presence... yes
    checking for sys/statfs.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking assert.h usability... yes
    checking assert.h presence... yes
    checking for assert.h... yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking for sys/mount.h... yes
    checking sys/inotify.h usability... yes
    checking sys/inotify.h presence... yes
    checking for sys/inotify.h... yes
    checking for calloc... yes
    checking for malloc... yes
    checking for free... yes
    checking for popen... yes
    checking for sysinfo... yes
    checking for getloadavg... yes
    checking for memrchr... yes
    checking for strndup... yes
    checking for gethostbyname_r... yes
    checking for library containing clock_gettime... -lrt
    checking for struct statfs.f_fstypename... no
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for db2x_xsltproc... no
    checking for db2x_manxml... no
    checking for xsltproc... no
    checking if /usr/bin/ld accepts -O1... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating data/Makefile
    config.status: creating doc/Makefile
    config.status: creating src/Makefile
    config.status: creating src/build.h
    config.status: creating lua/Makefile
    config.status: creating src/config.h
    config.status: src/config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    conky 1.7.2 configured successfully:
    Installing into: /usr
    System config dir: /etc
    C compiler flags: -Wall -W
    Libraries: -lm -lasound -lrt
    Linker flags: -Wl,-O1
    * X11:
    X11 support: no
    XDamage support: no
    XDBE support: no
    Xft support: no
    * Music detection:
    Audacious: no
    BMPx: no
    MPD: yes
    MOC: yes
    XMMS2: no
    * General:
    OpenMP:
    math: yes
    hddtemp: no
    portmon: no
    RSS: no
    Curl: no
    Weather
    METAR: no
    XOAP: no
    wireless: no
    IBM: no
    nvidia: no
    eve-online: no
    config-output: yes
    Imlib2: no
    ALSA mixer: yes
    apcupsd: yes
    I/O stats: yes
    * Lua (no) bindings:
    Cairo: no
    Imlib2: no
    Making all in src
    /bin/sh: line 17: cd: src: No such file or directory
    make: *** [all-recursive] Error 1
    A couple of months ago I stumbled upon this problem, but handfixed all entrances in Makefiles recursively, changing explicitly '/bin/sh' on '/bin/bash' (although, /bin/sh is a link on /bin/bash). Now I had do deploy archlinux on another machine and here's the problem, again.
    Last edited by cra (2009-10-27 12:43:53)

    Ok, I rm'ed the src and pkg subdirectories for package cairo-lcd, here's what I have:
    (Actually, no specific options for makepkg)
    [cra@cratop 07:47:47 ~/downloads/cairo-lcd]
    $ ls
    PKGBUILD cairo-1.8.8.tar.gz lcd-filter.patch
    [cra@cratop 07:48:46 ~/downloads/cairo-lcd]
    $ makepkg
    ==> Making package: cairo-lcd 1.8.8-1 i686 (Wed Oct 21 07:48:50 MSD 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found cairo-1.8.8.tar.gz in build dir
    -> Found lcd-filter.patch in build dir
    ==> Validating source files with md5sums...
    cairo-1.8.8.tar.gz ... Passed
    lcd-filter.patch ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f "cairo-1.8.8.tar.gz"
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file doc/public/cairo-sections.txt
    Hunk #1 succeeded at 326 (offset 7 lines).
    patching file src/cairo-font-options.c
    patching file src/cairo-ft-font.c
    Hunk #2 succeeded at 742 (offset 3 lines).
    Hunk #3 succeeded at 1034 (offset 3 lines).
    Hunk #4 succeeded at 1091 (offset 3 lines).
    Hunk #5 succeeded at 1103 (offset 3 lines).
    Hunk #6 succeeded at 1124 (offset 3 lines).
    Hunk #7 succeeded at 1162 (offset 3 lines).
    Hunk #8 succeeded at 1225 (offset 3 lines).
    Hunk #9 succeeded at 1252 (offset 3 lines).
    Hunk #10 succeeded at 1500 (offset 3 lines).
    Hunk #11 succeeded at 1542 (offset 3 lines).
    Hunk #12 succeeded at 1578 (offset 3 lines).
    Hunk #13 succeeded at 1697 (offset 3 lines).
    Hunk #14 succeeded at 1726 (offset 3 lines).
    Hunk #15 succeeded at 2695 (offset 25 lines).
    patching file src/cairo-types-private.h
    Hunk #1 succeeded at 116 (offset 8 lines).
    patching file src/cairo-xlib-screen.c
    Hunk #1 succeeded at 143 with fuzz 1 (offset 11 lines).
    Hunk #2 succeeded at 159 (offset 11 lines).
    Hunk #3 succeeded at 257 (offset 11 lines).
    Hunk #4 succeeded at 287 (offset 11 lines).
    patching file src/cairo.h
    Hunk #1 succeeded at 1046 (offset 78 lines).
    Hunk #2 succeeded at 1171 (offset 78 lines).
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for bash... /bin/bash
    checking if dolt supports this host... yes, replacing libtool
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking whether to build gtk-doc documentation... no
    checking for gtkdoc-check... no
    checking for find... /usr/bin/find
    checking for xargs... /usr/bin/xargs
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether g++ accepts -g... (cached) yes
    checking dependency style of g++... (cached) gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC -DPIC
    checking if g++ PIC flag -fPIC -DPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether gcc and cc understand -c and -o together... yes
    checking for inline... inline
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking whether byte ordering is bigendian... no
    checking whether float word ordering is bigendian... no
    checking for native atomic primitives... Intel
    checking whether atomic ops require a memory barrier... no
    checking for native Win32... no
    checking for Sun Solaris (non-POSIX ctime_r)... no
    checking for cos in -lm... yes
    checking for sched_yield in -lrt... yes
    checking for stdint.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking sys/int_types.h usability... no
    checking sys/int_types.h presence... no
    checking for sys/int_types.h... no
    checking for uint64_t... yes
    checking for uint128_t... no
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for unistd.h... (cached) yes
    checking signal.h usability... yes
    checking signal.h presence... yes
    checking for signal.h... yes
    checking for sys/stat.h... (cached) yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking sys/poll.h usability... yes
    checking sys/poll.h presence... yes
    checking for sys/poll.h... yes
    checking sys/un.h usability... yes
    checking sys/un.h presence... yes
    checking for sys/un.h... yes
    checking sched.h usability... yes
    checking sched.h presence... yes
    checking for sched.h... yes
    checking for sched_getaffinity... yes
    checking fenv.h usability... yes
    checking fenv.h presence... yes
    checking for fenv.h... yes
    checking for feenableexcept... yes
    checking for fedisableexcept... yes
    checking libgen.h usability... yes
    checking libgen.h presence... yes
    checking for libgen.h... yes
    checking byteswap.h usability... yes
    checking byteswap.h presence... yes
    checking for byteswap.h... yes
    checking for signal.h... (cached) yes
    checking setjmp.h usability... yes
    checking setjmp.h presence... yes
    checking for setjmp.h... yes
    checking for vasnprintf... no
    checking for link... yes
    checking for ctime_r... yes
    checking for drand48... yes
    checking for flockfile... yes
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking for supported warning flags...
    checking whether gcc supports -Wall... yes
    checking whether gcc supports -Wextra... yes
    checking whether gcc supports -Wsign-compare... yes
    checking whether gcc supports -Werror-implicit-function-declaration... yes
    checking whether gcc supports -Wpointer-arith... yes
    checking whether gcc supports -Wwrite-strings... yes
    checking whether gcc supports -Wstrict-prototypes... yes
    checking whether gcc supports -Wmissing-prototypes... yes
    checking whether gcc supports -Wmissing-declarations... yes
    checking whether gcc supports -Wnested-externs... yes
    checking whether gcc supports -Wpacked... yes
    checking whether gcc supports -Wswitch-enum... yes
    checking whether gcc supports -Wmissing-format-attribute... yes
    checking whether gcc supports -Wstrict-aliasing=2... yes
    checking whether gcc supports -Winit-self... yes
    checking whether gcc supports -Wunsafe-loop-optimizations... yes
    checking whether gcc supports -Wdeclaration-after-statement... yes
    checking whether gcc supports -Wold-style-definition... yes
    checking whether gcc supports -Wno-missing-field-initializers... yes
    checking whether gcc supports -Wno-unused-parameter... yes
    checking whether gcc supports -Wno-attributes... yes
    checking whether gcc supports -Wno-long-long... yes
    checking whether gcc supports -Winline... yes
    checking whether gcc supports -fno-strict-aliasing... yes
    checking whether gcc supports -fno-common... yes
    checking whether gcc supports -Wp,-D_FORTIFY_SOURCE=2... yes
    checking which warning flags were supported... -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2
    checking how to enable unused result warnings... __attribute__((__warn_unused_result__))
    checking how to allow undefined symbols in shared libraries used by test suite... checking whether gcc supports -Wl,--allow-shlib-undefined... yes
    -Wl,--allow-shlib-undefined
    checking for VALGRIND... no
    no
    checking for compress in -lz... yes
    checking zlib.h usability... yes
    checking zlib.h presence... yes
    checking for zlib.h... yes
    checking for X... libraries , headers
    checking for cairo's Xlib surface backend feature...
    checking for xlib... yes
    checking whether cairo's Xlib surface backend feature could be enabled... yes
    checking for cairo's Xlib Xrender surface backend feature...
    checking for xlib_xrender... yes
    checking whether cairo's Xlib Xrender surface backend feature could be enabled... yes
    checking for cairo's XCB surface backend feature...
    checking for xcb... yes
    checking whether cairo's XCB surface backend feature could be enabled... yes
    checking for cairo's Quartz surface backend feature...
    checking ApplicationServices/ApplicationServices.h usability... no
    checking ApplicationServices/ApplicationServices.h presence... no
    checking for ApplicationServices/ApplicationServices.h... no
    checking CoreGraphics/CoreGraphics.h usability... no
    checking CoreGraphics/CoreGraphics.h presence... no
    checking for CoreGraphics/CoreGraphics.h... no
    checking whether cairo's Quartz surface backend feature could be enabled... no (requires CoreGraphics framework)
    checking for cairo's Quartz font backend feature...
    checking whether cairo's Quartz font backend feature could be enabled... no (requires CoreGraphics framework)
    checking for cairo's Microsoft Windows surface backend feature...
    checking whether cairo's Microsoft Windows surface backend feature could be enabled... no (requires a Win32 platform)
    checking for cairo's Microsoft Windows font backend feature...
    checking whether cairo's Microsoft Windows font backend feature could be enabled... no (requires a Win32 platform)
    checking for cairo's PNG functions feature...
    checking for png... yes
    checking whether cairo's PNG functions feature could be enabled... yes
    checking for cairo's FreeType font backend feature...
    checking for FONTCONFIG... yes
    checking for FcFini... yes
    checking for FREETYPE... yes
    checking whether cairo's FreeType font backend feature could be enabled... yes
    checking for FT_Bitmap_Size.y_ppem... yes
    checking for FT_GlyphSlot_Embolden... yes
    checking for FT_Load_Sfnt_Table... yes
    checking for FT_Library_SetLcdFilter... yes
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for cairo's PostScript surface backend feature...
    checking whether cairo's PostScript surface backend feature could be enabled... yes
    checking for gs... gs
    checking for LIBSPECTRE... yes
    checking for cairo's PDF surface backend feature...
    checking whether cairo's PDF surface backend feature could be enabled... yes
    checking for POPPLER... yes
    checking for poppler_page_render... yes
    checking for cairo's SVG surface backend feature...
    checking whether cairo's SVG surface backend feature could be enabled... yes
    checking for LIBRSVG... yes
    checking for rsvg_pixbuf_from_file... yes
    checking for cairo's image surface backend feature...
    checking for pixman... yes
    checking whether cairo's image surface backend feature could be enabled... yes
    checking for cairo's user font backend feature...
    checking whether cairo's user font backend feature could be enabled... yes
    checking for gtk... yes
    configure: creating ./config.status
    config.status: creating src/cairo.pc
    config.status: creating cairo-uninstalled.pc
    config.status: creating src/cairo-xlib.pc
    config.status: creating cairo-xlib-uninstalled.pc
    config.status: creating src/cairo-xlib-xrender.pc
    config.status: creating cairo-xlib-xrender-uninstalled.pc
    config.status: creating src/cairo-xcb.pc
    config.status: creating cairo-xcb-uninstalled.pc
    config.status: creating src/cairo-png.pc
    config.status: creating cairo-png-uninstalled.pc
    config.status: creating src/cairo-ft.pc
    config.status: creating cairo-ft-uninstalled.pc
    config.status: creating src/cairo-ps.pc
    config.status: creating cairo-ps-uninstalled.pc
    config.status: creating src/cairo-pdf.pc
    config.status: creating cairo-pdf-uninstalled.pc
    config.status: creating src/cairo-svg.pc
    config.status: creating cairo-svg-uninstalled.pc
    config.status: creating Makefile
    config.status: creating boilerplate/Makefile
    config.status: creating src/Makefile
    config.status: creating test/Makefile
    config.status: creating test/pdiff/Makefile
    config.status: creating perf/Makefile
    config.status: creating util/Makefile
    config.status: creating doc/Makefile
    config.status: creating doc/public/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing ./build/Makefile.win32.features commands
    config.status: creating ./build/Makefile.win32.features
    config.status: ./build/Makefile.win32.features is unchanged
    config.status: executing ./src/Makefile.am.features commands
    config.status: creating ./src/Makefile.am.features
    config.status: ./src/Makefile.am.features is unchanged
    config.status: executing ./src/Makefile.win32.features commands
    config.status: creating ./src/Makefile.win32.features
    config.status: ./src/Makefile.win32.features is unchanged
    config.status: executing ./boilerplate/Makefile.am.features commands
    config.status: creating ./boilerplate/Makefile.am.features
    config.status: ./boilerplate/Makefile.am.features is unchanged
    config.status: executing ./boilerplate/Makefile.win32.features commands
    config.status: creating ./boilerplate/Makefile.win32.features
    config.status: ./boilerplate/Makefile.win32.features is unchanged
    config.status: executing src/cairo-features.h commands
    config.status: creating src/cairo-features.h
    config.status: executing ./src/cairo-supported-features.h commands
    config.status: creating ./src/cairo-supported-features.h
    config.status: ./src/cairo-supported-features.h is unchanged
    config.status: executing ./build/Makefile.win32.features-h commands
    config.status: creating ./build/Makefile.win32.features-h
    config.status: ./build/Makefile.win32.features-h is unchanged
    cairo (version 1.8.8 [release]) will be compiled with:
    The following surface backends:
    Image: yes (always builtin)
    Xlib: yes
    Xlib Xrender: yes
    Quartz: no (requires CoreGraphics framework)
    Quartz-image: no (disabled, use --enable-quartz-image to enable)
    XCB: yes
    Win32: no (requires a Win32 platform)
    OS2: no (disabled, use --enable-os2 to enable)
    PostScript: yes
    PDF: yes
    SVG: yes
    glitz: no (disabled, use --enable-glitz to enable)
    BeOS: no (disabled, use --enable-beos to enable)
    DirectFB: no (disabled, use --enable-directfb to enable)
    The following font backends:
    User: yes (always builtin)
    FreeType: yes
    Win32: no (requires a Win32 platform)
    Quartz: no (requires CoreGraphics framework)
    The following functions:
    PNG functions: yes
    And the following internal features:
    gcov support: no
    test surfaces: no (disabled, use --enable-test-surfaces to enable)
    ps testing: yes
    pdf testing: yes
    svg testing: yes
    --- The XCB surface backend feature is still under active development and is
    --- included in this release only as a preview. It does NOT fully work yet
    --- and incompatible changes may yet be made to XCB surface backend specific
    --- API.
    make all-recursive
    make[1]: Entering directory `/home/cra/downloads/cairo-lcd/src/cairo-1.8.8'
    Making all in src
    /bin/sh: line 17: cd: src: No such file or directory
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/cra/downloads/cairo-lcd/src/cairo-1.8.8'
    make: *** [all] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    [cra@cratop 07:49:13 ~/downloads/cairo-lcd]
    $

  • PHP Startup: Unable to load dynamic library './oci8.so' - ./oci8.so:

    I have oracle 11g, php5, and apache2 are running on server(A). One of my php application need to connect Oracle 10g on server(B). so I have to configure PHP5 and OCI8. Here is what I have done.
    #env
    ORACLE_SID=demo
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.1.0/db_1/lib
    TNS_ADMIN=/u01/app/oracle/product/11.1.0/db_1/network/admin
    ## PHP configured
    #./configure prefix=/usr/local/php5 with-apxs2=/usr/local/apache2/bin/apxs --with-oci8=/u01/app/oracle/product/11.1.
    0/db_1 enable-sigchild with-config-file-path=/usr/local/apache2/conf
    ##OCI8
    ./configure -with-oci8=shared,/u01/app/oracle/product/11.1.0/db_1
    Then I add "extension=oci8.so" on the php.ini file (/usr/local/php/conf/php.ini)
    ## Here is a problem
    # php phpinfo.php |grep oci
    PHP Warning: PHP Startup: Unable to load dynamic library './oci8.so' - ./oci8.so: cannot open shared object file: No such file or directory in Unknown on line 0
    oci8
    oci8.default_prefetch => 10 => 10
    oci8.max_persistent => -1 => -1
    oci8.old_oci_close_semantics => 0 => 0
    oci8.persistent_timeout => -1 => -1
    oci8.ping_interval => 60 => 60
    oci8.privileged_connect => Off => Off
    oci8.statement_cache_size => 20 => 20
    OLDPWD => /usr/local/apps/oci8-1.3.4
    _SERVER["OLDPWD"] => /usr/local/apps/oci8-1.3.4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    what is your OS?
    Under Fedora 9 I used :
    locate oci8.soI had to use yumex to install a bunch of php files (pecl and phpize) that had the programs to dowload and install oci8.
    Another post has the instructions! Search on phpize or pecl
    in /etc/php.ini put :
    extension=oci8.so

  • "No such file or directory" error, Include header path not working?

    Hello all,
    I am porting some software from Microsoft visual studio to Xcode and i am having some trouble building a library. I keep getting an error about the include files not being found: " no such file or directory". I've searched and the remedy for this is to change the active target's "Header Search Paths" and it worked in one of the targets. Now I am trying to build a new target and for some reason i keep getting the same error and can not get rid of it. Thanks a bunch in advance!

    The one that works is a static library, while the one that isn't compiling is a dynamic one.

  • TS2570 Still cant access my computer, followed instructions to perform a safe boot and last line of script it shows: BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory. Any idea?

    Brand new Mac Book Pro
    Purchased in Mexico's Department store Liverpool on June 20th 2012
    Purchased Memory upgade to 8Gb, on june 27th, at Apple Store Memorial City, Houston
    Upgraded memory from 4Gb to 8Gb on June 28th.
    Tried to write on my external HD (previously written on a windows based PC) with no success.
    Upon reccomendation from a Mac assistant, copied all my external HD contents into my Mac Hard drive.
    Then formatted my external HD and copied back all my information to it.
    deleted all the  information from my MacBook Pro HD.
    Attempted to repeat the same operation with another external HD, but got a message saying there was not enough epace on the computer HD (even though I have a 750Gb Hard Drive.
    Looked in the trash bin and there it was, all the information previously deleted..
    Could not empty the trash bin, although I got a message asking me to safely delete all the information from the trash bin,
    Could not get enough space released, after several attpempts the trash bin was finally emptied.
    All happy getting acquainted with my new MacBook Pro. Two days later, got a gray screen and not able to start the computer.
    Looking in to Mac support I found article http://support.apple.com/kb/TS2570 and followed instructions to perform a safe boot:
    "Perform a Safe Boot
    Simply performing the Safe Boot may resolve this issue.
    Shut down your Mac. If necessary, hold your Mac's power button for several seconds to force it to power down.
    Start your Mac, then immediately hold the Shift key. This performs a Safe Boot. Advanced tip: If you want to
    see the status of a Safe Boot as it progresses, you can hold Shift-Command-V during start up (instead of just Shift).
    Note: A Safe Boot takes longer than a typical start up because it includes a disk check and other operations.
    The following is the script that appears on the screen upon safe boot. and halt after the last line.
    AppleACPICPU:Processor Id=6 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=7 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=8 LocalAplicId=255 Disabled
    calling mpo_policy_init for TMSafetyNet
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    calling mpo_policy_init for Sandbox
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    calling mpo_policy_init for Quarantine
    Security policy loaded: Quarantine Policy (Quarantine)
    Copyright (c) 1982, 1986, 1989, 1991, 1993
            The Regents of the University of California. All Rights Reserved.
    MAC Framework Succesfully initializad
    using 16384 buffer headers and 10240 cluster IO buffer headers
    IOAPIC: Version 0x20 Vextors 64:87
    ACPI: System State [SO S3 S4 S5] (S3)
    PFM64 (36cpu) 0xf10000000, 0xf0000000
    Aplconsole relocated to 0xf1000000
    PCI configuration changed (bridge=16 device=4 cardbus=0)
    [ PCI configuration end, bridges 12 devices 16 ]
    Firewire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffe9b2aa2; max speed s800.
    Pthread support ABORTS when sync kernel primitives misused
    com.apple.AppleFSCompressionTypeZlib kmod start
    com.apple.AppleFSCompressionTypeDataless kmod start
    com.apple.AppleFSCompressionTypeZlib load succeeded
    com.apple.AppleFSCompressionTypeDateless load succeeded
    AppleIntelCPUPowerManagementClient: ready
    BTCOEXIST off
    wl0: Broadcom BCM4331 802.11 Wireless controller
    5.100.98.75
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitializad
    rooting via boot-uuid from /chosen: 6E918706-FC0D-37460-A3A0-6268A51DF93B
    Waiting on <dict ID="0"><key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleAPIPCI/SATA@1F,2/AppleIntelPchSe riesAHCI/PRT0@0/AOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlock
    storageevice /IoBlockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartit
    BSD root: disk0s2, major 14, minor 2
    Kernel is LP64
    com.apple.launchd 1   com.apple.launchd 1   *** launchd[1] has started up. ***
    com.apple.launchd 1   com.apple.launchd 1   *** Verbose boot, will log to /dev/console. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-540.1~25).
    BootCacheControl: UNable to open /Var/db/BootCache.playlist:2 No such file or directory
    launchctl:Dubious permissions on file (skipping): /Library/LaunchDaemons
    launchctl:Dubious permissions on file (skipping): /System/Library/LaunchDaemons
    Any help or suggestions on what to do next would be welcomed.
    I am in the middle of the Atlantick, stuck with a brand new, non working Apple MacBook Pro.
    Best regards
    Sergio Ramos

    Reinstalling MacOS does NOT fix the problem for me.  I'm still searching a solution !
    Bernard

  • How to link dynamic library in the Xcode

    Hi all,
    I want to link the dynamic library which is installed in the directory "/usr/local/lib", but I don't know how to set the Xcode to use this library. When I compile the source code by linking the dynamic library, Xcode prints the error information:
    "Checking Dependencies
    Ld /Users/apple/Desktop/test/SPETest/tdstest/build/Release/tdstest normal i386
    cd /Users/apple/Desktop/test/SPETest/tdstest
    /Developer/usr/bin/gcc-4.0 -o /Users/apple/Desktop/test/SPETest/tdstest/build/Release/tdstest -L/Users/apple/Desktop/test/SPETest/tdstest/build/Release -L/Developer/SDKs/MacOSX10.5.sdk/usr/local/lib -L/usr/local/pcsc/lib -F/Users/apple/Desktop/test/SPETest/tdstest/build/Release -filelist /Users/apple/Desktop/test/SPETest/tdstest/build/tdstest.build/Release/tdstest.b uild/Objects-normal/i386/tdstest.LinkFileList -lpcsclite.1.0.0 -arch i386 -dynamiclib -mmacosx-version-min=10.5 /usr/local/lib -isysroot /Developer/SDKs/MacOSX10.5.sdk
    ld: in /Developer/SDKs/MacOSX10.5.sdk/usr/local/lib, can't map file, errno=22
    collect2: ld returned 1 exit status"
    Any suggestion I will appreciate!

    Post to the Developer/SW Development forums under OS X Technologies.

  • Help: upon safe boot, got following message: BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory

    Mac Book Pro, late 2011. Purchased in a department store in Mexico.
    Was running ok for several days after I purchased it.
    Had some software installed and memory upgraded from 4 to 8Gb.
    Suddenly at start up, got a gray screen with a spinning wheel and never boot.
    Followed advise from http://support.apple.com/kb/TS2570 and performed a safe boot. (hold Shift-Command-V during startup instead of just Shift).
    The boot sequence starts then stops and nothing happens. these are the last lines of the boot sequence.
    BSD root: disk0s2, major 14, minor 2
    Kernel is LP64
    com.apple.launchd 1   com.apple.launchd 1   *** launchd[1] has started up. ***
    com.apple.launchd 1   com.apple.launchd 1   *** Verbose boot, will log to /dev/console. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-540.1~25).
    BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory
    launchctl:Dubious permissions on file (skipping): /Library/LaunchDaemons
    launchctl:Dubious permissions on file (skipping): /System/Library/LaunchDaemons
    For what little experience I have on Unix systems, it has to do with the libraries which cannot be launched...
    Any ideas, solutions, suggestions are welcomed.
    Cheers.
    Dipbaja

    Boot into Recovery (command-R at startup), launch Disk Utility, select your startup volume, and run Repair Permissions. Then reboot as usual.

  • The .keystore file now cannot be found (No such file or directory)

    hi,
    so, I'm trying to sign a JAR file connected to an applet.
    I got to creating the keystore and had a "where do you want to store it? and what do you want to call it?" messages.
    I saved it as '.keystore' and was warned by the system that files beginning with '.' are invisible.
    I clicked ok (thinking the compiler should be able to 'see' it) and now whenever I try to sign anything the Terminal tells me:
    jarsigner error: java.lang.RuntimeException: keystore load: /Users/spikenigma/.keystore (No such file or directory)
    It doesn't matter how many other keystores I create, it looks for it in said directory and throws up an error.
    I've tried everything
    HELP

    Ok, I'll be as specific as possible and maybe you can tell where I am going wrong. I am on a Mac.
    1)
    I have a JAR file called csvjdbc.jar . It is a driver that enables offline SQL operations of sorts on tabular data.
    It works perfectly when loaded in the classpath both dynamically and at runtime.
    The contents of it's manifest file are, as expected:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.8.1
    Created-By: 1.6.0_22-b04 (Sun Microsystems Inc.)
    2)
    A test of csvjdbc.jar to check if it is already signed returns that it is not, as expected:
    (input)
    jarsigner -verify csvjdbc.jar
    (input)
    (output from terminal)
    jar is unsigned. (signatures missing or not parsable)
    (output from terminal)
    3)
    I want to sign the jar file so that I can load said JAR file in an applet I have not yet created.
    4)
    My steps are:
    (navigate to the folder via the terminal)
    cd desktop
    cd progamming
    cd java
    etc….
    (navigate to the folder via the terminal)
    (try to sign the jar)
    jarsigner csvjdbc.jar spikenigma
    (try to sign the jar)
    (response from terminal)
    Enter Passphrase for keystore:
    (response from terminal)
    (entered passphrase)
    ************** (censored)
    (entered passphrase)
    (response from terminal as previously mentioned)
    /Users/spikenigma/.keystore (No such file or directory)
    (response from terminal as previously mentioned)
    (Ok, let's create another keystore in a different location)
    keytool -genkey -alias signFiles -keystore thekeystore
    (Ok, let's create another keystore in a different location)
    (answer standard questions)
    Enter keystore password:
    Re-enter new password:
    What is your first and last name?
    What is the name of your organizational unit?
    What is the name of your organization?
    What is the name of your City or Locality?
    What is the name of your State or Province?
    What is the two-letter country code for this unit?
    (answer standard questions)
    (so, we try signing again)
    jarsigner csvjdbc.jar spikenigma
    (so, we try signing again)
    (enter the passphrase)
    Enter Passphrase for keystore:
    (enter the passphrase)
    (response from terminal as previously mentioned)
    jarsigner error: java.lang.RuntimeException: keystore load: /Users/spikenigma/.keystore (No such file or directory)
    (response from terminal as previously mentioned)

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • I just tried updating to iTunes 10.7 on my pc and when I try to launch it I get this error message-The procedure entry point AVCFPlayerSetDirect3DDevice could not be located in the dynamic library AVFoundationCF.dll.  Any Ideas?

    I just tried updating to iTunes 10.7 and when I try to launch it I get this error message-The procedure entry point AVCFPlayerSetDirect3DDevice could not be located in the dynamic library AVFoundationCF.dll.  Them it tells me to re-install iTunes and the same thing happens again.  Any Ideas?

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (If you've got XP, although the procedure is for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • Can't exec '/Developer/usr/bin/gcc-4.2' (No such file or directory)

    1) I installed Mac OS 10.6.4.
    2) I installed Xcode Tools 3.2.4 with iOS SDK 4.1 (Mac OS 10.6 version).
    3) I created a new 'command line tool' XCode project.
    4) I hit 'Build'.
    5) The build failed, with the following error message:
    Can't exec '/Developer/usr/bin/gcc-4.2' (No such file or directory)
    6) There is no gcc-4.2 in /Developer/usr/bin.
    7) There is an i686-apple-darwin10-gcc-4.2.1 in /Developer/usr/bin.
    8) There is a gcc-4.2 in /usr/bin.
    Yes, I installed the 10.6 version of XCode.
    Yes, I told it to install everything (all the optional installs).
    Yes, I deleted and reinstalled XCode, and still get the same error.
    ~/.MacOSX/environment.plist does not set any environment variables other than GL_* and SSH_*.
    .profile, .login and .cshrc do not set CC.
    Any suggestions would be appreciated.

    I uninstalled the devtools & installed the new version (XCode 3.2.5). I then ran the new uninstaller. Interestingly, a number of developer tools remain in /Developer:
    # /Developer/Library/uninstall-devtools --mode=all
    Start time: Sat 11 Dec 2010 23:22:40 GMT
    Started uninstalling versioned non-relocatable developer tools content.
    Shutting down distcc...
    Analyzing devtools package: 'com.apple.pkg.VersionedDeveloperToolsSystemSupportLeo'...
    Analyzing package: 'AirPortUtility.pkg'...
    Analyzing package: 'AppleIntermediateCodec.pkg'...
    Analyzing package: 'AppleMobileDeviceSupport.pkg'...
    Analyzing package: 'BSD.pkg'...
    Analyzing package: 'CPU_AHT.pkg'...
    Analyzing package: 'CPU_RegionalBoot.pkg'...
    Analyzing package: 'CPUUGmacbook.pkg'...
    Analyzing package: 'CompatibilityUpdateforQT755.pkg'...
    Analyzing package: 'CoreFP.pkg'...
    Analyzing package: 'FrontRowUpdate2.1.6.pkg'...
    Analyzing package: 'FrontRowUpdate2.1.7.pkg'...
    Analyzing package: 'GarageBand.pkg'...
    Analyzing package: 'GarageBandExtraContent.pkg'...
    Analyzing package: 'GarageBandFactoryContent.pkg'...
    Analyzing package: 'GarageBand_411.pkg'...
    Analyzing package: 'GarageBand_412.pkg'...
    Analyzing package: 'GarageBand_Instruments.pkg'...
    Analyzing package: 'GarageBand_Loops.pkg'...
    Analyzing package: 'GarageBand_MagicContent.pkg'...
    Analyzing package: 'HP Actions.pkg'...
    Analyzing package: 'HP AiO Scan Bundles.pkg'...
    Analyzing package: 'HP AiO Scan Destinations.pkg'...
    Analyzing package: 'HP Animations Support.pkg'...
    Analyzing package: 'HP B109n Help.pkg'...
    Analyzing package: 'HP B109n Help_Shared.pkg'...
    Analyzing package: 'HP Core Help.pkg'...
    Analyzing package: 'HP Core Help_Shared.pkg'...
    Analyzing package: 'HP Destination Workflows.pkg'...
    Analyzing package: 'HP Device Chooser.pkg'...
    Analyzing package: 'HP Device Manager Help_Shared.pkg'...
    Analyzing package: 'HP Device Manager.pkg'...
    Analyzing package: 'HP Device Monitor.pkg'...
    Analyzing package: 'HP DeviceModel Core-3.pkg'...
    Analyzing package: 'HP Fax Setup Utility.pkg'...
    Analyzing package: 'HP Ink Widget.pkg'...
    Analyzing package: 'HP Inkjet 8 IO Enabler.pkg'...
    Analyzing package: 'HP Inkjet 8 Printer PPD files.pkg'...
    Analyzing package: 'HP Inkjet 8 Printer drivers.pkg'...
    Analyzing package: 'HP Legacy Scan Destinations.pkg'...
    Analyzing package: 'HP Legacy Scan.pkg'...
    Analyzing package: 'HP MH.framework-DI_MH.A.05.03.003.pkg'...
    Analyzing package: 'HP MH.framework-DI_MH.A.06.03.006.pkg'...
    Analyzing package: 'HP Message Center.pkg'...
    Analyzing package: 'HP PDE.pkg'...
    Analyzing package: 'HP PDF Filter.pkg'...
    Analyzing package: 'HP PhotoLink Support.pkg'...
    Analyzing package: 'HP Photosmart Core.pkg'...
    Analyzing package: 'HP Photosmart Mac.pkg'...
    Analyzing package: 'HP Photosmart Print Help.pkg'...
    Analyzing package: 'HP Photosmart Print Help_Shared.pkg'...
    Analyzing package: 'HP Photosmart Print.pkg'...
    Analyzing package: 'HP Photosmart Stitch.pkg'...
    Analyzing package: 'HP Photosmart Studio Help.pkg'...
    Analyzing package: 'HP Photosmart Studio Help_Shared.pkg'...
    Analyzing package: 'HP Photosmart Studio.pkg'...
    Analyzing package: 'HP Photosmart Wireless B109n-z Device Setup.pkg'...
    Analyzing package: 'HP Photosmart Wireless B109n-z Instantiation files.pkg'...
    Analyzing package: 'HP SMARTX 64.pkg'...
    Analyzing package: 'HP Scan Asset - Core.pkg'...
    Analyzing package: 'HP Scan Asset - Help.pkg'...
    Analyzing package: 'HP Scan Utility.pkg'...
    Analyzing package: 'HP Send Fax.pkg'...
    Analyzing package: 'HP Setup Assistant.pkg'...
    Analyzing package: 'HP Share Action.pkg'...
    Analyzing package: 'HP Shortcut Workflows.pkg'...
    Analyzing package: 'HP SmartPrint-A.pkg'...
    Analyzing package: 'HP Software Update.pkg'...
    Analyzing package: 'HP Stitch Action.pkg'...
    Analyzing package: 'HP Supplies Tool.pkg'...
    Analyzing package: 'HP Uninstaller.pkg'...
    Analyzing package: 'HP Utility.pkg'...
    Analyzing package: 'HP iPhoto Compatibility.pkg'...
    Analyzing package: 'HPFaxBlockingPlugin.pkg'...
    Analyzing package: 'HPFaxLogsPlugin.pkg'...
    Analyzing package: 'HPFaxSpeedDialsPlugin.pkg'...
    Analyzing package: 'HPScanPro-OCR.pkg'...
    Analyzing package: 'HPScanPro.pkg'...
    Analyzing package: 'HPScanProLP_English.pkg'...
    Analyzing package: 'HPScanProLP_Shared.pkg'...
    Analyzing package: 'HPScanTasksManagerPlugin.pkg'...
    Analyzing package: 'HPWorkflowsManagerFramework.pkg'...
    Analyzing package: 'Install VMware Fusion.pkg'...
    Analyzing package: 'Keynote_402.pkg'...
    Analyzing package: 'Keynote_403.pkg'...
    Analyzing package: 'Keynote_404.pkg'...
    Analyzing package: 'Numbers_102.pkg'...
    Analyzing package: 'Numbers_103.pkg'...
    Analyzing package: 'Pages_302.pkg'...
    Analyzing package: 'Pages_303.pkg'...
    Analyzing package: 'QuickTime755_Leopard.pkg'...
    Analyzing package: 'QuickTime762_Leopard.pkg'...
    Analyzing package: 'QuickTime764_Leopard.pkg'...
    Analyzing package: 'QuickTime76_Leopard.pkg'...
    Analyzing package: 'QuickTimeBroadcaster.pkg'...
    Analyzing package: 'RAWCameraUpdate.pkg'...
    Analyzing package: 'RemoteDesktopClient.pkg'...
    Analyzing package: 'Snapfish Framework.pkg'...
    Analyzing package: 'VBoxKEXTs.pkg'...
    Analyzing package: 'VBoxStartupItems.pkg'...
    Analyzing package: 'VirtualBox.pkg'...
    Analyzing package: 'VirtualBoxCLI.pkg'...
    Analyzing package: 'WelcomeToLeopard.pkg'...
    Analyzing package: 'com.apple.pkg.ACL'...
    Analyzing package: 'com.apple.pkg.AdditionalEssentials'...
    Analyzing package: 'com.apple.pkg.AdditionalFonts'...
    Analyzing package: 'com.apple.pkg.AdditionalSpeechVoices'...
    Analyzing package: 'com.apple.pkg.AddressBook'...
    Analyzing package: 'com.apple.pkg.AirPortClientUpdate2009001'...
    Analyzing package: 'com.apple.pkg.AirPortExtremeUpdate2008004'...
    Analyzing package: 'com.apple.pkg.AirPortUtility'...
    Analyzing package: 'com.apple.pkg.AppleIntermediateCodec'...
    Analyzing package: 'com.apple.pkg.AppleMobileDeviceSupport'...
    Analyzing package: 'com.apple.pkg.Apple_Gutenprint'...
    Analyzing package: 'com.apple.pkg.AsianLanguagesSupport'...
    Analyzing package: 'com.apple.pkg.Automator'...
    Analyzing package: 'com.apple.pkg.BSD'...
    Analyzing package: 'com.apple.pkg.BaseSystem'...
    Analyzing package: 'com.apple.pkg.BluetoothSDKLeo'...
    Analyzing package: 'com.apple.pkg.BootCamp'...
    Analyzing package: 'com.apple.pkg.Brother_ColorLaser'...
    Analyzing package: 'com.apple.pkg.Brother_Common'...
    Analyzing package: 'com.apple.pkg.Brother_ICA'...
    Analyzing package: 'com.apple.pkg.Brother_Inkjet'...
    Analyzing package: 'com.apple.pkg.Brother_Inkjet08'...
    Analyzing package: 'com.apple.pkg.Brother_MonochromeLaser'...
    Analyzing package: 'com.apple.pkg.Brother_Utility'...
    Analyzing package: 'com.apple.pkg.CHUDLeo'...
    Analyzing package: 'com.apple.pkg.Canon_Frameworks'...
    Analyzing package: 'com.apple.pkg.Canon_ICACommon'...
    Analyzing package: 'com.apple.pkg.Canon_ICAMPSeries07xx'...
    Analyzing package: 'com.apple.pkg.Canon_ICASingle'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMPSeries0406'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMPSeriesH07xx'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMPSeriesL07xx'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMXSeries'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetProSeries'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetiPSeries07xx'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetiPSeriesM0407'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetiPiXSeries0407'...
    Analyzing package: 'com.apple.pkg.Canon_PDEs'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries1'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries10'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries2'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries3'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries4'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries5'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries6'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries7'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries8'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries9'...
    Analyzing package: 'com.apple.pkg.CompatibilityUpdateforQT755'...
    Analyzing package: 'com.apple.pkg.CoreAudioSDKLeo'...
    Analyzing package: 'com.apple.pkg.CoreFP'...
    Analyzing package: 'com.apple.pkg.DVDPlayer'...
    Analyzing package: 'com.apple.pkg.DashcodeLeo'...
    Analyzing package: 'com.apple.pkg.DevDocumentationLeo'...
    Analyzing package: 'com.apple.pkg.DevExamplesLeo'...
    Analyzing package: 'com.apple.pkg.DevSDKLeo'...
    Analyzing package: 'com.apple.pkg.DevToolsDocumentationLeo'...
    Analyzing package: 'com.apple.pkg.DeveloperToolsCLILeo'...
    Analyzing package: 'com.apple.pkg.DeveloperToolsLeo'...
    Analyzing package: 'com.apple.pkg.DeveloperToolsSystemSupportLeo'...
    Analyzing package: 'com.apple.pkg.DistributedBuildsSupportLeo'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon001'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon003'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon004'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon006'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon009'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon010'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon011'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon012'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon015'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon026'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon027'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon028'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon029'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon030'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon046'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon047'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon048'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon050'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon052'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon054'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon059'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon063'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon066'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon068'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon069'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon070'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon071'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon083'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon084'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon087'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon091'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon092'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon094'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon095'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon119'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon120'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon121'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon122'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon123'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon124'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon125'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon126'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon127'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon129'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon130'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon148'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon149'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon150'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon161'...
    Analyzing package: 'com.apple.pkg.EPSON_ICA'...
    Analyzing package: 'com.apple.pkg.EPSON_ICASingle'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07JP002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07JP004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW001'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP001'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP005'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW005'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW006'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW007'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW001'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW005'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW006'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW007'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW008'...
    Analyzing package: 'com.apple.pkg.EPSON_IOKit'...
    Analyzing package: 'com.apple.pkg.EPSON_Libraries'...
    Analyzing package: 'com.apple.pkg.Essentials'...
    Analyzing package: 'com.apple.pkg.FireWireSDKLeo'...
    Analyzing package: 'com.apple.pkg.FrontRowUpdate2.1.6'...
    Analyzing package: 'com.apple.pkg.FrontRowUpdate2.1.7'...
    Analyzing package: 'com.apple.pkg.GarageBand'...
    Analyzing package: 'com.apple.pkg.GarageBandExtraContent'...
    Analyzing package: 'com.apple.pkg.GarageBandFactoryContent'...
    Analyzing package: 'com.apple.pkg.GarageBand_411'...
    Analyzing package: 'com.apple.pkg.GarageBand_412'...
    Analyzing package: 'com.apple.pkg.GarageBand_Instruments'...
    Analyzing package: 'com.apple.pkg.GarageBand_Loops'...
    Analyzing package: 'com.apple.pkg.GarageBand_MagicContent'...
    Analyzing package: 'com.apple.pkg.HP_CHorse'...
    Analyzing package: 'com.apple.pkg.HP_CHorseD'...
    Analyzing package: 'com.apple.pkg.HP_CHorseI'...
    Analyzing package: 'com.apple.pkg.HP_CHorseIL'...
    Analyzing package: 'com.apple.pkg.HP_CHorseL'...
    Analyzing package: 'com.apple.pkg.HP_Chuckwalla'...
    Analyzing package: 'com.apple.pkg.HP_Cmd2HP'...
    Analyzing package: 'com.apple.pkg.HP_Crossbow'...
    Analyzing package: 'com.apple.pkg.HP_DMF'...
    Analyzing package: 'com.apple.pkg.HP_DesignjetIO'...
    Analyzing package: 'com.apple.pkg.HP_Deskjet'...
    Analyzing package: 'com.apple.pkg.HP_Fax'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet1'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet3'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet4'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet6'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet7'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet8'...
    Analyzing package: 'com.apple.pkg.HP_Interlaken'...
    Analyzing package: 'com.apple.pkg.HP_LaserjetZJS'...
    Analyzing package: 'com.apple.pkg.HP_Officejet'...
    Analyzing package: 'com.apple.pkg.HP_PDE'...
    Analyzing package: 'com.apple.pkg.HP_PS'...
    Analyzing package: 'com.apple.pkg.HP_Pdf2Pdf'...
    Analyzing package: 'com.apple.pkg.HP_Pdf2Pdf1'...
    Analyzing package: 'com.apple.pkg.HP_Photosmart'...
    Analyzing package: 'com.apple.pkg.HP_PhotosmartM'...
    Analyzing package: 'com.apple.pkg.HP_ResourceManager'...
    Analyzing package: 'com.apple.pkg.HP_Scan'...
    Analyzing package: 'com.apple.pkg.HP_Scan3'...
    Analyzing package: 'com.apple.pkg.HP_SmartX'...
    Analyzing package: 'com.apple.pkg.Java'...
    Analyzing package: 'com.apple.pkg.JavaForMacOSX10.6Update3'...
    Analyzing package: 'com.apple.pkg.JavaSDKLeo'...
    Analyzing package: 'com.apple.pkg.JavaToolsLeo'...
    Analyzing package: 'com.apple.pkg.Keynote_402'...
    Analyzing package: 'com.apple.pkg.Keynote_403'...
    Analyzing package: 'com.apple.pkg.Keynote_404'...
    Analyzing package: 'com.apple.pkg.Lexmark_CUPS'...
    Analyzing package: 'com.apple.pkg.Lexmark_CommandFileFilter'...
    Analyzing package: 'com.apple.pkg.Lexmark_ICADrivers'...
    Analyzing package: 'com.apple.pkg.Lexmark_InkjetAIODrivers01'...
    Analyzing package: 'com.apple.pkg.Lexmark_InkjetAIODrivers02'...
    Analyzing package: 'com.apple.pkg.Lexmark_InkjetAIODrivers07'...
    Analyzing package: 'com.apple.pkg.Lexmark_LaserDrivers'...
    Analyzing package: 'com.apple.pkg.Lexmark_USBComm'...
    Analyzing package: 'com.apple.pkg.Lexmark_Utility'...
    Analyzing package: 'com.apple.pkg.MacOSX10.4.UniversalLeo'...
    Analyzing package: 'com.apple.pkg.MacOSX10.5Leo'...
    Analyzing package: 'com.apple.pkg.Mail'...
    Analyzing package: 'com.apple.pkg.MediaFiles'...
    Analyzing package: 'com.apple.pkg.MigrationAssistant'...
    Analyzing package: 'com.apple.pkg.MigrationDVDCDSharingLeopard'...
    Analyzing package: 'com.apple.pkg.MobileDevice'...
    Analyzing package: 'com.apple.pkg.Numbers_102'...
    Analyzing package: 'com.apple.pkg.Numbers_103'...
    Analyzing package: 'com.apple.pkg.OpenGLAppsLeo'...
    Analyzing package: 'com.apple.pkg.OpenGLSDKLeo'...
    Analyzing package: 'com.apple.pkg.OtherDevDocumentationLeo'...
    Analyzing package: 'com.apple.pkg.OxfordDictionaries'...
    Analyzing package: 'com.apple.pkg.Pages_302'...
    Analyzing package: 'com.apple.pkg.Pages_303'...
    Analyzing package: 'com.apple.pkg.PodcastCapture'...
    Analyzing package: 'com.apple.pkg.QuickTime755_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTime762_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTime764_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTime76_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTimeBroadcaster'...
    Analyzing package: 'com.apple.pkg.QuickTimePlayer7'...
    Analyzing package: 'com.apple.pkg.QuickTimeSDKLeo'...
    Analyzing package: 'com.apple.pkg.RAWCameraUpdate'...
    Analyzing package: 'com.apple.pkg.RemoteDesktopClient'...
    Analyzing package: 'com.apple.pkg.Rosetta'...
    Analyzing package: 'com.apple.pkg.Safari'...
    Analyzing package: 'com.apple.pkg.Safari50SnowLeopard'...
    Analyzing package: 'com.apple.pkg.Samsung_Common'...
    Analyzing package: 'com.apple.pkg.SnowRR001'...
    Analyzing package: 'com.apple.pkg.SrvrAdminToolsUpd10.5.3'...
    Analyzing package: 'com.apple.pkg.SrvrAdminToolsUpd10.5.6'...
    Analyzing package: 'com.apple.pkg.SrvrAdminToolsUpd10.5.7'...
    Analyzing package: 'com.apple.pkg.WebKitSDKLeo'...
    Analyzing package: 'com.apple.pkg.X11DocumentationLeo'...
    Analyzing package: 'com.apple.pkg.X11SDKLeo'...
    Analyzing package: 'com.apple.pkg.X11User'...
    Analyzing package: 'com.apple.pkg.XcodeMacOSX10.6ExtrasLeo'...
    Analyzing package: 'com.apple.pkg.clangLeo'...
    Analyzing package: 'com.apple.pkg.gcc4.0ADCDocsLeo'...
    Analyzing package: 'com.apple.pkg.gcc4.0Leo'...
    Analyzing package: 'com.apple.pkg.gcc4.2ADCDocsLeo'...
    Analyzing package: 'com.apple.pkg.gcc4.2Leo'...
    Analyzing package: 'com.apple.pkg.iCal'...
    Analyzing package: 'com.apple.pkg.iChat'...
    Analyzing package: 'com.apple.pkg.iDVD'...
    Analyzing package: 'com.apple.pkg.iDVDExtraContent'...
    Analyzing package: 'com.apple.pkg.iDVDThemes'...
    Analyzing package: 'com.apple.pkg.iDVD_702'...
    Analyzing package: 'com.apple.pkg.iDVD_703'...
    Analyzing package: 'com.apple.pkg.iDVD_704'...
    Analyzing package: 'com.apple.pkg.iLife'08'...
    Analyzing package: 'com.apple.pkg.iLifeCookie'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_202'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_203'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_215'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_v2'...
    Analyzing package: 'com.apple.pkg.iLifeSoundEffects_Loops'...
    Analyzing package: 'com.apple.pkg.iMovie'...
    Analyzing package: 'com.apple.pkg.iMovie_710'...
    Analyzing package: 'com.apple.pkg.iMovie_714'...
    Analyzing package: 'com.apple.pkg.iPhoneSystemComponents'...
    Analyzing package: 'com.apple.pkg.iPhoto'...
    Analyzing package: 'com.apple.pkg.iPhotoContent'...
    Analyzing package: 'com.apple.pkg.iPhoto_710'...
    Analyzing package: 'com.apple.pkg.iPhoto_714'...
    Analyzing package: 'com.apple.pkg.iPhoto_715'...
    Analyzing package: 'com.apple.pkg.iPodSupport'...
    Analyzing package: 'com.apple.pkg.iTunes'...
    Analyzing package: 'com.apple.pkg.iTunes.AppleMobileDeviceSupportDelta.4.0'...
    Analyzing package: 'com.apple.pkg.iTunes.CoreFPDelta.1.3'...
    Analyzing package: 'com.apple.pkg.iTunesAccess'...
    Analyzing package: 'com.apple.pkg.iTunesAccessDelta.10.1'...
    Analyzing package: 'com.apple.pkg.iTunesX'...
    Analyzing package: 'com.apple.pkg.iTunesXPatch'...
    Analyzing package: 'com.apple.pkg.iWeb'...
    Analyzing package: 'com.apple.pkg.iWeb_203'...
    Analyzing package: 'com.apple.pkg.iWeb_204'...
    Analyzing package: 'com.apple.pkg.iWork08Trial'...
    Analyzing package: 'com.apple.pkg.llvm-gcc4.2Leo'...
    Analyzing package: 'com.apple.pkg.update.compatibility.2009.001'...
    Analyzing package: 'com.apple.pkg.update.os.10.6.4'...
    Analyzing package: 'com.apple.pkg.update.rosetta.10.6.4'...
    Analyzing package: 'com.apple.pkg.update.security.2008.007'...
    Analyzing package: 'com.apple.pkg.update.security.2009.001'...
    Analyzing package: 'com.apple.pkg.update.security.2009.005'...
    Analyzing package: 'com.apple.pkg.update.security.2009.006'...
    Analyzing package: 'com.apple.pkg.update.security.2010.003'...
    Analyzing package: 'com.apple.pkg.update.security.2010.004'...
    Analyzing package: 'com.apple.pkg.update.security.2010.005'...
    Analyzing package: 'com.apple.pkg.update.security.2010.005.snowleopard'...
    Analyzing package: 'com.apple.pkg.update.security.2010.006.snowleopard'...
    Analyzing package: 'com.apple.pkg.update.snowleopardgraphics.2010.001'...
    Analyzing package: 'com.apple.pkg.xcrunLeo'...
    Analyzing package: 'iDVD.pkg'...
    Analyzing package: 'iDVDExtraContent.pkg'...
    Analyzing package: 'iDVDThemes.pkg'...
    Analyzing package: 'iDVD_702.pkg'...
    Analyzing package: 'iDVD_703.pkg'...
    Analyzing package: 'iDVD_704.pkg'...
    Analyzing package: 'iLife '08.pkg'...
    Analyzing package: 'iLifeCookie.pkg'...
    Analyzing package: 'iLifeMediaBrowser.pkg'...
    Analyzing package: 'iLifeMediaBrowser_v2.pkg'...
    Analyzing package: 'iLifeSoundEffects_Loops.pkg'...
    Analyzing package: 'iMovie.pkg'...
    Analyzing package: 'iMovie_710.pkg'...
    Analyzing package: 'iMovie_714.pkg'...
    Analyzing package: 'iPhoto Compatibility Software.pkg'...
    Analyzing package: 'iPhoto.pkg'...
    Analyzing package: 'iPhotoContent.pkg'...
    Analyzing package: 'iPhoto_710.pkg'...
    Analyzing package: 'iPhoto_714.pkg'...
    Analyzing package: 'iPhoto_715.pkg'...
    Analyzing package: 'iTunesAccess.pkg'...
    Analyzing package: 'iTunesX.pkg'...
    Analyzing package: 'iWeb.pkg'...
    Analyzing package: 'iWeb_203.pkg'...
    Analyzing package: 'iWeb_204.pkg'...
    Analyzing package: 'iWork08Trial.pkg'...
    Removing devtools files...
    Removing empty devtools directories...
    Finished uninstalling versioned non-relocatable developer tools content.
    IMPORTANT: If you are going to install a previous version of the Developer Tools, be sure to restart the machine after installing.
    Finish time: Sat 11 Dec 2010 23:24:55 GMT
    Start time: Sat 11 Dec 2010 23:24:55 GMT
    Started uninstalling shared non-relocatable developer tools content.
    Shutting down Instruments...
    Analyzing devtools package: 'com.apple.pkg.BluetoothSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.CHUDLeo'...
    Analyzing devtools package: 'com.apple.pkg.CoreAudioSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.DevSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.DeveloperToolsCLILeo'...
    Analyzing devtools package: 'com.apple.pkg.DeveloperToolsSystemSupportLeo'...
    Analyzing devtools package: 'com.apple.pkg.DistributedBuildsSupportLeo'...
    Analyzing devtools package: 'com.apple.pkg.FireWireSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.JavaSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.MobileDevice'...
    Analyzing devtools package: 'com.apple.pkg.OpenGLSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.QuickTimeSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.WebKitSDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.X11DocumentationLeo'...
    Analyzing devtools package: 'com.apple.pkg.X11SDKLeo'...
    Analyzing devtools package: 'com.apple.pkg.XcodeMacOSX10.6ExtrasLeo'...
    Analyzing devtools package: 'com.apple.pkg.clangLeo'...
    Analyzing devtools package: 'com.apple.pkg.gcc4.0Leo'...
    Analyzing devtools package: 'com.apple.pkg.gcc4.2Leo'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSystemComponents'...
    Analyzing devtools package: 'com.apple.pkg.llvm-gcc4.2Leo'...
    Analyzing devtools package: 'com.apple.pkg.xcrunLeo'...
    Analyzing package: 'AirPortUtility.pkg'...
    Analyzing package: 'AppleIntermediateCodec.pkg'...
    Analyzing package: 'AppleMobileDeviceSupport.pkg'...
    Analyzing package: 'BSD.pkg'...
    Analyzing package: 'CPU_AHT.pkg'...
    Analyzing package: 'CPU_RegionalBoot.pkg'...
    Analyzing package: 'CPUUGmacbook.pkg'...
    Analyzing package: 'CompatibilityUpdateforQT755.pkg'...
    Analyzing package: 'CoreFP.pkg'...
    Analyzing package: 'FrontRowUpdate2.1.6.pkg'...
    Analyzing package: 'FrontRowUpdate2.1.7.pkg'...
    Analyzing package: 'GarageBand.pkg'...
    Analyzing package: 'GarageBandExtraContent.pkg'...
    Analyzing package: 'GarageBandFactoryContent.pkg'...
    Analyzing package: 'GarageBand_411.pkg'...
    Analyzing package: 'GarageBand_412.pkg'...
    Analyzing package: 'GarageBand_Instruments.pkg'...
    Analyzing package: 'GarageBand_Loops.pkg'...
    Analyzing package: 'GarageBand_MagicContent.pkg'...
    Analyzing package: 'HP Actions.pkg'...
    Analyzing package: 'HP AiO Scan Bundles.pkg'...
    Analyzing package: 'HP AiO Scan Destinations.pkg'...
    Analyzing package: 'HP Animations Support.pkg'...
    Analyzing package: 'HP B109n Help.pkg'...
    Analyzing package: 'HP B109n Help_Shared.pkg'...
    Analyzing package: 'HP Core Help.pkg'...
    Analyzing package: 'HP Core Help_Shared.pkg'...
    Analyzing package: 'HP Destination Workflows.pkg'...
    Analyzing package: 'HP Device Chooser.pkg'...
    Analyzing package: 'HP Device Manager Help_Shared.pkg'...
    Analyzing package: 'HP Device Manager.pkg'...
    Analyzing package: 'HP Device Monitor.pkg'...
    Analyzing package: 'HP DeviceModel Core-3.pkg'...
    Analyzing package: 'HP Fax Setup Utility.pkg'...
    Analyzing package: 'HP Ink Widget.pkg'...
    Analyzing package: 'HP Inkjet 8 IO Enabler.pkg'...
    Analyzing package: 'HP Inkjet 8 Printer PPD files.pkg'...
    Analyzing package: 'HP Inkjet 8 Printer drivers.pkg'...
    Analyzing package: 'HP Legacy Scan Destinations.pkg'...
    Analyzing package: 'HP Legacy Scan.pkg'...
    Analyzing package: 'HP MH.framework-DI_MH.A.05.03.003.pkg'...
    Analyzing package: 'HP MH.framework-DI_MH.A.06.03.006.pkg'...
    Analyzing package: 'HP Message Center.pkg'...
    Analyzing package: 'HP PDE.pkg'...
    Analyzing package: 'HP PDF Filter.pkg'...
    Analyzing package: 'HP PhotoLink Support.pkg'...
    Analyzing package: 'HP Photosmart Core.pkg'...
    Analyzing package: 'HP Photosmart Mac.pkg'...
    Analyzing package: 'HP Photosmart Print Help.pkg'...
    Analyzing package: 'HP Photosmart Print Help_Shared.pkg'...
    Analyzing package: 'HP Photosmart Print.pkg'...
    Analyzing package: 'HP Photosmart Stitch.pkg'...
    Analyzing package: 'HP Photosmart Studio Help.pkg'...
    Analyzing package: 'HP Photosmart Studio Help_Shared.pkg'...
    Analyzing package: 'HP Photosmart Studio.pkg'...
    Analyzing package: 'HP Photosmart Wireless B109n-z Device Setup.pkg'...
    Analyzing package: 'HP Photosmart Wireless B109n-z Instantiation files.pkg'...
    Analyzing package: 'HP SMARTX 64.pkg'...
    Analyzing package: 'HP Scan Asset - Core.pkg'...
    Analyzing package: 'HP Scan Asset - Help.pkg'...
    Analyzing package: 'HP Scan Utility.pkg'...
    Analyzing package: 'HP Send Fax.pkg'...
    Analyzing package: 'HP Setup Assistant.pkg'...
    Analyzing package: 'HP Share Action.pkg'...
    Analyzing package: 'HP Shortcut Workflows.pkg'...
    Analyzing package: 'HP SmartPrint-A.pkg'...
    Analyzing package: 'HP Software Update.pkg'...
    Analyzing package: 'HP Stitch Action.pkg'...
    Analyzing package: 'HP Supplies Tool.pkg'...
    Analyzing package: 'HP Uninstaller.pkg'...
    Analyzing package: 'HP Utility.pkg'...
    Analyzing package: 'HP iPhoto Compatibility.pkg'...
    Analyzing package: 'HPFaxBlockingPlugin.pkg'...
    Analyzing package: 'HPFaxLogsPlugin.pkg'...
    Analyzing package: 'HPFaxSpeedDialsPlugin.pkg'...
    Analyzing package: 'HPScanPro-OCR.pkg'...
    Analyzing package: 'HPScanPro.pkg'...
    Analyzing package: 'HPScanProLP_English.pkg'...
    Analyzing package: 'HPScanProLP_Shared.pkg'...
    Analyzing package: 'HPScanTasksManagerPlugin.pkg'...
    Analyzing package: 'HPWorkflowsManagerFramework.pkg'...
    Analyzing package: 'Install VMware Fusion.pkg'...
    Analyzing package: 'Keynote_402.pkg'...
    Analyzing package: 'Keynote_403.pkg'...
    Analyzing package: 'Keynote_404.pkg'...
    Analyzing package: 'Numbers_102.pkg'...
    Analyzing package: 'Numbers_103.pkg'...
    Analyzing package: 'Pages_302.pkg'...
    Analyzing package: 'Pages_303.pkg'...
    Analyzing package: 'QuickTime755_Leopard.pkg'...
    Analyzing package: 'QuickTime762_Leopard.pkg'...
    Analyzing package: 'QuickTime764_Leopard.pkg'...
    Analyzing package: 'QuickTime76_Leopard.pkg'...
    Analyzing package: 'QuickTimeBroadcaster.pkg'...
    Analyzing package: 'RAWCameraUpdate.pkg'...
    Analyzing package: 'RemoteDesktopClient.pkg'...
    Analyzing package: 'Snapfish Framework.pkg'...
    Analyzing package: 'VBoxKEXTs.pkg'...
    Analyzing package: 'VBoxStartupItems.pkg'...
    Analyzing package: 'VirtualBox.pkg'...
    Analyzing package: 'VirtualBoxCLI.pkg'...
    Analyzing package: 'WelcomeToLeopard.pkg'...
    Analyzing package: 'com.apple.pkg.ACL'...
    Analyzing package: 'com.apple.pkg.AdditionalEssentials'...
    Analyzing package: 'com.apple.pkg.AdditionalFonts'...
    Analyzing package: 'com.apple.pkg.AdditionalSpeechVoices'...
    Analyzing package: 'com.apple.pkg.AddressBook'...
    Analyzing package: 'com.apple.pkg.AirPortClientUpdate2009001'...
    Analyzing package: 'com.apple.pkg.AirPortExtremeUpdate2008004'...
    Analyzing package: 'com.apple.pkg.AirPortUtility'...
    Analyzing package: 'com.apple.pkg.AppleIntermediateCodec'...
    Analyzing package: 'com.apple.pkg.AppleMobileDeviceSupport'...
    Analyzing package: 'com.apple.pkg.Apple_Gutenprint'...
    Analyzing package: 'com.apple.pkg.AsianLanguagesSupport'...
    Analyzing package: 'com.apple.pkg.Automator'...
    Analyzing package: 'com.apple.pkg.BSD'...
    Analyzing package: 'com.apple.pkg.BaseSystem'...
    Analyzing package: 'com.apple.pkg.BootCamp'...
    Analyzing package: 'com.apple.pkg.Brother_ColorLaser'...
    Analyzing package: 'com.apple.pkg.Brother_Common'...
    Analyzing package: 'com.apple.pkg.Brother_ICA'...
    Analyzing package: 'com.apple.pkg.Brother_Inkjet'...
    Analyzing package: 'com.apple.pkg.Brother_Inkjet08'...
    Analyzing package: 'com.apple.pkg.Brother_MonochromeLaser'...
    Analyzing package: 'com.apple.pkg.Brother_Utility'...
    Analyzing package: 'com.apple.pkg.Canon_Frameworks'...
    Analyzing package: 'com.apple.pkg.Canon_ICACommon'...
    Analyzing package: 'com.apple.pkg.Canon_ICAMPSeries07xx'...
    Analyzing package: 'com.apple.pkg.Canon_ICASingle'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMPSeries0406'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMPSeriesH07xx'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMPSeriesL07xx'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetMXSeries'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetProSeries'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetiPSeries07xx'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetiPSeriesM0407'...
    Analyzing package: 'com.apple.pkg.Canon_InkjetiPiXSeries0407'...
    Analyzing package: 'com.apple.pkg.Canon_PDEs'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries1'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries10'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries2'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries3'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries4'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries5'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries6'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries7'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries8'...
    Analyzing package: 'com.apple.pkg.Canon_SharedLibraries9'...
    Analyzing package: 'com.apple.pkg.CompatibilityUpdateforQT755'...
    Analyzing package: 'com.apple.pkg.CoreFP'...
    Analyzing package: 'com.apple.pkg.DVDPlayer'...
    Analyzing package: 'com.apple.pkg.DashcodeLeo'...
    Analyzing package: 'com.apple.pkg.DevDocumentationLeo'...
    Analyzing package: 'com.apple.pkg.DevExamplesLeo'...
    Analyzing package: 'com.apple.pkg.DevToolsDocumentationLeo'...
    Analyzing package: 'com.apple.pkg.DeveloperToolsLeo'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon001'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon003'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon004'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon006'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon009'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon010'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon011'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon012'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon015'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon026'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon027'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon028'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon029'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon030'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon046'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon047'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon048'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon050'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon052'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon054'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon059'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon063'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon066'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon068'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon069'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon070'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon071'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon083'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon084'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon087'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon091'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon092'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon094'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon095'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon119'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon120'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon121'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon122'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon123'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon124'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon125'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon126'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon127'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon129'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon130'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon148'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon149'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon150'...
    Analyzing package: 'com.apple.pkg.EPSON_DriverCommon161'...
    Analyzing package: 'com.apple.pkg.EPSON_ICA'...
    Analyzing package: 'com.apple.pkg.EPSON_ICASingle'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07JP002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07JP004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW001'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP07WW004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP001'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08JP005'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW005'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW006'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP08WW007'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW001'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW002'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW003'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW004'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW005'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW006'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW007'...
    Analyzing package: 'com.apple.pkg.EPSON_IJP09WW008'...
    Analyzing package: 'com.apple.pkg.EPSON_IOKit'...
    Analyzing package: 'com.apple.pkg.EPSON_Libraries'...
    Analyzing package: 'com.apple.pkg.Essentials'...
    Analyzing package: 'com.apple.pkg.FrontRowUpdate2.1.6'...
    Analyzing package: 'com.apple.pkg.FrontRowUpdate2.1.7'...
    Analyzing package: 'com.apple.pkg.GarageBand'...
    Analyzing package: 'com.apple.pkg.GarageBandExtraContent'...
    Analyzing package: 'com.apple.pkg.GarageBandFactoryContent'...
    Analyzing package: 'com.apple.pkg.GarageBand_411'...
    Analyzing package: 'com.apple.pkg.GarageBand_412'...
    Analyzing package: 'com.apple.pkg.GarageBand_Instruments'...
    Analyzing package: 'com.apple.pkg.GarageBand_Loops'...
    Analyzing package: 'com.apple.pkg.GarageBand_MagicContent'...
    Analyzing package: 'com.apple.pkg.HP_CHorse'...
    Analyzing package: 'com.apple.pkg.HP_CHorseD'...
    Analyzing package: 'com.apple.pkg.HP_CHorseI'...
    Analyzing package: 'com.apple.pkg.HP_CHorseIL'...
    Analyzing package: 'com.apple.pkg.HP_CHorseL'...
    Analyzing package: 'com.apple.pkg.HP_Chuckwalla'...
    Analyzing package: 'com.apple.pkg.HP_Cmd2HP'...
    Analyzing package: 'com.apple.pkg.HP_Crossbow'...
    Analyzing package: 'com.apple.pkg.HP_DMF'...
    Analyzing package: 'com.apple.pkg.HP_DesignjetIO'...
    Analyzing package: 'com.apple.pkg.HP_Deskjet'...
    Analyzing package: 'com.apple.pkg.HP_Fax'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet1'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet3'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet4'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet6'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet7'...
    Analyzing package: 'com.apple.pkg.HP_Inkjet8'...
    Analyzing package: 'com.apple.pkg.HP_Interlaken'...
    Analyzing package: 'com.apple.pkg.HP_LaserjetZJS'...
    Analyzing package: 'com.apple.pkg.HP_Officejet'...
    Analyzing package: 'com.apple.pkg.HP_PDE'...
    Analyzing package: 'com.apple.pkg.HP_PS'...
    Analyzing package: 'com.apple.pkg.HP_Pdf2Pdf'...
    Analyzing package: 'com.apple.pkg.HP_Pdf2Pdf1'...
    Analyzing package: 'com.apple.pkg.HP_Photosmart'...
    Analyzing package: 'com.apple.pkg.HP_PhotosmartM'...
    Analyzing package: 'com.apple.pkg.HP_ResourceManager'...
    Analyzing package: 'com.apple.pkg.HP_Scan'...
    Analyzing package: 'com.apple.pkg.HP_Scan3'...
    Analyzing package: 'com.apple.pkg.HP_SmartX'...
    Analyzing package: 'com.apple.pkg.Java'...
    Analyzing package: 'com.apple.pkg.JavaForMacOSX10.6Update3'...
    Analyzing package: 'com.apple.pkg.JavaToolsLeo'...
    Analyzing package: 'com.apple.pkg.Keynote_402'...
    Analyzing package: 'com.apple.pkg.Keynote_403'...
    Analyzing package: 'com.apple.pkg.Keynote_404'...
    Analyzing package: 'com.apple.pkg.Lexmark_CUPS'...
    Analyzing package: 'com.apple.pkg.Lexmark_CommandFileFilter'...
    Analyzing package: 'com.apple.pkg.Lexmark_ICADrivers'...
    Analyzing package: 'com.apple.pkg.Lexmark_InkjetAIODrivers01'...
    Analyzing package: 'com.apple.pkg.Lexmark_InkjetAIODrivers02'...
    Analyzing package: 'com.apple.pkg.Lexmark_InkjetAIODrivers07'...
    Analyzing package: 'com.apple.pkg.Lexmark_LaserDrivers'...
    Analyzing package: 'com.apple.pkg.Lexmark_USBComm'...
    Analyzing package: 'com.apple.pkg.Lexmark_Utility'...
    Analyzing package: 'com.apple.pkg.MacOSX10.4.UniversalLeo'...
    Analyzing package: 'com.apple.pkg.MacOSX10.5Leo'...
    Analyzing package: 'com.apple.pkg.Mail'...
    Analyzing package: 'com.apple.pkg.MediaFiles'...
    Analyzing package: 'com.apple.pkg.MigrationAssistant'...
    Analyzing package: 'com.apple.pkg.MigrationDVDCDSharingLeopard'...
    Analyzing package: 'com.apple.pkg.Numbers_102'...
    Analyzing package: 'com.apple.pkg.Numbers_103'...
    Analyzing package: 'com.apple.pkg.OpenGLAppsLeo'...
    Analyzing package: 'com.apple.pkg.OtherDevDocumentationLeo'...
    Analyzing package: 'com.apple.pkg.OxfordDictionaries'...
    Analyzing package: 'com.apple.pkg.Pages_302'...
    Analyzing package: 'com.apple.pkg.Pages_303'...
    Analyzing package: 'com.apple.pkg.PodcastCapture'...
    Analyzing package: 'com.apple.pkg.QuickTime755_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTime762_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTime764_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTime76_Leopard'...
    Analyzing package: 'com.apple.pkg.QuickTimeBroadcaster'...
    Analyzing package: 'com.apple.pkg.QuickTimePlayer7'...
    Analyzing package: 'com.apple.pkg.RAWCameraUpdate'...
    Analyzing package: 'com.apple.pkg.RemoteDesktopClient'...
    Analyzing package: 'com.apple.pkg.Rosetta'...
    Analyzing package: 'com.apple.pkg.Safari'...
    Analyzing package: 'com.apple.pkg.Safari50SnowLeopard'...
    Analyzing package: 'com.apple.pkg.Samsung_Common'...
    Analyzing package: 'com.apple.pkg.SnowRR001'...
    Analyzing package: 'com.apple.pkg.SrvrAdminToolsUpd10.5.3'...
    Analyzing package: 'com.apple.pkg.SrvrAdminToolsUpd10.5.6'...
    Analyzing package: 'com.apple.pkg.SrvrAdminToolsUpd10.5.7'...
    Analyzing package: 'com.apple.pkg.VersionedDeveloperToolsSystemSupportLeo'...
    Analyzing package: 'com.apple.pkg.X11User'...
    Analyzing package: 'com.apple.pkg.gcc4.0ADCDocsLeo'...
    Analyzing package: 'com.apple.pkg.gcc4.2ADCDocsLeo'...
    Analyzing package: 'com.apple.pkg.iCal'...
    Analyzing package: 'com.apple.pkg.iChat'...
    Analyzing package: 'com.apple.pkg.iDVD'...
    Analyzing package: 'com.apple.pkg.iDVDExtraContent'...
    Analyzing package: 'com.apple.pkg.iDVDThemes'...
    Analyzing package: 'com.apple.pkg.iDVD_702'...
    Analyzing package: 'com.apple.pkg.iDVD_703'...
    Analyzing package: 'com.apple.pkg.iDVD_704'...
    Analyzing package: 'com.apple.pkg.iLife'08'...
    Analyzing package: 'com.apple.pkg.iLifeCookie'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_202'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_203'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_215'...
    Analyzing package: 'com.apple.pkg.iLifeMediaBrowser_v2'...
    Analyzing package: 'com.apple.pkg.iLifeSoundEffects_Loops'...
    Analyzing package: 'com.apple.pkg.iMovie'...
    Analyzing package: 'com.apple.pkg.iMovie_710'...
    Analyzing package: 'com.apple.pkg.iMovie_714'...
    Analyzing package: 'com.apple.pkg.iPhoto'...
    Analyzing package: 'com.apple.pkg.iPhotoContent'...
    Analyzing package: 'com.apple.pkg.iPhoto_710'...
    Analyzing package: 'com.apple.pkg.iPhoto_714'...
    Analyzing package: 'com.apple.pkg.iPhoto_715'...
    Analyzing package: 'com.apple.pkg.iPodSupport'...
    Analyzing package: 'com.apple.pkg.iTunes'...
    Analyzing package: 'com.apple.pkg.iTunes.AppleMobileDeviceSupportDelta.4.0'...
    Analyzing package: 'com.apple.pkg.iTunes.CoreFPDelta.1.3'...
    Analyzing package: 'com.apple.pkg.iTunesAccess'...
    Analyzing package: 'com.apple.pkg.iTunesAccessDelta.10.1'...
    Analyzing package: 'com.apple.pkg.iTunesX'...
    Analyzing package: 'com.apple.pkg.iTunesXPatch'...
    Analyzing package: 'com.apple.pkg.iWeb'...
    Analyzing package: 'com.apple.pkg.iWeb_203'...
    Analyzing package: 'com.apple.pkg.iWeb_204'...
    Analyzing package: 'com.apple.pkg.iWork08Trial'...
    Analyzing package: 'com.apple.pkg.update.compatibility.2009.001'...
    Analyzing package: 'com.apple.pkg.update.os.10.6.4'...
    Analyzing package: 'com.apple.pkg.update.rosetta.10.6.4'...
    Analyzing package: 'com.apple.pkg.update.security.2008.007'...
    Analyzing package: 'com.apple.pkg.update.security.2009.001'...
    Analyzing package: 'com.apple.pkg.update.security.2009.005'...
    Analyzing package: 'com.apple.pkg.update.security.2009.006'...
    Analyzing package: 'com.apple.pkg.update.security.2010.003'...
    Analyzing package: 'com.apple.pkg.update.security.2010.004'...
    Analyzing package: 'com.apple.pkg.update.security.2010.005'...
    Analyzing package: 'com.apple.pkg.update.security.2010.005.snowleopard'...
    Analyzing package: 'com.apple.pkg.update.security.2010.006.snowleopard'...
    Analyzing package: 'com.apple.pkg.update.snowleopardgraphics.2010.001'...
    Analyzing package: 'iDVD.pkg'...
    Analyzing package: 'iDVDExtraContent.pkg'...
    Analyzing package: 'iDVDThemes.pkg'...
    Analyzing package: 'iDVD_702.pkg'...
    Analyzing package: 'iDVD_703.pkg'...
    Analyzing package: 'iDVD_704.pkg'...
    Analyzing package: 'iLife '08.pkg'...
    Analyzing package: 'iLifeCookie.pkg'...
    Analyzing package: 'iLifeMediaBrowser.pkg'...
    Analyzing package: 'iLifeMediaBrowser_v2.pkg'...
    Analyzing package: 'iLifeSoundEffects_Loops.pkg'...
    Analyzing package: 'iMovie.pkg'...
    Analyzing package: 'iMovie_710.pkg'...
    Analyzing package: 'iMovie_714.pkg'...
    Analyzing package: 'iPhoto Compatibility Software.pkg'...
    Analyzing package: 'iPhoto.pkg'...
    Analyzing package: 'iPhotoContent.pkg'...
    Analyzing package: 'iPhoto_710.pkg'...
    Analyzing package: 'iPhoto_714.pkg'...
    Analyzing package: 'iPhoto_715.pkg'...
    Analyzing package: 'iTunesAccess.pkg'...
    Analyzing package: 'iTunesX.pkg'...
    Analyzing package: 'iWeb.pkg'...
    Analyzing package: 'iWeb_203.pkg'...
    Analyzing package: 'iWeb_204.pkg'...
    Analyzing package: 'iWork08Trial.pkg'...
    Removing devtools files...
    Removing generated files...
    Removing cached syms...
    Removing Java 1.4 reference docs...
    Removing Java 1.5 reference docs...
    Removing generated directories...
    Removing empty devtools directories...
    Finished uninstalling shared non-relocatable developer tools content.
    IMPORTANT: If you are going to install a previous version of the Developer Tools, be sure to restart the machine after installing.
    Finish time: Sat 11 Dec 2010 23:27:24 GMT
    Use of uninitialized value $pkgutilvolumebasename in concatenation (.) or string at /Developer/Library/uninstall-developer-folder line 35.
    Start time: Sat 11 Dec 2010 23:27:24 GMT
    Analyzing devtools package: 'com.apple.pkg.ApplicationLoaderLeo'...
    Analyzing devtools package: 'com.apple.pkg.DashcodeLeo'...
    Analyzing devtools package: 'com.apple.pkg.DevDocumentationLeo'...
    Analyzing devtools package: 'com.apple.pkg.DevSamplesLeo'...
    Analyzing devtools package: 'com.apple.pkg.DevToolsDocumentationLeo'...
    Analyzing devtools package: 'com.apple.pkg.DeveloperDiskImage4_2'...
    Analyzing devtools package: 'com.apple.pkg.DeveloperDiskImageReleased'...
    Analyzing devtools package: 'com.apple.pkg.DeveloperToolsCLILeo'...
    Analyzing devtools package: 'com.apple.pkg.DeveloperToolsLeo'...
    Analyzing devtools package: 'com.apple.pkg.MacOSX10.4.UniversalLeo'...
    Analyzing devtools package: 'com.apple.pkg.MacOSX10.5Leo'...
    Analyzing devtools package: 'com.apple.pkg.MacOSX10.6Leo'...
    Analyzing devtools package: 'com.apple.pkg.OpenGLAppsLeo'...
    Analyzing devtools package: 'com.apple.pkg.OtherDevDocumentationLeo'...
    Analyzing devtools package: 'com.apple.pkg.X11DocumentationLeo'...
    Analyzing devtools package: 'com.apple.pkg.clangLeo'...
    Analyzing devtools package: 'com.apple.pkg.gcc4.0ADCDocsLeo'...
    Analyzing devtools package: 'com.apple.pkg.gcc4.0Leo'...
    Analyzing devtools package: 'com.apple.pkg.gcc4.2ADCDocsLeo'...
    Analyzing devtools package: 'com.apple.pkg.gcc4.2Leo'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneDocumentation'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneHostSideTools'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK3_0'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK3_1'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK312'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK313'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK3_2'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK4_0'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK4_1'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDK4_2'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDKSnowLeopardExtras'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSDKTools'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSimulatorSDK3_2'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSimulatorSDK4_0'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSimulatorSDK4_1'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSimulatorSDK4_2'...
    Analyzing devtools package: 'com.apple.pkg.iPhoneSimulatorSDKTools'...
    Analyzing devtools package: 'com.apple.pkg.llvm-gcc4.2Leo'...
    Removing devtools files...
    Removing generated files...
    Removing Xcode Caches...
    Removing Xcode Documentation...
    Removing empty devtools directories...
    Finish time: Sat 11 Dec 2010 23:29:32 GMT
    IMPORTANT: If you are going to install a previous version of the Developer Tools, be sure to restart the machine after installing.
    And then:
    # ls -l /Developer/
    total 160
    -rw-rw-r-- 1 root admin 78027 1 Aug 2008 About Xcode Tools.pdf
    drwxrwxr-x 11 root admin 374 11 Dec 21:05 Applications
    drwxrwxr-x 6 root admin 204 11 Dec 23:29 Documentation
    drwxrwxr-x 39 root admin 1360 11 Dec 23:29 Examples
    drwxrwxr-x 6 root admin 204 11 Dec 23:29 Extras
    drwxrwxr-x 8 root admin 272 11 Dec 23:29 Library
    drwxrwxr-x 7 root admin 238 11 Dec 23:29 Makefiles
    drwxrwxr-x 4 root admin 136 11 Dec 23:29 Platforms
    drwxrwxr-x 2 root admin 102 27 Jun 2008 Private
    drwxr-xr-x 4 root wheel 136 11 Dec 23:29 SDKsI have now erased /Developer & re-installed XCode 3.2.5, but I wonder what other junk remains on the hard drive ...

Maybe you are looking for

  • Flash Player Loads Some Content, But Not All

    Hi, this problem recently cropped up and I don't really understand what the underlying problem is. Anyway, the main problem with the flash player is that it only partially works--some content loads, while others don't. The only examples I can think o

  • How do I get rid of an ugly white line around areas of type?

    Hello InDesign forum, Attached is a screenshot of a pdf file I created of a brochure I designed. Actually, it's just one panel of that brochure. In that panel there are unsightly white lines that appear around areas of type. I have yet to find a way

  • How do i add time "23:00:00" to a date data type? I have mentioned the code below.

    DECLARE @FIRSTDATE date = '2014-07-06'. I need to add time to this without initializing it on the first place. SO basically it should look like  '2014-07-06 23:00:00'. As far as i know it can be done using something like dateadd(). 

  • Bug in exception handling.

    Following program: #include <stdexcept> struct X     virtual ~X() {}; struct Y : virtual X     Y() throw (std::runtime_error); Y::Y() throw (std::runtime_error) { throw std::runtime_error("joda"); } struct Z :  Y {   Z() {} int main() try {   Z A; }

  • Equivalence in Oracle of user-defined variables in mysql

    Hi, Due to the convertion of the backend database of an application from mysql to oracle 10g, I need also to convert my sql query for a BIRT report to be compatible to Oracle 10g. It is about the usage of user-defined variables in mysql. What is the