[SOLVED] cronie reports "/usr/sbin/run-cron: No such file or directory

Hi, I just made a fresh install of Arch Linux x86_64 on my PC and I'm having troubles with cronie.
cronie emails say:
/bin/sh: /usr/sbin/run-cron: No such file or directory
In crond.log I have:
Jan 2 22:01:01 localhost /USR/SBIN/CROND[4691]: (root) CMD (run-parts /etc/cron.hourly)
Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) STARTUP (1.4.8)
Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (running with inotify support)
Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (@reboot jobs will be run at computer's startup.)
Jan 2 23:00:01 localhost /USR/SBIN/CROND[5733]: (root) CMD (ID=sys-hourly /usr/sbin/run-cron /etc/cron.hourly)
Jan 2 23:00:01 localhost /USR/SBIN/CROND[5732]: (root) CMDOUT (/bin/sh: /usr/sbin/run-cron: No such file or directory)
Jan 2 23:01:01 localhost /USR/SBIN/CROND[5748]: (root) CMD (run-parts /etc/cron.hourly)
I've changed very little of the configuration files provided with the package: root's crontab is completely empty, and cron.hourly only contains the original untouched 0anacron file.
I have the same basic setup on another machine and I don't have such errors.
Any hints?
Thanks
Last edited by Venator85 (2012-01-03 20:26:16)

[karol@black ~]$ nosr /usr/sbin/run-cron
extra/dcron
community/fcron
Seems that file is provided by other cron implementations.

Similar Messages

  • Problem right after running runInstaller - No such file or directory

    Right after I run "runInstaller" while trying to install 9.2 on a Linux machine, I get the following error:
    ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2004-08-11_12-49-38PM/jre/bin/java. Please wait...
    /tmp/OraInstall2004-08-11_12-49-38PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    Can someone please help me with this?
    Thanks,
    Michael

    Could you check the note 252217.1 on metalink?

  • [SOLVED] /usr/bin/env: No such file or directory

    Hi,
    I've tried to install a couple packages from the AUR, but when I run "makepkg -s", I get this error:
    /usr/bin/env: No such file or directory
    make: *** [install] Error 127
    ==> ERROR: A failure occurred in package().
        Aborting...
    I'm sorry if this is something terribly simple, but I can't find any mention of /usr/bin/env anywhere.
    I have coreutils installed, which I believe env is part of.
    Thank you for any help!
    Last edited by dluco (2013-09-24 01:37:11)

    The /usr/bin/env is provided by the coreutils package. 
    You didn't run into issues when there was the move from /bin, /sbin, /usr/sbin → /usr/bin ?  This happened back in the beginning of June!  You need to read the front page news.
    If this is the case, I am venturing to guess that your system is probably not actually up to date, and even that you might have been doing partial updates for some time now…
    Edit: Check /bin, /sbin, and /usr/sbin and see if they are symlinks pointing to /usr/bin.  If they are, you apparently made it through that update unscathed.  If they are not, well…
    Last edited by WonderWoofy (2013-09-23 16:25:19)

  • Posix_spawn("/usr/local/sbin/dnsupdate", ...): No such file or directory

    Hello,
    This errors are repeting again and again :
    27/07/13 15:52:57
    com.apple.launchd[1]
    (org.dnsupdate.daemon[36847]) posix_spawn("/usr/local/sbin/dnsupdate", ...): No such file or directory
    27/07/13 15:52:57
    com.apple.launchd[1]
    (org.dnsupdate.daemon[36847]) Exited with exit code: 1
    27/07/13 15:52:57
    com.apple.launchd[1]
    (org.dnsupdate.daemon) Throttling respawn: Will start in 10 seconds
    27/07/13 15:53:07
    com.apple.launchd[1]
    (org.dnsupdate.daemon[36917]) posix_spawn("/usr/local/sbin/dnsupdate", ...): No such file or directory
    27/07/13 15:53:07
    com.apple.launchd[1]
    (org.dnsupdate.daemon[36917]) Exited with exit code: 1
    27/07/13 15:53:07
    com.apple.launchd[1]
    (org.dnsupdate.daemon) Throttling respawn: Will start in 10 seconds
    27/07/13 15:53:17
    com.apple.launchd[1]
    (org.dnsupdate.daemon[36964]) posix_spawn("/usr/local/sbin/dnsupdate", ...): No such file or directory
    27/07/13 15:53:17
    com.apple.launchd[1]
    (org.dnsupdate.daemon[36964]) Exited with exit code: 1
    27/07/13 15:53:17
    com.apple.launchd[1]
    (org.dnsupdate.daemon) Throttling respawn: Will start in 10 seconds
    27/07/13 15:53:27
    com.apple.launchd[1]
    (org.dnsupdate.daemon[37034]) posix_spawn("/usr/local/sbin/dnsupdate", ...): No such file or directory
    27/07/13 15:53:27
    com.apple.launchd[1]
    (org.dnsupdate.daemon[37034]) Exited with exit code: 1
    27/07/13 15:53:27
    com.apple.launchd[1]
    (org.dnsupdate.daemon) Throttling respawn: Will start in 10 seconds
    Cordialy!

    The /user/local directory is site-specific and usually locally-installed stuff; software and tools and libraries that have been installed into the Unix environment.  That directory doesn't usually have any OS X files in it, unless somebody copied something there.
    In this case, some software expects a DNS update tool to exist in the /usr/local directory, and it's not there or not there anymore, and some other piece(s) are trying to start the operation via launchd, and failing.
    The source of the tool looks to be www.dnsupdate.org, though that site is offline right now.
    Do you want or need help putting the dnsupdate stuff back, or possibly removing the launchd widget that's trying to activate the (missing) tool?

  • 11gR2 RAC installation : /usr/sbin/oracleasm: No such file or directory

    Hi,
    While creating the ASM disks, getting the following error
    [root@rac1 ~]# /usr/sbin/oracleasm createdisk DISK1 /dev/sdb1
    -bash: /usr/sbin/oracleasm: No such file or directory
    [root@rac1 sbin]# ls -ltr oracleasm*
    -rwxr-xr-x 1 root root 7496 Mar 19 2009 oracleasm-discover
    But I see oracleasm is available under /etc/init.d, and I have created ASM disks with that, Is it okay ???
    [root@rac1 ~]# /etc/init.d/oracleasm createdisk DISK1 /dev/sdb1
    Marking disk "/dev/sdb1" as an ASM disk: [  OK  ]
    [root@rac1 ~]# /etc/init.d/oracleasm listdisks
    DISK1
    FYI...
    [root@rac1 ~]# rpm -qa|grep -i asm
    oracleasm-support-2.0.4-1.el5
    oracleasmlib-2.0.4-1.el5
    oracleasm-2.6.18-92.el5-2.0.4-1.el5
    oracleasm-2.6.18-92.0.0.0.1.el5-2.0.4-1.el5
    [root@rac1 ~]# uname -a
    Linux rac1.appsdba.info 2.6.18-92.el5 #1 SMP Fri May 23 23:40:43 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
    Thanks.
    -Joy.
    Edited by: user11952526 on Aug 9, 2012 2:25 PM

    But I see oracleasm is available under /etc/init.d, and I have created ASM disks with that, Is it okay ???Yes

  • [SOLVED] Error : sys\stat.h: No such file or directory

    I get "...sys\stat.h: No such file or directory" error when compiling a simple C program. i have been searching for a while on web and see people writing "# pacman -S base-devel" i have that already and some more packages like glib ...
    These are the includes i am using :
    #include <stdio.h>
    #include <stdlib.h>
    #include <io.h>
    #include <fcntl.h>
    #include <sys\stat.h>
    // here is when i use the libraries sys/stats.h
    struct stat stbuf;
    stat(argv[2], &stbuf);
    int infSize = stbuf.size;
    This is the output of the command "gcc -o copy copy.c" :
    copy.c:3:16: error: io.h: No such file or directory
    copy.c:5:22: error: sys\stat.h: No such file or directory
    copy.c: In function 'main':
    copy.c:35: error: storage size of 'stbuf' isn't known
    Either i am missing any package needed or the gcc compiler is missing any lib directory. But i dont know which one is it.
    Any ideas are apreciated. Thanks you
    EDIT : The error was actually on #Include <io.h> , but i dunno why it conflicted with #include <sys\stat.h>.
    Anyway Problem Solved.
    Last edited by puzzled (2008-10-05 17:07:03)

    If you're not sure if you have the SDKs, can you confirm you have the files under /Developer? Check for /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11
    I don't remember having to do anything special to get gcc to find these files.
    From what I've noted, the usual trigger seems to be that the X11SDK.pkg package wasn't installed.
    Typical PATH export is:
    export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
    If you're working with Fink, there's a call to the following needed:
    . /sw/bin/init.sh
    See http://finkproject.org/doc/users-guide/install.php
    But I'd first make sure the X11 SDK was installed. I'd guess that is missing.

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • I am getting (No such file or directory) in xml report

    Hi All
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 20-JUL-2011 11:57:05
    XML/BI Publisher Version : 5.6.3
    Request ID: 21777521
    All Parameters: Dummy for Data Security=Y:ReportRequestID=21777518:DebugFlag=Y
    Report Req ID: 21777518
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:ADTCERP
    Preparing parameters
    null output =/oracle-new/ora/prod/inst/apps/ADTCTEST_adtcerp/logs/appl/conc/out/o21777521.out
    inputfilename =/oracle-new/ora/prod/inst/apps/ADTCTEST_adtcerp/logs/appl/conc/out/o21777518.out
    Data XML File:/oracle-new/ora/prod/inst/apps/ADTCTEST_adtcerp/logs/appl/conc/out/o21777518.out
    Set Bursting parameters..
    Temp. Directory:/oracle-new/ora/prod/apps/apps_st/appl/admin/ADTCTEST/out
    [072011_115708595][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.5.0 - Production
    [072011_115708597][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=21777518, user-variable:cp:language=en, user-variable:cp:responsibility=20707, user-variable.OA_MEDIA=http://adtcerp.tawteencouncil.ae:8001/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=21777518, user-variable:cp:locale=en-US, user-variable:cp:user=TRANSSYS, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=21777521, user-variable:cp:org_id=161, user-variable:cp:reportdescription=ADTC Receipt Note to Supplier, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /oracle-new/ora/prod/apps/apps_st/appl/admin/ADTCTEST/out/072011_115708688/Receipt_ Ack_.pdf (No such file or directory)
    java.io.FileNotFoundException: /oracle-new/ora/prod/apps/apps_st/appl/admin/ADTCTEST/out/072011_115708688/Receipt_ Ack_.pdf (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:120)
         at java.io.FileInputStream.<init>(FileInputStream.java:79)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    ------------- 1) PUBLISH -------------
    Disabling requested Output Post Processing. Nothing to process. The output of the request is zero byte.

    I am also this same issue... did you get this one resolved?
    --Nani                                                                                                                                                                                           

  • [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]
    $

  • Bash: /usr/bin/hamachi: No such file or directory

    root@SLR:~$ sudo hamachi  or root@SLR:~$ sudo hamachi startand the output is bash: /usr/bin/hamachi: No such file or directoryI am using installer logmein-hamachi_2.1.0.139-1_armhf.deb OS is Ubuntu Mate (Raspberry PI 2 - Model B)  Ubuntu Software Center says Logmein Hamachi is installed and has an accurate description of the program. I have tried command line install of hamachi and ubuntu package, both install successfully. When I run the 3rd party program, Haguichi, it says hamachi is not installed, but it is! I have confirmed that the hamachi files are in the locations in which they are trying to execute. I have made a clean install of the OS, Ubuntu Mate, running only these commands which worked great with no issues. sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get update
    sudo apt-get install lsb-core
    sudo wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.139-1_armhf.deb
    sudo dpkg -i logmein-hamachi_2.1.0.139-1_armhf.deb Can someone please suggest what may be causing the issue? Thank you.SLR 

    # uname -a
    Linux isengard 2.6.30-ARCH #1 SMP PREEMPT Sat Jul 4 02:24:43 CEST 2009 x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
    # file /usr/bin/pacman
    /usr/bin/pacman: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
    ya.. thanks, i was guessing it, but dunno how to figure it out. i have no idea why the architecture changed. iam going to recompile packman!
    thanks for your help
    edit:
    when i installed my 32bit system i changed the mirrorlist to 'i686' repository for downloading 32bit things. i forgot to change it again when i was done... so pacman downloaded 32bit stuff and apparently updatet itself.
    Last edited by crabmeat (2009-08-12 11:25:14)

  • [SOLVED]fail to build package: no such file or directory error

    EDIT1: read my last post
    I'm getting an error while installing pacman-color from the aur repository. I'm still a newbie so my only guess is to make such directory? why should I have to do that? anyone help?
    ==> Validating source files with md5sums...
        pacman-3.4.2.tar.gz ... Passed
        pacman-color-3.4.2-1.patch ... Passed
        color.conf ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    /tmp/yaourt-tmp-root/aur-pacman-color/./PKGBUILD: line 21: cd: pacman-3.4.2: No such file or directory
        Aborting...
    ==> ERROR: Makepkg was unable to build pacman-color.
    Last edited by aluser (2011-01-21 04:48:16)

    Here once again a failed attempt after removing pacman-color. I am beginning to think that maybe running yaourt as sudo is probably a bad idea. I think that may have had something to do with it.
    archuser@archws ~ % sudo yaourt -S abiword-light <11:54>
    Password:
    ==> Downloading abiword-light PKGBUILD from AUR...
    x PKGBUILD
    Comment by: mango on Thu, 25 Mar 2010 21:53:12 +0000
    ./configure --prefix=/usr \
    --disable-spell \
    --disable-print
    Comment by: chessboxing on Wed, 19 May 2010 14:33:51 +0000
    doesn't want to build
    rule 23: make: command not found
    == ERROR: Build Failed.
    Aborting...
    Eventhough I Had to install flex psiconv, it didn't help.
    Its a minefield man.
    Comment by: sHyLoCk on Wed, 02 Jun 2010 13:54:43 +0000
    http://aur.archlinux.org/packages.php?ID=37738
    Comment by: zenny on Thu, 02 Sep 2010 05:59:05 +0000
    Quite confusing statements. Below sHyLoCk recommends http://aur.archlinux.org/packages.php?ID=37738 on June 2 2010 and on June 27 he declares his recommended package obsolet and ask a TU to delete! The problem with the sHyLoCk package is there is not page setup option. So I installed this package, it has got the page setup menu, but once I click the option, the application dies with the following output (Maybe helpful to debug for the maintainer, I am not an expert):
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_get_label: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_spin_button_set_value: assertion `GTK_IS_SPIN_BUTTON (spin_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (abiword:32455): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_set_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_clear: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_pack_start: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_cell_layout_set_attributes: assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_append: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_list_store_set_valist: assertion `GTK_IS_LIST_STORE (list_store)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_combo_box_get_model: assertion `GTK_IS_COMBO_BOX (combo_box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed
    (abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_image_set_from_pixmap: assertion `mask == NULL || GDK_IS_PIXMAP (mask)' failed
    (abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (abiword:32455): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_box_pack: assertion `GTK_IS_BOX (box)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed
    (abiword:32455): Gtk-CRITICAL **: gtk_widget_get_colormap: assertion `GTK_IS_WIDGET (widget)' failed
    (abiword:32455): Gdk-CRITICAL **: gdk_pixmap_colormap_create_from_xpm_d: assertion `drawable != NULL || colormap != NULL' failed
    Aborted
    First Submitted: Wed, 15 Apr 2009 17:01:46 +0000
    abiword-light 2.8.6-2 : A fully-featured word processor without some gnome dependencies
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> abiword-light dependencies:
    - fribidi>=0.10.9 (already installed)
    - wv>=1.2.4 (already installed)
    - libglade>=2.0 (already installed)
    - pkgconfig (already installed)
    ==> Continue building abiword-light ? [Y/n]
    ==> ---------------------------------------
    ==>
    ==> Building and installing package
    ==> WARNING: Building package as root is dangerous.
    Please run yaourt as a non-privileged user.
    ==> Making package: abiword-light 2.8.6-2 (Fri Jan 21 11:54:35 JST 2011)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading abiword-2.8.6.tar.gz...
    --2011-01-21 11:54:35-- http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz
    Resolving www.abisource.com... 130.89.149.216
    Connecting to www.abisource.com|130.89.149.216|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9218827 (8.8M) [application/x-gzip]
    Saving to: "abiword-2.8.6.tar.gz.part"
    100%[=======================================>] 9,218,827 414K/s in 28s
    2011-01-21 11:55:04 (325 KB/s) - "abiword-2.8.6.tar.gz.part" saved [9218827/9218827]
    ==> Validating source files with md5sums...
    abiword-2.8.6.tar.gz ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    /tmp/yaourt-tmp-root/aur-abiword-light/./PKGBUILD: line 16: cd: /tmp/yaourt-tmp-root/aur-abiword-light/src/abiword-2.8.6/: No such file or directory
    Aborting...
    ==> ERROR: Makepkg was unable to build abiword-light.
    ==> Restart building abiword-light ? [y/N]
    ==> --------------------------------------
    ==> archuser@archws ~ % <11:find /usr/{bin,lib} -type f -size 0
    /usr/lib/python3.1/tkinter/test/__init__.py
    /usr/lib/python3.1/tkinter/test/test_ttk/__init__.py
    /usr/lib/python3.1/tkinter/test/test_tkinter/__init__.py
    /usr/lib/python3.1/test/nullcert.pem
    /usr/lib/python3.1/site-packages/ranger/gui/__init__.py
    /usr/lib/python3.1/email/mime/__init__.py
    /usr/lib/python3.1/email/test/__init__.py
    /usr/lib/python3.1/urllib/__init__.py
    /usr/lib/python3.1/sqlite3/test/__init__.py
    /usr/lib/python3.1/pydoc_data/__init__.py
    /usr/lib/python3.1/lib2to3/tests/data/fixers/myfixes/__init__.py
    /usr/lib/python2.7/test/nullcert.pem
    /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GL/MESAX/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GL/VERSION/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/GLU/EXT/__init__.py
    /usr/lib/python2.7/site-packages/OpenGL/AGL/__init__.py
    /usr/lib/python2.7/site-packages/pychess/__init__.py
    /usr/lib/python2.7/site-packages/pychess/widgets/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Utils/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Utils/lutils/__init__.py
    /usr/lib/python2.7/site-packages/pychess/ic/__init__.py
    /usr/lib/python2.7/site-packages/pychess/ic/managers/__init__.py
    /usr/lib/python2.7/site-packages/pychess/System/__init__.py
    /usr/lib/python2.7/site-packages/pychess/Players/__init__.py
    /usr/lib/python2.7/site-packages/pychess/gfx/__init__.py
    /usr/lib/python2.7/site-packages/xml2po/modes/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/__init__.py
    /usr/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/__init__.py
    /usr/lib/python2.7/site-packages/bzrlib/util/__init__.py
    /usr/lib/python2.7/site-packages/bzrlib/util/configobj/__init__.py
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/__init__.py
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_LINK_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_EXCEPTION
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNPARSEABLE
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/TESTS_INVALID
    /usr/lib/python2.7/site-packages/pygame/tests/util/build_page/libs/build_client/test_fixtures/BUILD_FAILED_UNKNOWN
    /usr/lib/python2.7/site-packages/pygame/examples/__init__.py
    /usr/lib/python2.7/site-packages/gtk-2.0/egg/__init__.py
    /usr/lib/python2.7/site-packages/gtk-2.0/gi/overrides/__init__.py
    /usr/lib/python2.7/site-packages/sonata/__init__.py
    /usr/lib/python2.7/site-packages/sonata/plugins/__init__.py
    /usr/lib/python2.7/email/mime/__init__.py
    /usr/lib/python2.7/email/test/__init__.py
    /usr/lib/python2.7/sqlite3/test/__init__.py
    /usr/lib/python2.7/pydoc_data/__init__.py
    /usr/lib/python2.7/bsddb/test/__init__.py
    /usr/lib/python2.7/lib-tk/test/test_ttk/__init__.py
    /usr/lib/python2.7/lib-tk/test/test_tkinter/__init__.py
    /usr/lib/python2.7/lib2to3/tests/data/fixers/myfixes/__init__.py
    /usr/lib/purple-2/perl/auto/Purple/Purple.bs
    /usr/lib/perl5/vendor_perl/auto/HTML/Parser/Parser.bs
    /usr/lib/perl5/vendor_perl/auto/XML/Parser/Expat/Expat.bs
    /usr/lib/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/Irssi.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/UI/UI.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/Irc/Irc.bs
    /usr/lib/perl5/vendor_perl/auto/Irssi/TextUI/TextUI.bs
    /usr/lib/pidgin/perl/auto/Pidgin/Pidgin.bs
    /usr/lib/firefox-3.6/.autoreg
    archuser@archws ~ %
    Last edited by aluser (2011-01-21 03:02:22)

  • /usr/share/man/man1/postalias.1.gz: No such file or directory

    I'm trying to enable postfix on Mountain Lion.
    When I get to this step:
    sudo /usr/sbin/postfix set-permissions
    I get this error:
    chown: /usr/share/man/man1/postalias.1.gz: No such file or directory
    Any thoughts? Thanks!

    I'm trying to enable postfix on Mountain Lion.
    When I get to this step:
    sudo /usr/sbin/postfix set-permissions
    I get this error:
    chown: /usr/share/man/man1/postalias.1.gz: No such file or directory
    Any thoughts? Thanks!

  • 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] startx - open /dev/fb0: No such file or directory

    Hej,
    it was a long time since I've boot my Arch Linux. So I did all the updates. After rebooting my X was broken. He said that some Modules are missing: sis, vga and fbdev. So I've installed them with pacman. But now he sais the following when I try to start X with 'startx':
    (EE) open dev/fb0: No such file or directory
    So, anyone knows about what to do now?
    And I'm also wondering if it was right, that Arch dont use a xorg.conf?
    Thanks
    neb.anch
    Last edited by neb.anch (2008-07-18 10:57:31)

    neb.anch:  xorg-server-1.4.2-2 with a similar card is working fine over here, try https://belug.de/~lutz/pub/v5535/sis_vg … .04.tar.gz and extract the sis_drv.so into your /usr/lib/xrog/modules/drivers
    Although a poster who gave that link to a newer/unoffcial driver for the said SIS card is still strugling, but the driver worked fine for both my Debian and Archlinx.

  • [SOLVED] mkfifo: cannot create fifo '': No such file or directory

    Hi, I'm trying to get Bar working on bspwm but I'm getting an error whenever I try to load it.
    mkfifo: cannot create fifo ‘’: No such file or directory
    At first I fiddled with it a bit and it didn't work. I figured I was making some syntax errors or whatever but the example code gives me the same errors.
    I've tried to read up on mkfifo but I'm a bit lost now. I hope someone can push me in the right direction. :)
    Last edited by Mnk (2014-08-29 16:24:37)

    I'm guessing you are running the panel script without the PANEL_FIFO environment variable set, so the script is trying to open an empty file name.
    Use the profile script to set the PANEL_FIFO variable, or set it explicitly in the panel script.
    If this is not the problem, please provide more information about exactly what you are doing.

Maybe you are looking for