Elisa for i586: try to build gdk-pixbuf, error with libtool

Hi there!
I set up Archlinux on my Barebone, great job with the "new" i586 repo!
i try to build to build the packages on my laptop by simply editing my makepkg.conf to:
CARCH="i586"
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=i586 -mtune=generic -O2 -pipe"
this works for me for freevo, mplayer and many other programs. but now i tried to install elisa on this machine, everything build correct, but when i start elisa, i only get:
#--> elisa
Launcher core version: 0.5.29
/usr/lib/python2.6/site-packages/twisted/internet/_sslverify.py:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import itertools, md5
Current core version: 0.5.29
/usr/lib/python2.6/site-packages/elisa/core/utils/classinit.py:34: UserWarning:
ClassInitMeta class is deprecated
warn("ClassInitMeta class is deprecated")
Traceback (most recent call last):
File "/usr/bin/elisa", line 8, in <module>
load_entry_point('elisa==0.5.29', 'gui_scripts', 'elisa')()
File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 380, in main
Launcher().main(sys.argv)
File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 83, in main
return self.main_after_voodoo(argv)
File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 224, in main_after_voodoo
self.run_application()
File "/usr/lib/python2.6/site-packages/elisa/core/launcher.py", line 351, in run_application
application = Application(self.options)
File "/usr/lib/python2.6/site-packages/elisa/core/application.py", line 228, in __init__
self._splash = SplashScreen()
File "/usr/lib/python2.6/site-packages/elisa/core/utils/splash_screen.py", line 74, in __init__
pixbuf = gtk.gdk.pixbuf_new_from_file(LOGO_PATH_SQUARE)
glib.GError: Couldn't recognize the image file format for file '/usr/lib/python2.6/site-packages/elisa/core/data/splash_screen_square.png'
gtk, gdk an anything else is build correct, so i thought, maybe there is something wrong with gdk-pixbuf. i don't post this thread in the i586 subforum, because i have the same problems building it for i686 arch, too! i fetch the newest pkgbuild from abs, heres the output:
`--> makepkg
==> Making package: gdk-pixbuf 0.22.0-4 i586 (Wed Mar 4 00:26:53 CET 2009)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found gdk-pixbuf-0.22.0.tar.bz2 in build dir
-> Found gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch in build dir
-> Found gdk-pixbuf-0.22.0-bmp_secure.patch in build dir
-> Found gdk-pixbuf-0.22.0-loaders.patch in build dir
-> Found gdk-pixbuf-0.22.0-m4.patch in build dir
==> Validating source files with md5sums...
gdk-pixbuf-0.22.0.tar.bz2 ... Passed
gdk-pixbuf-0.22.0-bmp_reject_corrupt.patch ... Passed
gdk-pixbuf-0.22.0-bmp_secure.patch ... Passed
gdk-pixbuf-0.22.0-loaders.patch ... Passed
gdk-pixbuf-0.22.0-m4.patch ... Passed
==> Extracting Sources...
-> bsdtar -x -f gdk-pixbuf-0.22.0.tar.bz2
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
patching file gdk-pixbuf/io-bmp.c
patching file gdk-pixbuf/io-bmp.c
Hunk #1 succeeded at 883 (offset 7 lines).
patching file gdk-pixbuf/io-ico.c
patching file gdk-pixbuf/io-xpm.c
patching file gdk-pixbuf.m4
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
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 strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking whether make is GNU Make... yes
checking for gnome-config... no
Not building GnomeCanvasPixbuf library
checking whether to build gmodulized gdk-pixbuf... yes
checking whether dynamic modules work... libtool: line 397: CDPATH: command not found
yes
checking for location of rgb.txt database... /usr/lib/X11/rgb.txt
checking for TIFFReadScanline in -ltiff... yes
checking for tiffio.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... yes
checking for jpeg_simple_progression in -ljpeg... yes
checking for png_read_info in -lpng... yes
checking for png.h... yes
checking for png_structp in png.h... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... void
checking for gtkdoc-mkdb... true
checking gtk-doc version (1.10) >= 0.6... yes
checking for db2html... false
checking for x86 platform... yes
checking compiler support for MMX... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gdk-pixbuf.spec
config.status: creating gdk-pixbuf/Makefile
config.status: creating gdk-pixbuf/gdk-pixbuf-features.h
config.status: creating gdk-pixbuf/pixops/Makefile
config.status: creating gdk-pixbuf-config
config.status: creating demo/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
Making all in gdk-pixbuf
make[2]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
Making all in pixops
make[3]: Entering directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../../gdk-pixbuf -march=i586 -mtune=generic -O2 -pipe -c pixops.c
../../libtool: line 397: CDPATH: command not found
../../libtool: line 1075: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[3]: *** [pixops.lo] Error 63
make[3]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf/pixops'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andieh/build/i586/gdk-pixbuf/src/gdk-pixbuf-0.22.0'
make: *** [all-recursive-am] Error 2
==> ERROR: Build Failed.
Aborting...
i really dont know what went wrong here. maybe one of you could try to build this, so i know there is something wrong with my machine. i also tried to build this package on the barebone itself, but there is the same error, too.
thank you very much for your help!
andieh

hi stefan, thank you for your reply.
there is no ./autogen.sh, and autoreconf gives me the following output. i tried aclocal and autoconf, too, but also no success...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
demo/Makefile.am: required file `./depcomp' not found
demo/Makefile.am: `automake --add-missing' can install `depcomp'
doc/Makefile.am:160: blank line following trailing backslash
gdk-pixbuf/Makefile.am:121: `libexecdir' is not a legitimate directory for `LTLIBRARIES'
gdk-pixbuf/Makefile.am:70: variable `libpixbufloader_tiff_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:70: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:56: variable `libpixbufloader_ico_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:56: library has `libpixbufloader_ico_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:63: variable `libpixbufloader_ras_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:63: library has `libpixbufloader_ras_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:49: variable `libpixbufloader_gif_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:49: library has `libpixbufloader_gif_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:28: variable `libpixbufloader_png_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:28: library has `libpixbufloader_png_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:77: variable `libpixbufloader_pnm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:77: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:42: variable `libpixbufloader_xpm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:42: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:91: variable `libpixbufloader_xbm_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:91: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:84: variable `libpixbufloader_bmp_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:84: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:35: variable `libpixbufloader_jpeg_la_LIBADD' is defined but no program or
gdk-pixbuf/Makefile.am:35: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:76: variable `libpixbufloader_pnm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:76: library has `libpixbufloader_pnm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:69: variable `libpixbufloader_tiff_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:69: library has `libpixbufloader_tiff_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:41: variable `libpixbufloader_xpm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:41: library has `libpixbufloader_xpm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:62: variable `libpixbufloader_ras_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:62: library has `libpixbufloader_ras_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:90: variable `libpixbufloader_xbm_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:90: library has `libpixbufloader_xbm_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:83: variable `libpixbufloader_bmp_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:83: library has `libpixbufloader_bmp_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:27: variable `libpixbufloader_png_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:27: library has `libpixbufloader_png_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:34: variable `libpixbufloader_jpeg_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:34: library has `libpixbufloader_jpeg_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:48: variable `libpixbufloader_gif_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:48: library has `libpixbufloader_gif_la' as canonic name (possible typo)
gdk-pixbuf/Makefile.am:55: variable `libpixbufloader_ico_la_LDFLAGS' is defined but no program or
gdk-pixbuf/Makefile.am:55: library has `libpixbufloader_ico_la' as canonic name (possible typo)
/usr/share/automake-1.10/am/depend2.am: am__fastdepCCAS does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCCAS' is to add `AM_PROG_AS'
/usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again.
gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCAS' is undefined
gdk-pixbuf/pixops/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
gdk-pixbuf/pixops/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
gdk-pixbuf/pixops/Makefile.am: Preprocessed Assembler source seen but `CCASFLAGS' is undefined
gdk-pixbuf/pixops/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
gdk-pixbuf/pixops/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
autoreconf: automake failed with exit status: 1

Similar Messages

  • Rebuilding gcc and gcc-libs for i586

    Hi. A quick question, if you don't mind. I'm trying to rebuild (or should I say update?) just about everything on an i586, but I'm a little stuck between gcc and gcc-libs.
    This is from the PKGBUILD for gcc-libs ...
    makedepends=('binutils>=2.18-3' 'gcc>=4.2.2')
    And this is from the PKGBUILD for gcc ...
    depends=('binutils>=2.18-3' "gcc-libs>=${pkgver}")
    where $(pkgver) is the same as the gcc version, or 4.2.2. So on the surface it appears I can't compile either one since each one seems to be a dependency for the other (and makepkg spits out an error to that effect, for both, when I try).
    Is there a graceful or correct way to rebuild both packages? Is there another package I'm overlooking that will handle both of them?
    As you can imagine, I'd like to do this correctly the first time, since the trial-and-error method involves hours off my life.
    Cheers and thanks in advance.
    Last edited by k.mandla (2007-12-18 00:21:50)

    makepkg will halt without a -d flag, and the build process snags and stops with -d.
    The gcc version is 4.1.1. I started with an installation of Lowarch, hoping that I could hopscotch my way up to a current system. It's gone well so far, but this part is turning prickly.
    I compiled both packages for i586, plus glibc-2.7 and binutils-2.18, overnight on my "fast" machine (1Ghz ... ), so later today I'll see if copying them across and installing en masse helps at all. Judging from the wiki pages, it should help.
    Thanks for the tips, by the way. Compiling is not my favorite thing, but I'm learning a lot.
    Last edited by k.mandla (2007-12-19 23:31:17)

  • Regarding Pages charts, when I try to 'build' a 3D chart all I get is little dots but not graphics.  No problems with 2D charts though. Guess my question is "Help?"

    Regarding Pages charts, when I try to 'build' a 3D chart all I get is little dots but not graphics.  No problems with 2D charts though. Guess my question is "Help?"

    Sorry for the delay getting back to this.
    Thanks to Fruhulda and Peter for their comments regarding the refusal of Pages to let me make 3D charts. 
    In answer to the questions put to  me in this regard :
    1. Pages version : Pages '09  v.4.1 (923)
    2. Mac O/S :          v.10.6.8 
    3. 3D chart :          Can't find a 'name', but upright bars with rounded corners ???
    4. Moved apps :    Not that I'm aware of!  All should be as installed off the disc.
    5. A note :              I have been able to create these in the past - related to a SW update? 
                          and ... can create these charts perfectly in Keynote (go figure).
    Thanks to all.
    CM

  • Everytime i try to build... its crashes!!! HELP QUICK!

    Ive built a simple dvd with about 6 moving menus(audio for each). I used After Effects to built the menus and made them into a quicktime format. My problem is that when i try to build (or burn) the information the program crashes. Ive seen some similar problems in previous posts and took that into consideration. At first i was trying to build the entire menu have narrowed it down to being a compression problem with my video(menus). I have tried all of the compression on After Effects as well as putting the compressed video into FCPro and making it a mpeg2 encoded file. Still it crashes.
    I tried to build with a still image and it worked fine audio and all. Right now im just trying to build a single moving menu with one button just to see if it works when i change something.
    How can i compress the video so that it will work?!
    I have to have this done in about 5 days.
    -compressed audio with A.pack
    -Compressed video into MPEG2 encoded at about 1.7Mbps
    Any suggestion? Thanks for all your time!
    (crash log incase it helps)
    Host Name: G5-2.local
    Date/Time: 2006-05-23 15:20:02 -0500
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: DVD Studio Pro
    Path: /Applications/DVD Studio Pro.app/Contents/MacOS/DVD Studio Pro
    Version: 2.0.0 (163)
    PID: 422
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x32b40210
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90862928 class_initialize + 0x88
    1 libobjc.A.dylib 0x90861524 classlookupMethodAndLoadCache + 0x84
    2 libobjc.A.dylib 0x90861298 objc_msgSend + 0xb8
    3 com.apple.dspinterface 0x7135d624 -[DSPQTMediaPlayer updatePlaybackStatus:] + 0x54
    4 com.apple.Foundation 0x90a23a74 __NSFireTimer + 0x68
    5 com.apple.CoreFoundation 0x901c45f8 __CFRunLoopDoTimer + 0xf4
    6 com.apple.CoreFoundation 0x901c1958 __CFRunLoopRun + 0x5c8
    7 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148
    8 com.apple.HIToolbox 0x92885f60 RunCurrentEventLoopInMode + 0xac
    9 com.apple.HIToolbox 0x9288c6c8 ReceiveNextEventCommon + 0x17c
    10 com.apple.HIToolbox 0x928ae6a0 BlockUntilNextEventMatchingListInMode + 0x60
    11 com.apple.AppKit 0x92e827bc _DPSNextEvent + 0x180
    12 com.apple.AppKit 0x92e99240 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    13 com.apple.AppKit 0x92ead5c0 -[NSApplication run] + 0x21c
    14 com.apple.AppKit 0x92f69cc4 NSApplicationMain + 0x1d0
    15 com.apple.dvdstudiopro 0x0000496c 0x1000 + 0x396c
    16 com.apple.dvdstudiopro 0x00004384 0x1000 + 0x3384
    17 com.apple.dvdstudiopro 0x00004204 0x1000 + 0x3204
    Thread 1:
    0 libSystem.B.dylib 0x900147a8 semaphorewaittrap + 0x8
    1 com.apple.CoreGraphics 0x938bb0ec layerblitthread + 0x124
    2 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x900171d8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 com.apple.Foundation 0x90a7c614 -[NSConditionLock lockWhenCondition:] + 0x44
    3 com.apple.dvdbase 0x831116f4 -[ThreadSafeQueue headItem] + 0x30
    4 com.apple.dvdbase 0x83114618 -[MPEGEncoderManager generateMPEG_ThreadProc:] + 0xb8
    5 com.apple.Foundation 0x90a6a538 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x900127b8 syscallthreadswitch + 0x8
    1 com.apple.Foundation 0x90a33358 +[NSThread sleepUntilDate:] + 0x98
    2 com.apple.dvdbase 0x831148a0 -[MPEGEncoderManager checkEncoderServer] + 0xb8
    3 com.apple.Foundation 0x90a6a538 forkThreadForFunction + 0x6c
    4 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x900171d8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 com.apple.Foundation 0x90a7c614 -[NSConditionLock lockWhenCondition:] + 0x44
    3 com.apple.dvdbase 0x831116f4 -[ThreadSafeQueue headItem] + 0x30
    4 com.apple.dvdbase 0x83118c08 -[AIFFEncoderManager generateAIFF_ThreadProc:] + 0x94
    5 com.apple.Foundation 0x90a6a538 forkThreadForFunction + 0x6c
    6 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x90031b0c wait4 + 0xc
    1 com.apple.Foundation 0x90a8f37c _waitForTermination + 0x28
    2 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 6:
    0 libSystem.B.dylib 0x90031b0c wait4 + 0xc
    1 com.apple.Foundation 0x90a8f37c _waitForTermination + 0x28
    2 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 7:
    0 libSystem.B.dylib 0x900171d8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 com.apple.dvdbase 0x83229c14 -[DVDAssetScheduler mainLoop:] + 0x1f0
    3 com.apple.Foundation 0x90a6a538 forkThreadForFunction + 0x6c
    4 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 8:
    0 libSystem.B.dylib 0x900147a8 semaphorewaittrap + 0x8
    1 com.apple.sdvdmanager 0x843e6d9c Z14semaphore_waitP17viona_semaphoret + 0x1c
    2 com.apple.sdvdmanager 0x843f04bc _ZN13WinPortServer15ProcessMessagesEv + 0x9c
    3 com.apple.sdvdmanager 0x843e7630 _ZN10ST20Thread3RunEP16PThreadRunParams + 0x1c
    4 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 9:
    0 libSystem.B.dylib 0x90018e18 semaphoretimedwait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9d4 pthread_condwait + 0x268
    2 com.apple.sdvdmanager 0x8446df84 _Z19WaitForSingleObjectP13WindowsHandlem + 0x198
    3 com.apple.sdvdmanager 0x84440ef4 _Z14IdleFiberEntryPv + 0xdc
    4 com.apple.sdvdmanager 0x8446e5c0 _Z10MyTaskProcPv + 0x2c
    5 com.apple.sdvdmanager 0x843e7630 _ZN10ST20Thread3RunEP16PThreadRunParams + 0x1c
    6 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 10:
    0 libSystem.B.dylib 0x90007878 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x900073f8 mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c16e0 __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c5e6c CFRunLoopRunSpecific + 0x148
    4 com.apple.audio.CoreAudio 0x96c12f80 _ZN10HALRunLoop9OwnThreadEPv + 0x104
    5 com.apple.audio.CoreAudio 0x96c191e0 ZN9CAPThread5EntryEPS + 0x30
    6 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    Thread 11:
    0 libSystem.B.dylib 0x900171d8 semaphorewait_signaltrap + 0x8
    1 libSystem.B.dylib 0x9000e9dc pthread_condwait + 0x270
    2 com.apple.sdvdmanager 0x8446d0ec _ZN15SDVDDecodeQueue10GetCommandEP19PictureParserHelper + 0x9c8
    3 com.apple.sdvdmanager 0x8449d224 _Z24PictureParserHelperStartPv + 0x38
    4 libSystem.B.dylib 0x90024910 pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x90862928 srr1: 0x0200f030 vrsave: 0x00000000
    cr: 0x24022244 xer: 0x20000000 lr: 0x908628b0 ctr: 0x908611e0
    r0: 0x031d0000 r1: 0xbfffe7a0 r2: 0x03190000 r3: 0x32b40200
    r4: 0x9089a750 r5: 0x000003e8 r6: 0x00000000 r7: 0x00000001
    r8: 0x00000000 r9: 0x00000000 r10: 0x00000000 r11: 0x00000000
    r12: 0x00000004 r13: 0x00000000 r14: 0x00000000 r15: 0x00000001
    r16: 0x00000001 r17: 0x00000000 r18: 0xa01c13a8 r19: 0x00000000
    r20: 0x00005f7b r21: 0x9089a750 r22: 0x00000000 r23: 0x00325138
    r24: 0xa01c450c r25: 0x000208f2 r26: 0x0000001e r27: 0xca5eac1a
    r28: 0x00000000 r29: 0x03190010 r30: 0x000208f2 r31: 0x908628b0
    Binary Images Description:
    0x1000 - 0x4fff com.apple.dvdstudiopro 2.0.0 (163) /Applications/DVD Studio Pro.app/Contents/MacOS/DVD Studio Pro
    0x15d3000 - 0x15d5fff com.apple.PDFImporter 1.3.1 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x67d0000 - 0x67e9fff com.apple.oxygene.datadefcontroller 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/DataDefController.oxygene/Contents/MacOS/DataDefContro ller
    0x691c000 - 0x6928fff com.apple.oxygene.datadefevent 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/DataDefEvent.oxygene/Contents/MacOS/DataDefEvent
    0x6952000 - 0x6969fff com.apple.oxygene.datadefimage 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/DataDefImage.oxygene/Contents/MacOS/DataDefImage
    0x6985000 - 0x6990fff com.apple.oxygene.dvdsupport 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/DVDSupport.oxygene/Contents/MacOS/DVDSupport
    0x69aa000 - 0x69b4fff com.apple.oxygene.filemanager 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/FileManager.oxygene/Contents/MacOS/FileManager
    0x69d2000 - 0x69e1fff com.apple.oxygene.fraktalzoom 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/FraktalZoom.oxygene/Contents/MacOS/FraktalZoom
    0x6b9c000 - 0x6ba6fff com.apple.oxygene.imagecapture 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageCapture.oxygene/Contents/MacOS/ImageCapture
    0x6d05000 - 0x6d79fff com.apple.oxygene.imagebasics 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageBasics.oxygene/Contents/MacOS/ImageBasics
    0x6f05000 - 0x6f23fff com.apple.oxygene.imagedistort 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageDistort.oxygene/Contents/MacOS/ImageDistort
    0x6f63000 - 0x6f83fff com.apple.oxygene.imageeffects 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageEffects.oxygene/Contents/MacOS/ImageEffects
    0x6f94000 - 0x6fadfff com.apple.oxygene.imagefilters 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageFilters.oxygene/Contents/MacOS/ImageFilters
    0x6fd5000 - 0x6fe6fff com.apple.oxygene.imagegenerator 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageGenerator.oxygene/Contents/MacOS/ImageGenerator
    0x711a000 - 0x7127fff com.apple.oxygene.imagemodulation 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageModulation.oxygene/Contents/MacOS/ImageModulation
    0x715d000 - 0x717dfff com.apple.oxygene.imagetransitions 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageTransitions.oxygene/Contents/MacOS/ImageTransitio ns
    0x7188000 - 0x7193fff com.apple.oxygene.mpegImporter 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/MPEGImporter.oxygene/Contents/MacOS/MPEGImporter
    0x71c2000 - 0x71dbfff com.apple.oxygene.multimediaimporter 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/MultiMediaImporter.oxygene/Contents/MacOS/MultiMediaIm porter
    0x7305000 - 0x7311fff com.apple.oxygene.oldfilm 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/OldFilm.oxygene/Contents/MacOS/OldFilm
    0x732a000 - 0x7335fff com.apple.oxygene.remoteControl 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/RemoteControl.oxygene/Contents/MacOS/RemoteControl
    0x7351000 - 0x735cfff com.apple.oxygene.textimporter 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/TextImporter.oxygene/Contents/MacOS/TextImporter
    0x737e000 - 0x738dfff com.apple.oxygene.timemanager 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/TimeManager.oxygene/Contents/MacOS/TimeManager
    0x73b4000 - 0x73c7fff com.apple.oxygene.trackrecorder 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/TrackRecorder.oxygene/Contents/MacOS/TrackRecorder
    0x753d000 - 0x755efff com.apple.oxygene.wirelessVideoOutput 1.0.0 (101.1) /Applications/DVD Studio Pro.app/Contents/PlugIns/WirelessVideoOutput.oxygene/Contents/MacOS/WirelessVid eoOutput
    0x7592000 - 0x75abfff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x75cc000 - 0x75e6fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x8008000 - 0x80defff ATIRadeon9700GLDriver /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x8d05000 - 0x8dfafff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x96fc000 - 0x96fdfff com.apple.aoa.halplugin 2.5.0 /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0xa48e000 - 0xa4cafff com.apple.iSightAudio 6.5.2 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
    0xa5b2000 - 0xa655fff com.apple.audio.units.Components 1.3.2 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x63780000 - 0x637e1fff com.apple.QuickTimeMPEG2.component 6.3 /System/Library/QuickTime/QuickTimeMPEG2.component/Contents/MacOS/QuickTimeMPEG 2
    0x6eb10000 - 0x6eb23fff com.apple.AERegistration 1.0.2 (26) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/AERegistration.framework/Versions/A/AERegi stration
    0x6ec80000 - 0x6ecadfff com.apple.oxygene.engine 1.0.0 (159) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/Oxygene.framework/Versions/A/Oxygene
    0x6ed90000 - 0x6eda9fff com.apple.oxygene.layers 1.0.0 (159) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/OxygeneLayers.framework/Versions/A/Oxygene Layers
    0x70630000 - 0x707a6fff com.apple.dvdauthoring 2.0.0 (161) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/DVDAuthoring.framework/Versions/A/DVDAutho ring
    0x71210000 - 0x713c3fff com.apple.dspinterface 2.0.0 (163) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/DSPInterface.framework/Versions/A/DSPInter face
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x81080000 - 0x81171fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x81310000 - 0x81315fff com.apple.AppleVAFramework 2.3.13 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x830db000 - 0x833befff com.apple.dvdbase 2.0.0 (163) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/DVDBase.framework/Versions/A/DVDBase
    0x838f0000 - 0x8399bfff com.apple.prokit 2.1 (330) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x843e0000 - 0x844dcfff com.apple.sdvdmanager 4.0.0 (4000) /Applications/DVD Studio Pro.app/Contents/MacOS/../Frameworks/SDVDManager.framework/Versions/A/SDVDManag er
    0x87520000 - 0x87560fff com.apple.glut 3.2.7 (GLUT-3.2.7) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x88ed0000 - 0x88edcfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8b0c0000 - 0x8b788fff com.apple.QuickTimeComponents.component 6.5.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8c280000 - 0x8c281fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x8c520000 - 0x8c570fff com.apple.QuickTimeMPEG.component 6.5.2 /System/Library/QuickTime/QuickTimeMPEG.component/Contents/MacOS/QuickTimeMPEG
    0x8f000000 - 0x8f00afff com.apple.DVDFramework 3.3.0 /System/Library/PrivateFrameworks/DVD.framework/DVD
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.7 (299.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9071d000 - 0x9072afff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90733000 - 0x90746fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a02000 - 0x90a0dfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.6 (500.58) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d7c000 - 0x90d8ffff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910e0000 - 0x91133fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9113f000 - 0x9113ffff com.apple.DiscRecording 2.1.17 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x91141000 - 0x91141fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91242000 - 0x9124bfff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x912a0000 - 0x912c2fff vmutils /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x914ad000 - 0x9156ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x915bb000 - 0x915bbfff com.apple.audio.units.AudioUnit 1.3.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x915e0000 - 0x91699fff com.apple.QD 3.4.67 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x916f0000 - 0x91728fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91890000 - 0x918aafff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x918d0000 - 0x918e0fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91afb000 - 0x91b18fff com.apple.audio.SoundManager 3.8 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91bb0000 - 0x91d45fff com.apple.QuickTime 6.5.2 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92032000 - 0x9204cfff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x920a9000 - 0x920e1fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.2 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9283f000 - 0x92857fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.7 (743.36) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93a50000 - 0x93a64fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x93aa0000 - 0x93b87fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4 (37.4.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x941cd000 - 0x94259fff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94580000 - 0x9458cfff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94596000 - 0x945a5fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x945c0000 - 0x945d0fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x946fdfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94c40000 - 0x94c4ffff com.apple.DSObjCWrappers.Framework 1.0 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94e0b000 - 0x94e25fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x950f0000 - 0x95123fff com.apple.DiscRecordingContent 2.1.17 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x95140000 - 0x951b5fff com.apple.DiscRecordingEngine 2.1.17 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95e0a000 - 0x95eadfff com.apple.audio.toolbox.AudioToolbox 1.3.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x968d0000 - 0x969b2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a6dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96c00000 - 0x96c67fff com.apple.audio.CoreAudio 2.1.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96cb0000 - 0x96d9efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x96de0000 - 0x96df0fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ee0000 - 0x96ee8fff libbsm.dylib /usr/lib/libbsm.dylib
    0x97280000 - 0x972cbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97345000 - 0x973b2fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    You might also want to try updating your DVD Studio Pro to version 2.0.5. According to your crash log, you're still on 2.0.0.
    The downloads for DVD Studio Pro 2 are here.

  • I cant download itunes programme for my samsung rv510 laptop, it says error occurs after I try to instal the 10.7 version? What do I need to do?

    I cant download itunes programme for my samsung rv510 laptop, it says error occurs after I try to instal the 10.7 version? What do I need to do?

    .dmg.part is not a complete file..  It usually indicates that the entire file has not been downloaded yet.  Are you sure you downloaded the entire file?   (i recommend updating itunes through  > Software Update
    Alternatively, you can download it from here: http://support.apple.com/kb/DL1614

  • I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder.

    I just upgraded my mac book to 10.6.8 and downloaded the new version of itunes. When I try to open it and error message appears saying, "The iTunes Library file cannot be found or created. The default location for this file is in the "iTunes" folder in the "Music" folder."
    I have tried a few things but iTunes closes right after i click okay. Anyone know anything?

    Look in your Home > Music folder.  There should be an iTunes folder there and it should have a number of files and folders including one called library.itl  You want to guide iTunes to that file.  If you don't see that file or folder then in your next post you will have to be very specific as to what you do see or how you have your iTunes set up because that's where it should be according to default settings.

  • My iTunes, whenever I try to open it, come up with a window that says iTunes has encountered a problem and now has to close sorry for the inconvienence.

    My iTunes, whenever I try to open it, come up with a window that saysiTunes has encountered a problem and now has to close sorry for theinconvienence.

    Generate another of those errors, and click the "Click here" link in the error message box.
    What modname and modver do you see for the error? (Precise spelling, please.)
    If the error is a BEX and you thus aren't seeing a modname or modver, let us know what P1 through P9 items are being listed for the error.

  • When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says: The request for account "iCloud" failed.  The server responded with "502" to operation CalDAVSetPropertyQueueableOperation. Help!!??

    When I try entering a new event in iCal on my MacBook Air, I get an error message popping up on my screen that says:
    The server responded with “502”
    The request for account “iCloud” failed. 
    The server responded with “502” to operation CalDAVSetPropertyQueueableOperation.
    The request for account “iCloud” failed.
    I am then given the option of staying Online or going Offline.
    Can anyone help me?
    thanks

    Hello b.krushel,
    Thank you for using Apple Support Communities
    Any number of things could cause this issue, so I would recommend this article named iCloud: Troubleshooting iCloud Calendar found here http://support.apple.com/kb/TS3999.
    These sections in particular:
    General Troubleshooting
    Make sure there are no current issues listed on the System Status that affect iCloud Calendar. The System Status is located on the iCloud Support webpage.
    Make sure you have fully enabled iCloud Calendar for the client you are using (for more setup and troubleshooting information on iOS, OS X, Windows and iCloud.com, see the additional details below).
    Check to see if the issue you are seeing is covered in iCloud Help. To search iCloud Help, visit help.apple.com/icloud.
    Check your settings and preferences as something may not be set up correctly. For example, having incorrect date and time settings can cause issues which are easily resolved by entering the appropriate settings.
    Troubleshooting Calendar on OS X Mountain Lion (iCal on OS X Lion)Note: For instructions on setting up iCloud Calendar with Calendar or iCal on your Mac, see iCloud Setup.If you are having trouble with Calendar or iCal on a Mac and you are using iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Make sure you are using OS X Lion v10.7.2 or later. Click here for help verifying the version of OS X you are using.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in iCal. Click here for more information about troubleshooting your Internet connection.
    Verify that your iCloud member name is entered into the iCloud Preference pane in System Preferences. See iCloud Setup for more information about setting up iCloud on a Mac.
    Make sure you enter and update calendar information in the iCloud section of Calendar or iCal. Only calendars and events in the iCloud section of the Calendar or iCal Calendar list will be pushed to iCloud. Both Calendar and iCal for the Mac support the display of and interaction with multiple accounts and datastores, for example, iCloud, On My Mac, Exchange, Google, and so on. This makes it easy to create or modify events or calendars in a section of  Calendar or iCal that may not be updating iCloud. Learn more about moving local calendars to iCloud.
    In some cases, you may find that you have data duplicated in both the local On My Mac and the iCloud sections of Calendar or iCal. Learn more about resolving this issue.
    You can make the iCloud calendar your default calendar for all new events. In Calendar on OS X Mountain Lion, choose Calendar > Preferences > General, or in OS X Lion, choose iCal > Preferences > Generaland under the Default Calendar heading, select one of the Calendars under the iCloud heading. Close the Preferences window to save this change.
    If recent changes simply don't appear, try forcing Calendar or iCal to refresh by selecting Refresh All from theCalendar menu.
    Make sure your account was successfully created in Calendar on your Mac (or iCal). After upgrading to iCloud Calendar, you may need to quit and reopen Calendar (or iCal). To confirm your account is configured correctly in iCal:
    Open Calendar (or iCal).
    Open Calendar (or iCal) Preferences.
    Click Accounts. You should see an account with your iCloud member name entered.
    Turn iCloud Calendars off and back on
    Quit Calendar (or iCal).
    Choose Apple () menu > System Preferences > iCloud.
    Remove the checkmark in the checkbox next to Calendars.
    Close System Preferences and wait about a minute.
    Open System Preferences and choose iCloud.
    Replace the checkmark next to Calendars.
    Close System Preferences.
    Open Calendar (or iCal) and test to see if the issue has been resolved.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    Take care,
    Sterling

  • I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    AppTrial1 where are you seeing this error exactly?  For information on how to install the Adobe Creative applications included with the Creative Cloud please see Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • Hey guys i was wondering if i could downgrade my iphone 5 from ios 7.1.1 to 7.0.6 or .0.4 i have 7.0.6 and .0.4 shsh blobs but when i try to build a custom ipsw using ifaith it loads and never stop loading is there any way to downgrade to older ios 7 ?

    Hey guys i was wondering if i could downgrade my iphone 5 from ios 7.1.1 to 7.0.6 or .0.4 i have 7.0.6 and .0.4 shsh blobs but when i try to build a custom ipsw using ifaith it loads and never stop loading is there any way to downgrade to older ios 7 ?

    No, you cannot downgrade your iOS device. That's not supported by Apple.

  • When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CC

    When trying to install an extension for InDesign CC 2014 I get an error message saying that the extension only works with version 7.0 or greater. My version is 10.0.0.7 x64 Build I was using this extension fine with InDesign CCError message with InDesign CC 2014

    Used the 64bit version before CC 2014 as well so don't think that's the issue. Here is the text in the .mxi file if I have missed something:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <macromedia-extension id="PrintUI Tools" name="PrintUI Tools" requires-restart="true" version="3.0.0">
      <author name="PrintUI.com"/>
      <description/>
      <license-agreement/>
      <products>
        <product maxversion="" name="InDesign" primary="true" version="7.0"/>
      </products>
      <files>
        <file destination="" file-type="CSXS" products="" source="PrintUIManagement.zxp"/>
      </files>
      <update url="http://printui.com/public/downloads/updates/printui_tools_update.xml"/>
    </macromedia-extension>

  • Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    reset your preferences:
    dreamweaver:  http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom:  http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light room-Preferences-file
    photoshop:  https://forums.adobe.com/thread/375776
    if that fails, uninstall ps, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and reinstall.  then use the manual updates.

  • Western Digital My Book World EditionI have bought a WD My Book World Edition to use for back-up of my iMac, but when I try and log onto the drive with Apple time Machine (back-up software) or connect in any other way i get the message 'There was a proble

    I have bought a WD My Book World Edition to use for back-up of my iMac, but when I try and log onto the drive with Apple time Machine (back-up software) or connect in any other way I get the message 'There was a problem connecting to the server "MybookWorld.local" The version of the server you are trying to connect to is not supported. Please contact your system administrator to resolve the problem'
    It is a brand new iMac and running Lion OSX
    Any ideas on how to solve would be gratefully received?

    Followed the directions on this page and it worked!
    http://forums.macrumors.com/showthread.php?t=1102423
    Part One - Turn on SSH (in the admin panel)
    [1] Go to to http://mybookworld.local
    [2] login: username will be admin, password will be whatever you have setup. If you can't remember it should be in your Mac OS X keychain (Utilities > Keychain Access, search for "mybookworld"). If you have not changed if from the default the password will be admin as well.
    [3] Switch to advanced mode.
    [4] From the System tab, pick Advanced.
    [5] Enable SSH Access, and click submit.
    [6] Click on the network tab and then the LAN button
    [7] Make a note of the IP address
    Small, maybe obvious, but nevertheless important point: For the install to work, your NAS needs to be connected to a router with internet access.
    Part Two - Install netatalk2.2
    [8] Open Terminal.app (Utilities > Terminal)
    [9] Enter the following command (substitute in 127.0.0.1 for the actual IP address you noted down in step 7), then hit return:
    Code: 
    ssh [email protected]
    [10] When prompted, enter the ssh password (will be welc0me).
    [11] You are now going to download the installer. Enter the following command, then hit return:
    Code: 
    wget http://mybookworld.wikidot.com/local--files/netatalk2-2-on-whitelight/install_netatalk.sh -O install_netatalk.sh
    [12] Once completed, you will need to run the installer. Type:
    Code: 
    sh install_netatalk.sh
    [13] You will be asked a number of question during install, answer yes to all. When asked about the "DHX2 login process", I opted to install the modified version, so I can confirm it works.
    [14] Once the box has restarted, you should be able to connect to your afp shares and continue to use Time Machine.

  • HT2518 When I try using Migration Assistant an error appears on my pc... "An error occurred while preparing your information for transfer."  My mac just continues searching for the pc and yet both are on the same wifi.  Please help!!!

    When I try using Migration Assistant an error appears on my pc... "An error occurred while preparing your information for transfer."  My mac just continues searching for the pc and yet both are on the same wifi.  I'm not getting anywhere!  Please help!!!

    Simple...
    http://www.apple.com/uk/support/mac/app-store/contact/

  • When I try to launch my copy of PSE it tells me that licensing for this product has stopped working. Error code 150:30. Restarting does nothing. Thanks!

    When I try to launch my copy of PSE it tells me that licensing for this product has stopped working. Error code 150:30. Restarting does nothing. Any ideas?
    Thanks!

    You haven't said what version of PSE you are using but the general solution to this problem is to re-install the product from your original disks.  Have you got the disks for your product and the related serial number?

Maybe you are looking for

  • Why does Windows think my Treo 700p is a Treo 680?

    I have gone through a long , frustrating fruitless attempt to get my Palm Treo 700p to connect to my new Windows Vista computer.  here are the steps I have gone through... Palm not connected to computer yet 1. run "PalmDesktopWIN62" 2. select english

  • Frequent Mouse-Down Errors

    I'm experiencing frequent (every 11 minutes or so) mouse-down errors. As this occurs in any variety of apps, including the Finder, the application in-use seems to not be a factor. I will be using an application and suddenly the track-pad no longer wo

  • Will NVIDIA GeForce2 TwinView drive a 23" CHD display?

    My 17" Studio Display (ADC) went completely dark (dead) yesterday and I was thinking of getting a new Apple 23" Cinema HD display (DVI). I would like some informed opinions as to whether my current G4 NVIDIA GeForce2 TwinView (64MB) card will adequat

  • Elements in the same line

    Hi! How can I insert one element and his child in the same line? thank you!

  • Images suddenly  missing?

    Can anyone see why the images in this one page site >www.thomaslafauci.com/ are no longer showing up? History: this tiny one-page site has been up for months. It was fine as of 2 days ago. There have been NO changes to this site at all. This morning,