Error compiling gcc on ppc

I'm trying to install the ps3toolchain from http://ps2dev.org/ps3/Tools/Toolchain/p … 26.tar.bz2 so I can compile programs specifically for ppu/spu, but I keep having problems. I noticed that in the i686 PKGCONFIG for gcc that it required the de_DE locale, so I regenerated my locales with that and began compiling. binutils compiled just fine, but a good ways into compiling gcc I get the following error:
make[2]: Entering directory `/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1'
Configuring stage 2 in ./intl
configure: loading cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for powerpc64-unknown-linux-gnu-gcc... /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make[2]: *** [configure-stage2-intl] Error 77
make[2]: Leaving directory `/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1'
make: *** [all] Error 2
Running cat intl/config.log reveals
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ /root/ps3toolchain/build/gcc-4.2.0/intl/configure --cache-file=./config.cache --build=powerpc64-unknown-linux-gnu --host=powerpc64-unknown-linux-gnu --target=ppu --prefix=/usr/local/ps3dev/ppu --with-newlib --disable-libgomp --disable-libmudflap --disable-libssp --disable-nls --disable-shared --disable-threads --without-headers --enable-languages=c --program-transform-name=s,^,ppu-,; --srcdir=../../intl --with-build-libsubdir=.
## Platform. ##
hostname = ps3
uname -m = ppc64
uname -r = 2.6.25-rc1-10429-g664fdd3-dirty
uname -s = Linux
uname -v = #6 SMP Tue Feb 19 23:56:26 EST 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = ppc64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
## Core tests. ##
configure:1220: loading cache ./config.cache
configure:1323: checking whether make sets $(MAKE)
configure:1343: result: yes
configure:1390: checking for a BSD-compatible install
configure:1445: result: /bin/install -c
configure:1470: checking whether NLS is requested
configure:1479: result: no
configure:1517: checking for msgfmt
configure:1548: result: /usr/bin/msgfmt
configure:1557: checking for gmsgfmt
configure:1588: result: /usr/bin/msgfmt
configure:1627: checking for xgettext
configure:1658: result: /usr/bin/xgettext
configure:1698: checking for msgmerge
configure:1728: result: /usr/bin/msgmerge
configure:1771: checking for powerpc64-unknown-linux-gnu-gcc
configure:1797: result: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/
configure:2079: checking for C compiler version
configure:2082: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ --version </dev/null >&5
xgcc (GCC) 4.2.0
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2085: $? = 0
configure:2087: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ -v </dev/null >&5
Reading specs from /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/specs
Target: ppu
Configured with: ../configure --prefix=/usr/local/ps3dev/ppu --target=ppu --enable-languages=c --with-newlib --disable-libgomp --disable-libmudflap --disable-libssp --disable-nls --disable-shared --disable-threads --without-headers
Thread model: single
gcc version 4.2.0
configure:2090: $? = 0
configure:2092: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ -V </dev/null >&5
xgcc: '-V' must come at the start of the command line
configure:2095: $? = 1
configure:2118: checking for C compiler default output file name
configure:2121: /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/ -g -O2 conftest.c >&5
/usr/local/ps3dev/ppu/ppu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/local/ps3dev/ppu/ppu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/local/ps3dev/ppu/ppu/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:2124: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2163: error: C compiler cannot create executables
See `config.log' for more details.
## Cache variables. ##
ac_cv_env_CC_set=set
ac_cv_env_CC_value=' /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=powerpc64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=powerpc64-unknown-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=ppu
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_prog_CC=' /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/'
ac_cv_prog_make_make_set=yes
## Output variables. ##
ACLOCAL=''
ALLOCA=''
AUTOCONF=''
AUTOHEADER=''
BUILD_INCLUDED_LIBINTL=''
CATOBJEXT=''
CC=' /root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/xgcc -B/root/ps3toolchain/build/gcc-4.2.0/build-ppu-stage1/./prev-gcc/ -B/usr/local/ps3dev/ppu/ppu/bin/'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
DATADIRNAME=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GENCAT=''
GLIBC21=''
GMSGFMT='/usr/bin/msgfmt'
INCINTL=''
INSTALL_DATA='/bin/install -c -m 644'
INSTALL_PROGRAM='/bin/install -c'
INSTALL_SCRIPT='/bin/install -c'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBINTL_DEP=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT=''
MKINSTALLDIRS='$(top_builddir)/../../intl/../mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
USE_INCLUDED_LIBINTL=''
USE_NLS='no'
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC=''
ac_ct_RANLIB=''
bindir='${exec_prefix}/bin'
build='powerpc64-unknown-linux-gnu'
build_alias='powerpc64-unknown-linux-gnu'
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host='powerpc64-unknown-linux-gnu'
host_alias='powerpc64-unknown-linux-gnu'
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/ps3dev/ppu'
program_transform_name='s,^,ppu-,; '
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='ppu'
## confdefs.h. ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
configure: exit 77
I had to copy /usr/include/gnu/stubs-64.h over from the ps3toolchain when I built it on my i686 Archlinux because it appears they disabled 64-bit libraries and whatnot on the ppc. Any ideas what I need to do?

The bootstrap compiler is GCC 3.4.3.
I tried Sun's assembler (/usr/ccs/bin/as) too and got another error (below)
I also tried bootstrapping with Sun's Studio 12 compiler but that too failed.
*$ pkginfo -x SUNWbinutils SMCbinut*
SMCbinut binutils
(x86) 2.17
SUNWbinutils binutils - GNU binutils
(i386) 11.10.0,REV=2005.01.08.01.09
*$ whence gcc*
/usr/sfw/bin/gcc
*$ gcc -v*
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure prefix=/usr/sfw with-as=/usr/sfw/bin/gas with-gnu-as with-ld=/usr/ccs/bin/ld without-gnu-ld enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
The error this time is:
/big1/usr.local.src/gcc-4.3.1/s10i/./gcc/xgcc -B/big1/usr.local.src/gcc-4.3.1/s10i/./gcc/ -B/usr/local/i386-pc-solaris2.10/bin/ -B/usr/local/i386-pc-solaris2.10/lib/ -isystem /usr/local/i386-pc-solaris2.10/include -isystem /usr/local/i386-pc-solaris2.10/sys-include -g -fkeep-inline-functions -m64 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../.././gcc -I../../../../gcc-4.3.1/libgcc -I../../../../gcc-4.3.1/libgcc/. -I../../../../gcc-4.3.1/libgcc/../gcc -I../../../../gcc-4.3.1/libgcc/../include -DHAVE_CC_TLS -o gcov.o -MT gcov.o -MD -MP -MF gcov.dep -DLgcov -c ../../../../gcc-4.3.1/libgcc/../gcc/libgcov.c
Assembler: libgcov.c
"/var/tmp//ccYcw90K.s", line 1936 : Syntax error
Near line: " repz cmpsb"

Similar Messages

  • Error compiling GCC 4.3.1 on Solaris 10 x86 (Update 5)

    I am getting error when building GCC 4.3.1 on Solaris 10 x86.
    Have any of you built GCC 4.3.1 on Sol 10 x86?
    Here's the background:
    $ cat /etc/release
    Solaris 10 5/08 s10x_u5wos_10 X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    $ isainfo -x
    amd64: cx16 mon sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
    i386: cx16 mon sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu
    $ isalist
    amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    $ echo $PATH
    /usr/sfw/bin:/usr/local/bin:/usr/X/bin:/etc:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/bin
    $ ../gcc-4.3.1/configure program-suffix=-4.3.1 enable-languages=c,c++
    with-mpfr=/usr/local with-gmp=/usr/local
    with-gnu-as with-as=/usr/sfw/bin/gas
    without-gnu-ld with-ld=/usr/ccs/bin/ld
    And here's the failure:
    /usr/local/src/gcc-4.3.1/s10i/./gcc/xgcc
    -B/usr/local/src/gcc-4.3.1/s10i/./gcc/
    -B/usr/local/i386-pc-solaris2.10/bin/
    -B/usr/local/i386-pc-solaris2.10/lib/
    -isystem /usr/local/i386-pc-solaris2.10/include
    -isystem /usr/local/i386-pc-solaris2.10/sys-include
    -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall
    -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
    -Wold-style-definition -isystem ./include -fPIC -g
    -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
    -D__GCC_FLOAT_NOT_NEEDED -shared
    -nodefaultlibs -Wl,-h,libgcc_s.so.1
    -Wl,-z,text -Wl,-z,defs -Wl,-M,libgcc.map
    -o amd64/libgcc_s.so.1.tmp -g -fkeep-inline-functions
    -m64 -B./ muldi3s.o negdi2s.o lshrdi3s.o ashldi3s.o
    ashrdi3s.o
    cmpdi2s.o ucmpdi2s.o clearcache_s.o enableexecute_stack_s.o
    trampolines.o __main_s.o absvsi2s.o absvdi2s.o addvsi3s.o
    addvdi3s.o subvsi3s.o subvdi3s.o mulvsi3s.o mulvdi3s.o negvsi2s.o
    negvdi2s.o ctorss.o ffssi2s.o ffsdi2s.o clzs.o clzsi2s.o clzdi2s.o
    ctzsi2s.o ctzdi2s.o popcounttab_s.o popcountsi2s.o popcountdi2s.o
    paritysi2s.o paritydi2s.o powisf2s.o powidf2s.o powixf2s.o powitf2s.o
    mulsc3s.o muldc3s.o mulxc3s.o multc3s.o divsc3s.o divdc3s.o
    divxc3s.o divtc3s.o bswapsi2s.o bswapdi2s.o fixunssfsis.o
    fixunsdfsis.o fixunsxfsis.o fixsfdis.o fixdfdis.o fixxfdis.o fixtfdis.o
    fixunssfdis.o fixunsdfdis.o fixunsxfdis.o fixunstfdis.o floatdisfs.o
    floatdidfs.o floatdixfs.o floatditfs.o floatundisfs.o floatundidfs.o
    floatundixfs.o floatunditfs.o divdi3s.o moddi3s.o udivdi3s.o umoddi3s.o
    udivw_sdiv_s.o udivmoddi4s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o
    gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f amd64/libgcc_s.so
    && if [ -f amd64/libgcc_s.so.1 ]; then mv -f amd64/libgcc_s.so.1 amd64/libgcc_s.so.1.backup; else true; fi
    && mv amd64/libgcc_s.so.1.tmp amd64/libgcc_s.so.1
    && ln -s libgcc_s.so.1 amd64/libgcc_s.so
    ld: fatal: unwind table: file /usr/local/src/gcc-4.3.1/s10i/./gcc/amd64/crtend.o: section .eh_frame:
    bad cie version 0: offset 0xfffffd7fffdfb700
    How do I build GCC 4.3.1 on Solaris x86?
    Thanks

    The bootstrap compiler is GCC 3.4.3.
    I tried Sun's assembler (/usr/ccs/bin/as) too and got another error (below)
    I also tried bootstrapping with Sun's Studio 12 compiler but that too failed.
    *$ pkginfo -x SUNWbinutils SMCbinut*
    SMCbinut binutils
    (x86) 2.17
    SUNWbinutils binutils - GNU binutils
    (i386) 11.10.0,REV=2005.01.08.01.09
    *$ whence gcc*
    /usr/sfw/bin/gcc
    *$ gcc -v*
    Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
    Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure prefix=/usr/sfw with-as=/usr/sfw/bin/gas with-gnu-as with-ld=/usr/ccs/bin/ld without-gnu-ld enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    The error this time is:
    /big1/usr.local.src/gcc-4.3.1/s10i/./gcc/xgcc -B/big1/usr.local.src/gcc-4.3.1/s10i/./gcc/ -B/usr/local/i386-pc-solaris2.10/bin/ -B/usr/local/i386-pc-solaris2.10/lib/ -isystem /usr/local/i386-pc-solaris2.10/include -isystem /usr/local/i386-pc-solaris2.10/sys-include -g -fkeep-inline-functions -m64 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../.././gcc -I../../../../gcc-4.3.1/libgcc -I../../../../gcc-4.3.1/libgcc/. -I../../../../gcc-4.3.1/libgcc/../gcc -I../../../../gcc-4.3.1/libgcc/../include -DHAVE_CC_TLS -o gcov.o -MT gcov.o -MD -MP -MF gcov.dep -DLgcov -c ../../../../gcc-4.3.1/libgcc/../gcc/libgcov.c
    Assembler: libgcov.c
    "/var/tmp//ccYcw90K.s", line 1936 : Syntax error
    Near line: " repz cmpsb"

  • Error compile gcc

    Hello all!
    I want to install gcc2.95.2 in a solaris 2.7. The configuration do right but when I do "make" it displays this error:
    make all-recursive
    Making all in intl
    Making all in lib
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -g -c getopt.c
    "getopt.c", line 214: cannot dereference non-pointer type
    "getopt.c", line 216: cannot dereference non-pointer type
    "getopt.c", line 219: undefined symbol: fi
    "getopt.c", line 219: syntax error before or at: str
    cc: acomp failed for getopt.c
    *** Error code 2
    make: Fatal error: Command failed for target `getopt.o'
    Current working directory /export/gcc/gcc-2.95.2/texinfo/lib
    *** Error code 1
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /export/gcc/gcc-2.95.2/texinfo
    *** Error code 1
    make: Fatal error: Command failed for target `all-recursive-am'
    Current working directory /export/gcc/gcc-2.95.2/texinfo
    *** Error code 1
    make: Fatal error: Command failed for target `all-texinfo"
    It seems that the file getopt.c doesn't compile well. Have anybody some idea?
    Thanks very much

    When I compile getopt.c, it displays the following text:
    <<
    "getopt.c", line 214: cannot dereference non-pointer type
    "getopt.c", line 216: cannot dereference non-pointer type
    "getopt.c", line 219: undefined symbol: fi
    "getopt.c", line 219: syntax error before or at: str
    >>
    I looked for files and I don't find anything wrong with it.
    Can the file getopt.c be wrong ?
    Thanks very much

  • Cannot compile GCC in Solaris Express

    Hi everyone,
    Im trying to compile GCC and other GNU tools in Solaris. Im trying to do this to compile my driver for OpenChrome (video). I'm getting some errors, but I could not paste it because im using Linux right now.
    Anybody got an idea on how to install GCC correctly?
    Many thanks in advance.
    Gerard

    darkstar87 wrote:
    Hi everyone,
    Im trying to compile GCC and other GNU tools in Solaris. Im trying to do this to compile my driver for OpenChrome (video). I'm getting some errors, but I could not paste it because im using Linux right now.Without the errors, there's no way to suggest a remedy.
    Perhaps you have permission problems, or disk full, or you don't have a working compiler, or your path is wrong, or the download is corrupt, or...
    Anybody got an idea on how to install GCC correctly?If the version that comes with Solaris is not sufficient, there are packages that can be installed from sunfreeware or blastwave, or you can follow the INSTALL instructions from gcc.
    Darren

  • Cannot compile gcc through abs

    I seem to have problems compiling gcc through abs. It chugs away for a while, compiling, and after a while when reaching a second configuration part (?), it fails. This is the last piece of the output:
    creating cache ../config.cache
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for Cygwin environment... no
    checking for mingw32 environment... no
    checking for gawk... gawk
    checking whether ln -s works... yes
    checking for gcc... /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include
    checking whether we are using GNU C... yes
    checking whether /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include accepts -g... yes
    checking for c++... /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -shared-libgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -nostdinc++ -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include
    checking whether we are using GNU C++... yes
    checking whether /var/abs/base/gcc/src/gcc-3.3.6/gcc/xgcc -shared-libgcc -B/var/abs/base/gcc/src/gcc-3.3.6/gcc/ -nostdinc++ -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src -L/var/abs/base/gcc/src/gcc-3.3.6/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include accepts -g... yes
    checking for GCC version number... 3.3.6
    checking for strerror in -lcposix... no
    checking for as... as
    checking for ar... ar
    checking for ranlib... ranlib
    checking for a BSD compatible install... /bin/install -c
    checking whether to enable maintainer-specific portions of Makefiles... no
    CPU config directory is cpu/i486
    OS config directory is os/gnu-linux
    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... missing
    checking for ld used by GCC... ld
    checking if the linker (ld) is GNU ld... yes
    checking for ld option to reload object files... -r
    checking for BSD-compatible nm... nm
    checking how to recognise dependant libraries... pass_all
    checking for object suffix... configure: error: installation or configuration problem; compiler does not work
    make: *** [configure-target-libstdc++-v3] Error 1
    ==> ERROR: Build Failed. Aborting...
    Any ideas why this might be?

    due to a recent upgrade of freetype it now needs to be included differently in the source files.
    I think you can solve the problem by editing mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp
    and adding
    #include <ft2build.h>
    #include FT_FREETYPE_H
    somewhere at the top of the file where other lines starting with #include are
    you may have do do this with other files as well, if you get this error again.
    if you run makepkg again, all changes you made are undone, so it would be easier if someone could make a patch file

  • Error compiling deluge [solved]

    So I downloaded the most recent pkgbuild of deluge (0.9.04) and used makepkg -sp
    Unfortunately I receive the following error after a bit of compiling takes place:
    /usr/bin/ld: cannot find -lboost_thread
    collect2: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1
    install: cannot stat `pixmaps/deluge.svg': No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    I know I have all the dependencies installed, so I'm not sure what is going wrong here.
    Any thoughts are appreciated!
    Edit: I found the svn version in the AUR that has fixed the boost build error.
    http://aur.archlinux.org/packages.php?ID=18502
    Last edited by nycthbris (2008-08-04 21:00:22)

    Here is the patch.
    boost-mt.patch:
    *** ./setup_old.py 2008-08-21 12:36:56.000000000 +0200
    --- ./setup.py 2008-08-21 12:39:51.000000000 +0200
    *** 157,167 ****
    else:
    _include_dirs += ['/usr/include/python' + python_version]
    _libraries = [
    ! 'boost_filesystem',
    ! 'boost_date_time',
    ! 'boost_iostreams',
    ! 'boost_python',
    ! 'boost_thread',
    'pthread',
    'ssl',
    'z'
    --- 157,167 ----
    else:
    _include_dirs += ['/usr/include/python' + python_version]
    _libraries = [
    ! 'boost_filesystem-mt',
    ! 'boost_date_time-mt',
    ! 'boost_iostreams-mt',
    ! 'boost_python-mt',
    ! 'boost_thread-mt',
    'pthread',
    'ssl',
    'z'
    And here is the PKGBUILD:
    pkgname=deluge
    pkgver=0.9.07
    pkgrel=1
    pkgdesc="A bittorrent client written with python and pygtk"
    arch=('i686' 'x86_64')
    url="http://deluge-torrent.org/"
    license=('GPL2')
    depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
    makedepends=('subversion' 'intltool')
    conflicts=('deluge')
    provides=('deluge')
    source=(http://download.deluge-torrent.org/source/$pkgver/$pkgname-$pkgver.tar.gz boost-mt.patch)
    md5sums=('d5e73b6d997040a70ecf948950cf4a51'
    '7cafc0c498383545ed45436f3c007a24')
    options=('!emptydirs')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    patch -Np1 -i ${srcdir}/boost-mt.patch || return 1
    python setup.py install --prefix=/usr --root=$startdir/pkg
    install -D -m644 deluge/data/pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
    Or get complete tarball → http://fisiu.lua.pl/arch/tarball/deluge.tar.bz2

  • Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18

    Adobe Media Encoder (Error compiling movie) Unknown error when writing to Isilon OneFS 6.5.5.18 while using Adobe Premiere Pro.
    Process:         Adobe Premiere Pro CC 2014
    Path: /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Identifier: com.adobe.AdobePremierePro
    Version:         8.1.0 (8.1.0)
    Code Type: X86-64 (Native)
    Parent Process: launchd [2538]
    Responsible:     Adobe Premiere Pro CC 2014
    Date/Time: 2015-01-06 14:04:23.500 -0700
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Crashed Thread: 55  Dispatch queue: com.apple.root.default-priority
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Customer created test export with 777 permissions and set mount parameters to the following:
    mount_nfs -o vers=3,tcp,rdirplus,intr,nolocks,async,rsize=32768,wsize=32768
      -- Original mount options:
         General mount flags: 0x40 async
         NFS parameters: vers=3,tcp,nolocks,rsize=32768,wsize=32768,rdirplus
      -- Current mount parameters:
         General mount flags: 0x4000058 async,nodev,nosuid multilabel
         NFS parameters: vers=3,tcp,port=2049,nomntudp,hard,nointr,noresvport,negnamecache,callumnt,nolocks,quota, rsize=32768,wsize=32768,readahead=16,dsize=32768,rdirplus,nodumbtimr,timeo=10,maxgroups=16 ,acregmin=5,acregmax=60,acdirmin=5,acdirmax=60,nomutejukebox,nonfc,sec=sys
    The pcap shows once the movie is created a lockup call is responded from Isilon with Error: NFS3ERR_NOENT
    478         V3 CREATE Call (Reply In 479), DH: 0xea5f731c/QBRSN-0-0-1.mov Mode: UNCHECKED
    479         V3 CREATE Reply (Call In 478)
    484         V3 LOOKUP Call (Reply In 485), DH: 0xea5f731c/._QBRSN-0-0-1.mov
    485        V3 LOOKUP Reply (Call In 484) Error: NFS3ERR_NOENT
    V3 LOOKUP Reply (Call In ....) Error: NFS3ERR_NOENT  -   This is by design of OneFS, we coalesce files and then flush them out to disk which is why the commit time is accurate but the file is not immediately available. however when an async option is used within the mount options this should be avoided if writing asynchronously to the cluster.  Has anyone else seen this behavior lately? (current workaround is to store locally and transfer to the cluster via Finder)

    That error can happen for many reasons...one of the reasons that I occassionaly get it is because I try exporting a movie to an external drive that has been formated in the old FAT32 instead of the NTSF standard.  FAT32 only allows for file sizes up to 2 gigs.  And as soon as it reaches that...I would get that error.  I don't know if that is why you are getting that error...but it would be easy to check.  1) are you generating a file that is over 2 gigs?  2) is your drive that you are exporting to FAT 32 (just right click the drive in My Computer and select "properties" then just look for what it says next to "file system".

  • Error compiling movie.  I/O Error.

    Hello.
    Im not sure if i should have posted in the hardware section.
    I have done some reaserch on this problem but haven't really got the solution.
    It doesnt matter what format i export it always gives me this error. With h264 and some else, its a bit different too.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_1.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.mp4
    - Preset Used: YouTube KW
    - Video: NTSC, 480x360, 30 [fps], Progressive
    - Audio: AAC, 64 [kbps], 48 kHz, Stereo
    - Bitrate: VBR, 1 Pass, Target 1,55, Max 2,29 [Mbps]
    - Encoding Time: 00:00:00
    3.12.2009 0:53:45 : Encoding Failed
    Cannot open "C:\Users\Kristjan\Desktop\Sequence 01.mp4" file for writing. Please check the output filename and file permissions (if it already exists) and then try again.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_2.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.avi
    - Preset Used: NTSC DV
    - Video: 720x480, 29.97 [fps], Lower, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:00
    3.12.2009 0:54:47 : Encoding Failed
    Error compiling movie.
    I/O Error.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_3.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.avi
    - Preset Used: NTSC DV
    - Video: 720x480, 29.97 [fps], Lower, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:00
    3.12.2009 0:58:04 : Encoding Failed
    Error compiling movie.
    I/O Error.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Untitled_4.prproj
    - Output File: C:\Users\Kristjan\Desktop\Sequence 01.avi
    - Preset Used: Custom
    - Video: 720x480, 25 [fps], Progressive, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:00
    3.12.2009 1:08:37 : Encoding Failed
    Error compiling movie.
    I/O Error.
    - Source File: C:\Users\SEMPER~1\AppData\Local\Temp\Chemistry, Copper_6.prproj
    - Output File: C:\Users\Kristjan\Desktop\Youtube.avi
    - Preset Used: Custom
    - Video: 720x480, 25 [fps], Progressive, Quality 100
    - Audio: 48000 Hz, Stereo, 16 bit
    - Bitrate:
    - Encoding Time: 00:00:01
    3.12.2009 1:28:42 : Encoding Failed
    Error compiling movie.
    There are alot of errors about my hard drive in the event viewer aswell. I have 2 hard drives. 
    The device, \Device\Harddisk1\DR1, has a bad block.
    The driver detected a controller error on \Device\Harddisk2\DR2.
    even my cd rom has a bad block, The device, \Device\CdRom0, has a bad block.
    I defrag my drives regulary.
    My PC ,I use the "system information" option that win 7 has :
    OS Name Microsoft Windows 7 Ultimate
    Version 6.1.7600 Build 7600
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name SEMPERFI-PC
    System Manufacturer System manufacturer
    System Model System Product Name
    System Type x64-based PC
    Processor Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz, 2997 Mhz, 2 Core(s), 2 Logical Processor(s)
    BIOS Version/Date American Megatrends Inc. 0503, 14.07.2009
    SMBIOS Version 2.5
    Windows Directory C:\Windows
    System Directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume2
    Locale Eesti
    Hardware Abstraction Layer Version = "6.1.7600.16385"
    User Name SemperFi-PC\Semper Fi
    Time Zone FLE Standard Time
    Installed Physical Memory (RAM) 4,00 GB
    Total Physical Memory 4,00 GB
    Available Physical Memory 2,10 GB
    Total Virtual Memory 8,00 GB
    Available Virtual Memory 5,47 GB
    Page File Space 4,00 GB
    Page File C:\pagefile.sys
    I/O:
    0x00000000-0x0000000F Direct memory access controller OK
    0x00000000-0x0000000F PCI bus OK
    0x00000010-0x0000001F Motherboard resources OK
    0x00000020-0x00000021 Programmable interrupt controller OK
    0x00000022-0x0000003F Motherboard resources OK
    0x00000040-0x00000043 System timer OK
    0x00000044-0x0000004D Motherboard resources OK
    0x00000050-0x0000005F Motherboard resources OK
    0x00000061-0x00000061 System speaker OK
    0x00000062-0x00000063 Motherboard resources OK
    0x00000065-0x0000006F Motherboard resources OK
    0x00000070-0x00000071 System CMOS/real time clock OK
    0x00000072-0x0000007F Motherboard resources OK
    0x00000080-0x00000080 Motherboard resources OK
    0x00000081-0x00000083 Direct memory access controller OK
    0x00000084-0x00000086 Motherboard resources OK
    0x00000087-0x00000087 Direct memory access controller OK
    0x00000088-0x00000088 Motherboard resources OK
    0x00000089-0x0000008B Direct memory access controller OK
    0x0000008C-0x0000008E Motherboard resources OK
    0x0000008F-0x0000008F Direct memory access controller OK
    0x00000090-0x0000009F Motherboard resources OK
    0x000000A0-0x000000A1 Programmable interrupt controller OK
    0x000000A2-0x000000BF Motherboard resources OK
    0x000000C0-0x000000DF Direct memory access controller OK
    0x000000E0-0x000000EF Motherboard resources OK
    0x000000F0-0x000000FF Numeric data processor OK
    0x00000290-0x00000297 Motherboard resources OK
    0x000003B0-0x000003BB Intel(R) X38/X48 Express Chipset PCI Express Root Port - 29E1 OK
    0x000003B0-0x000003BB ATI Radeon HD 3850 OK
    0x000003C0-0x000003DF Intel(R) X38/X48 Express Chipset PCI Express Root Port - 29E1 OK
    0x000003C0-0x000003DF ATI Radeon HD 3850 OK
    0x000003F8-0x000003FF Communications Port (COM1) OK
    0x00000400-0x0000041F Intel(R) ICH9 Family SMBus Controller - 2930 OK
    0x00000480-0x000004BF Motherboard resources OK
    0x000004D0-0x000004D1 Motherboard resources OK
    0x00000800-0x0000087F Motherboard resources OK
    0x00000D00-0x0000FFFF PCI bus OK
    0x00009400-0x0000940F Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009480-0x0000948F Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009800-0x00009803 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009880-0x00009887 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x00009C00-0x00009C03 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x0000A000-0x0000A007 Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 OK
    0x0000A400-0x0000A40F Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000A480-0x0000A48F Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000A800-0x0000A803 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000A880-0x0000A887 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000AC00-0x0000AC03 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000B000-0x0000B007 Intel(R) ICH9 Family 2 port Serial ATA Storage Controller 2 - 2926 OK
    0x0000B080-0x0000B09F Intel(R) ICH9 Family USB Universal Host Controller - 2934 OK
    0x0000B400-0x0000B41F Intel(R) ICH9 Family USB Universal Host Controller - 2935 OK
    0x0000B480-0x0000B49F Intel(R) ICH9 Family USB Universal Host Controller - 2936 OK
    0x0000B800-0x0000B81F Intel(R) ICH9 Family USB Universal Host Controller - 2937 OK
    0x0000B880-0x0000B89F Intel(R) ICH9 Family USB Universal Host Controller - 2938 OK
    0x0000BC00-0x0000BC1F Intel(R) ICH9 Family USB Universal Host Controller - 2939 OK
    0x0000C000-0x0000CFFF Intel(R) X38/X48 Express Chipset PCI Express Root Port - 29E1 OK
    0x0000C000-0x0000CFFF ATI Radeon HD 3850 OK
    0x0000D000-0x0000DFFF Intel(R) ICH9 Family PCI Express Root Port 6 - 294A OK
    0x0000D800-0x0000D8FF Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller OK
    0x0000E000-0x0000EFFF Intel(R) ICH9 Family PCI Express Root Port 5 - 2948 OK
    0x0000E400-0x0000E40F Standard Dual Channel PCI IDE Controller OK
    0x0000E480-0x0000E483 Standard Dual Channel PCI IDE Controller OK
    0x0000E800-0x0000E807 Standard Dual Channel PCI IDE Controller OK
    0x0000E880-0x0000E883 Standard Dual Channel PCI IDE Controller OK
    0x0000EC00-0x0000EC07 Standard Dual Channel PCI IDE Controller OK
    0x0000FFE0-0x0000FFEF AS0MMTY9 IDE Controller OK
    Drives:
    Drive C:
    Description Local Fixed Disk
    Compressed No
    File System NTFS
    Size 149,05 GB (160 040 443 904 bytes)
    Free Space 57,80 GB (62 065 405 952 bytes)
    Volume Name
    Volume Serial Number 44C64C64
    Drive D:
    Description Local Fixed Disk
    Compressed No
    File System NTFS
    Size 149,05 GB (160 038 907 904 bytes)
    Free Space 53,30 GB (57 233 891 328 bytes)
    Volume Name Windows
    Volume Serial Number 728D93DE
    Drive E:
    Description CD-ROM Disc
    Drive G:
    Description CD-ROM Disc
    Disks:
    Description Disk drive
    Manufacturer (Standard disk drives)
    Model SAMSUNG HD160JJ ATA Device
    Bytes/Sector 512
    Media Loaded Yes
    Media Type Fixed hard disk
    Partitions 1
    SCSI Bus 1
    SCSI Logical Unit 0
    SCSI Port 5
    SCSI Target ID 0
    Sectors/Track 63
    Size 149,05 GB (160 039 272 960 bytes)
    Total Cylinders 19 457
    Total Sectors 312 576 705
    Total Tracks 4 961 535
    Tracks/Cylinder 255
    Partition Disk #1, Partition #0
    Partition Size 149,05 GB (160 040 448 000 bytes)
    Partition Starting Offset 32 256 bytes
    Description Disk drive
    Manufacturer (Standard disk drives)
    Model WDC WD1600BB-00GUC0 ATA Device
    Bytes/Sector 512
    Media Loaded Yes
    Media Type Fixed hard disk
    Partitions 1
    SCSI Bus 0
    SCSI Logical Unit 0
    SCSI Port 0
    SCSI Target ID 0
    Sectors/Track 63
    Size 149,05 GB (160 039 272 960 bytes)
    Total Cylinders 19 457
    Total Sectors 312 576 705
    Total Tracks 4 961 535
    Tracks/Cylinder 255
    Partition Disk #0, Partition #0
    Partition Size 149,05 GB (160 038 912 000 bytes)
    Partition Starting Offset 1 048 576 bytes
    Multimedia shows me these codecs:
    video:
    c:\windows\system32\iyuv_32.dll Microsoft Corporation OK C:\Windows\system32\IYUV_32.DLL 6.1.7600.16385 52,50 KB (53 760 bytes) 14.07.2009 3:06
    c:\windows\system32\msrle32.dll Microsoft Corporation OK C:\Windows\system32\MSRLE32.DLL 6.1.7600.16385 15,50 KB (15 872 bytes) 14.07.2009 3:18
    c:\windows\system32\msvidc32.dll Microsoft Corporation OK C:\Windows\system32\MSVIDC32.DLL 6.1.7600.16385 37,50 KB (38 400 bytes) 14.07.2009 3:18
    c:\windows\system32\msyuv.dll Microsoft Corporation OK C:\Windows\system32\MSYUV.DLL 6.1.7600.16385 24,00 KB (24 576 bytes) 14.07.2009 3:06
    c:\windows\system32\tsbyuv.dll Microsoft Corporation OK C:\Windows\system32\TSBYUV.DLL 6.1.7600.16385 14,00 KB (14 336 bytes) 14.07.2009 3:06
    c:\windows\system32\xfcode~1.dll Not Available Xfire video codec [XFR1] OK C:\Windows\system32\XFCODEC64.DLL 1.0.0.40405 26,89 KB (27 536 bytes) 30.11.2009 21:33
    audio:
    c:\windows\system32\imaadp32.acm Microsoft Corporation OK C:\Windows\system32\IMAADP32.ACM 6.1.7600.16385 21,50 KB (22 016 bytes) 14.07.2009 3:18
    c:\windows\system32\l3codeca.acm Fraunhofer Institut Integrierte Schaltungen IIS Fraunhofer IIS MPEG Layer-3 Codec OK C:\Windows\system32\L3CODECA.ACM 1.9.0.401 79,50 KB (81 408 bytes) 14.07.2009 3:22
    c:\windows\system32\msadp32.acm Microsoft Corporation OK C:\Windows\system32\MSADP32.ACM 6.1.7600.16385 23,50 KB (24 064 bytes) 14.07.2009 3:18
    c:\windows\system32\msg711.acm Microsoft Corporation OK C:\Windows\system32\MSG711.ACM 6.1.7600.16385 14,50 KB (14 848 bytes) 14.07.2009 3:18
    c:\windows\system32\msgsm32.acm Microsoft Corporation OK C:\Windows\system32\MSGSM32.ACM 6.1.7600.16385 28,50 KB (29 184 bytes) 14.07.2009 3:18
    I downloaded and installed the Win7 codecs by Shark. Because...there are any other codecs available for win 7 ?
    Tell me if need any more info..which u probably do.
    If there are any better forums for this kind of problem then please tell me.
    I hope we can fix this prooblem.
    I think i haven't said my motherboard. Its P5E3 PRO. It has EPU engine and it turns off the hard drive when its idle...Premiere pro and all the sytem files are installed on my C drive which is like the main drive. On D drive i keep my music, downloads and stuff. I think it can turn of both drives then idle, but mostly it turns off D drive, I think. I have a new motherboard and i haven't got the hang of it how it shuts them down.
    But i think this really isnt a problem.
    Thanks in advance.

    Serious hardware problems!
    Go for a fresh install of OS & programs, but be prepared to first check your disks with a utility from the drive manufacturer (WD and Samsung). You may need new disks.
    Great to include these details, but for readability I suggest you include these as an attachment instead of in the text. It may scare people off reading all that detail.

  • Error compiling movie 'unknown error' premiere elements 11, tried every troubleshoot, what now?

    I'm trying to export a video and I keep on running into this error message, which stops the export process.  I've already visited and tried the troubleshooting suggestions on this page and this page, and this page, and none of those suggestions have worked.  Here's a list of what failed:
    Export in various file formats, every single one failed
    I removed each asset individually and tried to export the video after each removal (100+ assets, imagine how long that took) and I got the error after every single time
    I removed the front half of the video and tried exporting, still failed.
    I removed the back half of the video (because if it failed if I removed the front, the problem asset should be in the back, right? nope.) and tried exporting, it still failed.
    I don't have any Auto Color, Auto Contrast, Auto Levels, or Shadow/Highlight on any of my clips, although if I did, I'd try removing them.
    All of my video files are the same format, so it's not a mix of formats in my timeline which is causing the problem.
    I tried disabling auto-save, but it already tried to auto-save during the first 20 times I've attempted this, so the damage might already be done.
    I obviously didn't use any other programs during this process
    I moved all my assets to a different location on my harddrive, then reopened the project and refound the assests one by one, each of which had no problem getting into the timeline.  I tried rendering after this, and the render bar sailed along until a certain point, where it got stuck indefinitely.  I cancelled the render, which froze the program.  I had to close it and re-open the project, and re -link every asset again.  Once again there were no problems adding the assets.  I saved the project before the next render, so I wouldn't have to do this a third time, and it was a good idea I did, because the program froze again during the subsequent render.
    My computer didn't go to sleep or hibernate during the first 5-10 times I tried various methods for exporting.  It has slept in some of the 10+ times I've tried it since, because I don't have the patience to sit in front of my screen and watch it fail again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again and again.  CAN YOU TELL THAT I'M FRUSTRATED???
    The first thing I noticed that was wonky with this project was when I first tried to render my sequence. The render window chugged along just fine until it got to a certain point (can't remember the %), at which point it got stuck indefinitely.  I had to cancel the render, and then render other parts of the sequence bit by bit, avoiding what I thought was the problem part.  I tried rendering the problem part, and it got stuck again, so I eventually just decided that that clip didn't need to be in this movie, so I deleted it from the timeline.  All should be good at this point, my whole timeline is green from being rendered.  But, when I tried to export the video, I started down this tourtuous path of failed exports and frustration, and now here I am, posting in the forum, hoping someone can help me out.
    The problem asset (if that was the problem in the first place) isn't in the timeline any more, but I'm still having issues exporting the movie.  The fact that rendering still gets stuck after re-linking assets, and after getting rid of the first problem asset, makes me think that there is some bigger underlying issue, but I have no idea what that could be.  I followed these instructions and re-opened the project, tried to export, and still got that 'Unknown Error'.
    Please assist before I put my fist through this company computer.

    maxlong99
    Thanks for your update. Let us go through it.
    You wrote
    During one of my isolation tests, I stripped the timeline off all assets except clips from the same footage and I also removed that New Blue effect, and the project exported without issue.
    Did you run a control which included "with the New Blue effect" in this isolated test which does not sound like the "Full Project" as suggested in what you wrote next?
    You wrote
    Could multiple renders and project files be part of the problem?  I've created many, many different versions of this project to test and see where the problem is, which in turn means I've created many different render files for each different project.  If this could be part of the problem, should I keep the original project and delete all my test projects and associated render files therein?
    Each of the projects should have its own name which will be applied to its files. And each project should have rendered files specific to it (for SD project whether video or still clip = DV .avi file; for HD project whether video or still clip = MPEG2.mpg file). Are you naming these different projects with distinctive names?
    Have you expanded the Timeline with the -+ slider and closely inspected the track content for
    a. leftovers such a very thin vertical black lines scattered about
    b. gaps
    c. transitions, and especially audio placement
    You have probably seen the following, but I will post the link just in case. I suspect you have been there and done that.
    http://helpx.adobe.com/premiere-elements/kb/error-error-compiling-movie-render.html
    Please let us know what the closer inspection of the Timeline content (as mentioned) revealed.
    Thanks.
    ATR

  • Deployejb : Oracle 8.1.6 : Errors compiling the communication stubs

    Hi,
    I was able to deploy EJB using JDeveloper 3.1 in the Oracle 8i (1.1.6) DB.However, when I try it manually, it is giving errors.
    I was able to use deployejb tool succesfully with Oracle 8.1.5 DB.Is there some problem with Oracle 8.1.6 DB?
    This is output, I am getting :
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.....................................done
    Compiling Stubs...Errors compiling the communication stubs
    C:\sandeep\JDeveloper3.0\class\TEMP\EJBPackage\_OracleEJBHomeImplBase.java:24: i
    llegal combination of modifiers: abstract and strictfp
    abstract public class _OracleEJBHomeImplBase extends org.omg.CORBA.portable.Skel
    eton implements EJBPackage.OracleEJBHome {
    ^
    C:\sandeep\JDeveloper3.0\class\TEMP\EJBPackage\_OracleEJBRemoteImplBase.java:24:
    illegal combination of modifiers: abstract and strictfp
    abstract public class _OracleEJBRemoteImplBase extends org.omg.CORBA.portable.Sk
    eleton implements EJBPackage.OracleEJBRemote {
    ^
    2 errors
    Is this a problem with the classpath/path settings?
    Please advise!!
    TIA
    Sandeep
    null

    Thanks,I got it
    -- Sandeep
    null

  • Error compiling movie. Unknown error. In both Premiere and Media Encoder

    I am trying to export a a batch of six sequences, out of Premiere Pro CC to my internal hard drive using the Apple ProRes 422 Quicktime setting. All of the sequence exports are failing in the first couple of seconds. This happens if I do them individually directly out of Premiere and if I export them out as a batch to Media Encoder. All get the same "Error compiling movie. Unknown error." error message. I have tried restarting the computer, that didn't fix it. I had the same problem with some other files yesterday but I was able to export them out individually OK. But with this batch, no dice. The sequences are all fully rendered. There aren't any problematic clips in the sequences, not that I can tell. None of the sequences is very long, only about 1-2 mins each.
    Any ideas?
    My system details are:
    MacBook Pro (Retina, 15-inch, Mid 2014)
    2.5 GHz Intel Core i7
    16GB 1600 MHz DDR3
    Graphics NVIDIA GeForce GT 750M 2048 MB
    plenty of space on my startup disk

    Error Compiling Movie... some past discussions and ideas
    -http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-rendering-or.html
    -http://helpx.adobe.com/premiere-elements/kb/error-error-compiling-movie-render.html
    -and nested sequences http://forums.adobe.com/thread/955172

  • "Error Compiling Movie: Unknown Error" or program crash when rendering

    I just built a new PC because my Macbook Pro couldn't render fast enough. Now that I have built this brand new computer, I can't render at all! I render once and get the "Error Compiling Movie: Unknown Error" and if I try to render again, the program crashes.
    My files are not corrupt as I can render them without problems on my laptop (just slowly) and on a friend's PC. I can export fine but the project I am working in is currently very small. I have 450gb of space and when using After Effects, rendering is a breeze. I have restarted, uninstalled and reinstalled and nothing seems to be doing the trick.
    I feel like this must be a bug in Premiere Pro CC. Has anyone had this problem and/or come up with any solutions?

    You may have more luck getting help with this kind of problem on the AME forum. Or at least have a look at this page from the AME forum prompting you for the information that can help in isolating the cause of this problem: http://forums.adobe.com/thread/1011883.

  • "error compiling movie: unknown error" in premiere cs3.2 / win8

    This happens during both Export and Render Work Area, as soon as the renderer hits one of my assets. Initially, this asset was an uncompressed AVI with an alpha channel, over another uncompressed AVI. You can see the Progress bar suddenly get extremely slow when it hits that point, and then it gives the unknown error within about 10 frames. As far as I remember, this NEVER happened when I was rendering on my laptop, running Windows 7 (a former temporary setup while I was waiting to get a new workstation).
    I've tried taking some pressure off Premiere... I rendered the sequence in AfterEffects, so Premiere didn't have to deal with the compositing. I also wrapped the asset in a MOV container, with PNG compression, so the files weren't so large. This seemed to help in certain cases -- using this method, I can get through some of the biggest assets. It still happens a bunch of times throughout my sequence, though.
    I have the rendering optimized for "memory" in the project settings. I also have more than enough hard drive space on the drive I'm exporting to.
    My instinct and limited powers of observation suggest to me that this is a memory problem. This computer's not exactly a world-class production system. However, there are other clips -- mostly HD footage directly from the camera (HVX200) but also some shorter-duration uncompressed AVI's -- that seem to render fine. Plus, even some clips already recompressed to MOV's in AE are causing the same problem. I don't want to have to fiddle with this on every project til I can afford Adobe CC... has anyone else seen problems like this, and found some kind of broader solution to them?

    If you have not seen this Adobe KB article on Error Compiling Movie, it might also be helpful: http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-rendering-or.html
    Good luck,
    Hunt

  • I'm getting an error compiling movie Unknown error. It's always been fine before.

    Hi I'm getting an error compiling move Unknown error. Its always worked fine on my mac before.
    I've tried trashing my render files and switching to mercurey playback software only but it won't let me render or export.
    It might be to do with Magic bullet looks plug in but I've used it and hope I don't need to remove it as I love it.
    Please help!

    There's no one solution for Unknown Errors.  You'll have to experiment with different things, hoping to stumble upon something that works.

  • Changed Video Preview "Error Compiling Movie" "Unknown Error"

    Hi All,
    I am running
    10.8.3 OSX
    2x2.8 GHz Quad-Core Intel Xeon
    16gb 800 MHz DDR2 FB-DIMM
    NVIDIA GeForce 8800 GT 512 MB
    AE CS6 11.0.2.11
    PP CS6 6.0.2
    So I have 2 dynamic link AE comps in my premiere sequence just with some blur transitions & simple animated graphics.
    I was having trouble with the blur quality from AE to Premiere so adjusted my Video preview settings from,
    Created a new sequence and had these settings, copied and pasted the content from the first comp,
    Unrendered my dynamic link blur works (yay) but when I try to preview render my sequence I get the wonderful error "Error compiling movie. Unknown Error"
    Any suggestions?
    I have tried opening and closing the programs, replacing the dynamic links in the seuquence...
    Thanks in advance!

    05555...did you get this reconciled??? If so, what did you do....I have encountered the same window myself, today.

Maybe you are looking for

  • Regarding jasper reports can any one help me?

    Hi, I am working on jasper report1.2.5. I created jrml file using iReport Tool (1.2.5). while I am tyring to compile this jrxml file into solaris I found the following error. java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/env/IName

  • I got a MAJOR virus while running on Windows...what to do now?

    I made the mistake of downloading a torrent while running on Windows, and I ended up getting the blue screen of death. I don't need to use Windows anymore anyways, but I'm worried it's going to effect my MacOS. By completely removing and uninstalling

  • Order by rDate desc is not working

    Hello, order by rDate desc is not working in my following query select cv_id,to_char(rDate,'Month dd, yyyy') from jobResponses  where job_id=35 and (responseStatus=1 OR responseStatus=2) order by rDate desc March     03, 2012 March     03, 2012 March

  • Font Dialog in MS Windows

    Hi, What is the equal (in Java) font Dialog in MS Windows? Is Font Dialog same as Courier New Bold or Arial Bold or another one? For example, when there are buttons, ones is JButton, and other one is simple/classic Windows Button. These buttons have

  • Displaying JobTicket colorant data in Output Preview dialog.

    Hi, my task is to create plug-in which extends functionality of Output Preview dialog. It should display actual state of all Separations and Inks specified in PDF JobTicket. I supposed to use AVPageViewSetVisibleInks/AVPageViewGetVisibleInk but they