Wrong ELFclass: ELFCLASS64 killed

While running an Openview agnet (BBC Local Location Broker ) on solaris 8 it's giving this error
# /opt/OV/bin/llbserver
ld.so.1: /opt/OV/bin/llbserver: fatal: /opt/OV/lib/libCrun.so.1: wrong ELF class: ELFCLASS64
Killed
Can any one knows work around of this problem?
Shubhasis
408.986.3416
[email protected]

if you want to compile in 64bits mode with GCC, use the flag -m64
if you want to link 32bits Oracle libs, link the libs in $ORACLE_HOME/lib32
Regards,
Vincent

Similar Messages

  • Ipod killing USB-cables, help!

    My Ipod has a problem. It kills USB-cables and some cables don't even get in. I sent my Ipod to Apple to be repaired. But nothing was found wrong. It killed my first cable, now the second cable doesn't work. The cables from friends don't get in. At the store where I bought it, the same story. Why is this happening? I'm so frustrate. Help me! I don't now what to do.

    Bring it in to Apple.  Maybe the battery is dead.

  • Hard coded links in R12.1.1 SOLARIS 10 64 bit Rapid Install stack

    Hi,
    Just a heads up for anyone using the Solaris 10 64 bit Rapid Install.
    I am doing a 11.5.10.2 > 12.1.1 upgrade on Solaris 10 64-bit.
    On my Rapid Install delivered R12.1.1 tech stack there are some hard coded links to Oracle test server files in the 10.1.2 and 10.1.3 lib32 directories. Which is not a good thing - it stops little things like adpatch working!
    e.g.
    $ cd $ORACLE_HOME/lib32
    $ ls -l ldflags
    $ lrwxrwxrwx 1 appdugc dba 56 Feb 4 16:21 ldflags -> */d4/R12/ab/apps/R1211XB9/*apps/tech_st/10.1.2/lib/ldflags
    This leads to libclntsh.so not being generated and errors like this when running adpatch:
    ld.so.1: adpatch: fatal: /*/*/*/apps/tech_st/10.1.2/lib/libclntsh.so.10.1: wrong ELF class: ELFCLASS64
    Killed
    The fix is to recreate the soft links to point to the correct local mount points/paths
    How on earth did that slip through?
    I raised an SR on this issue and got no where at all. I only got to the bottom of it when I noticed the /d4/R12 path and googled that. I then found Vikram's article at http://oracleappstechnology.blogspot.com/2009/09/r1211-apache-wont-start.html and realised that it was the cause of my problems too.
    Edited by: user6675174 on 16-Feb-2010 00:45

    Hello All,
    I faced the same situation. This is what I did to fix the issue on all the Tiers that has the Applications Tech Stack.
    cd "applications install base"
    find ./inst ./apps -type l -exec ls -l {} \; | grep d4
    Set your applications environment appropriately using APPS<instance>_<host>.env under the APPL_TOP
    cd $ORACLE_HOME
    /bin/rm ./bin/lbuilder
    /bin/rm ./bin/webcachectl
    /bin/rm ./lib32/ldflags
    /bin/rm ./lib32/libocci.so
    /bin/rm ./lib/libnavhoa.a
    /bin/rm ./lib/hsdb_inf.so
    /bin/rm ./lib/hsdb_odbc.so
    /bin/rm ./lib/hsdb_oing.so
    /bin/rm ./lib/hsdb_ora.so
    /bin/rm ./lib/hsdb_syb.so
    /bin/rm ./webcache/lib32
    /bin/rm ./webcache/examples/readme.examples.html
    /bin/rm ./sysman/webapps/emd/WEB-INF/lib/log4j-core.jar
    ln -s $ORACLE_HOME/nls/lbuilder/lbuilder $ORACLE_HOME/bin/lbuilder
    ln -s $ORACLE_HOME/webcache/bin/webcachectl $ORACLE_HOME/bin/webcachectl
    ln -s $ORACLE_HOME/lib/ldflags $ORACLE_HOME/lib32/ldflags
    ln -s $ORACLE_HOME/lib32/libocci.so.10.1 $ORACLE_HOME/lib32/libocci.so
    ln -s $ORACLE_HOME/lib32/libnavhoa.a $ORACLE_HOME/lib/libnavhoa.a
    ln -s $ORACLE_HOME/lib32/hsdb_inf.so $ORACLE_HOME/lib/hsdb_inf.so
    ln -s $ORACLE_HOME/lib32/hsdb_odbc.so $ORACLE_HOME/lib/hsdb_odbc.so
    ln -s $ORACLE_HOME/lib32/hsdb_oing.so $ORACLE_HOME/lib/hsdb_oing.so
    ln -s $ORACLE_HOME/lib32/hsdb_ora.so $ORACLE_HOME/lib/hsdb_ora.so
    ln -s $ORACLE_HOME/lib32/hsdb_syb.so $ORACLE_HOME/lib/hsdb_syb.so
    ln -s $ORACLE_HOME/webcache/lib $ORACLE_HOME/webcache/lib32
    ln -s $ORACLE_HOME/webcache/docs/readme.examples.html $ORACLE_HOME/webcache/examples/readme.examples.html
    ln -s $ORACLE_HOME/sysman/jlib/log4j-core.jar $ORACLE_HOME/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar
    cd $ORACLE_HOME/bin
    ./genclntsh -32
    Thanks,
    Sushil Motwani

  • Unable to deploy 12c agent on Solaris 10 / Sparc

    Hello everyone.
    I'm currently evaluating the new Oracle Enterprise Manager 12c and have it installed on Solaris 11 (x86-64).
    Now I want to deploy agents on some Solaris 10 ( Sparc64 ) server. The software is transferred and then the agentDeploy.sh script is executed but it always failed with accessing objects with the wrong ELFCLASS.
    I receive the following error:
    java.lang.UnsatisfiedLinkError: /oracle/emagent/core/12.1.0.1.0/oui/lib/solaris/liboraInstaller.so: ld.so.1: j
    ava: Schwerer Fehler: /oracle/emagent/core/12.1.0.1.0/oui/lib/solaris/liboraInstaller.so: falsche ELF-Klasse:
    ELFCLASS64 (Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1003)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:125)
    at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.getEnv(OiipgEnvironment.java:201)
    at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.initUnixPtrFileLoc(OiipgPropertyLoader.java:213)
    at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.<clinit>(OiipgPropertyLoader.java:126)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.updateProperties(OiicStandardInventorySession.j
    ava:461)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:2
    57)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:2
    31)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:1
    80)
    at oracle.sysman.agent.installer.AgentInstaller.getAllHomesInfo(AgentInstaller.java:789)
    at oracle.sysman.agent.installer.AgentInstaller.main(AgentInstaller.java:574)
    The installed agent software shows the correct class ELF 64-Bit executable SPARCV9 Version 1 .
    So what goes wrong ?
    Joerg

    Hello,
    I've found a workaround to solve the problem.
    On the target server a temporary installation directory was created containing the agentDeploy.sh script.
    Inside this script there are several java calls and some are missing the information to run as 64-bit.
    I've changend the rows where the flag "-d64" was missing:
    ..../java -d64 -classpath....
    and then I've made a retry from EM 12c.
    And it works successfully.
    Have a nice day!
    Joerg

  • No space left on device

    Attempting to upgrade some packages from AUR  and it failed ! This is a long one .
    [wesley@ratdog ~]$ yaourt -Syu --aur
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community-testing is up to date
    community is up to date
    archlinuxfr is up to date
    archrepo is up to date
    compiz-fusion is up to date
    arch-games is up to date
    ==> Searching for new version on AUR
    afsp: up to date
    alkitab: up to date
    arachnophilia: up to date
    archlinux-themes-gdm: not found on AUR
    bash-docs: up to date
    bin32-jre: 6u17-1 => 6u18-1
    bin32-xnview: up to date
    bpython: 0.9.5.2-1 => 0.9.6.2-1
    burn-cd: up to date
    cdw: 0.3.92-2 => 0.3.95-1
    childsplay: up to date
    clawsker: up to date
    compiz-check: up to date
    cope-git: (local=20100127-1 aur=20091228-2)
    cronwhip: 2.0.1-2 => 2.0.1-3
    cutemaze: up to date
    dvdwizard: up to date
    dwarffortress: v0.28.181.40d16-1 => v0.28.181.40d16-2
    encode2mpeg: up to date
    flashplugin-universal: 10.0.32.18-1 => 10.0.42.34-1
    freefonts: up to date
    freetype2-cleartype: up to date
    gattax: up to date
    geany-plugins: up to date
    gimpfx-foundry: up to date
    gnome-mplayer-svn: (local=1594-1 aur=1583-1)
    gnome-specimen: up to date
    goobox: 2.0.0-1 => 2.1.1-1
    gstreamer0.10-farsight: up to date
    gstreamer0.10-fluendo: up to date
    gtkimageviewer: up to date
    haskell-fgl: (local=5.4.2.2-2 aur=5.4.2.2-1)
    imagination: up to date
    jason-rohrer-games: up to date
    lemonrip: up to date
    lettergames: up to date
    lib32-gstreamer0.10: up to date
    lib32-gstreamer0.10-base: up to date
    lib32-liboil: up to date
    lib32-libpng12: up to date
    lib32-libpps: up to date
    lib32-libxp: up to date
    lib32-printproto: up to date
    lib32-sdl_image: 1.2.10-1 => 1.2.10-2
    libjpeg7: up to date
    libmimic: up to date
    libpng12: up to date
    libxml: up to date
    linuxvideoconverter: up to date
    markdown: up to date
    megamario: up to date
    mencoder: 29776-1 => 30146-1
    mybashburn: up to date
    nano-syntax-highlighting: up to date
    nautilus-image-converter: up to date
    nautilus-pastebin: up to date
    nautilus-rename-exif-date: up to date
    nautilus-sound-converter: up to date
    ninvaders: up to date
    nspluginwrapper: up to date
    pacman_sdl: up to date
    perl-class-inspector: up to date
    perl-env-path: up to date
    perl-file-sharedir: up to date
    perl-io-stty: up to date
    perl-params-util: up to date
    perl-regexp-common: up to date
    perl-text-upsidedown: up to date
    perl-universal-require: up to date
    petris: up to date
    pidgin-sound: up to date
    postr: up to date (0.12.3-1 flagged as out of date)
    pyfloppy: up to date
    python-nautilus: up to date
    smplayer-svn: 3323-1 => 3409-1
    stapler-git: (local=20091206-1 aur=20090809-1)
    stargunner: up to date
    touchmegames: up to date
    transmission-svn: (local=9560-1 aur=8282-5)
    ttf-ms-fonts-lic: up to date
    ttf-tahoma: up to date
    ttf-tiresias: up to date
    tuxpaint-config: up to date
    tuxpaint-stamps: 2008.06.30-1 => 2009.06.28-1
    ultra-tic-tac-toe: up to date
    xsane2tess: up to date
    xvid4conf: up to date
    xvidenc: up to date (8.1.7-1 flagged as out of date)
    zathura-git: (local=20091215-1 aur=20090923-1)
    Packages that can be updated from AUR:
    bin32-jre bpython cdw cronwhip dwarffortress flashplugin-universal goobox lib32-sdl_image mencoder smplayer-svn tuxpaint-stamps
    ==> Do you want to update these packages ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Resuming previous build
    ==> Downloading bin32-jre PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: jryarch on Wed, 19 Nov 2008 20:49:15 +0000
    I'm using it on swiftfox32 now, and runs flawless! Thanks.
    Comment by: tzok on Thu, 27 Aug 2009 07:00:45 +0000
    # $Id$
    # Maintainer: webjdm <[email protected]>
    pkgname=bin32-jre
    pkgver=6u16
    pkgrel=1
    pkgdesc="32-bit Sun java with the new mozilla plugin for Arch x86_64"
    arch=('x86_64')
    license=('custom')
    url="https://jdk6.dev.java.net"
    depends=('lib32-glibc' 'lib32-libgl' 'lib32-libx11' 'lib32-libxtst' 'mozilla-common')
    makedepends=('diffutils' 'fakeroot' 'pkgconfig')
    install=jre.install
    bin32name=jdk-${pkgver}-dlj-linux-i586
    source=(http://download.java.net/dlj/binaries/${bin32name}.bin 'construct.sh' 'construct.patch')
    md5sums=('0c9c81f8f0b85fd96a8db06d36b50b33'
    '94065b612df0046d9ae758943f9f6a75'
    '88ad70c4ee77f58d761225a59ab3b7d9')
    build() {
    cd ${startdir}/src
    patch -p0 <construct.patch || return 1
    chmod +x ${bin32name}.bin || return 1
    mkdir -p unbundle-jdk
    cd unbundle-jdk
    LD_PRELOAD="" sh ../${bin32name}.bin --accept-license || return 1
    cd ${startdir}/src
    chmod +x construct.sh
    LD_PRELOAD="" sh construct.sh unbundle-jdk linux-jdk linux-jre || return 1
    mkdir -p ${startdir}/pkg/opt/${pkgname}
    cp -r linux-jdk/jre ${startdir}/pkg/opt/${pkgname} || return 1
    cd ${startdir}/pkg
    # New java plugin in /opt/mozilla/lib/plugins
    mkdir -p opt/mozilla/lib/plugins
    ln -s /opt/${pkgname}/jre/lib/i386/libnpjp2.so opt/mozilla/lib/plugins/libnpjp2.so
    Comment by: bruce on Fri, 16 Oct 2009 08:52:14 +0000
    need to add lib32-libxi as a dep...
    Comment by: doorknob60 on Sat, 21 Nov 2009 21:23:00 +0000
    Add lib32-gconf to depends please. Otherwise firefox32 crashes when I load a Java applet with an wrong elfclass error.
    Comment by: catalyst on Mon, 18 Jan 2010 16:25:32 +0000
    where 6u18 ?
    First Submitted: Sat, 26 Jul 2008 00:56:14 +0000
    bin32-jre 6u18-1 : 32-bit Sun java with the new mozilla plugin for Arch x86_64
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> bin32-jre dependencies:
    - lib32-glibc (already installed)
    - lib32-libgl (already installed)
    - lib32-libx11 (already installed)
    - lib32-libxtst (already installed)
    - mozilla-common (already installed)
    - lib32-libxi (already installed)
    - diffutils (already installed)
    - fakeroot (already installed)
    - pkgconfig (already installed)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    bin32-jre.install
    ==> Edit bin32-jre.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of bin32-jre ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for bin32-jre:
    ==> Building and installing package
    ==> bin32-jre dependencies:
    - lib32-glibc (already installed)
    - lib32-libgl (already installed)
    - lib32-libx11 (already installed)
    - lib32-libxtst (already installed)
    - mozilla-common (already installed)
    - lib32-libxi (already installed)
    - diffutils (already installed)
    - fakeroot (already installed)
    - pkgconfig (already installed)
    ==> Making package: bin32-jre 6u18-1 x86_64 (Sun Feb 7 18:31:20 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found jdk-6u18-dlj-linux-i586.bin in build dir
    -> Found construct.sh in build dir
    -> Found construct.patch in build dir
    ==> Validating source files with md5sums...
    jdk-6u18-dlj-linux-i586.bin ... Passed
    construct.sh ... Passed
    construct.patch ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file construct.sh
    You will need atleast 267624 kBytes of Disk Free
    Please free up the required Disk Space and try again
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build bin32-jre package.
    Error: unable to update bin32-jre
    ==> Resuming previous build
    ==> Downloading bpython PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update bpython
    ==> Resuming previous build
    ==> Downloading cdw PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update cdw
    ==> Downloading cronwhip PKGBUILD from AUR...
    tar: Record size = 8 blocks
    Comment by: liquidsunshine on Tue, 14 Apr 2009 03:04:10 +0000
    md5sums changed... is this out of date?
    Comment by: liquidsunshine on Tue, 14 Apr 2009 03:07:28 +0000
    Also, you might want to fix the line in the PKGBUILD that says:
    pkgdesc="upload files to the AUR"
    since it's not really accurate. =)
    Comment by: Xyne on Wed, 15 Apr 2009 04:51:31 +0000
    You just don't know about the hidden options :P
    Sorry about the md5sum change. I've been updating nearly everything at once (refactoring, adding man pages, changing my build and upload scripts, changing the site backend, etc) and I haven't reached a stable point yet. Thanks for letting me know about it.
    The funny thing is that I'm so tired right now and bouncing back and forth between so many things that I only saw the pkgdesc at first. I thought this was aurploader (where the desc came from) and thought you meant it should be "upload pkgs to the AUR" instead of "files"... and ended up discovering that they've changed the AUR submit form so I had to update aurploader (and fix all my package categories).
    Comment by: liquidsunshine on Wed, 15 Apr 2009 04:57:36 +0000
    Haha! Glad I helped you discover something then. I love the program by the way. It makes cron useful on a laptop! =)
    First Submitted: Thu, 30 Oct 2008 22:41:42 +0000
    cronwhip 2.0.1-3 : run missed cronjobs
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> cronwhip dependencies:
    - perl (already installed)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    cronwhip.install
    ==> Edit cronwhip.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    cronwhip.install
    ==> Edit cronwhip.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of cronwhip ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for cronwhip:
    ==> Building and installing package
    ==> cronwhip dependencies:
    - perl (already installed)
    ==> Making package: cronwhip 2.0.1-3 any (Sun Feb 7 18:32:46 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading cronwhip-2.0.1.tar.gz...
    --2010-02-07 18:32:46-- http://xyne.archlinux.ca/src/cronwhip-2.0.1.tar.gz
    Resolving xyne.archlinux.ca... 69.89.25.172
    Connecting to xyne.archlinux.ca|69.89.25.172|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9069 (8.9K) [application/x-gzip]
    Saving to: "cronwhip-2.0.1.tar.gz.part"
    100%[======================================>] 9,069 --.-K/s in 0.08s
    2010-02-07 18:32:47 (105 KB/s) - "cronwhip-2.0.1.tar.gz.part" saved [9069/9069]
    ==> Validating source files with md5sums...
    cronwhip-2.0.1.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting cronwhip-2.0.1.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Adding install script...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: cronwhip 2.0.1-3 any (Sun Feb 7 18:32:47 CST 2010)
    ==> Continue installing cronwhip? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading cronwhip [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for cronwhip
    ==> Do you want to vote for cronwhip inclusion/keeping in [community] ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    cronwhip now voted
    ==> Downloading dwarffortress PKGBUILD from AUR...
    tar: Record size = 9 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: daenyth on Thu, 28 Jan 2010 00:42:48 +0000
    Fixed, and binaries being uploaded to the arch-games repo as well :)
    Comment by: marenz on Thu, 28 Jan 2010 11:17:29 +0000
    missing dependency: fmodex .. or rather, it can't find its libs directory.
    Doing LD_LIBRARY_PATH=/opt/df_linux/libs dwarffortress fixed this problem.
    But then another problem appears: It can't find the index file and says it must be in the data folder.
    Running the game as root works.
    --Marenz
    Comment by: daenyth on Thu, 28 Jan 2010 13:10:39 +0000
    Wooops.. the person I had test it must have had that installed. Can you elaborate on the second error? The tester didn't mention anything about it. I can't test it at the moment myself. I'll try to get another pkgrel out tonight though.
    Comment by: marenz on Thu, 28 Jan 2010 14:20:48 +0000
    Well, Thats about all it says really.
    I straced it and found that it tries to open data/index with READ-WRITE mode, but the file is owned by root and has only the READ right set.
    After chowning it to root:games and setting it to chmod g+w it started. however, trying to create a world resulted in a segfault.
    Doing chmod g+w on all files in data fixed it.
    --Marenz
    Comment by: katovatzschyn on Fri, 05 Feb 2010 20:33:47 +0000
    40d17
    http://www.bay12games.com/forum/index.php?PHPSESSID=747e4a435324f30c2d12bf753bb62482&topic=44829.0
    First Submitted: Thu, 01 Jan 2009 21:02:46 +0000
    dwarffortress v0.28.181.40d16-2 : A single-player fantasy game. You control a dwarven outpost or an adventurer in a randomly generated, persistent world.
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> dwarffortress dependencies:
    - gtk2 (already installed)
    - mesa (already installed)
    - sdl_image (already installed)
    - libgl (package that provides libgl already installed)
    - libjpeg6 (package found)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of dwarffortress ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for dwarffortress:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): libjpeg6-6b-6
    Total Download Size: 0.14 MB
    Total Installed Size: 0.40 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from archrepo...
    libjpeg6-6b-6-x86_64 143.3K 48.9K/s 00:00:03 [#####################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [#####################] 100%
    (1/1) installing libjpeg6 [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Building and installing package
    ==> dwarffortress dependencies:
    - gtk2 (already installed)
    - mesa (already installed)
    - sdl_image (already installed)
    - libgl (package that provides libgl already installed)
    - libjpeg6 (already installed)
    ==> Making package: dwarffortress v0.28.181.40d16-2 x86_64 (Sun Feb 7 18:33:58 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading df_28_181_40d16_linux.tar.bz2...
    --2010-02-07 18:33:58-- http://www.bay12games.com/dwarves/df_28_181_40d16_linux.tar.bz2
    Resolving www.bay12games.com... 216.97.239.212
    Connecting to www.bay12games.com|216.97.239.212|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 7218757 (6.9M) [application/x-bzip2]
    Saving to: "df_28_181_40d16_linux.tar.bz2.part"
    100%[======================================>] 7,218,757 2.10M/s in 5.1s
    2010-02-07 18:34:04 (1.36 MB/s) - "df_28_181_40d16_linux.tar.bz2.part" saved [7218757/7218757]
    -> Found dwarffortress in build dir
    ==> Validating source files with md5sums...
    df_28_181_40d16_linux.tar.bz2 ... Passed
    dwarffortress ... Passed
    ==> Extracting Sources...
    -> Extracting df_28_181_40d16_linux.tar.bz2 with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: dwarffortress v0.28.181.40d16-2 x86_64 (Sun Feb 7 18:34:07 CST 2010)
    ==> Continue installing dwarffortress? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading dwarffortress [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for dwarffortress
    ==> Do you want to vote for dwarffortress inclusion/keeping in [community] ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    dwarffortress now voted
    ==> Downloading flashplugin-universal PKGBUILD from AUR...
    tar: Record size = 8 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: epsilom on Thu, 13 Aug 2009 03:42:04 +0000
    install error:
    /usr/bin/strip:usr/lib/mozilla/plugins/lib64flashplayer.so: File format not recognized
    Error: Makepkg was unable to build flashplugin-universal package.
    Comment by: moe on Sun, 20 Sep 2009 11:25:32 +0000
    I get the same error like epsilom. I think the pkgbuild can currently not build an i686 package, but Ive no time to investigate/fix that at the moment..
    Comment by: anonymous_user on Wed, 09 Dec 2009 01:47:36 +0000
    10.0.42.34 is out now. Both x86 and x64.
    Comment by: benoror on Thu, 24 Dec 2009 01:06:36 +0000
    Just replace version in PKGBUILD
    Comment by: zelut on Thu, 24 Dec 2009 19:43:57 +0000
    updated to 10.0.42.34.
    also, i believe, I have fixed the error re: strip. a 32bit system is unable to recognize or strip a 64bit binary. This package technically should only be installed on a 64bit host.
    First Submitted: Thu, 09 Apr 2009 03:55:37 +0000
    flashplugin-universal 10.0.42.34-1 : Adobe Flash Player - i686 and x86_64
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> flashplugin-universal dependencies:
    - mozilla-common (already installed)
    - lib32-libxt (already installed)
    - lib32-gtk2 (already installed)
    - lib32-alsa-lib (already installed)
    - lib32-nss (already installed)
    - lib32-curl (already installed)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of flashplugin-universal ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for flashplugin-universal:
    ==> Building and installing package
    ==> flashplugin-universal dependencies:
    - mozilla-common (already installed)
    - lib32-libxt (already installed)
    - lib32-gtk2 (already installed)
    - lib32-alsa-lib (already installed)
    - lib32-nss (already installed)
    - lib32-curl (already installed)
    ==> Making package: flashplugin-universal 10.0.42.34-1 x86_64 (Sun Feb 7 18:34:34 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading install_flash_player_10_linux.tar.gz...
    --2010-02-07 18:34:34-- http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
    Resolving fpdownload.macromedia.com... 96.7.202.70
    Connecting to fpdownload.macromedia.com|96.7.202.70|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4050308 (3.9M) [application/x-gzip]
    Saving to: "install_flash_player_10_linux.tar.gz.part"
    100%[======================================>] 4,050,308 2.01M/s in 1.9s
    2010-02-07 18:34:36 (2.01 MB/s) - "install_flash_player_10_linux.tar.gz.part" saved [4050308/4050308]
    -> Downloading libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz...
    --2010-02-07 18:34:36-- http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz
    Resolving download.macromedia.com... 96.7.203.191
    Connecting to download.macromedia.com|96.7.203.191|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3730595 (3.6M) [application/x-gzip]
    Saving to: "libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz.part"
    100%[======================================>] 3,730,595 2.16M/s in 1.7s
    2010-02-07 18:34:38 (2.16 MB/s) - "libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz.part" saved [3730595/3730595]
    -> Downloading Reader_Player_WWEULA-Combined-20060724_1430.pdf...
    --2010-02-07 18:34:38-- http://www.adobe.com/products/eulas/pdfs/Reader_Player_WWEULA-Combined-20060724_1430.pdf
    Resolving www.adobe.com... 192.150.18.200
    Connecting to www.adobe.com|192.150.18.200|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3105820 (3.0M) [application/pdf]
    Saving to: "Reader_Player_WWEULA-Combined-20060724_1430.pdf.part"
    100%[======================================>] 3,105,820 845K/s in 4.0s
    2010-02-07 18:34:42 (758 KB/s) - "Reader_Player_WWEULA-Combined-20060724_1430.pdf.part" saved [3105820/3105820]
    ==> Validating source files with md5sums...
    install_flash_player_10_linux.tar.gz ... Passed
    libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz ... Passed
    Reader_Player_WWEULA-Combined-20060724_1430.pdf ... Passed
    ==> Extracting Sources...
    -> Extracting install_flash_player_10_linux.tar.gz with bsdtar
    -> Extracting libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    gzip: /tmp/yaourt-tmp-wesley/aur-flashplugin-universal/flashplugin-universal/flashplugin-universal-10.0.42.34-1-x86_64.pkg.tar.gz: No space left on device
    Error: Makepkg was unable to build flashplugin-universal package.
    Error: unable to update flashplugin-universal
    ==> Resuming previous build
    ==> Downloading goobox PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update goobox
    ==> Downloading lib32-sdl_image PKGBUILD from AUR...
    tar: Record size = 6 blocks
    Comment by: Stunts on Sun, 15 Nov 2009 14:45:57 +0000
    Flagged Out-of-date:
    New arch release.
    Plus, this version is not building - 404 not found error.
    Comment by: Stunts on Sun, 15 Nov 2009 14:53:42 +0000
    All you have to do is bump the packageversion to "1.2.8" and release to "1".
    Don't forget the MD5sum too =-)
    Comment by: kfgz on Mon, 16 Nov 2009 08:30:06 +0000
    New pkg is 1.2.10-1
    MD5: 1429b246a41c88818d50dae9d42c41db
    Comment by: trontonic on Wed, 03 Feb 2010 09:07:08 +0000
    Got this from the "bauerbill" application:
    error: The PKGBUILD for lib32-sdl_image is incorrect. Please inform the packager that the "install" variable should be a string, not an array
    error: unable to safely determine the correct install file
    First Submitted: Wed, 31 Dec 2008 02:07:05 +0000
    lib32-sdl_image 1.2.10-2 : A simple library to load images of various formats as SDL surfaces
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> lib32-sdl_image dependencies:
    - lib32-sdl (already installed)
    - lib32-libpng (already installed)
    - lib32-libjpeg (already installed)
    - lib32-libtiff (already installed)
    - lib32-zlib (already installed)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of lib32-sdl_image ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for lib32-sdl_image:
    ==> Building and installing package
    ==> lib32-sdl_image dependencies:
    - lib32-sdl (already installed)
    - lib32-libpng (already installed)
    - lib32-libjpeg (already installed)
    - lib32-libtiff (already installed)
    - lib32-zlib (already installed)
    ==> Making package: lib32-sdl_image 1.2.10-2 x86_64 (Sun Feb 7 18:35:18 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading sdl_image-1.2.10-2-i686.pkg.tar.gz...
    --2010-02-07 18:35:18-- http://mir.archlinux.fr/extra/os/i686/sdl_image-1.2.10-2-i686.pkg.tar.gz
    Resolving mir.archlinux.fr... 213.186.62.207
    Connecting to mir.archlinux.fr|213.186.62.207|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 51941 (51K) [application/x-gzip]
    Saving to: "sdl_image-1.2.10-2-i686.pkg.tar.gz.part"
    100%[======================================>] 51,941 60.7K/s in 0.8s
    2010-02-07 18:35:19 (60.7 KB/s) - "sdl_image-1.2.10-2-i686.pkg.tar.gz.part" saved [51941/51941]
    ==> Validating source files with md5sums...
    sdl_image-1.2.10-2-i686.pkg.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting sdl_image-1.2.10-2-i686.pkg.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: lib32-sdl_image 1.2.10-2 x86_64 (Sun Feb 7 18:35:20 CST 2010)
    ==> Continue installing lib32-sdl_image? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading lib32-sdl_image [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for lib32-sdl_image
    You have already voted for lib32-sdl_image inclusion/keeping in [community]
    ==> Downloading mencoder PKGBUILD from AUR...
    tar: Record size = 8 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: Slumslayer on Wed, 26 Aug 2009 19:49:44 +0000
    I've updated the package and added a patch for fribidi.
    Comment by: alexk on Wed, 04 Nov 2009 01:26:17 +0000
    It doesn't build on x64, last lines of the output:
    libmpdemux/demux_gif.o: In function `demux_close_gif':
    demux_gif.c:(.text+0x17): undefined reference to `DGifCloseFile'
    demux_gif.c:(.text+0x39): undefined reference to `PrintGifError'
    libmpdemux/demux_gif.o: In function `demux_open_gif':
    demux_gif.c:(.text+0xa9): undefined reference to `DGifOpen'
    demux_gif.c:(.text+0x181): undefined reference to `PrintGifError'
    libmpdemux/demux_gif.o: In function `demux_gif_fill_buffer':
    demux_gif.c:(.text+0x4c0): undefined reference to `DGifGetRecordType'
    demux_gif.c:(.text+0x4fc): undefined reference to `DGifGetExtension'
    demux_gif.c:(.text+0x544): undefined reference to `DGifGetImageDesc'
    demux_gif.c:(.text+0x638): undefined reference to `DGifGetLine'
    demux_gif.c:(.text+0x93c): undefined reference to `DGifGetScreenDesc'
    demux_gif.c:(.text+0x99d): undefined reference to `DGifGetExtensionNext'
    demux_gif.c:(.text+0x9a9): undefined reference to `PrintGifError'
    demux_gif.c:(.text+0x9df): undefined reference to `DGifGetExtensionNext'
    collect2: ld returned 1 exit status
    make: aurpage comments PKGBUILD [mencoder] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build mencoder package.
    Comment by: Slumslayer on Thu, 05 Nov 2009 10:42:27 +0000
    Package updated, it should build now.
    Comment by: Gallaecio on Fri, 11 Dec 2009 19:37:03 +0000
    Add patch to makedependences
    Comment by: Slumslayer on Thu, 31 Dec 2009 12:29:09 +0000
    Updated to use subversion
    First Submitted: Fri, 07 Nov 2008 12:07:05 +0000
    mencoder 30146-1 : A command line video decoding, encoding and filtering tool
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> mencoder dependencies:
    - lame (already installed)
    - libtheora (already installed)
    - xvidcore (already installed)
    - x264 (already installed)
    - faac (already installed)
    - subversion (already installed)
    ==> Continue the building of mencoder ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for mencoder:
    ==> Building and installing package
    mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
    ==> WARNING: Unable to write in /var/abs/local/yaourtbuild/mencoder directory. Using /tmp directory
    ==> mencoder dependencies:
    - lame (already installed)
    - libtheora (already installed)
    - xvidcore (already installed)
    - x264 (already installed)
    - faac (already installed)
    - subversion (already installed)
    ==> Determining latest svn revision...
    -> Version found: 30524
    ==> Making package: mencoder 30524-1 x86_64 (Sun Feb 7 18:35:41 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    A mplayer/vobsub.c
    A mplayer/debian
    A mplayer/debian/control
    A mplayer/debian/dirs
    A mplayer/debian/menu
    A mplayer/debian/postrm
    A mplayer/debian/config
    A mplayer/debian/TODO.Debian
    A mplayer/debian/watch
    A mplayer/debian/changelog
    A mplayer/debian/mime
    A mplayer/debian/copyright
    A mplayer/debian/rules
    A mplayer/debian/README.debian
    A mplayer/debian/templates
    A mplayer/libmpcodecs
    A mplayer/libmpcodecs/ae_faac.c
    A mplayer/libmpcodecs/vf_rectangle.c
    A mplayer/libmpcodecs/vf_fspp.c
    A mplayer/libmpcodecs/ae_faac.h
    A mplayer/libmpcodecs/vf_decimate.c
    A mplayer/libmpcodecs/vd_zrmjpeg.c
    A mplayer/libmpcodecs/vd_dmo.c
    A mplayer/libmpcodecs/vf_screenshot.c
    A mplayer/libmpcodecs/vf_hue.c
    A mplayer/libmpcodecs/ad_imaadpcm.c
    A mplayer/libmpcodecs/pullup.c
    A mplayer/libmpcodecs/vf_eq2.c
    A mplayer/libmpcodecs/ae_pcm.c
    A mplayer/libmpcodecs/pullup.h
    A mplayer/libmpcodecs/vd_xvid4.c
    A mplayer/libmpcodecs/ad_dshow.c
    A mplayer/libmpcodecs/ve_xvid4.c
    A mplayer/libmpcodecs/vf_rotate.c
    A mplayer/libmpcodecs/ae_pcm.h
    A mplayer/libmpcodecs/vd_libdv.c
    A mplayer/libmpcodecs/vd_mpng.c
    A mplayer/libmpcodecs/ve_libdv.c
    A mplayer/libmpcodecs/vf_1bpp.c
    A mplayer/libmpcodecs/vf_filmdint.c
    A mplayer/libmpcodecs/vf_halfpack.c
    A mplayer/libmpcodecs/ve_qtvideo.c
    A mplayer/libmpcodecs/ad_ffmpeg.c
    A mplayer/libmpcodecs/vf_pp.c
    A mplayer/libmpcodecs/ad_qtaudio.c
    A mplayer/libmpcodecs/vd_internal.h
    A mplayer/libmpcodecs/vd_theora.c
    A mplayer/libmpcodecs/vf_kerndeint.c
    A mplayer/libmpcodecs/vf_vo.c
    A mplayer/libmpcodecs/vf_blackframe.c
    A mplayer/libmpcodecs/ad_mpc.c
    A mplayer/libmpcodecs/vf_perspective.c
    A mplayer/libmpcodecs/vf_tinterlace.c
    A mplayer/libmpcodecs/vd_vfwex.c
    A mplayer/libmpcodecs/ve_vfw.c
    A mplayer/libmpcodecs/vf_crop.c
    A mplayer/libmpcodecs/vf_eq.c
    A mplayer/libmpcodecs/vf_sab.c
    A mplayer/libmpcodecs/vf_lavcdeint.c
    A mplayer/libmpcodecs/vf_fil.c
    A mplayer/libmpcodecs/native
    A mplayer/libmpcodecs/native/rtjpegn.h
    A mplayer/libmpcodecs/native/xa_gsm.c
    A mplayer/libmpcodecs/native/xa_gsm.h
    A mplayer/libmpcodecs/native/mmx.h
    A mplayer/libmpcodecs/native/alaw.h
    A mplayer/libmpcodecs/native/rtjpegn.c
    A mplayer/libmpcodecs/native/xa_gsm_int.h
    A mplayer/libmpcodecs/vf_noise.c
    A mplayer/libmpcodecs/vf_remove_logo.c
    A mplayer/libmpcodecs/ad_hwac3.c
    A mplayer/libmpcodecs/cmmx.h
    A mplayer/libmpcodecs/vf_noformat.c
    A mplayer/libmpcodecs/vf_swapuv.c
    A mplayer/libmpcodecs/vf_framestep.c
    A mplayer/libmpcodecs/vf_ass.c
    A mplayer/libmpcodecs/vd_ijpg.c
    A mplayer/libmpcodecs/ve_raw.c
    A mplayer/libmpcodecs/ad_pcm.c
    A mplayer/libmpcodecs/vf_down3dright.c
    A mplayer/libmpcodecs/vf_cropdetect.c
    A mplayer/libmpcodecs/vd_mpegpes.c
    A mplayer/libmpcodecs/ad_msgsm.c
    A mplayer/libmpcodecs/vf_phase.c
    A mplayer/libmpcodecs/vf_softskip.c
    A mplayer/libmpcodecs/ad_faad.c
    A mplayer/libmpcodecs/ad_libdv.c
    A mplayer/libmpcodecs/vf_divtc.c
    A mplayer/libmpcodecs/ae_toolame.c
    A mplayer/libmpcodecs/vf_yvu9.c
    A mplayer/libmpcodecs/vf_denoise3d.c
    A mplayer/libmpcodecs/vd.c
    A mplayer/libmpcodecs/ae_toolame.h
    A mplayer/libmpcodecs/vf_expand.c
    A mplayer/libmpcodecs/vf_hqdn3d.c
    A mplayer/libmpcodecs/ae_twolame.c
    A mplayer/libmpcodecs/vd.h
    A mplayer/libmpcodecs/vf_dvbscale.c
    A mplayer/libmpcodecs/dec_video.c
    A mplayer/libmpcodecs/vf_gradfun.c
    A mplayer/libmpcodecs/vf_uspp.c
    A mplayer/libmpcodecs/ae_twolame.h
    A mplayer/libmpcodecs/ad_libdca.c
    A mplayer/libmpcodecs/vf_telecine.c
    A mplayer/libmpcodecs/vf_yuvcsp.c
    A mplayer/libmpcodecs/ad.c
    A mplayer/libmpcodecs/vf_tfields.c
    A mplayer/libmpcodecs/dec_video.h
    A mplayer/libmpcodecs/vf_tile.c
    A mplayer/libmpcodecs/ad_speex.c
    A mplayer/libmpcodecs/ad.h
    A mplayer/libmpcodecs/vd_libmpeg2.c
    A mplayer/libmpcodecs/vf_softpulldown.c
    A mplayer/libmpcodecs/vd_vfw.c
    A mplayer/libmpcodecs/vf_spp.c
    A mplayer/libmpcodecs/vd_ffmpeg.c
    A mplayer/libmpcodecs/ve_x264.c
    A mplayer/libmpcodecs/vf_ilpack.c
    A mplayer/libmpcodecs/ad_libvorbis.c
    A mplayer/libmpcodecs/vf_il.c
    A mplayer/libmpcodecs/vqf.h
    A mplayer/libmpcodecs/vf_pp7.c
    A mplayer/libmpcodecs/vfcap.h
    A mplayer/libmpcodecs/vf_smartblur.c
    A mplayer/libmpcodecs/vf_geq.c
    A mplayer/libmpcodecs/vf_zrmjpeg.c
    A mplayer/libmpcodecs/vf_qp.c
    A mplayer/libmpcodecs/vf_pullup.c
    A mplayer/libmpcodecs/vf_mcdeint.c
    A mplayer/libmpcodecs/mp_image.c
    A mplayer/libmpcodecs/vf_field.c
    A mplayer/libmpcodecs/vd_realvid.c
    A mplayer/libmpcodecs/vf_ow.c
    A mplayer/libmpcodecs/ad_dvdpcm.c
    A mplayer/libmpcodecs/ad_realaud.c
    A mplayer/libmpcodecs/ad_liba52.c
    A mplayer/libmpcodecs/vd_raw.c
    A mplayer/libmpcodecs/mp_image.h
    A mplayer/libmpcodecs/ad_dmo.c
    A mplayer/libmpcodecs/img_format.c
    A mplayer/libmpcodecs/ad_internal.h
    A mplayer/libmpcodecs/ad_alaw.c
    A mplayer/libmpcodecs/img_format.h
    A mplayer/libmpcodecs/ad_mp3lib.c
    A mplayer/libmpcodecs/vf_ivtc.c
    A mplayer/libmpcodecs/ve_nuv.c
    A mplayer/libmpcodecs/vf_yuy2.c
    A mplayer/libmpcodecs/ve.c
    A mplayer/libmpcodecs/dec_audio.c
    A mplayer/libmpcodecs/vf_lavc.c
    A mplayer/libmpcodecs/dec_audio.h
    A mplayer/libmpcodecs/ae.c
    A mplayer/libmpcodecs/vf_yadif.c
    A mplayer/libmpcodecs/ae.h
    A mplayer/libmpcodecs/ae_lavc.c
    A mplayer/libmpcodecs/ae_lavc.h
    A mplayer/libmpcodecs/mpc_info.h
    A mplayer/libmpcodecs/vd_null.c
    A mplayer/libmpcodecs/ad_acm.c
    A mplayer/libmpcodecs/vd_xanim.c
    A mplayer/libmpcodecs/vd_sgi.c
    A mplayer/libmpcodecs/vd_dshow.c
    svn: Can't close file 'mplayer/libmpcodecs/.svn/tmp/text-base/ve_lavc.c.svn-base': No space left on device
    ==> SVN checkout done or server timeout
    cp: writing `mplayer-build/.svn/tmp/text-base/vobsub.c.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/dir-prop-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/entries': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/README.debian.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/TODO.Debian.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/changelog.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/config.svn-base': No space left on device
    cp: cannot create regular fixa_gsm_int.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/alaw.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/mmx.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/rtjpegn.c.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/rtjpegn.h.svn-base': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm.c.svn-base': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm.h.svn-base': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm_int.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/alaw.h': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/mmx.h': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/rtjpegn.c': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/rtjpegn.h': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/xa_gsm.c': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/xa_gsm.h': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/xa_gsm_int.h': No space left on device
    ==> Building the package...
    /tmp/yaourt-tmp-wesley/aur-mencoder/mencoder/./PKGBUILD: line 41: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    make: *** No rule to make target `install'. Stop.
    mv: cannot stat `/tmp/yaourt-tmp-wesley/aur-mencoder/mencoder/pkg/usr/share/man/man1/mplayer.1': No such file or directory
    ==> Cleaning build files...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: mencoder 30524-1 x86_64 (Sun Feb 7 18:35:47 CST 2010)
    ==> Continue installing mencoder? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading mencoder [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for mencoder
    You have already voted for mencoder inclusion/keeping in [community]
    ==> Downloading smplayer-svn PKGBUILD from AUR...
    tar: Record size = 7 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: flamelab on Wed, 29 Jul 2009 05:40:12 +0000
    You ought to read my last post under yours ;-)
    The proper way of making the present PKGBUILD is that--> e.g. provides=("smplayer=${_latestver}") , since I inform pacman for the real version of the package.
    And I'm actually having as depedency the "extra" mplayer.
    Comment by: b4283 on Fri, 25 Dec 2009 07:55:16 +0000
    hi, about the smplayer.desktop file.
    i think you should use the %f argument for the Exec line instead of %u
    because it's not necessary to translate filenames into URLs on a unicode-able system like linux
    Comment by: flamelab on Sun, 17 Jan 2010 15:55:26 +0000
    Update: added a patch made by wantilles, that restores alsa as default audio output driver (now it is pulseaudio)
    Comment by: hseldon6 on Mon, 18 Jan 2010 14:56:50 +0000
    The Patch doesn't work.
    Comment by: flamelab on Mon, 18 Jan 2010 15:07:31 +0000
    Yes, because they fixed the issue.
    Updated.
    First Submitted: Tue, 19 Feb 2008 15:58:53 +0000
    smplayer-svn 3409-1 : A complete front-end for MPlayer
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> smplayer-svn dependencies:
    - qt (already installed)
    - mplayer (already installed)
    - subversion (already installed)
    ==> Continue the building of smplayer-svn ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for smplayer-svn:
    ==> Building and installing package
    mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
    ==> WARNING: Unable to write in /var/abs/local/yaourtbuild/smplayer-svn directory. Using /tmp directory
    ==> smplayer-svn dependencies:
    - qt (already installed)
    - mplayer (already installed)
    - subversion (already installed)
    ==> Determining latest svn revision...
    -> Version found: 3423
    ==> Making package: smplayer-svn 3423-1 x86_64 (Sun Feb 7 18:36:22 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    A smplayer/smplayer.spec
    A smplayer/src
    A smplayer/src/prefgeneral.h
    A smplayer/src/global.cpp
    A smplayer/src/input.conf
    A smplayer/src/prefdrives.ui
    A smplayer/src/about.ui
    A smplayer/src/preferences.h
    A smplayer/src/filepropertiesdialog.ui
    A smplayer/src/playlistdock.h
    A smplayer/src/filters.cpp
    A smplayer/src/filesettingshash.h
    A smplayer/src/selectcolorbutton.cpp
    A smplayer/src/deviceinfo.cpp
    A smplayer/src/prefadvanced.ui
    A smplayer/src/logwindow.h
    A smplayer/src/mplayerversion.cpp
    A smplayer/src/prefinput.h
    A smplayer/src/timedialog.h
    A smplayer/src/playlistpreferences.cpp
    A smplayer/src/urlhistory.cpp
    A smplayer/src/basegui.h
    A smplayer/src/videopreview
    A smplayer/src/videopreview/videopreviewconfigdialog.cpp
    A smplayer/src/videopreview/async.diff
    A smplayer/src/videopreview/videopreviewconfigdialog.h
    A smplayer/src/videopreview/main.cpp
    A smplayer/src/videopreview/videopreview.pro
    A smplayer/src/videopreview/videopreview.cpp
    A smplayer/src/videopreview/videopreviewconfigdialog.ui
    A smplayer/src/videopreview/videopreview.h
    A smplayer/src/defaultgui.cpp
    A smplayer/src/tvlist.h
    A smplayer/src/favoriteeditor.h
    A smplayer/src/videoequalizer.h
    A smplayer/src/translator.h
    A smplayer/src/timeslider.cpp
    A smplayer/src/subtracks.cpp
    A smplayer/src/playlist.cpp
    A smplayer/src/mpcgui
    A smplayer/src/mpcgui/mpc_stereo.png
    A smplayer/src/mpcgui/mpc_toolbar.png
    A smplayer/src/mpcgui/mpcstyles.cpp
    A smplayer/src/mpcgui/mpcgui.cpp
    A smplayer/src/mpcgui/mpcstyles.h
    A smplayer/src/mpcgui/mpc_mono.png
    A smplayer/src/mpcgui/mpcgui.h
    A smplayer/src/widgetactions.cpp
    A smplayer/src/myactiongroup.h
    A smplayer/src/mediasettings.h
    A smplayer/src/mplayerprocess.cpp
    A smplayer/src/prefperformance.ui
    A smplayer/src/images.h
    A smplayer/src/mediadata.h
    A smplayer/src/guiconfig.h
    A smplayer/src/basegui.cpp
    A smplayer/src/selectcolorbutton.h
    A smplayer/src/prefinterface.h
    A smplayer/src/myprocess.cpp
    A smplayer/src/prefgeneral.ui
    A smplayer/src/screensaver.h
    A smplayer/src/preferencesdialog.h
    A smplayer/src/logwindowbase.ui
    A smplayer/src/infofile.h
    A smplayer/src/seekwidget.h
    A smplayer/src/preftv.ui
    A smplayer/src/filechooser.cpp
    A smplayer/src/filesettings.h
    A smplayer/src/mytablewidget.h
    A smplayer/src/eqslider.cpp
    A smplayer/src/recents.h
    A smplayer/src/prefplaylist.ui
    A smplayer/src/icons-png
    A smplayer/src/icons-png/contributors.png
    A smplayer/src/icons-png/rotate.png
    A smplayer/src/icons-png/pref_devices.png
    A smplayer/src/icons-png/equalizer.png
    A smplayer/src/icons-png/conflict.png
    A smplayer/src/icons-png/download_subs.png
    A smplayer/src/icons-png/warning.png
    A smplayer/src/icons-png/dvd_drive.png
    A smplayer/src/icons-png/copy.png
    A smplayer/src/icons-png/vcd.png
    A smplayer/src/icons-png/type_vcd.png
    A smplayer/src/icons-png/pause.png
    A smplayer/src/icons-png/favorite.png
    A smplayer/src/icons-png/repeat.png
    A smplayer/src/icons-png/a_marker.png
    A smplayer/src/icons-png/url_big.png
    A smplayer/src/icons-png/instance1.png
    A smplayer/src/icons-png/instance2.png
    A smplayer/src/icons-png/compact.png
    A smplayer/src/icons-png/dvd_hd.png
    A smplayer/src/icons-png/audio_filters.png
    A smplayer/src/icons-png/sub.png
    A smplayer/src/icons-png/pref_subtitles.png
    A smplayer/src/icons-png/minus.png
    A smplayer/src/icons-png/cdda.png
    A smplayer/src/icons-png/video_filters.png
    A smplayer/src/icons-png/video_size.png
    A smplayer/src/icons-png/playlist.png
    A smplayer/src/icons-png/delete.png
    A smplayer/src/icons-png/play_pause.png
    A smplayer/src/icons-png/close.png
    A smplayer/src/icons-png/volume.png
    A smplayer/src/icons-png/exit.png
    A smplayer/src/icons-png/bola.xcf
    A smplayer/src/icons-png/ok.png
    A smplayer/src/icons-png/open_tv.png
    A smplayer/src/icons-png/pref_associations.png
    A smplayer/src/icons-png/audio_channels.png
    A smplayer/src/icons-png/screenshot.png
    A smplayer/src/icons-png/next_aspect.png
    A smplayer/src/icons-png/next.png
    A smplayer/src/icons-png/aspect.png
    A smplayer/src/icons-png/background.png
    A smplayer/src/icons-png/open_radio.png
    A smplayer/src/icons-png/pref_advanced.png
    A smplayer/src/icons-png/gamma.png
    A smplayer/src/icons-png/license.png
    A smplayer/src/icons-png/open_playlist.png
    A smplayer/src/icons-png/toolbars.png
    A smplayer/src/icons-png/stop.png
    A smplayer/src/icons-png/audio_track.png
    A smplayer/src/icons-png/chapter.png
    A smplayer/src/icons-png/saturation.png
    A smplayer/src/icons-png/type_tv.png
    A smplayer/src/icons-png/info.png
    A smplayer/src/icons-png/type_cdda.png
    A smplayer/src/icons-png/cdrom_drive.png
    A smplayer/src/icons-png/openfolder.png
    A smplayer/src/icons-png/save.png
    A smplayer/src/icons-png/ontop.png
    A smplayer/src/icons-png/logo.png
    A smplayer/src/icons-png/input_devices.png
    A smplayer/src/icons-png/url.png
    A smplayer/src/icons-png/type_audio.png
    A smplayer/src/icons-png/type_url.png
    A smplayer/src/icons-png/logs.png
    A smplayer/src/icons-png/play.png
    A smplayer/src/icons-png/stereo_mode.png
    A smplayer/src/icons-png/cl_help.png
    A smplayer/src/icons-png/rewind10m.png
    A smplayer/src/icons-png/down.png
    A smplayer/src/icons-png/download.png
    A smplayer/src/icons-png/faq.png
    A smplayer/src/icons-png/type_video.png
    A smplayer/src/icons-png/mute.png
    A smplayer/src/icons-png/mirror.png
    A smplayer/src/icons-png/previous.png
    A smplayer/src/icons-png/rewind10s.png
    A smplayer/src/icons-png/flecha.xcf
    A smplayer/src/icons-png/prefs.png
    A smplayer/src/icons-png/find.png
    A smplayer/src/icons-png/hue.png
    A smplayer/src/icons-png/forward10m.png
    A smplayer/src/icons-png/audio_equalizer.png
    A smplayer/src/icons-png/plus.png
    A smplayer/src/icons-png/osd.png
    A smplayer/src/icons-png/rewind1m.png
    A smplayer/src/icons-png/monitor.png
    A smplayer/src/icons-png/mouse.png
    A smplayer/src/icons-png/forward10s.png
    A smplayer/src/icons-png/resize_window.png
    A smplayer/src/icons-png/speaker.png
    A smplayer/src/icons-png/shuffle.png
    A smplayer/src/icons-png/contrast.png
    A smplayer/src/icons-png/refresh.png
    A smplayer/src/icons-png/keyboard.png
    A smplayer/src/icons-png/pref_gui.png
    A smplayer/src/icons-png/screenshots.png
    A smplayer/src/icons-png/speed.png
    A smplayer/src/icons-png/type_unknown.png
    A smplayer/src/icons-png/open.png
    A smplayer/src/icons-png/fullscreen.png
    A smplayer/src/icons-png/forward1m.png
    A smplayer/src/icons-png/video_preview.png
    A smplayer/src/icons-png/brightness.png
    A smplayer/src/icons-png/translators.png
    A smplayer/src/icons-png/dvd.png
    A smplayer/src/icons-png/pref_performance.png
    A smplayer/src/icons-png/type_dvd.png
    A smplayer/src/icons-png/tips.png
    A smplayer/src/icons-png/title.png
    A smplayer/src/icons-png/b_marker.png
    A smplayer/src/icons-png/unload.png
    A smplayer/src/icons-png/qt.png
    A smplayer/src/icons-png/up.png
    A smplayer/src/icons-png/angle.png
    A smplayer/src/icons-png/pref_general.png
    A smplayer/src/icons-png/flip.png
    A smplayer/src/preferencesdialog.ui
    A smplayer/src/shortcuts
    A smplayer/src/shortcuts/sda.keys
    A smplayer/src/shortcuts/default.keys
    A smplayer/src/playlistpreferences.ui
    A smplayer/src/prefperformance.cpp
    A smplayer/src/verticaltext.cpp
    A smplayer/src/constants.h
    A smplayer/src/prefassociations.h
    A smplayer/src/inputurl.cpp
    A smplayer/src/version.cpp
    A smplayer/src/desktopinfo.cpp
    A smplayer/src/discname.h
    A smplayer/src/myslider.cpp
    A smplayer/src/myclient.h
    A smplayer/src/inputmplayerversion.ui
    A smplayer/src/seekwidget.cpp
    A smplayer/src/infofile.cpp
    A smplayer/src/core.h
    A smplayer/src/testcorelib
    A smplayer/src/testcorelib/test.cpp
    A smplayer/src/testcorelib/test2.cpp
    A smplayer/src/testcorelib/test.h
    A smplayer/src/testcorelib/test.pro
    A smplayer/src/translations
    A smplayer/src/translations/smplayer_lt.ts
    A smplayer/src/translations/smplayer_ro_RO.ts
    A smplayer/src/translations/smplayer_pt.ts
    A smplayer/src/translations/smplayer_ca.ts
    A smplayer/src/translations/smplayer_sr.ts
    A smplayer/src/translations/smplayer_tr.ts
    A smplayer/src/translations/smplayer_sv.ts
    A smplayer/src/translations/smplayer_bg.ts
    A smplayer/src/translations/smplayer_de.ts
    A smplayer/src/translations/smplayer_ja.ts
    A smplayer/src/translations/smplayer_ka.ts
    A smplayer/src/translations/smplayer_zh_TW.ts
    A smplayer/src/translations/smplayer_ru_RU.ts
    A smplayer/src/translations/smplayer_fi.ts
    A smplayer/src/translations/smplayer_zh_CN.ts
    A smplayer/src/translations/smplayer_uk_UA.ts
    A smplayer/src/translations/smplayer_cs.ts
    A smplayer/src/translations/smplayer_pt_BR.ts
    A smplayer/src/translations/smplayer_es.ts
    A smplayer/src/translations/smplayer_mk.ts
    A smplayer/src/translations/smplayer_eu.ts
    A smplayer/src/translations/smplayer_en_US.ts
    A smplayer/src/translations/smplayer_ko.ts
    A smplayer/src/translations/smplayer_sl_SI.ts
    A smplayer/src/translations/smplayer_hu.ts
    A smplayer/src/translations/smplayer_ar_SY.ts
    A smplayer/src/translations/smplayer_sk.ts
    A smplayer/src/translations/smplayer_ku.ts
    A smplayer/src/translations/smplayer_vi_VN.ts
    A smplayer/src/translations/smplayer_el_GR.ts
    A smplayer/src/translations/smplayer_gl.ts
    svn: Can't write to file 'smplayer/src/translations/.svn/tmp/text-base/smplayer_fr.ts.svn-base': No space left on device
    ==> SVN checkout done or server timeout
    ==> Starting make...
    cp: writing `smplayer-build/.svn/tmp/text-base/smplayer.spec.svn-base': No space left on device
    cp: writing `smplayer-build/src/.svn/entries': No space left on device
    cp: writing `smplayer-build/src/.svn/log': No space left on device
    cp: writing `smplayer-build/src/.svn/log.1': No space left on device
    cp: writing `smplayer-build/src/.svn/log.2': No space left on device
    cp: writing `smplayer-build/src/.svn/log.3': No space left on device
    cp: writing `smplayer-build/src/.svn/log.4': No space left on device
    cp: cannot create directory `smplayer-build/src/.svn/props': No space left on device
    cp: cannot create directory `smplayer-build/src/.svn/text-base': No space left on device
    cp: cannot create directory `smplayer-build/src/.svn/tmp': No space left on device
    cp: writing `smplayer-build/src/about.ui': No space left on device
    cp: writing `smplayer-build/src/basegui.h': No space left on device
    cp: writing `smplayer-build/src/defaultgui.cpp': No space left on device
    cp: writing `smplayer-build/src/deviceinfo.cpp': No space left on device
    cp: cannot create regular file `smplayer-build/src/favoriteeditor.h': No space left on device
    cp: cannot create regular file `smplayer-build/src/filepropertiesdialog.ui': No space left on device
    cp: cannot create regular file `smplayer-build/src/filesettingshash.h': No space left on device
    cp: writing `smplayer-build/src/filters.cpp': No space left on device
    cp: cannot create regular file `smplayer-build/src/global.cpp': No space left on device
    cp: cannot create directory `smplayer-buil
    evice
    cp: cannot create regular file `smplayer-build/src/urlhistory.cpp': No space left on device
    cp: cannot create regular file `smplayer-build/src/videoequalizer.h': No space left on device
    cp: cannot create directory `smplayer-build/src/videopreview': No space left on device
    sed: can't read src/smplayer.pro: No such file or directory
    sed: can't read Makefile: No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build smplayer-svn package.
    Error: unable to update smplayer-svn
    ==> Downloading tuxpaint-stamps PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update tuxpaint-stamps
    Following packages have not been installed:
    bin32-jre flashplugin-universal smplayer-svn
    sort: fflush failed: standard output: No space left on device
    sort: write error
    sort: write failed: standard output: No space left on device
    sort: write error
    [wesley@ratdog ~]$
    So I did ;
    [wesley@ratdog ~]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sdb3 7.4G 7.4G 504K 100% /
    udev 10M 188K 9.9M 2% /dev
    none 2.0G 0 2.0G 0% /dev/shm
    /dev/sdb1 99M 12M 82M 13% /boot
    /dev/sdb4 291G 54G 238G 19% /home
    [wesley@ratdog ~]$ sudo pacman -Sc
    Cache directory: /home/wesley/dontdelete/
    Do you want to remove uninstalled packages from cache? [Y/n] y
    removing old packages from cache...
    Database directory: /var/lib/pacman/
    Do you want to remove unused repositories? [Y/n] y
    Database directory cleaned up
    [wesley@ratdog ~]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sdb3 7.4G 7.4G 484K 100% /
    udev 10M 188K 9.9M 2% /dev
    none 2.0G 0 2.0G 0% /dev/shm
    /dev/sdb1 99M 12M 82M 13% /boot
    /dev/sdb4 291G 54G 238G 19% /home
    [wesley@ratdog ~]$
    And no difference . I've posted here because I have a CacheDir in /etc/pacman.conf  and am now wondering whats going on ?  I apologize in advance for the long post and if this is posted in the wrong place . Here's the
    configs for Pacman, Powerpill, Yaourt . I've checked the logs and the ones I looked at , (var) , are under a gig.
       7 gigs , ( root ) , should be plenty , right ?
    Here's another one ;
    [wesley@ratdog ~]$ sudo gedit /etc/pacman.conf
    Password:
    (gedit:21676): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to write file '/root/.recently-used.xbel.D7LF7U': fwrite() failed: No space left on device
    (gedit:21676): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to write file '/root/.recently-used.xbel.CXTE7U': fwrite() failed: No space left on device
    ** (gedit:21676): WARNING **: Could not write gedit state file: Failed to write file '/root/.gnome2/gedit/gedit-2.0BXE7U': fflush() failed: No space left on device
    I/O error : No space left on device
    I/O error : flush error
    /etc/pacman.conf    http://dpaste.com/155972/
            /etc/yaourtrc     http://dpaste.com/155974/
      /etc/powerpill.conf     http://dpaste.com/155977/
             I'm reluctant to issue -Scc   if it can be avoided . Thank You

    [wesley@ratdog ~]$ yaourt -Qqdt
    cvs was installed as dependencies but are no longer required by any installed package
    dumb was installed as dependencies but are no longer required by any installed package
    dvdwizard was installed as dependencies but are no longer required by any installed package
    eclipse-ecj was installed as dependencies but are no longer required by any installed package
    fluidsynth was installed as dependencies but are no longer required by any installed package
    gdk-pixbuf was installed as dependencies but are no longer required by any installed package
    git was installed as dependencies but are no longer required by any installed package
    gnome-common was installed as dependencies but are no longer required by any installed package
    gpac was installed as dependencies but are no longer required by any installed package
    gtk-doc was installed as dependencies but are no longer required by any installed package
    gtkglext was installed as dependencies but are no longer required by any installed package
    haskell-x11 was installed as dependencies but are no longer required by any installed package
    lib32-printproto was installed as dependencies but are no longer required by any installed package
    lib32-sdl_image was installed as dependencies but are no longer required by any installed package
    libchamplain was installed as dependencies but are no longer required by any installed package
    libgtkhtml was installed as dependencies but are no longer required by any installed package
    libmpdclient was installed as dependencies but are no longer required by any installed package
    libmtp was installed as dependencies but are no longer required by any installed package
    live-media was installed as dependencies but are no longer required by any installed package
    mkvtoolnix was installed as dependencies but are no longer required by any installed package
    ogmtools was installed as dependencies but are no longer required by any installed package
    openal was installed as dependencies but are no longer required by any installed package
    p7zip was installed as dependencies but are no longer required by any installed package
    perl-file-mimeinfo was installed as dependencies but are no longer required by any installed package
    perl-universal-require was installed as dependencies but are no longer required by any installed package
    postr was installed as dependencies but are no longer required by any installed package
    python-distutils-extra was installed as dependencies but are no longer required by any installed package
    python-gdata was installed as dependencies but are no longer required by any installed package
    rpmextract was installed as dependencies but are no longer required by any installed package
    subversion was installed as dependencies but are no longer required by any installed package
    sword was installed as dependencies but are no longer required by any installed package
    xine-lib was installed as dependencies but are no longer required by any installed package
    ==> Do you want to remove these packages (with -Rcs options) ? [y/N]
    ==> ----------------------------------------------
    ==>
    Roughly the same .  Pacgraph  is a neat visual , but ,  , , . Will try to find the scripts

  • New Media Encoder Error: video and/or audio filters are missing...

    My colleague reported this error popup window while using Adobe Media Encoder CC (up-to-date):
    "video and/or audio filters are missing and the rendered output may not match the original"
    I've been seeing similar errors the past few days. I can't remember if the wording was the same in the errors I saw, but the circumstances were the same.
    I've never seen this popup error before the most recent CC update.
    Some background info:
    I queued up multiple Premiere Pro pproj files as usual from within Premiere
    without rebooting or deleting any cache or temp files or anything, I start the queue
    I have no special plugins installed in Premiere. Vanilla CC install.
    Windows 7, 64-bit
    This error doesn't tell me what audio/video filter(s) are missing. The output files, once I dismiss this warning, are perfect.
    The major problem: It stops the queue dead in it's tracks. Sure, it might seem handy to stop and give you a warning, but when it's a false report and there's nothing wrong, it's killing us, because we queue up multiple files for encoding overnight, and we're not here to get the popups.
    What is likely causing this? Is it a bug that this is appearing so frequently? Has anyone else experienced this besides my colleague and I?
    Thanks!

    Update for anyone experiencing this issue:
    We are still investigating the cause of the issue and would really like your help tracking it down. If you run in to it I would be happy to jump on the phone with you and preferably do a screenshare as well. If you want to run some tests for me, this is what may help us track it down:
    0. Please make sure you are updated to the latest version of Premiere Pro and AME, which at this time are Premiere Pro 7.2.1 and AME 7.2.
    1. Simplify the project. Create a copy of the project and eliminate anything in the project that isn't related to the sequence(s) you are exporting. Then run the encode again. If it still occurs, move to the next step. If it doesn't occur any more, repeat step one and only remove half of the unused items (sorry, this is giong to be a manual process). Rinse, repeat.
    2. Open your sequence in Premiere and press Cmd/Ctrl + A to select all clips in your sequence. Right click and select Remove All Effects. Export again. No repro? Go to step 4. If it still repros, go to step 4.
    3. Make all the media offline. Export again. No repro? Go to step 4. Repro? Go to step 5.
    4. Send me a message with as much detail as possible. Even better would be if you could provide me a copy of your project file.
    Your help in tracking this issue down is greatly appreciated. Thank you.

  • Graphics Gone in Acrobat 8.1.2

    Hello. Acrobat Pro is a killer app. However, I might have flipped the wrong switch and killed it.
    None of the graphics in any of my Adobe Acrobat documents will show up. I get a blank grey slate instead.
    I use a MacBook Pro 2.33 GHz Intel Core 2 Duo with 4G of RAM. OS 7.5.2. Printers include USB networked HP OfficeJet Pro L7780 and LaserJet 1300n, also run by USB hub.
    Acrobat Pro is 8.1.2. I'm quite sure I mucked it up at a medical conference in Hawaii while trying to scan in documents from the conference.
    Where did the scalpel slip?
    Dr.John

    graffiti,
    Your forum name is perfect.
    I'm a sophisticated end user. I don't have time to deal with minutia. Is ReadIRIS Pro 11.5 the best OCR on the Mac platform? I never know if MacWorld gives me the straight scoop. Soemtimes when I use it to OCR .pdf files, I get font substitution for indivdual letter.
    -John

  • SQL7008 after terminating ENDJRNPF process

    Hi All,
    I'm a newbie in DB2. In an attempt to disable journaling to prepare for a client copy, I executed:
    ENDJRNPF FILE(R3<SID>DATA/<file name>) JRN(*FILE)
    However the process took a long time, so I kill the pid for ENDJRNPF.
    Now I'm getting SQL7008 abap dumps indicating some tables are not journaled. It is difficult to tell which table is not journaled unless an abap dump is triggered whenever certain SAP transaction is run. When I manage to identify certain tables, I would enable journaling for them and the SAP transaction will work again.
    Is it possible to use AS4FIXFILE command to enable journaling for all tables to resolve my issue? Would there be any impact to tables that already have their journaling turned on if I use the AS4FIXFILE command?
    Rdgs,
    WS Lim

    Hi Lim,
    so, you want to tell me, that the old AS4FIXFILE and the new AS$FIXFILE do not work on your DB ? (for strjrnpf)
    ... and you are sure, to have remove the following dtaara already ?
    DLTDTAARA R3<sid>DATA/QDFTJRN
    (if it has the wrong contents it kills you ...)
    I cannot believe that ...
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

  • Java.lang.UnsatisfiedLinkError - Unknown file type.

    Hi
    I am trying load a library file A.so using System.load function and I get the below error
    java.lang.UnsatisfiedLinkError: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: ld.so.1: java: fatal: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: unknown file type (Possible cause: endianness mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    Can some one please help.
    Also when I am using the libraries of next version,I get the below error
    java.lang.UnsatisfiedLinkError: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: ld.so.1: java: fatal: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: wrong ELFCLASS:ELFCLASS32(Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    Thanks
    Phani

    phani_sridhar wrote:
    Hi
    I am trying load a library file A.so using System.load function and I get the below error
    java.lang.UnsatisfiedLinkError: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: ld.so.1: java: fatal: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: unknown file type (Possible cause: endianness mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    Can some one please help.
    Also when I am using the libraries of next version,I get the below error
    java.lang.UnsatisfiedLinkError: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: ld.so.1: java: fatal: /u1/weblogic/weblogic92/weblogic92/server/native
    /solaris/sparc/A.so: wrong ELFCLASS:ELFCLASS32(Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    I see several possibilities.
    1. What you are trying to load is not a shared library.
    2. The shared library is compiled incorrectly to match the process space of the VM. There can be any number of causes for this.
    Note that the word width mismatch strongly suggests the second.
    You should start by forgetting weblogic entirely. Write a simple java app and using an explicit path in the load() method, not loadLibrary(), get it to load. Until it works there it you have no chance in weblogic.

  • Did my hard drive disappear?

    so my powerbook decided to freeze, i restarted it and it showed a grey screen with a little folder with the mac icon/face thing and a question mark blinking over it, it also shows a blinking globe before that. i tried starting it up with my osx disk and tiger. i opened the disk utility on the osx one and nothing was listed on the left hand side except for the powerbook software disk. i tried reinstalling but i had nothing to select to install it to. is there a way i can fix this or is this it for my powerbook? i no longer have a protection plan on it, so im mortified haha

    Welcome to the discussions, alcsos.
    If it was just corrupt System software, the drive should show up in Disk Utility when you booted from the OS X CD. Sounds to me like the hard disk is either dead or disconnected. And I think it's unlikely that it would spontaneously disconnect. If you can, I'd get it checked out by an Apple certified technician before you do anything drastic (on the off chance that it's just a loose or dodgy cable).
    However, it's possible that you'll have to replace the HD. If you do, you'll need a 2.5" ATA 100 drive. You'll probably be able to get one in a higher capacity than you had (possibly faster too), so that's a bright side to consider.
    Here's a how-to guide on replacing the HD:
    http://www.pbfixit.com/Guide/53.11.0.html
    About 30 different screws to contend with, so careful planning and meticulous execution are essential. This will void your warranty (if you had one), and a wrong move could kill the PowerBook. Note the tools required to perform the task. If you don't feel comfortable messing around inside a valuable piece of electronic equipment, bring it to some place reputable and get it done professionally.

  • BeanUtils.populate exception (Need Help)

    Dear All,
    Am getting a strange exception when try to do a action in struts, below is my exception, please help me in solving this issue.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: BeanUtils.populate
         org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1190)
         org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
    root cause
    java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers)
         java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         java.security.AccessController.checkPermission(AccessController.java:427)
         java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         java.lang.SecurityManager.checkMemberAccess(SecurityManager.java:1662)
         java.lang.Class.checkMemberAccess(Class.java:2125)
         java.lang.Class.getDeclaredMethods(Class.java:1762)
         org.apache.commons.beanutils.MappedPropertyDescriptor$1.run(MappedPropertyDescriptor.java:386)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.commons.beanutils.MappedPropertyDescriptor.getPublicDeclaredMethods(MappedPropertyDescriptor.java:383)
         org.apache.commons.beanutils.MappedPropertyDescriptor.internalFindMethod(MappedPropertyDescriptor.java:453)
         org.apache.commons.beanutils.MappedPropertyDescriptor.findMethod(MappedPropertyDescriptor.java:527)
         org.apache.commons.beanutils.MappedPropertyDescriptor.<init>(MappedPropertyDescriptor.java:149)
         org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDescriptor(PropertyUtilsBean.java:865)
         org.apache.commons.beanutils.BeanUtilsBean.setProperty(BeanUtilsBean.java:991)
         org.apache.commons.beanutils.BeanUtilsBean.populate(BeanUtilsBean.java:865)
         org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:343)
         org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1188)
         org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
         java.security.AccessController.doPrivileged(Native Method)
         java.security.AccessController.doPrivileged(Native Method)
         org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1480)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:524)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:239)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:266)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:157)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.Thanks in advance,
    vyrav.

    Thanks for ur reply Ganesh.
    This is my JSP
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="logic" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html:html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Uploaded File Details</title>
         <script>
              function logOut()
                        document.adminForm.action="upload.do?parameter=logout";
                        document.adminForm.submit();
              function download(temp)
                        document.adminForm.fileId.value = temp;
                        document.adminForm.action="download.do";
                        document.adminForm.submit();
         </script>
    <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
         <table align="right">
                        <tr>
                             <td>
                                  <a href="javascript:logOut();">Logout</a>
                             </td>
                        </tr>
         </table>
         <%
                        if(session.getAttribute("name")!=null)
                                    String userName= (String) session.getAttribute("name");
         %>
                   <br /><br /><b>Welcome <%=userName%></b><br />
         <%
         %>
         <center>
              <html:form action="/download.do" name="adminForm" type="com.roots.AdminForm">
                   <br /><br />
                   <html:hidden property="fileId"/>
                   <table align="center" border="1">
                        <tr bgcolor="#FFCC66">
                             <td align="center">
                                  No
                             </td>
                             <td align="center">
                                  Name
                             </td>
                             <td align="center">
                                  Uploaded Date
                             </td>
                             <td align="center">
                                  File Name
                             </td>
                        </tr>
                        <logic:iterate name="adminForm" property="displayList" id="displayDto">
                             <tr>
                                  <td align="center">
                                       <bean:write name="displayDto" property="serialNo"/>
                                  </td>
                                  <td align="left">
                                       <bean:write name="displayDto" property="empName"/>
                                  </td>
                                  <td align="left">
                                       <bean:write name="displayDto" property="uploadedDate"/>
                                  </td>
                                  <td align="left">
                                       <a href="javascript:download('<bean:write name="displayDto" property="serialNo"/>');"><bean:write name="displayDto" property="fileName"/></a>
                                  </td>
                             </tr>
                        </logic:iterate>
                   </table>
              </html:form>          
         </center>
    </body>
    </html:html>This is my struts config
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE struts-config PUBLIC
             "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
             "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
         <struts-config>
               <data-sources>
               </data-sources>
              <form-beans>
                   <form-bean name="loginForm" type="com.roots.LoginForm" />
                   <form-bean name="uploadForm" type="com.roots.UploadForm" />
                   <form-bean name="adminForm" type="com.roots.AdminForm" />
              </form-beans>
              <global-forwards></global-forwards>
              <action-mappings>
                   <action path="/login"
                        name="loginForm"
                        scope="request"
                        validate="true"
                        input="/login.jsp"
                        type="com.roots.LoginAction" >
                             <forward name="SUCCESS" path="/upload.jsp" />
                             <forward name="FAILURE" path="/login.jsp" />
                             <forward name="ADMIN" path="/admin.do" />
                   </action>
                   <action path="/upload"
                        name="uploadForm"
                        scope="request"
                        parameter="parameter"
                        input="/upload.jsp"
                        type="com.roots.UploadAction" >
                             <forward name="SUCCESS" path="/upload.jsp" />
                             <forward name="FAILURE" path="/login.jsp" />
                   </action>
                   <action path="/download"
                             type="com.roots.FileDownloadAction">
                   </action>
                   <action path="/admin"
                        name="adminForm"
                        scope="request"
                        validate="false"
                        type="com.roots.AdminAction" >
                        <forward name="DISPLAY" path="/admin.jsp" />
                        <forward name="FAILURE" path="/login.jsp" />
                   </action>
              </action-mappings>
              <message-resources parameter="application_fr"/>
            <message-resources parameter="application_es"/>
            <message-resources parameter="application_en"/>
            <message-resources parameter="application_de"/>
            <message-resources parameter="application" />
         </struts-config>this is my form package com.roots;
    import java.util.List;
    import org.apache.struts.action.ActionForm;
    public class AdminForm extends ActionForm {
         private List displayList = null;
         public String fileId;
         public String getFileId() {
              return fileId;
         public void setFileId(String fileId) {
              this.fileId = fileId;
         public List getDisplayList() {
              return displayList;
         public void setDisplayList(List displayList) {
              this.displayList = displayList;
    }Please let me know wat am doing wrong, this is killing me for the last two days.
    Thanks,
    vyrav.

  • T5 - Totally Dead - Need to Retrieve Data

    The last time I was able to use my T5, the screen slowly went blank by showing vertical lines until it was totally unreadable. Now it is dead and will not power-up. I backed up the T5 on my PC when I saw that it was becoming inoperable. However, unbeknownst to me, my SplashID desktop was missing and so when I backed up that last time, it didn't include all the data in SplashID... So, I'd like to power-up one more time so that the data in SplashID goes to the PC. Should I send it into Palm so that they can retrieve the data? Any ideas?
    Post relates to: Tungsten T5
    This question was solved.
    View Solution.

    Well I don't ever recommend a Cust doing that. The process of replacing a battery on one of the sealed units is very delicate and often involves unsoldering connections. Doing this wrong can completely kill the device. Unless you are skilled in that area and are prepared to face a nonrepairable device it's best to send the this in for repair. Again besides Palm other venders offer repair services. 
    Post relates to: None

  • Best (affordable) Router for new Mac G5

    What would be the best Router for my new Mac G5?
    I currently have a DLINK router, which just won't cooperate so I am running straight out of the cable modem.
    DLINK help says they don't support the latest OS version, so I decided to try another router so I can make use of my laptop (wireless) and Mac (not wireless) again.
    Any thoughts? Plug and Play would be nice.

    Hi Ryan, welcome to Discussions, all routers follow an industry standard and should would with your Imac. I would look on D-link's website for a firmware update (caution USA and Canada for sure have different firmware and loading wrong firmware could kill your router and it is not covered by warrentee) Make sure you have all the latest updates for Imac, there was one not to long ago that did infact make Imac "play nicer" with competitive routers. I know my D-link DI-624 didn't always "play nice" with my Imac but seems to be working wonderfully lately (knock on wood) Give that a try and if that doesn't work then Netgear and Linksys make good products too. Good luck, Bob :~))
    I currently have a DLINK router, which just won't cooperate
    also what exactly is or isn't happening, do you have encryption or MAC filtering or anything configuired?

  • Upgrading Cpu.. Is It A Must To Update Bios???

    MSI 865PE-LS (AMI BIOS 3.31a)
    P4 2.6c 800FSB
    1.5gb PC3200 DDR400
    Radeon 9800 PRO 128mb
    I am upgrading my processor from a P4 2.6c 800FSB to a P4 3.2c 800FSB. Do I have to update my bios if I do this?? I would rather not since I am pretty new to this. I would just like to put in the processor and some thermal paste and get going!!!
    ANY INFO WOULD HELP.....
    THANKS AGAIN

    The right and the newest BIOS for your mobo is v2.1. You don't need to flash your BIOS, if you want to instal P4 3.2ghz Northwood. In case you want, .....do it with  MSI Live Update 3. Otherwise, there is a risk of installing wrong BIOS, and killing your mobo.

  • BIOS flash (dos) failure on MS6163 VER.1

    I recently acquired an old PC:
    ----MSI MS-6163 VER.1 (although it doesn't conform exactly to the specs on this page:http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=113 , the pic looks almost exact)
    ----Celeron (PII based) 400 MHz (Slot 1)
    ----32 MB of generic (although it has Samsung chips) PC100 RAM which I now know is faulty
    ----some old Trident PCI gfx card
    ----250W PSU, don't have details yet
    When I first booted it, it loaded Win98 fine (the previous owner's install), and I noticed a few things in BIOS and Win that I thought a BIOS flash would fix. SO, I made a DOS boot disk and loaded the BIOS (version 3.a, http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=113&kind=1 ) and everything, and the flash was probably around 70% or so, and the PC had a random restart. :(  :0  
    So I tried rebooting, and the display wouldn't show up. I also noticed no beep codes, but I will chech again anyway.
    I'm fairly certain it was that damn RAM.
    I know this PC is pretty outdated, but if possible, I would like to use it because I do have a use for it.
    Thanks for any help in advance  

    http://www.msi.com.tw/program/support/download/dld/spt_dld_detail.php?UID=264&kind=1
    the pro is a different board to the basic 6163  and seems to use a different bios
    so it seems to me you may have well flashed the wrong bios and killed it
     BadFlash / FlashBios / upgradestore.co.uk

Maybe you are looking for

  • "Invoke a Browser Script" Action in OBIEE 11g

    Follow website : http://www.rittmanmead.com/2012/07/navigating-to-bi-content-in-obiee11g-and-passing-multiple-parameters/ In file "D:\oracle\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp\_WL_user\analytics_11.1.1\silp1v\war\res\b_

  • I accidentially deleted podcasts from 2010.  I want to retrieve them, they are no longer available on line.

    I was in ITunes, in my Podcasts list.  I hit the icon (semicircle, with an arrow pointing clockwise) and all my podcasts were deleted.  They were also deleted from my IPod.  The podcasts were from 2010 and are no longer available in ITunes.  Is there

  • Theory of MacBook Air + iTunes

    The MacBook Air's max hard disk is 80GB, the same size as the currently-bulging HD in my 2001 laptop. Maybe the Air can't fit the current 120GB or 160GB 1.8" drives because they're thicker. However, 25GB of my 80GB is the iTunes music folder, so here

  • Having domain name without all the jargon before it.

    If I use iWeb to create my website. Is there anyway that I can ommit this from appearing before my name: http://web.mac.com/irisag/iWeb/irisag/Home.html I was unable to find another person who has iWeb as their webdesign program on Google because of

  • Photoshop Elements on 2nd computer?

    Am I allowed to use Photoshop Elements 12 on two computers? I have it installed on my home iMac & just tried to install on my MacBook via the disc. I am getting a message that my serial number is not valid (t hough I know the number is correct).