Odd /usr/bin/kill behavior

I have a Solaris 10 container that I have installed some of the blastwave programs in. Today, I installed and then attempted to stop the milter-greylist daemon which still uses the legacy rc style of initialization.
Running the shutdown script produced the following results:
bash-3.00# /etc/init.d/cswmiltergreylist stop
Shutting down milter-greylist: ... initial gids (should be 0/0): r/egid=0/0
SETUP ERROR: re-run set-group-ID guest
Use chgrp(1) and chmod(1)
For example, do this as root (nobody is the name of a group in this example):
# chgrp nobody /usr/bin/kill
# chmod g+s nobody /usr/bin/kill
done
and running /usr/bin/kill on its own resulted in this:
bash-3.00# /usr/bin/kill
initial gids (should be 0/0): r/egid=0/0
SETUP ERROR: re-run set-group-ID guest
Use chgrp(1) and chmod(1)
For example, do this as root (nobody is the name of a group in this example):
# chgrp nobody /usr/bin/kill
# chmod g+s nobody /usr/bin/kill
The size of /usr/bin/kill on this computer's global zone is different from my other Solaris 10 servers.
This host:
bash-3.00# ls -l /usr/bin/kill
-r-xr-xr-x 1 root root 7772 Feb 26 12:23 /usr/bin/kill
Another Solaris 10 host:
bash-3.00# ls -l /usr/bin/kill
-r-xr-xr-x 17 root bin 134 Jan 21 2005 /usr/bin/kill
I tried checking the md5 sum of /usr/bin/kill in the Solaris fingerprint database, but don't believe that it covers Solaris 10.
Has anyone else seen this behavior and what did you do about it?
TIA

"it seems that I accidentally installed something"... so you can't recall installing any such thing?
I can't even imagine which tool or package might replace /bin/kill..
If core system utilities suddenly change behaviour or file size, you might have a rootkit on that box. Better run a thorough check.. or reinstall.
Especially if the new file version is about fifty times as big.. that smells like it contains unexpected additional "features" now. At least compare file sizes of the other core system binaries to your other host..

Similar Messages

  • Where are the settings for the "open" command, located at /usr/bin/open?

    I have Windows XP installed on a partition on my Macbook and I use Parallels to access some of the Windows applications.
    When I am in Mac OS X, and I don't even have a virtual machine running, if I enter the following command in the terminal, I get some really strange behavior:
    /usr/bin/open -a firefox http://localhost/~myname/somewebpage.html
    The open command will launch firefox within Mac OS X and display the page, but, it WILL ALSO TRY TO LAUNCH FIREFOX VIA PARALLELS. So, it starts a Parallels session and tries to launch Firefox. I see the Firefox icon in my dock twice, once normally, and once with the Parallels version of the Firefox icon. But, I cannot view the Parallels instance of Firefox.
    In order to debug this, I removed Firefox from Mac OS X (deleted Firefox.app from my applications folder) and I un-installed it from the windows partition using Add/Remove programs in windows.
    Now, running the open command as stated above launches Safari in Mac OS X and it still launches parrallels.
    Where is the list of application associations that the "open" command uses? I assume there is some incorrect associate that is causing this but, I have no idea how to find it.
    Thanks in advance for any advice you can give.

    Thank you for your reply.
    I actually checked out the man page for "open" but, I was unable to find LaunchServices in the finder. I was hoping there would be some sort of manifest, or application map, within LaunchServices that might be the source of my problem.
    Regarding using the full path: Good suggestion. That will clear it up when I use the command line, or if I were writing my own app, etc...unfortunately, I became aware of this problem because Netbeans is using the command in the abbreviated form I posted above (to launch web applications I am debugging), and I can't edit it.
    I removed Firefox from both Windows and Mac OS X on my machine, and tested the Netbeans functionality, it launched my application in Safari with no errors. I reinstalled Firefox on my Mac OS X partition and selected it in Netbeans preferences as the browser to use when debugging an app. When I tried to debug an application in Netbeans again, I got the same behavior...parallels launched. Ugh.
    There was a folder, on the Windows side of things, called something like Parallels\Shared Applications. It had a shortcut to Firefox in it but, I removed that before doing my testing. I was hoping there would be something similar on the Mac OS X side but, I haven't been able to find anything.
    Thank you both for your help. I think I might need to visit the Parallels forums for this one.

  • S-nail error no such directory /usr/bin/sendmail / permission denied

    I am trying to get email notifications setup with smartmontools but the test email does not reach my address. s-nail is an optional dependency of smartmontools and is installed. From my understanding it should work out of the box without any configuration but it doesn't.
    I attempted to send an email manually for troubleshooting purposes with this command:
    sudo echo "This is the mail body" | mailx -s "This is the subject" -r sendersemail [email protected]
    The mailx command produced an odd error:
    /usr/bin/sendmail: No such file or directory
    If I create /usr/bin/sendmail directory (and chmod it to 777) I get this error:
    /usr/bin/sendmail: Permission denied
    "/home/dom/dead.letter" 10/251
    ... message not sent.
    I am lost. Does anyone have any idea what is going on here?
    Last edited by dominicm (2015-02-24 22:50:38)

    There is no config, it's all at defaults with only s-nail package installed. Or did you mean other non-snail config? Did you use the command as per my original post exactly and was it  an external email? Did you have s-nail installed/configured before now?
    I also now tried adding a .rcmail config from snail wiki linked before.
    # All the examples require v15-compat!
    set v15-compat
    # ArchLinux-specific locations of certificates.
    # Since these are subject to the ArchLinux update mechanism,
    # use only those, don't try to load OpenSSL builtin ones.
    # And use the TLS specific set: see "man 8 update-ca-trust"
    #set ssl-ca-dir=/etc/ssl/certs
    set ssl-ca-file=/etc/ssl/certs/ca-certificates.crt
    set ssl-no-default-ca
    # Require secure transport via protocol version TLS v1.2, exclusively.
    # (Change this only [best on a per-account base, as below]
    # when the remote server doesn't support this protocol!)
    set ssl-method=tls1.2
    # Request strict transport security checks
    set ssl-verify=strict
    # Essential setting: choose allowed character sets
    # (Have a look at the "CHARACTER SETS" manual section)
    set sendcharsets=utf-8,iso-8859-1
    # When sending messages, wait until the Mail-Transfer-Agent finishs.
    # Only like this you'll be able to see errors reported through the exit
    # status of the MTA (including the builtin SMTP one)!
    set sendwait
    # To save a copy of sent messages somewhere (this will end up in your home directory)
    set record=sentmail.mbox
    # This may be interesting to gain some speedup when sending mail
    set mimetypes-load-control
    # This is optional, but you should get the big picture
    # by reading the manual before you leave that off
    set from="Your Name <youremail@domain>"
    Still the same error. No surprise since this config doesn't add any new info that is not present in the mailx command.
    Last edited by dominicm (2015-02-24 23:59:44)

  • Are /usr/ubc binaries different than /usr/bin binaries?

    Hi,
    I am running SunOS 5.8 and I have following questions about solaris distribution:
    1. Are /usr/ucb binaries different than regular binaries like /usr/bin etc...
    Because at file level they appear to be the same:
    e.g. ps
    $ ls -ltr /usr/ucb/ps /usr/bin/ps
    -r-xr-xr-x 38 root bin 5.2K Jan 5 2000 /usr/ucb/ps
    -r-xr-xr-x 38 root bin 5.2K Jan 5 2000 /usr/bin/ps
    2. Are /usr/ubc binaries are part of standared solaris distribution?
    Thanks

    Hi,
    I am running SunOS 5.8 on SPARC I assume...
    and I have following
    questions about solaris distribution:
    1. Are /usr/ucb binaries different than regular
    binaries like /usr/bin etc...Yup (at least most of the time). /usr/ucb/ gives some behavior of older BSD systems for compatibility.
    Because at file level they appear to be the same:
    e.g. ps
    $ ls -ltr /usr/ucb/ps /usr/bin/ps
    -r-xr-xr-x 38 root bin 5.2K Jan 5 2000 /usr/ucb/ps
    -r-xr-xr-x 38 root bin 5.2K Jan 5 2000 /usr/bin/psThis is a side effect of a feature called 'isaexec'. You'll notice the link count is 38, so this file is linked as 38 different names.
    The 'ps' command looks through /proc, so the binary has to match the currently running kernel architecture (whether 32-bit or 64-bit). 'isaexec' allows you to have multiple binaries that are called properly based on architecture.
    On my machine:
    # ls -litr /usr/ucb/ps /usr/bin/ps /usr/lib/isaexec
    18227 -r-xr-xr-x 37 root bin 5256 Jan 5 2000 /usr/ucb/ps
    18227 -r-xr-xr-x 37 root bin 5256 Jan 5 2000 /usr/lib/isaexec
    18227 -r-xr-xr-x 37 root bin 5256 Jan 5 2000 /usr/bin/ps
    So all 'isaexec' does is look for a binary with the same name as it was called in the architecture specific directories. So for /usr/ucb/ps, it's these:
    # ls -l /usr/ucb/sparcv7/ps /usr/ucb/sparcv9/ps
    -r-xr-xr-x 1 root sys 23504 Jul 15 2005 /usr/ucb/sparcv7/ps
    -r-xr-xr-x 1 root sys 32264 Jul 15 2005 /usr/ucb/sparcv9/ps
    And for /usr/bin/ps It's these:
    # ls -l /usr/bin/sparcv7/ps /usr/bin/sparcv9/ps
    -r-sr-xr-x 1 root sys 29196 Jul 15 2005 /usr/bin/sparcv7/ps
    -r-sr-xr-x 1 root sys 38536 Jul 15 2005 /usr/bin/sparcv9/ps
    So different binaries (and different architectures):
    # file /usr/bin/sparcv7/ps /usr/bin/sparcv9/ps /usr/ucb/sparcv7/ps /usr/ucb/sparcv9/ps
    /usr/bin/sparcv7/ps: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped
    /usr/bin/sparcv9/ps: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, stripped
    /usr/ucb/sparcv7/ps: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped
    And you can use 'truss' to see how this works:
    /usr/ucb/sparcv9/ps: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, stripped
    Note that this feature (isaexec) has nothing specifically to do with /usr/ucb. It's used by any system binary that needs separate versions for 32-bit vs 64-bit to run properly. (truss, p*, uptime, ...)
    2. Are /usr/ubc binaries are part of standared
    solaris distribution?There's only one "Solaris" distribution, so yes. I believe they get installed at the 'user' installation level and above, but you'd have to check on that.
    Darren

  • Xcode buries /usr/bin/gcc deep beneath Xcode.app/Content/Developer

    How do I get GCC, and the rest of the compiler utilities that come with Xcode to show up in the standard /usr/bin directory?
    I downloaded and installed Xcode from the Apple App store.  When the installation completed, Xcode had buried the standard compiler components that are typically in /usr/bin deep under the Applications directory at /Applications/Xcode.app/Content/Developer/usr/bin.
    This is Xcode 5.0 (5A1413) and OS 10.8.5.

    A.Rick wrote:
    I am attempting to use a variety of tools that assume on a traditional Unix/Linux environment, such as Maven, Eclipse, CUDA etc.  The fact that a Mac has a real Unix underneath all that makeup was a key factor in my purchase decision.
    There is nothing "traditional Unix" about those tools. I didn't even know what Maven was. It is apparently some Java thing. I can assure you that UNIX predates Java by many years. UNIX is nothing but a certification that is applied on top of an operating system. It can't really be said that the Mac has a "real Unix underneath". The Mac is a certified UNIX operating system and has a command-line and POSIX interface, but underneath it is just as Mac as it appears - i.e. not Linux.
    I have the tools that I am after.  They are just in the wrong place.  Having a tool, with a different name, that acts like GCC, or Make, etc. doesn't help me when the build environment that I am working with assumes the original Unix tool.
    So, is it true that the only way I that will be able to get the orignal behavior is to copy everything that is beneath /Applications/Xcode.app/Content/Developer/usr/bin up to the real /usr/bin?
    Depending on your operating system, you may be able to have Xcode just install command-line tools. I think Mavericks will install them automatically (if you try to use them) even without Xcode. You can also download the command-line tools installer package from the Apple Developer site.
    To quote the GNU folks, GNU's not UNIX. If you want to use GNU tools, you will have to ask the GNU people to port them to the Mac. They have never, ever completely done that. GNU has always relied in some form on lower-level Xcode tools. Then, once GNU kicked Apple to the curb with GPLv3, Apple wrote its own compiler. You can use the command-line as much as you want, but the commands are going to be slightly different that what you are used to on Linux.
    If you want to use Linux, then you should use Linux. The Mac is different. I think it is better than Linux. The Linux people disagree.

  • Command Line Tools installs the latest version of clang (and others) in /Library/Developer/CommandLineTools/... but not in /usr/bin/

    I've upgraded Xcode to the latest 5.1 Installed Command Line Tools via xcode-select --install Homebrew tells me "A newer Command Line Tools release is available"
    brew --config:
    Xcode: 5.1 CLT: 5.1.0.0.1.1393561416 LLVM-GCC: build 2336 Clang: 3.1 build 318
    Checking my clang executable:
    $ /usr/bin/clang --version Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
    $ /Library/Developer/CommandLineTools/usr/bin/clang --version Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
    So it appears Command Line Tools didn't install clang (and perhaps other executables) into /usr/bin? I checked my other laptop (w/ Mavericks), and /usr/bin/clang is version 5.1.
    So I'm guessing this is the problem? I've tried to reinstall Command Line Tools as sudo, but now it won't let me install again (says software isn't currently available).
    Can anyone help me with this? I've spent hours on it now, but can't find a solution.
    Thanks

    BTW, I installed Xcode 5.1 from the Store, but have never run xcode-select --install.  Here is the verbose output from a clang.
    xew ~/$:clang -v -o hello main.c
    Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
    Target: x86_64-apple-darwin13.1.0
    Thread model: posix
    "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.9.0 -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name main.c -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 236.3 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/../lib/clang/5.1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk -fdebug-compilation-dir /Users/xew -ferror-limit 19 -fmessage-length 100 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.9.0 -fencode-extended-block-signature -fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -o /var/folders/zf/d5vqmmtn5mq7h6766jtlkrvr0000gn/T/main-353995.o -x c main.c
    clang -cc1 version 5.1 based upon LLVM 3.4svn default target x86_64-apple-darwin13.1.0
    ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /SDKs/MacOSX10.9.sdk/usr/local/include"
    ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer /SDKs/MacOSX10.9.sdk/Library/Frameworks"
    #include "..." search starts here:
    #include <...> search starts here:
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/../lib/clang/5.1/include
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/include
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk/usr/include
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk/System/Library/Frameworks (framework directory)
    End of search list.
    "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk -o hello /var/folders/zf/d5vqmmtn5mq7h6766jtlkrvr0000gn/T/main-353995.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/../lib/clang/5.1/lib/darwin/libclang_rt.osx.a
    xew ~/$:

  • Trying to move files to /usr/bin

    I am trying to install g77 on my Powerbook, but I keep getting a "permission denied" when I try to move the files to /usr/bin so I can link them to gcc. I have admin permissions, but it still won't let me put the files I need in the /usr/bin directory. Any ideas of what is going wrong here?

    You need root access to modify that folder. If you're working in the Terminal, preface the command you're using with sudo. If you're using a GUI application, use the Go to Folder command in the Finder's Go menu to navigate to it, drag the files there, and authenticate yourself.
    (47141)

  • Error Message in xcode: Command /usr/bin/codesign failed with exit code 1

    I am attempting build my iPad application on my device and I have went though the provisioning and successfully created an App ID, provisioning, etc. and when i 'Build and go' i get this error message:
    *Command /usr/bin/codesign failed with exit code 1*
    The only thing that I could think of that might be causing this is that when I 'Build and Go' on my device it come up with this pop-up message from xcode twice:
    +codesign wants to sign using key "MY NAME" in your keychain.+
    +Do you want to allow access to this item?+
    Please Help.

    Hey jamez97,
    In Xcode, top left hand corner of the window. Access the drop down menu, make sure that you have;
    1) Set to run on the DEVICE
    2) Selected DEBUG
    3) Connected your device
    click build and run...adjusting these sometimes works when i have the same error as you.
    You should have also added your device the provisioning profile you made. If you haven't done this, you can do it via the iOS Devcentre --> provisioning portal -->launch assistant.
    Hope this helps...if it doesn't, post back and somebody else may be able to give you the solution.
    j
    Message was edited by: james_coleman01
    Message was edited by: james_coleman01

  • Libx32-glibc fails to build - /usr/bin/ld: cannot find -lgcc

    I am trying to run steam using my own runtime libraries, however I'm missing libcrypt.so.11
    After trawling through a chain of dependencies, I'm stuck on libx32-glibc.
    When attmpting to build libx32-glibc I encounter an error while gcc is trying to compile elf/librtld.mapT
    [myusername@hostname libx32-glibc]$ makepkg -R
    ==> Making package: libx32-glibc 2.18_12-1 (Sun Feb 9 18:12:22 NZDT 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting package()...
    LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
    make -r PARALLELMFLAGS="" -C /home/myusername/aur/libx32-glibc/src/glibc-2.18 objdir=`pwd` install
    make[1]: Entering directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18'
    make subdir=csu -C csu ..=../ subdir_lib
    make subdir=iconv -C iconv ..=../ subdir_lib
    make[2]: Entering directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18/iconv'
    make[2]: Nothing to be done for 'subdir_lib'.
    make[2]: Leaving directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18/iconv'
    make[2]: Entering directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18/login'
    make[2]: Nothing to be done for 'subdir_lib'.
    make[2]: Leaving directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18/login'
    make subdir=elf -C elf ..=../ subdir_lib
    make[2]: Entering directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18/elf'
    /opt/gcc-x32-seed/bin/gcc -mx32 -B/opt/gcc-x32-seed/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/ -Wl,-O1,--sort-common,--as-needed,-z,relro -nostdlib -nostartfiles -r -o /home/myusername/aur/libx32-glibc/src/glibc-build/elf/librtld.map.o '-Wl,-(' /home/myusername/aur/libx32-glibc/src/glibc-build/elf/dl-allobjs.os /home/myusername/aur/libx32-glibc/src/glibc-build/libc_pic.a -lgcc '-Wl,-)' -Wl,-Map,/home/myusername/aur/libx32-glibc/src/glibc-build/elf/librtld.mapT
    /usr/bin/ld: cannot find -lgcc
    collect2: error: ld returned 1 exit status
    Makefile:285: recipe for target '/home/myusername/aur/libx32-glibc/src/glibc-build/elf/librtld.map' failed
    make[2]: *** [/home/myusername/aur/libx32-glibc/src/glibc-build/elf/librtld.map] Error 1
    make[2]: Leaving directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18/elf'
    Makefile:236: recipe for target 'elf/subdir_lib' failed
    make[1]: *** [elf/subdir_lib] Error 2
    make[1]: Leaving directory '/home/myusername/aur/libx32-glibc/src/glibc-2.18'
    Makefile:12: recipe for target 'install' failed
    make: *** [install] Error 2
    ==> ERROR: A failure occurred in package().
    Aborting...
    In accordance with this solved topic for a similar issue, I have ensured that options=('staticlibs') is present in PKGBUILD:
    options=('!strip' '!emptydirs' 'staticlibs')
    I have tried re downloading and compiling all the src but the same issue occurs.
    Here is a list of gcc/glibc/multilib packages that I have installed:
    [mephage@tws01 exercise1]$ pacman -Q | grep -E -e 'multilib|gcc|glibc'
    binutils-multilib 2.24-1
    gcc-libs-multilib 4.8.2-7
    gcc-multilib 4.8.2-7
    gcc-x32-seed 4.8.2_7-1
    glibc 2.18-12
    glibc-x32-seed 0.1.0-1
    lib32-gcc-libs 4.8.2-7
    lib32-glibc 2.18-12
    libtool-multilib 2.4.2-12
    Here is a list of aur packages that I have installed:
    [mephage@tws01 exercise1]$ pacman -Qm
    gcc-x32-seed 4.8.2_7-1
    glibc-x32-seed 0.1.0-1
    linux-ck 3.12.9-3
    linux-ck-headers 3.12.9-3
    nvidia-ck 331.38-2
    xdm-arch-theme 2.3.1-3

    Still haven't resolved this. However, I did see that there is more information in /home/myusername/dir-where-i-extract-aur-tarballs/libx32-glibc/src/glibc-build/config.log:
    /usr/bin/ld: cannot find -lgcc
    /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
    /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
    /usr/bin/ld: cannot find -lc
    /usr/bin/ld: cannot find -lgcc
    collect2: error: ld returned 1 exit status
    My guess is that I need a compatible libc.so so that /usr/bin/ld can create the links using gcc.
    Edit: Removed a line that was incorrect
    Last edited by mephage (2014-02-23 04:54:07)

  • Patch 8557019 -  /usr/bin/ld: cannot find -ldeb

    Hi there,
    I have upgraded an ebs system from 11-5-10-2-1 to r12 12.1.3 - I am in the process of patchiong reports and forms to latest version (10.1.2.3.1)
    unfortunately one of the patches errors.
    The system is on Linux x86-64
    Here is what I did and what I experienced :-
    cd /u03/oraupg/inst/apps/oraupg_findbupg/ora/10.1.2
    sh oraupg_findbupg.env
    linux32 bash
    cd /u03/oraupg/apps/patches/10-1-2-patches/8557019
    opatch apply
    What I experienced :-
    [applmgr@findbupg 8557019]$ opatch apply
    Oracle Interim Patch Installer version 1.0.0.0.63
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : /u03/oraupg/apps/tech_st/10.1.2
    Oracle Home Inventory : /u03/oraupg/apps/tech_st/10.1.2/inventory
    Central Inventory : /u01/oracle/product/oraInventory
    from : /etc/oraInst.loc
    OUI location : /u03/oraupg/apps/tech_st/10.1.2/oui
    OUI shared library : /u03/oraupg/apps/tech_st/10.1.2/oui/lib/linux/liboraInstaller.so
    Java location : /u03/oraupg/apps/tech_st/10.1.2/jre/1.4.2/bin/java
    Log file location : /u03/oraupg/apps/tech_st/10.1.2/.patch_storage/<patch ID>/*.log
    Creating log file "/u03/oraupg/apps/tech_st/10.1.2/.patch_storage/8557019/Apply_8557019_05-31-2011_16-29-40.log"
    Invoking fuser to check for active processes.
    Provide your email address to be informed of security issues, install and
    initiate Oracle Configuration Manager. Easier for you if you use your My
    Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name:
    You have not provided an email address for notification of security issues.
    Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: Yes
    Oracle Configuration Manager has been installed but not configured. OCM enables
    Oracle to provide superior, proactive support for our customers. Oracle
    strongly recommends customers configure OCM. To complete the configuration of
    OCM, refer to the OCM Installation and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html).
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = /u03/oraupg/apps/tech_st/10.1.2)
    Is this system ready for updating?
    Please respond Y|N >
    Y
    Applying patch 8557019...
    Patching archive files...
    Running make for target install.
    OPatch found the word "error" in stderr, please look into it.
    You may have to run the make again.
    Stderr Output (from /u03/oraupg/apps/tech_st/10.1.2/.patch_storage/8557019/make_local.stderr):
    /usr/bin/ld: skipping incompatible /u03/oraupg/apps/tech_st/10.1.2/lib//libdeb.so when searching for -ldeb
    /usr/bin/ld: skipping incompatible /u03/oraupg/apps/tech_st/10.1.2/lib//libdeb.a when searching for -ldeb
    /usr/bin/ld: skipping incompatible /u03/oraupg/apps/tech_st/10.1.2/lib//libdeb.so when searching for -ldeb
    /usr/bin/ld: skipping incompatible /u03/oraupg/apps/tech_st/10.1.2/lib//libdeb.a when searching for -ldeb
    /usr/bin/ld: skipping incompatible /u03/oraupg/apps/tech_st/10.1.2/lib/libdeb.so when searching for -ldeb
    /usr/bin/ld: skipping incompatible /u03/oraupg/apps/tech_st/10.1.2/lib/libdeb.a when searching for -ldeb
    /usr/bin/ld: cannot find -ldeb
    collect2: ld returned 1 exit status
    make: *** [dejvm] Error 1
    [email protected] - June 1, 2011 9:57:54 AM GMT+12:00 [Update from Customer]
    OPatch encounters the following issues during Make:
    There were problems running make commands. The errors encounted were:
    Error for command: cd /u03/oraupg/apps/tech_st/10.1.2//procbuilder/lib
    /usr/bin/make -f ins_procbuilder.mk install ORACLE_HOME="/u03/oraupg/apps/tech_st/10.1.2" 2>/u03/oraupg/apps/tech_st/10.1.2/.patch_storage/8557019/make_local.stderr
    Replying 'Y' will terminate the patch installation immediately.It WILL NOT restore any updates that have been performed to this point. It WILL NOT update the inventory.
    Replying 'N' will continue with updating the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch installation.
    Do you want to STOP?
    Please respond Y|N >
    Y
    Make Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    [applmgr@findbupg 8557019]$
    Welcome advice re how to fix this problem - thanks to all who have helped me in the past.
    cheers, Rob

    Hello Diesel,
    As per Note 1266729.1 : "Applying Patch 8557019 and encounter /usr/bin/ld: cannot find -ldeb error running make -f ins_procbuilder.mk install" this can be fixed by appying patch 8551790 first.
    Regards, Carlo.

  • 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 ...

  • [Solved] How to save a file in /usr/bin/local using gedit as an admin?

    In my attempt to run these two programs:
    https://github.com/kerchen/export_gr2evernote
    https://github.com/spiermar/bookmarks2evernote
    I noticed they assumed the default python is python 2. I have python 3.3.1 and 2.6.8. I'm following the instructions at: https://wiki.archlinux.org/index.php/Py … ld_scripts
    Created a file with this:
    #!/bin/bash
    script=`readlink -f -- "$1"`
    case "$script" in
    /home/Dropbox/export_gr2evernote-master1/*|/home/Dropbox/bookmarks2evernote2/*)
        exec python2 "$@"
    esac
    exec python3 "$@"
    I then, tried to save it as p2 under /usr/local/bin/ where the only thing that's there is meteor, node, and npm, and it throws me an error saying I don't have enough permissions.
    How do I save p2 as an admin in /usr/bin/local using gedit?
    I've searched on the forums 'create a file in /usr/' and I haven't found anything. Can someone please help me?
    Last edited by jjshinobi (2013-04-23 05:20:47)

    jjshinobi wrote:
    sidneyk wrote:
    jjshinobi wrote:
    I moved p2 to bin, edited my projects path with the username in front of home, saved it as python, made it executable (#sudo chmod +x /usr/local/bin/python), removed p2. Ran:
    #python evernote2enex.py -m 10
    It's still referencing python 3...
    "python3: can't open file 'evernote2enex.py': [Errno 2] No such file or directory"
    My python file contains this:
    #!/bin/bash
    script=`readlink -f -- "$1"`
    case "$script" in
    /home/<user>/Dropbox/export_gr2evernote-master1/*|/home/<user>/Dropbox/bookmarks2evernote2/*)
        exec python2 "$@"
    esac
    exec python3 "$@"
    I did everything exactly like the wiki said, what seems to be the problem?
    OK. Looking at the 2 scripts you quoted, neither one is using a shbang line to set a python version to call. Without that, the python intercept doesn't even come into play. The problem that I see is the way you are starting it:
    sudo nano /usr/local/bin/python
    Is root really necessary for these if they are in your /home/<user>/Dropbox/ directory. And it appears that you are assuming python3 when you start them that way. If you are going to use that method and they are indeed python2 scripts, then change your command to this:
    #python evernote2enex.py -m 10
    You might try it as your normal user too in case root isn't really required.
    I tested out the first ten with:
    #python2 export2enex.py -m 10
    it worked!
    then proceded with
    #python2 export2enex.py GStarred -n exported.enex
    The script is fully functional. Thanks man!
    Actually, you're not even using the script when starting your python scripts that way. You are explicitly calling either python3 (python) or python2 (python2) to run the indicated python script and not even touching the work around /usr/local/bin/python script. If your python script started with a line like either :
    #!/usr/bin/env python
    or:
    #!/usr/bin/python
    And was executable, such that you called it by it's name, i.e. "someprogram.py", then the python script in /usr/local/bin/ would take precedence and effectively intercept the python call and choose the appropriate version of python as long as the path to the directory where "someprogram.py" resides is specified in that /usr/local/bin/python script.
    Last edited by sidneyk (2013-04-25 15:40:19)

  • Need to delete /usr/bin without using terminal

    In a bit of a bind.
    All how-tos detailing how to delete or alter the /usr/bin file involve terminal, but terminal won't work b/c of this error
    login: PAM Error (line 396): System error
    login: Could not determine audit condition
    [Process completed]
    I alterred something in usr/bin and need to change it but must do so with some other program other than terminal (altering that usr/bin file will then fix terminal).
    Kind of a chicken or egg problem.

    I take it you're no Unix hand, so I hope you otherwise know what you're doing since deleting /usr/bin will remove important files used by the operating system.
    Boot into single-user mode. At the prompt enter:
    /sbin/fsck -fy
    If you receive a message that says "*** FILE SYSTEM WAS MODIFIED ***" then re-run the command until you receive a message that says "** The volume (nameofvolume) appears to be OK." If you re-run the command more than seven times and do not get the OK message, then the drive cannot be repaired this way.
    Next enter:
    /sbin/mount -uw /
    This will make the filesystem writeable. You can navigate by entering:
    cd /usr/bin
    This will take you to the /usr/bin directory. Note that in single-user mode you are root. Much damage can be done if you aren't careful. When you finish enter:
    reboot

  • [SOLVED]pacman fails to upgrade... /usr/bin/vercmp: cannot execute bin

    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    pacman-3.2.1-1-x86_64 491.3K 1850.7K/s 00:00:00 [########################################################################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [########################################################################################################] 100%
    (1/1) upgrading pacman [########################################################################################################] 100%
    warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    /tmp/alpm_eT02H1/.INSTALL: line 5: /usr/bin/vercmp: cannot execute binary file
    /tmp/alpm_eT02H1/.INSTALL: line 5: [: : integer expression expected
    Here is more info on my system and the file vermcp is installed and permissions seem correct.
    http://rafb.net/p/MYk3pO21.html
    HELP?
    Last edited by rooloo (2008-09-09 00:07:09)

    Ok, this was my dumb mistake again. I was testing out powerpill on my server which is a 32 bit machine. I tried copying my 64 bit mirrorlist to my 32 bit server because I have it ranked and slimmed down to only the essential servers.

  • Authentication error with shell=/usr/bin/bash

    Hello there,
    I'm comfortable with linux, but new with Arch Linux. Recently I completed an installation with success but I ran into a strange authentication error at login.
    Before adding a user I verified the path of the bash shell and 'which bash' returned /usr/bin/bash.
    So I added a user with shell /usr/bin/bash and the line in /etc/passwd reads similar to:
    newuser:x:1000:100:His name:/home/newuser:/usr/bin/bash
    With this line I get an authentication error from login
    And when I change the shell to /bin/bash, the user is able to login with success.
    I have found similar problem reports, but not this solution.
    I hope to get some help with understanding this issue, to me it seems wrong to point the shell in /etc/passwd to a symbolic link.

    Thank you very much, falconindy.
    My first reaction is "But what if /usr becomes inaccessible", also /bin/sh is a symlink.
    But I guess with rescue options from initramfs or live CD/usb, this is not a big issue anymore.
    I have added /usr/bin/bash to /etc/shells.
    Last edited by wilbert-vb (2013-05-18 12:55:45)

Maybe you are looking for

  • Problem with IconImage for JFrame

    If I create an BufferedImage by ImageIO.read for example and then call getScaledInstance on this image and set the scaled Image to a JFrame as the IconImage (via setIconImage(Image image)), the application hangs. Has anyone else this problem?

  • Re: Vendor line items

    < MODERATOR:  Per the forum [rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement], please use an appropriate subject in your message...  i.e., don't use somethgin that has been copy-pasted from an email!.  Message locked.

  • Problem passing parameter to Interactive report

    Morning! I'm having problems when passing a parameter value to a report - I'm using IR_<column_name>, which works fine most of the time, except when the value I'm passing has a leading '#' ie. '# No People' - I have tried encoding it ie. '&#36. No Pe

  • Help!!! Changing contentType in Servlet Filter

    Hi, I am trying to change resrponse.ContentType() to text/xml in a Filter but output is still text/html. please tell me where i am going wrong.. it is really urgent!!! anything wrong with this my doFilter method goes like this public void doFilter(Se

  • IPhone 4S WiFi vs 3G

    Recently both my iPhone 4S & wife's iPhone 4 seems to hang on our home wifi but work better on 3G. (to open a safari web page can take 30 seconds to load on wifi but 3 seconds on Verizon 3G). I used to think this maybe the home wifi but every other d