Dosbox CVS Builds?

I've been researching for hours on how to get Dosbox to access the internet. It turns out, I need a Dosbox version that supports NE2000, download the ne2000.com driver and put this command into dosbox.
ne2000.com 0x60
The only problem is there are no linux binaries of these versions of dosbox and I can't compile it, I got a build error with megabuild5
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -I/usr/include/freetype2 -MT setup.o -MD -MP -MF .deps/setup.Tpo -c -o setup.o setup.cpp
setup.cpp: In member function 'bool Value::set_hex(const std::string&)':
setup.cpp:148: error: 'INT_MIN' was not declared in this scope
setup.cpp: In member function 'bool Value::set_int(const std::string&)':
setup.cpp:157: error: 'INT_MIN' was not declared in this scope
make[3]: *** [setup.o] Error 1
This is why I like yaourt, it does all of the compiling and dependency tracking for you.
Anyway, there's more than just networking in these CVS builds, there's parallel port passthrough, Glide Emulation (that API was good for it's time), Experimental Direct3D support, Opengl and someone even got Half-Life 1 to work in dosbox. (How the hell does that work? lol)
Here's some links to what I'm talking about.
getting networking to work in a patched windows version
List of Dosbox CVS Builds
The CVS Build that I want to use (with alsa and sdl)
Postscript: Chromium is awesome! It restored this unsaved thread before I submitted after I did a hard reset from running dosbox in wine.
Last edited by commodore256 (2010-01-26 04:14:29)

It builds for me if I add
#include <limits.h>
To the list of includes in src/misc/setup.cpp

Similar Messages

  • Rt2500 cvs package

    i was browsing around on the rt2x00.serialmonkey.com forums today and I found some great news. Someone released a patch for the rt2500 drivers so that they will work with SMP. The patch has since been merged into CVS. This is awesome. Now I won't have to compile everything that has to do with the kernel just because I disabled SMP in my custom kernel. it also means that I don't have to compile my own kernel when I install arch, hence decreasing the time it takes from booting the install cd to booting into an arch system.
    Anyway, my question was this. If I wanted to make a PKGBUILD for aur using the daily cvs builds, what would I put for the pkgversion? Would I put the current date there, or something else? Thanks in advance for the help. This will be my first submission to AUR if I can create a proper PKGBUILD.

    I made the PKGBUILD. Can someone check it out to make sure it conforms to the SVN/CVS PKGBUILD standards:
    PKGBUILD:
    # Contributor: Luke Tilley <sinisterguy>
    # Contributor: Luke Tilley <sinisterguy>
    pkgname=rt2500-cvs
    pkgver=20060429
    pkgrel=1
    pkgdesc="Drivers for rt2500 chipset wireless cards"
    url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
    license=
    depends=()
    provides=('rt2500')
    conflicts=('rt2500')
    makedepends=('cvs')
    install=$pkgname.install
    _cvsroot=":pserver:[email protected]:/cvsroot/rt2400"
    _cvsmod="source/rt2500"
    build() {
    cd $startdir/src
    msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
    cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
    cd $_cvsmod/Module
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    make || return 1
    install -D -m 755 rt2500.ko $startdir/pkg/lib/modules/$(uname -r)/kernel/drivers/net/wireless/rt2500.ko
    rt2500-cvs.install:
    # arg 1: the new package version
    post_install() {
    depmod -a
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    # arg 1: the old package version
    post_remove() {
    depmod -a
    op=$1
    shift
    $op $*

  • Howto build e17 the right way with the help of takhis PGKBUILDs

    hello!
    first of all, thank you takhis for packaging e17!
    you offer the PKGBUILDs for e17, so i decided to build them by myself to have the newest version, because i need it for the new simply-white theme (0.8.3). with the version from 2008-12-22 i do not see any window in the pager!
    i built and installed them in the order commended by the wiki @ enlightenment.org.
    http://wiki.enlightenment.org/index.php … _Using_CVS
    but i get errors while starting it and after recovering it jerks! the hole desktops acts like a high-end game on a not so potent system.
    can someone or takhis give me some hints i have to note while building the packages?
    thanks, mfg iggy
    Last edited by iggy (2008-01-14 20:12:01)

    fancris3 wrote:Automatically build pkg and install e17.
    Dont build as root and please tell my if something is wrong.
    I put your build scripts (all contents of archive) in /var/abs/local/e17, but trying to use it I have:
    ./order
    libs/imlib2-cvs
    :: BUILDING imlib2-cvs DONE
    error: failed to add target 'imlib2-cvs-20080115-1-i686.pkg.tar.gz' (nie udało się otworzyć pliku pakietu)ładowanie informacji o pakietach... mv: nie można wykonać stat na `imlib2-cvs-20080115-1-i686.pkg.tar.gz': Nie ma takiego pliku ani katalogu
    (failed to open file packet) loading package information ... mv: can't stat on `imlib2-cvs-20080115-1-i686.pkg.tar.gz': No such file nor catalogue
    any tips how to install it?

  • Error building EAR on Linux

    Hi ,
    I have an integration application developed on windows.I want to create an EAR from the same source on Linux.I have copied the source maintaining the folder hierarchy and updated the build.xml to suite Linux machine properties(app path,server classpath etc). However I get Buildfile: build.xml
    build:
    [wlwBuild] Unknown option: -XX:-UseThreadPriorities.
    [wlwBuild] Could not create the Java virtual machine.
    BUILD FAILED
    file:/home/build/cvs/build.xml:61: Java returned 1
    This being a known issue we applied a patch provided by BEA (CR137384_81sp2.jar) but we still get the same error.
    Appreciate any help.
    Thanks,
    Vishvjit

    Hi,
    I am building the ear using ant script and not the worskshop.
    Initially I placed the patch jar file in the same folder with build.xml and put first reference to it as ./CR137384_81sp2.jar.When this did not work I put the patch in jre/lib folder and provided full path of it in server.classpath property.Still getting same error.
    It appears that the patch is not been applied as we continue to get same error but why it is not taking effect is a mystery.
    Thanks for your help.
    Vishvjit

  • PHP 5 + Oracle 10g

    I am trying to work with PHP 5 and Apache 1.3.29 on Windows XP with the Oracle 10g client libraries.
    I have tried v5.0.0, 5.0.1 and 5.0.2-dev as of today's CVS build with no luck.
    Apache keeps hanging with an error caused probably by the oci8 extension of PHP 5.
    I tried to find out the error and the crash happens in oraclent10.dll, so I'm pretty sure this has to do with the Oracle support.
    Has anybody experienced anything like that?
    With PHP 4 everything works perfectly with the same version of Apache and the same Oracle 10g client libraries.
    Valerio Santinelli

    OCI8 functions are not compiled by default in PHP.
    So if PHP was installed from sources then you need recompile it with with-oci8 or with-oci8-instant-client option.

  • AmaroK 1.2-beta4 package

    I'm an amaroK developer, and want to start either maintaining the official amaroK package for Arch or/and start providing weekly CVS builds.
    amaroK 1.2-beta4 isn't out yet, but it will be soon, so here's a sneak peak. Please tell me how the package sucks, how it can be improved etc. This is the first arch build I've offered for other people, so it is probably flakey:
    http://methylblue.com/amarok/amarok-1.2 … pkg.tar.gz
    Issues:
    I built in the xine and gstreamer engines. There is no dependency check for xine-lib or gstreamer because, the engines are plugins, amaroK will still work without 1 of gst/xine installed, and because eventually I want these dependencies to be met by separate packages.
    There is no aRts engine, currently.
    It also is built with support for LibVisual CVS (0.2.0), but again this is a plugin and amaroK stability/etc. is not affected. Grab libvisual cvs if you want to see the amazing new stuff coming along in that project.
    Finally I'm actually running kdelibs-CVS, so it's possible it may not even run for you guys. In which case I'll reinstall the Arch packages for KDE, and build against those. KDE is supposedly binary compatable in the 3.x series so supposedly it should be ok.
    I look forward to your comments/criticism, etc.
    Here's the PKGBUILD, it runs straight off of a CVS checkout, as this would be the CVS snapshot build.
    # $Id: PKGBUILD,v 1.13 2004/10/23 16:10:41 damir Exp $
    # Maintainer: mxcl <[email protected]>
    pkgname=amarok
    pkgver=1.2beta4
    pkgrel=1
    pkgdesc="amaroK - an audio-player that depends on KDElibs"
    url="http://amarok.kde.org/"
    depends=('kdelibs>=3.2' 'taglib>=1.3.1')
    build() {
    cd $startdir/src/kdeextragear-1
    cvs up -l
    cvs up amarok
    make -f Makefile.cvs
    ./configure --prefix=/opt/kde --without-arts --enable-final --enable-debug
    unsermake || return 1
    unsermake prefix=$startdir/pkg/opt/kde install

    What a pity, amaroK can not show the id3 of CJK (Chinese japanese & Korean) character. I hade to recompile it with the following patch every time when the new version of amaroK be released. Will you please take a look at the following patch and take some changes in amaroK? Thank.
    --- amarok-1.1.1/amarok/src/metabundle.cpp.orig 2004-10-09 20:52:09.000000000 +0800
    +++ amarok-1.1.1/amarok/src/metabundle.cpp 2004-10-16 09:41:32.627671624 +0800
    @@ -9,6 +9,8 @@
    #include <qfile.h>
    #include <kfilemetainfo.h>
    +#include <kmimetype.h>
    +#include <kstringhandler.h>
    #include <taglib/audioproperties.h>
    #include <taglib/fileref.h>
    @@ -85,15 +87,28 @@
    //Taglib::Tag ctor //TODO DEPRECATE
    MetaBundle::MetaBundle( const KURL &url, TagLib::Tag *tag, TagLib::AudioProperties *ap )
    - : m_url( url )
    - , m_title( TStringToQString( tag->title() ).stripWhiteSpace() )
    - , m_artist( TStringToQString( tag->artist() ).stripWhiteSpace() )
    - , m_album( TStringToQString( tag->album() ).stripWhiteSpace() )
    - , m_year( tag->year() ? QString::number( tag->year() ) : QString::null )
    - , m_comment( TStringToQString( tag->comment() ).stripWhiteSpace() )
    - , m_genre( TStringToQString( tag->genre() ).stripWhiteSpace() )
    - , m_track( tag->track() ? QString::number( tag->track() ) : QString::null )
    +{
    + m_url = url;
    + KMimeType::Ptr result = KMimeType::findByURL(m_url, 0, true, true);
    +
    + if ( result->name() != "audio/x-mp3") {
    + m_title = TStringToQString( tag->title() ).stripWhiteSpace();
    + m_artist = TStringToQString( tag->artist() ).stripWhiteSpace();
    + m_album = TStringToQString( tag->album() ).stripWhiteSpace();
    + m_comment = TStringToQString( tag->comment() ).stripWhiteSpace();
    + m_genre = TStringToQString( tag->genre() ).stripWhiteSpace();
    + m_year = tag->year() ? QString::number( tag->year() ) : QString::null;
    + m_track = tag->track() ? QString::number( tag->track() ) : QString::null;
    + }
    + else {
    + m_title = KStringHandler::from8Bit( TStringToQString(tag->title()).latin1()).stripWhiteSpace();
    + m_artist = KStringHandler::from8Bit( TStringToQString(tag->artist()).latin1()).stripWhiteSpace();
    + m_album = KStringHandler::from8Bit( TStringToQString(tag->album()).latin1()).stripWhiteSpace();
    + m_year = tag->year() ? QString::number( tag->year() ) : QString::null;
    + m_comment = KStringHandler::from8Bit( TStringToQString(tag->comment()).latin1()).stripWhiteSpace();
    + m_genre = TStringToQString( tag->genre() ).stripWhiteSpace();
    + m_track = tag->track() ? QString::number( tag->track() ) : QString::null;
    + }
    init( ap );
    @@ -149,12 +164,15 @@
    TagLib::FileRef f( QFile::encodeName( m_url.path() ), readAudioProperties, TagLib::AudioProperties::Fast );
    - if( !f.isNull() )
    + KMimeType::Ptr result = KMimeType::findByURL(m_url, 0, true, true);
    +
    + if( !f.isNull() )
    if( f.tag() )
    TagLib::Tag *tag = f.tag();
    +
    + if ( result->name() != "audio/x-mp3") {
    m_title = TStringToQString( tag->title() ).stripWhiteSpace();
    m_artist = TStringToQString( tag->artist() ).stripWhiteSpace();
    m_album = TStringToQString( tag->album() ).stripWhiteSpace();
    @@ -162,6 +180,16 @@
    m_genre = TStringToQString( tag->genre() ).stripWhiteSpace();
    m_year = tag->year() ? QString::number( tag->year() ) : QString::null;
    m_track = tag->track() ? QString::number( tag->track() ) : QString::null;
    + }
    + else {
    + m_title = KStringHandler::from8Bit( TStringToQString(tag->title()).latin1()).stripWhiteSpace();
    + m_artist = KStringHandler::from8Bit( TStringToQString(tag->artist()).latin1()).stripWhiteSpace();
    + m_album = KStringHandler::from8Bit( TStringToQString(tag->album()).latin1()).stripWhiteSpace();
    + m_year = tag->year() ? QString::number( tag->year() ) : QString::null;
    + m_comment = KStringHandler::from8Bit( TStringToQString(tag->comment()).latin1()).stripWhiteSpace();
    + m_genre = TStringToQString( tag->genre() ).stripWhiteSpace();
    + m_track = tag->track() ? QString::number( tag->track() ) : QString::null;
    + }
    init( f.audioProperties() ); //no need to test for the readAudioProperties bool
    --- amarok-1.1.1/amarok/src/tagdialog.cpp.org 2004-10-09 20:52:10.000000000 +0800
    +++ amarok-1.1.1/amarok/src/tagdialog.cpp 2004-10-23 11:49:02.000000000 +0800
    @@ -29,6 +29,7 @@
    #include <krun.h>
    #include <kstandarddirs.h>
    +#define QStringToMyTString(s) TagLib::String(s.local8Bit().data(), TagLib::String::Latin1)
    TagDialog::TagDialog( const KURL& url, QWidget* parent )
    : TagDialogBase( parent )
    @@ -461,13 +462,13 @@
    QApplication::setOverrideCursor( KCursor::waitCursor() );
    TagLib::Tag * t = f.tag();
    - t->setTitle( QStringToTString( mb.title() ) );
    - t->setArtist( QStringToTString( mb.artist() ) );
    - t->setAlbum( QStringToTString( mb.album() ) );
    + t->setTitle( QStringToMyTString( mb.title() ) );
    + t->setArtist( QStringToMyTString( mb.artist() ) );
    + t->setAlbum( QStringToMyTString( mb.album() ) );
    t->setTrack( mb.track().toInt() );
    t->setYear( mb.year().toInt() );
    - t->setComment( QStringToTString( mb.comment() ) );
    - t->setGenre( QStringToTString( mb.genre() ) );
    + t->setComment( QStringToMyTString( mb.comment() ) );
    + t->setGenre( QStringToMyTString( mb.genre() ) );
    bool result = f.save();
    if( result )

  • Missing libIDL and libFOX when making packages

    I'm trying to build two packages. Here are the PKGBUILDS
    Mozilla Sunbird
    # Contributor: Elias J. Guerrero (hyp0luxa) <[email protected]>
    pkgname=mozilla-sunbird
    pkgver=cvs
    pkgrel=1
    pkgdesc="A CVS build of Mozilla's Sunbird Calendar Application"
    url="http://www.mozilla.org/projects/calendar/sunbird.html"
    depends=()
    makedepends=('cvs')
    cvsroot=":pserver:[email protected]:/cvsroot"
    build() {
    cd $startdir/src
    # get rid of existing .mozconfig if necessary
    if [ -f ~/.mozconfig ]
    then
    msg "Warning: existing .mozconfig in home directory saved to ~/.mozconfig.s$ "
    mv ~/.mozconfig ~/.mozconfig.save
    fi
    #cvs checkouts
    msg "Connecting to Mozilla CVS server...password is 'anonymous'"
    cvs -d $cvsroot login
    msg "Checking out Mozilla....this will take awhile"
    cvs -d $cvsroot checkout mozilla/client.mk
    make -f mozilla/client.mk checkout
    cvs -d $cvsroot co mozilla/browser
    cvs -d $cvsroot co mozilla/chrome
    cvs -d $cvsroot co mozilla/toolkit
    cvs -d $cvsroot co mozilla/sunbird
    # modify default configure settings to enable gtk2
    # and disable xft (uses freetype2 instead)
    sed -e '9a ac_add_options --enable-toolkit-gtk2
    ac_add_options --enable-default-toolkit=gtk2
    ac_add_options --disable-toolkit-qt
    ac_add_options --disable-toolkit-xlib
    ac_add_options --disable-toolkit-gtk
    ac_add_options --disable-xft' $startdir/src/mozilla/calendar/sunbird/config/mozconfig
    # write new ~./mozconfig
    echo . $startdir/src/mozilla/calendar/sunbird/config/mozconfig > ~/.mozconfig
    cd $startdir/src/mozilla
    # actual build
    make -f client.mk build || return 1
    make DESTDIR=$startdir/pkg install
    This is the error I get when I try to build it
    checking for libIDL - version >= 0.6.3... no
    *** The libIDL-config script installed by libIDL could not be found
    *** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the LIBIDL_CONFIG environment variable to the
    *** full path to libIDL-config.
    checking for orbit-config... no
    configure: error: libIDL not found.
    libIDL 0.6.3 or higher is required.
    *** Fix above errors and then restart with "make -f client.mk build"
    make: *** [/usr/local/download/custompkgs/mozilla-sunbird/src/mozilla/Makefile] Error 1
    ==> ERROR: Build Failed. Aborting...
    So I try to search for libIDL...
    [root@ArchLinux mozilla-sunbird]# slocate libIDL
    /usr/include/libIDL-2.0
    /usr/include/libIDL-2.0/libIDL
    /usr/include/libIDL-2.0/libIDL/IDL.h
    /usr/lib/pkgconfig/libIDL-2.0.pc
    /usr/lib/libIDL-2.so.0.0.0
    /usr/lib/libIDL-2.a
    /usr/lib/libIDL-2.la
    /usr/lib/libIDL-2.so
    /usr/lib/libIDL-2.so.0
    /usr/bin/libIDL-config-2
    /usr/local/download/custompkgs/mozilla-sunbird/src/mozilla/build/autoconf/libIDL-2.m4
    /usr/local/download/custompkgs/mozilla-sunbird/src/mozilla/build/autoconf/libIDL.m4
    Xfe
    pkgname=xfe
    pkgver=0.72
    pkgrel=1
    pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
    depends=(fox)
    source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
    url="http://roland65.free.fr/xfe"
    md5sums=('625a4c8e152314363d2f3a27cc8fa6cc')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make prefix=$startdir/pkg/usr install
    This is the error I get when I try to build it...
    configure: error: "libFOX not found"
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed. Aborting...
    So I try to search for it...
    [root@ArchLinux xfe]# slocate libFOX
    /usr/lib/libFOX-1.2.a
    /usr/lib/libFOX-1.2.la
    /usr/lib/libFOX-1.2.so
    /usr/lib/libFOX-1.2.so.0
    /usr/lib/libFOX-1.2.so.0.0.9
    Anyone know what the problem might be, and how to fix it?

    Hello Minja,
    We didn;t manage to reproduce 100% the case during TAC investigation. Maybe it was the something related to API on the PCRF side.

  • My first PKGBUILD - ccd2iso

    Hello
    Today I needed some tool for convert IMG file to ISO file, so I used google and found tool: ccd2iso. I searched in Arch Repo but I cannot find it.
    I thinked, would be great if I would make my first pkg...
    I made somethink like this:
    # Maintainer: Pawel Borkowski <pawcio>
    pkgname=ccd2iso-cvs
    pkgver=20060621
    pkgrel=1
    pkgdesc="Converts CloneCD .img files into .iso files"
    url="http://sourceforge.net/projects/ccd2iso/"
    groups=
    provides=
    depends=()
    makedepends=('cvs')
    conflicts=('ccd2iso')
    replaces=(ccd2iso-cvs)
    source=()
    md5sums=()
    _cvsmod="ccd2iso"
    _cvsroot=":pserver:[email protected]:/cvsroot/ccd2iso"
    build() {
    cd $startdir/src
    msg "Connecting to ccd2iso.sourceforge.net CVS server..."
    cvs -z3 -d$_cvsroot co -f $_cvsmod
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    cd $_cvsmod
    ./configure --prefix=/usr || return 1
    make prefix=$startdir/pkg/usr install || return 1
    Could You tell me, this works for You? All is ok?
    Make pkg is great game! ;-)
    greetings from Poland
    Paul

    Starting with a CVS build - that's what I call getting stuck in. 8)
    bubupl wrote:I searched in Arch Repo but I cannot find it.
    You need to search the AUR as well - it's here.
    Of course, if you want the CVS version, then go ahead with what you're doing.
    # Maintainer: Pawel Borkowski <pawcio>
    pkgname=ccd2iso-cvs
    pkgver=20060621
    pkgrel=1
    pkgdesc="Converts CloneCD .img files into .iso files"
    url="http://sourceforge.net/projects/ccd2iso/"
    groups=
    provides=
    depends=()
    makedepends=('cvs')
    conflicts=('ccd2iso')
    replaces=(ccd2iso-cvs)
    source=()
    md5sums=()
    _cvsmod="ccd2iso"
    _cvsroot=":pserver:[email protected]:/cvsroot/ccd2iso"
    build() {
    cd $startdir/src
    msg "Connecting to ccd2iso.sourceforge.net CVS server..."
    cvs -z3 -d$_cvsroot co -f $_cvsmod
    msg "CVS checkout done or server timeout"
    msg "Starting make..."
    cd $_cvsmod
    ./configure --prefix=/usr || return 1
    make prefix=$startdir/pkg/usr install || return 1
    Your PKGBUILD is not completely compliant with the CVS/SVN PKGBUILD Guidelines. Please review the section on preserving the integrity of the checked-out code, and make the necessary changes as per the example given.
    Happy packaging. 

  • Download speed really slow on Macbook Pro

    According to speed tests, my downloads are running around 1.06 up to 2.98.  I've tried various things, but nothing is working.  It is the same regardless both at home and at work.
    I am on a MacBook Pro, 17 in, 2.8 GHz Intel Core 2 Duo, 4 GB memory
    Any advice?

    Start time: 20:47:33 03/23/15
    Revision: 1299
    Model Identifier: MacBookPro5,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 1 day22:50
    UID: 501
    SerialATA
        ST9500420ASG                           
    Energy (lifetime)
        kernel_task (UID 0): 10.51
    Energy (sampled)
        kernel_task (UID 0): 7.11
    DNS: 8.8.8.8 (static)
    Diagnostic reports
        2015-02-23 Safari hang x2
        2015-02-24 discoveryd crash
        2015-02-26 Safari hang
        2015-02-26 com.apple.WebKit.WebContent crash*
        2015-02-27 Safari hang x2
        2015-02-28 Google Chrome crash x2
        2015-03-01 discoveryd crash
        2015-03-05 Safari hang
        2015-03-10 Safari crash*
        2015-03-10 com.apple.WebKit.WebContent crash*
        2015-03-13 Safari hang x2
        2015-03-13 com.apple.WebKit.WebContent crash*
        2015-03-17 Safari hang
        2015-03-17 discoveryd crash
        2015-03-19 garcon crash
        2015-03-21 Install Adobe Flash Player crash
        2015-03-21 Safari hang x2
        * Code injection
    HCI errors
        Bus: 0x24 Addr: 3 Errors: 5
    USB
        USB Hi-Speed Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBEHCI
          Bus Number: 0x24
            Built-in iSight
              Location ID: 0x24400000 / 2
              Current Available (mA): 500
              Current Required (mA): 500
        USB Hi-Speed Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBEHCI
          Bus Number: 0x26
        USB Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBOHCI
          Bus Number: 0x04
            Apple Internal Keyboard / Trackpad
              Location ID: 0x04600000 / 3
              Current Available (mA): 500
              Current Required (mA): 40
            IR Receiver
              Location ID: 0x04500000 / 2
              Current Available (mA): 500
              Current Required (mA): 100
        USB Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBOHCI
          Bus Number: 0x06
            BRCM2046 Hub
              Location ID: 0x06100000 / 2
              Current Available (mA): 500
              Current Required (mA): 0
                Bluetooth USB Host Controller
                  Location ID: 0x06110000 / 3
                  Current Available (mA): 500
                  Current Required (mA): 0
    HID errors: 11
    Shutdown codes
        -60 1
    Kernel log
        Mar 22 09:59:26 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 11:48:22 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 11:48:22 AppleUSBMultitouchDriver::validateChecksum - 512-byte packet checksum is incorrect (expected 0xddbb, checksum bytes were 0xdead)
        Mar 22 13:37:17 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 15:26:13 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 17:15:08 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 19:04:04 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 20:53:00 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 22 22:41:56 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 00:30:51 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 02:19:46 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 04:08:42 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 05:57:38 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 07:46:34 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 09:35:30 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 11:24:26 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 13:13:21 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 15:02:16 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 15:58:25 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 15:58:25 full wake promotion (reason 1) 250 ms
        Mar 23 18:13:17 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 19:15:28 full wake request (reason 1) 296 ms
        Mar 23 19:15:28 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 20:35:20 AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
        Mar 23 20:35:20 full wake promotion (reason 1) 302 ms
    System log
        Mar 22 22:43:33 configd: [0x7fba6b4e6630] [m]DNS query timeout (query time = 42.739870), [46TE]
        Mar 23 00:31:32 configd: [0x7fba6b4e4410] [m]DNS query timeout (query time = 8.630317), [46TE]
        Mar 23 02:20:28 configd: [0x7fba6b492da0] [m]DNS query timeout (query time = 8.056732), [46TE]
        Mar 23 04:09:30 configd: [0x7fba6b4e5160] [m]DNS query timeout (query time = 14.364342), [46TE]
        Mar 23 05:58:20 configd: [0x7fba6b492c40] [m]DNS query timeout (query time = 7.661999), [46TE]
        Mar 23 07:47:14 configd: [0x7fba6b590770] [m]DNS query timeout (query time = 7.020570), [46TE]
        Mar 23 09:35:33 configd: [0x7fba6b4e6510] [m]DNS query timeout (query time = 0.999849), [TE]
        Mar 23 09:36:20 configd: [0x7fba6b55a390] [m]DNS query timeout (query time = 14.249947), [46TE]
        Mar 23 09:37:08 configd: [0x7fba6b489a10] [m]DNS query timeout (query time = 48.243036), [46TE]
        Mar 23 11:25:07 configd: [0x7fba6b58efc0] [m]DNS query timeout (query time = 8.692700), [46TE]
        Mar 23 13:14:08 configd: [0x7fba6b592930] [m]DNS query timeout (query time = 8.615864), [46TE]
        Mar 23 15:02:57 configd: [0x7fba6b4e74a0] [m]DNS query timeout (query time = 8.107067), [46TE]
        Mar 23 15:58:29 configd: [0x7fba6b4e59b0] [m]DNS query timeout (query time = 4.097499), [TE]
        Mar 23 15:58:52 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
        Mar 23 15:59:25 com.apple.kextd: ERROR: invalid signature for com.seagate.driver.PowSecDriverCore, will not load
        Mar 23 18:14:08 configd: [0x7fba6b591500] [m]DNS query timeout (query time = 34.998305), [46TE]
        Mar 23 18:15:00 configd: [0x7fba6b58e8c0] [m]DNS query timeout (query time = 51.678730), [46TE]
        Mar 23 19:15:33 SubmitDiagInfo: The connection to https://radarsubmissions.apple.com/submit could not be created
        Mar 23 19:15:33 SubmitDiagInfo: Request object for https://radarsubmissions.apple.com/submit couldn't be created
        Mar 23 19:15:33 SubmitDiagInfo: Error while submitting usage and diagnostic messages. SubmitDiagInfo failed to submit diagnostic messages
        Mar 23 19:15:34 SubmitDiagInfo: The connection to https://radarsubmissions.apple.com/submit could not be created
        Mar 23 19:15:34 SubmitDiagInfo: Request object for https://radarsubmissions.apple.com/submit couldn't be created
        Mar 23 19:15:34 SubmitDiagInfo: Error while attempting to fetch latest AWD config
        Mar 23 20:38:17 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
        Mar 23 20:40:21 WindowServer: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    launchd log
        Mar 18 15:20:45 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 18 16:21:45 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 18 17:22:45 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 18 18:23:45 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 19 10:04:31 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 19 12:48:45 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 19 13:49:45 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 19 16:45:51 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 19 17:46:51 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 20 00:26:40 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 20 12:02:34 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 20 13:03:34 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1510: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 20 18:23:25 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.237, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 20 19:24:22 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 20 23:18:29 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.1412: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 20 23:26:49 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.1452: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 20 23:41:06 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.1519: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 20 23:45:48 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 21 00:00:41 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.1566: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 21 10:03:48 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.211, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 21 10:05:39 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.360: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 21 11:04:48 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 21 12:05:48 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Mar 21 21:58:46 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.205, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 23 16:00:04 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
    System services loaded
        com.adobe.fpsaud
        com.apple.watchdogd
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.seagate.TBDecorator.plist
        com.trusteer.rooks.rooksd
    System services disabled
        com.apple.mtmd
        org.samba.winbindd
        com.apple.mrt
        com.apple.mtmfs
    Login services loaded
        com.apple.mrt.uiagent
        com.citrixonline.GoToMeeting.G2MUpdate
        - status: 78
        com.facebook.videochat.NAME.updater
        - status: 1
        com.google.keystone.user.agent
        com.oracle.java.Java-Updater
        com.spotify.webhelper
        com.trusteer.rapport.rapportd
    Login services disabled
        com.apple.FTMonitor
        com.apple.imagent.monaco
    User services disabled
        com.apple.FTMonitor
        com.apple.imagent.monaco
    User login items
        iTunesHelper
        - missing value
    iCloud errors
        bird 168
        cloudd 15
        CallHistorySyncHelper 1
    Continuity errors
        sharingd 2
    Restricted files: 126
    Lockfiles: 76
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Sep 12 20:22:37 2014
        - checksum: 759053608
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>19</integer>
        <key>Minute</key>
        <integer>24</integer>
        <key>Weekday</key>
        <integer>4</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.trusteer.rapport.rapportd.plist
        - mod date: Feb  9 02:03:58 2015
        - checksum: 527028763
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rapport.rapportd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rapportd.app/Contents/MacOS/rapportd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Library/Rapport/bin</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Umask</key>
        <integer>18</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.apple.qmaster.qmasterd.plist
        - mod date: Aug 25 18:24:23 2010
        - checksum: 681742547
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.qmaster.qmasterd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/sbin/qmasterd</string>
        </array>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.trusteer.rooks.rooksd.plist
        - mod date: Feb  9 02:03:58 2015
        - checksum: 1478412778
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rooks.rooksd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rooksd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /System/Library/LaunchDaemons/com.seagate.TBDecorator.plist
        - mod date: Oct 24 03:12:34 2011
        - checksum: 3070240373
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <!--
           com.seagate.TBDecorator.plist
           SeagateDiagnostics
           Created by John Brisbin on 3/10/10.
           Copyright 2010 Seagate Technologies LLC.. All rights reserved.
        -->
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.seagate.TBDecorator.plist</string>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Seagate/TBLoopDriveParams</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.facebook.videochat.NAME.plist
        - mod date: Aug 12 17:14:50 2014
        - checksum: 4257757439
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
          <key>Label</key>
          <string>com.facebook.videochat.NAME.updater</string>
          <key>ProgramArguments</key>
          <array>
            <string>/usr/bin/java</string>
            <string>-cp</string>
            <string>/Users/USER/Library/Application Support/Facebook/video/3.1.0.522/FacebookUpdate.jar</string>
            <string>FacebookUpdate</string>
            <string>com.facebook.peep</string>
            <string>3.1.0.522</string>
          </array>
          <key>RunAtLoad</key>
          <true/>
          <key>StartInterval</key>
          <integer>10800</integer>
          <key>StandardErrorPath</key>
          <string>/dev/null</string>
          <key>StandardOutPath</key>
          <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Mar 13 10:30:54 2015
        - checksum: 3106690290
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.spotify.webhelper.plist
        - mod date: Mar 14 17:51:49 2015
        - checksum: 3772686701
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
         <key>Label</key>
         <string>com.spotify.webhelper</string>
         <key>KeepAlive</key>
         <dict>
          <key>NetworkState</key>
          <true/>
         </dict>
         <key>RunAtLoad</key>
         <true/>
         <key>Program</key>
         <string>/Users/USER/Library/Application Support/Spotify/SpotifyWebHelper</string>
         <key>SpotifyPath</key>
         <string>/Applications/Spotify.app</string></dict>
        </plist>
    Extensions
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateDriveIcons.kext
        - com.seagate.driver.SeagateDriveIcons
        /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateLeafPowSecDriver_10_4.kext
        - com.seagate.driver.PowSecLeafDriver_10_4
        /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateLeafPowSecDriver_10_5.kext
        - com.seagate.driver.PowSecLeafDriver_10_5
        /System/Library/Extensions/Seagate Storage Driver.kext
        - com.seagate.driver.PowSecDriverCore
    Applications
        /Applications/Bento.app
        - com.filemaker.bento
        /Applications/Finale 2011.app
        - com.makemusic.Finale
        /Applications/Firefox.app
        - org.mozilla.firefox
        /Applications/Garritan ARIA Player/ARIA Player.app
        - com.Garritan.ARIA Player
        /Applications/Garritan ARIA Player/Generate logs.app
        - N/A
        /Applications/Goodsol Solitaire 101 trial.app
        - com.goodsol.GoodsolSolitaire101
        /Applications/Microsoft Office 2008/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        - com.microsoft.language_register
        /Applications/Microsoft Office 2008/Additional Tools/Remove Office/Remove Office.app
        - com.microsoft.removeoffice
        /Applications/Microsoft Office 2008/Microsoft Document Connection.app
        - com.microsoft.DocumentConnection
        /Applications/Microsoft Office 2008/Microsoft Entourage.app
        - com.microsoft.Entourage
        /Applications/Microsoft Office 2008/Microsoft Excel.app
        - com.microsoft.Excel
        /Applications/Microsoft Office 2008/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2008/Microsoft PowerPoint.app
        - com.microsoft.Powerpoint
        /Applications/Microsoft Office 2008/Microsoft Word.app
        - com.microsoft.Word
        /Applications/Microsoft Office 2008/Office/Alerts Daemon.app
        - Microsoft/com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2008/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2008/Office/Microsoft Cert Manager.app
        - com.microsoft.MicrosoftCertManager
        /Applications/Microsoft Office 2008/Office/Microsoft Chart Converter.app
        - com.microsoft.openxml.chart.app
        /Applications/Microsoft Office 2008/Office/Microsoft Clip Gallery.app
        - com.microsoft.ClipGallery
        /Applications/Microsoft Office 2008/Office/Microsoft Database Daemon.app
        - com.microsoft.entourage.database_daemon
        /Applications/Microsoft Office 2008/Office/Microsoft Database Utility.app
        - com.microsoft.entourage.database_utility
        /Applications/Microsoft Office 2008/Office/Microsoft Graph.app
        - com.microsoft.Graph
        /Applications/Microsoft Office 2008/Office/Microsoft Office Reminders.app
        - com.microsoft.entourage.office_reminders
        /Applications/Microsoft Office 2008/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.setupassistant
        /Applications/Microsoft Office 2008/Office/Microsoft Project Gallery.app
        - com.microsoft.office_pg
        /Applications/Microsoft Office 2008/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2008/Office/Microsoft Sync Services.app
        - com.microsoft.entourage.syncservices12
        /Applications/Microsoft Office 2008/Office/My Day.app
        - com.microsoft.myday
        /Applications/Microsoft Office 2008/Office/Organization Chart.app
        - com.microsoft.OrgChart
        /Applications/ProPresenter.app
        - com.renewedvision.ProPresenter4
        /Applications/Utilities/Bluetooth Firmware Update.app
        - com.apple.updaters.btfirmwareupdate201
        /Applications/Yahoo! Messenger.app
        - com.yahoo.messenger3
        /Library/Application Support/MakeMusic/Finale 2011/Help Files/QuickStart Video Tips/QuickStart Video Tips.app
        - com.macromedia.Flash Player.app
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Plogue/Aria/AriaReporter.app
        - com.plogue.AriaReporter
        /Library/Documentation/User Guides And Information.localized/Apple Hardware Test Read Me.app
        - com.apple.AppleHardwareTestReadMe
        /Users/USER/Downloads/ClassicMahjong.app
        - au.com.dogMelon.mahjong
        /Users/USER/Downloads/iUSBCam Demo v2.2.5 Installer/Install iUSBCam Demo.app
        - com.ecamm.installer.ichatusbcam
        /Users/USER/Downloads/macam-cvs-build-2009-09-25/macam.app
        - net.sourceforge.webcam-osx.application
        /Users/USER/Library/Application Support/Facebook/video/3.1.0.522/FacebookVideoCalling.app
        - com.Skype.FacebookVideoCalling
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aohghmighlieiainnegkcijnfilokake/Default aohghmighlieiainnegkcijnfilokake.app
        - com.google.Chrome.app.Default-aohghmighlieiainnegkcijnfilokake-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_apdfllckaahabafndbhieahigkjlhalf/Default apdfllckaahabafndbhieahigkjlhalf.app
        - com.google.Chrome.app.Default-apdfllckaahabafndbhieahigkjlhalf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_coobgpohoikkiipiblmjeljniedjpjpf/Default coobgpohoikkiipiblmjeljniedjpjpf.app
        - com.google.Chrome.app.Default-coobgpohoikkiipiblmjeljniedjpjpf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pjkljhegncpnkpknbcohdijeoejaedia/Default pjkljhegncpnkpknbcohdijeoejaedia.app
        - com.google.Chrome.app.Default-pjkljhegncpnkpknbcohdijeoejaedia-internal
    PrefPane
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deploy/JavaControlPanel.pref Pane
        - com.oracle.java.JavaControlPanel
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
        /Library/PreferencePanes/NTFSforMacOSX.prefPane:® OS X:
        - N/A
        /Library/PreferencePanes/RapportPreferences.prefPane
        - com.trusteer.RapportPreferences
        /Users/USER/Library/PreferencePanes/BrowserPlusPrefs.prefPane
        - com.yahoo.browserplus.prefpane
    Bundles
        /Library/Audio/Plug-Ins/Components/ARIA Player AU.component
        - com.Garritan.ARIA Player AU
        /Library/Audio/Plug-Ins/Components/Ambience.component
        - com.smartelectronix.magnus.Ambience
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
        - com.oracle.java.JavaAppletPlugin
        /Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin
        - com.microsoft.officelive.browserplugin
        /Library/QuickLook/Finale.qlgenerator
        - com.makemusic.qlgenerator.Finale
        /Library/Spotlight/Finale.mdimporter
        - com.makemusic.MDImporter.Finale
        /Users/USER/Library/Address Book Plug-Ins/SkypeABDialer.bundle
        - com.skype.skypeabdialer
        /Users/USER/Library/Address Book Plug-Ins/SkypeABSMS.bundle
        - com.skype.skypeabsms
        /Users/USER/Library/Address Book Plug-Ins/YMsgrCallABPlugin.bundle
        - com.yahoo.YMsgrCallABPlugin
        /Users/USER/Library/Address Book Plug-Ins/YMsgrMsnABPlugin.bundle
        - com.yahoo.YMsgrMsnABPlugin
        /Users/USER/Library/Address Book Plug-Ins/YMsgrSmsABPlugin.bundle
        - com.yahoo.YMsgrSmsABPlugin
        /Users/USER/Library/Address Book Plug-Ins/YMsgrYimABPlugin.bundle
        - com.yahoo.YMsgrYimABPlugin
        /Users/USER/Library/Internet Plug-Ins/BrowserPlus_2.6.0.plugin
        - com.yahoo.browserplus
        /Users/USER/Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
        - com.citrixonline.mac.WebDeploymentPlugin
        /Users/USER/Library/Internet Plug-Ins/WebEx64.plugin
        - com.cisco_webex.plugin.gpc64
    Bundles (new)
        /Applications/Utilities/Adobe Flash Player Install Manager.app
        - com.adobe.flashplayer.installmanager
        /Applications/iPhoto.app
        - com.apple.iPhoto
        /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
        - null
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
        /Users/USER/Downloads/EtreCheck.app
        - com.etresoft.EtreCheck
        /Users/USER/Library/Application Support/Sponsors.framework
        - com.oracle.Sponsors
        /Users/USER/Library/Application Support/Sponsors.framework/Versions/A/Resources/APNSetup.app
        - com.ask.APNSetup
    Library paths
        /Library/Rapport/bin/RapportDaishi.dylib
        /Library/Rapport/bin/RapportKadkadai.dylib
        /Library/Rapport/bin/RapportKadkadai538.dylib
        /Library/Rapport/bin/RapportKobo6.dylib
        /Library/Rapport/bin/RapportNichiren.dylib
        /Library/Rapport/bin/RapportTanzan24.dylib
        /Library/Rapport/bin/RapportTanzan31.dylib
        /Library/Rapport/bin/RapportTanzan32.dylib
        /Library/Rapport/bin/RapportTanzan33.dylib
        /Library/Rapport/bin/RapportTanzan340.dylib
        /Library/Rapport/bin/RapportTanzan350.dylib
        /Library/Rapport/bin/RapportTanzan36.dylib
        /Library/Rapport/bin/RapportTanzan360.dylib
        /Library/Rapport/bin/RapportUtil1.dylib
        /Library/Rapport/bin/RapportWKLibre534.dylib
        /Library/Rapport/bin/RapportWKLibre537.dylib
        /Library/Rapport/bin/RapportWKLibre538.dylib
        /Library/Rapport/bin/RapportWR.dylib
        /Library/Rapport/bin/librooksbas.dylib
        /Library/Rapport/bin/librooksmce.dylib
        /Library/Rapport/bin/trf.dylib
        /Library/Rapport/store/exts/RapportGP/baseline/RapportGP.dylib
        /Library/Rapport/store/exts/RapportMS/baseline/RapportMS.dylib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.7.771/_platform_specific/mac_x64/libwidev inecdm.dylib
        /Users/USER/Library/Application Support/WebEx Folder/1425/cmcrypto-29.0.0.1.dylib
        /Users/USER/Library/Application Support/WebEx Folder/1425/xml-29.0.0.1.dylib
        /usr/lib/libUFSDNTFS.dylib
    App extensions
        com.getdropbox.dropbox.garcon
    Installations
        Office 2008 12.2.6 Update: 8/16/10, 9:30 PM
        Office 2008 12.2.5 Update: 6/18/10, 2:14 PM
        Office 2008 12.2.4 Update: 3/19/10, 11:32 AM
        Office 2008 12.2.3 Update: 12/3/09, 5:34 PM
        Microsoft Office 2008 for Mac: 12/3/09, 4:36 PM
    Elapsed time (sec): 1003

  • KDevelop 3.1.0 (for KDE3.3)

    I couldn't get the kdevelop 3.0 in current to work or the -devel version.  The -devel cvs build doesn't appear to be the latest version anyway.
    This is just the current KDevelop 3.0 PKGBUILD modified for the latest and greatest.  I have a pre-built binary package but I'm not sure if that's appropriate to put in incoming since eventually (I assume) the package maintainer will do an update.
    # $Id: PKGBUILD,v 1.11 2004/06/11 17:00:08 lou Exp $
    # Maintainer: damir <[email protected]>
    # Committer: Judd Vinet <[email protected]>
    pkgname=kdevelop
    pkgver=3.1.0
    pkgrel=1
    pkgdesc="A C/C++ development environment for KDE"
    depends=('kdebase>=3.3.0' 'kdesdk>=3.3.0' 'graphviz' 'flex>=2.5.4' 'gcc' 'perl' 'make' 'automake>=1.6' 'autoconf>=2.52' 'gettext' 'db' 'cvs')
    url="http://www.kdevelop.org/"
    replaces=('kdevelop3-cvs') # compatibility reasons
    conflicts=('kdevelop-devel')
    # for easier build, just uncomment the mirror you want to use --- remember: source is about 7MB!
    # mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
    mirror="ftp.kde.org/pub/kde/" # main server
    # mirror="ibiblio.org/pub/mirrors/kde/" # ibiblio mirror
    source=(ftp://$mirror/stable/$pkgname-latest/src/$pkgname-$pkgver.tar.bz2)
    build() {
    cd ${startdir}/src/${pkgname}-${pkgver}
    ./configure --prefix=/opt/kde --disable-debug
    make || return 1
    make DESTDIR=$startdir/pkg install
    rm -f ${startdir}/pkg/opt/kde/bin/extractrc

    no need to upload to incoming - i'll update asap
    i was away about a day - kdevelop is on the way :-)
    (quanta too :-) )

  • Are lzo, libmpcdec & speex needed by mplayer[SOLVED]

    Installed latest mplayer-cvs (compiled with libcaca & live support) on my laptop, then wanted to play an AVI file
    That video file was made with a webcam, it  has no sound & ID_VIDEO_CODEC=rawbgr24filp
    mplayer successivelly asked for /usr/lib/liblzo.so.1, libmpcdec.so.3, speex.so & libjack.so.
    Thanks to qpkg -f I then installed 'lzo' 'libmpcdec' 'speex' & 'jack-audio-connection-kit' before mplayer could play the file.
    Note : i was playing it with -vo caca , dunno if that could be linked to those missing libs. I had no other video file to try on.
    Does someone know if those libs are usually needed by mplayer (therefore added to mplayer dependancies in the PKGBUILD  :?:

    IME, not usually. I've never had a problem with the existing dependencies. With mplayer-cvs, I'm basically shadowing the official non-cvs build, so whatever dorphell puts in his, I'll put in mine.

  • TCL/TK with xft

    Hello everyone!
    Could some kind person create an tcl/tk PKGBUILD with xft enabled?
    It's only in cvs (last time I checked), but it was stable last time I tried it (6 months ago), and I lack the skills to create a cvs-build for myself
    There are a few tars on the tcl-server one can use...

    aquila_deus wrote:
    oscar wrote:
    Hello everyone!
    Could some kind person create an tcl/tk PKGBUILD with xft enabled?
    It's only in cvs (last time I checked), but it was stable last time I tried it (6 months ago), and I lack the skills to create a cvs-build for myself
    There are a few tars on the tcl-server one can use...
    tcl-devel http://aur.archlinux.org/packages.php?d … =1&ID=1905
    tk-devel http://aur.archlinux.org/packages.php?d … =1&ID=1906
    Thanks!

  • Considering opening my repo to public.

    Allright, I've started a small repo locally and even uploaded some stuff for various people on irc. Like Emacs-CVS, Firefox from Mozilla.org, Camorama, clearlooks-engine (.4 baby!)
    I will gladly build anything (within reason) for you guys.
    I'm 16 and starting to get a job so I might not get to it automatically but please, I'm interested in helping the community package wise.
    Oh yeah. I'm picking up the bootsplash stuff Brice left off and my custom freetype builds. I may even do regular xfce4-cvs builds!

    dibblethewrecker wrote:i tried emacs....for about 15 seconds...the biggest ugliest piece of shit since gnome
    wow  I agree on emacs, but not in Gnome ... I mean ... I don't like it either  but I used it for a long time. Things change, a few months ago I tried to reborn my taste for gnome ... it was just 1 hour and I got bored ... nothing like Fluxbox
    Nice initiative miqorz . If you get time you could check out the AUR packages Request section and make some packages required

  • Questions from a possible convert...

    My sad story: I used to run Gentoo, and honestly, I loved it once I finally got it installed on my Dell laptop. Then my screen went out. It was a hardware problem, but Dell wouldn't even look at it unless I reinstalled windows and removed Linux. So now, after getting the screen replaced, I'm back to square one, and really don't want to spend the next few days compiling Gentoo again.
    I've heard lot's of good things about Arch, but I haven't found answers to a few of my questions yet:
    1) Is Arch like Gentoo in that once it's installed, you never have to reinstall again? Just keep updating?
    2) Does Arch have all the little device drivers and things that are needed for laptop support?
    3) Does Arch use the 2.6 kernel "natively" yet?
    4) Are all of you as patient and nice as Gentoo users? 

    GaMMa wrote:
    I'm also considering coming here from Gentoo. I don't like the way the community has gone downhill and I have a feeling the leaving of the main man is going to cause some kind of turmoil.
    I also have questions:
    Are packages compiled from source and if not, is there REALLY any speed difference?
    Gentoo had ebuilds, how hard is it to make a arch ebuild type thing; are there any samples I can look at? I'd be switching to help the community.
    Are CVS builds possible under pacman?
    Does arch still solely use lilo? I had a choice to be here, or use Gentoo a while back, I tried both and went to Gentoo. Gentoo was more newbie friendly and you guys were just starting.
    I'm going to try the live CD out soon as it finishes downloading, then I'll consider scrapping my perfect Gentoo install.
    I don't quite understand your first question. Arch uses i686 optimized binary packages. On Gentoo you can optimize any way you like, but I don't think you gain anything from that except that you can run on older hw. The fact that Arch has a focus on keeping the system simple and not run unnecessary daemons is what makes it run faster than some other i686 optimized distros.
    To create a new package you can use /var/abs/PKGBUILD.proto as a basis (you may have to run abs first). Reading the install guide and man makepkg should get you going. There are also wiki pages on the topic.
    CVS builds are possible. Here's an example for waimea-cvs. Note that makepkg is what you build packages with, not pacman.
    Arch installs packages for both grub and lilo by default. I guess that makes it kind of bloated
    -bogomipz

  • TCL/TK with ORacle.

    I have installed oracle 8.0.5 on linux. I want to use oratcl
    with it.
    I have found that even oracle uses oratcl for agents and
    jobs.But they have just provided tcl . Has somebody used tk
    toolkit.It will be great to use Tk with oracle.
    I have tried compiling oratcl 2.5 . It does not compile with tk
    option .
    Has anyone tried using TK with oracle 8.0.5 on linux.
    THanks in advance..
    Naveen
    null

    aquila_deus wrote:
    oscar wrote:
    Hello everyone!
    Could some kind person create an tcl/tk PKGBUILD with xft enabled?
    It's only in cvs (last time I checked), but it was stable last time I tried it (6 months ago), and I lack the skills to create a cvs-build for myself
    There are a few tars on the tcl-server one can use...
    tcl-devel http://aur.archlinux.org/packages.php?d … =1&ID=1905
    tk-devel http://aur.archlinux.org/packages.php?d … =1&ID=1906
    Thanks!

Maybe you are looking for