Pacman Error with Ncurses

pacman updates give the following error:
error: the following file conflicts were found:
  ncurses: /usr/share/terminfo/s/screen-256color: exists in filesystem
  ncurses: /usr/share/terminfo/s/screen-256color-bce: exists in filesystem
how do I fix it?

www.archlinux.org
read the news

Similar Messages

  • Kernel broken. Pacman errors with PGP sig [solved]

    I had the unlucky situation to have a power failure in the middle of a Kernel upgrade using Pacman. System came back up and the kernel was not installed. So I have NO working OS on the machine.
    I can boot into a live USB environment and chroot into my install. I can run Pacman, and thought I could just pacman -S linux and let it do it's thing and I'd be all good. but... I get package signature PGP verification error message and cannot install anything with Pacman.
    Of course, the error with the Kernel install happened before Daylight savings time, and now we're INTO DST, so I suspect it's a "time" issue as reported on the Wiki.
    timedatectl will not work in the chroot environment. Can't connect to dbus. I am totally migrated to a systemd install, but systemctl enable dbus.service does not start the dbus from within the chroot environment.So I cannot even see if my chroot environment is on the right time. 'cal' works and shows the proper date, which I can change in the BIOS to whatever I want.
    running ntpd first doesn't fix the error with Pacman.
    Any ideas?
    Last edited by hooya (2013-03-16 20:02:35)

    I tried that and didn't work either, because there were files left behind in the initial installation that was broken. Even after removing them I got disk spacer errors (there was no disk space issue, so that's weird).
    I did get it finally though. I ended up using the initial pacstrap install script to install the base packages as per the Beginner Install Guide (and selected only option 26 "Linux") which did work, probably because it was operating from outside of the chroot environment. A bit "hacky" but I'm at least typing this message from my normal installation this time!

  • Unable to build patched VIM+VIM-Shell / Configure Error with ncurses

    VIM-Shell : http://www.wana.at/vimshell/
    VIM : http://www.vim.org/download.php#unix
    Trying to install and test VIM-Shell with the 7.0 patch against the official VIM sources downloaded from 'the unix directory' under version 7.x, but can't get past a configure issue.
    Following the directions at under VIM-Shell > Installation, I've run the following:
    $ tar jxf vimshell1.0vim7.0.patch.bz2
    $ cd vim70
    $ bzcat ../vimshell1.0vim7.0.patch.bz2 | patch -p0
    However, ./configure spits out the following:
    checking --with-tlib argument... empty: automatic terminal library selection
    checking for tgetent in -lncurses... no
    checking for tgetent in -ltermlib... no
    checking for tgetent in -ltermcap... no
    checking for tgetent in -lcurses... no
    no terminal library found
    checking for tgetent()... configure: error: NOT FOUND!
    You need to install a terminal library; for example ncurses.
    Or specify the name of the library with --with-tlib.
    $ locate libncurses returns the following:
    /Applications/VLC.app/Contents/MacOS/modules/libncurses_plugin.dylib
    /Developer/Platforms/Aspen.platform/Developer/SDKs/Aspen1.2.sdk/usr/lib/libncurs es.5.4.dylib
    /Developer/Platforms/Aspen.platform/Developer/SDKs/Aspen1.2.sdk/usr/lib/libncurs es.dylib
    /Developer/Platforms/AspenSimulator.platform/Developer/SDKs/AspenSimulator1.2.sd k/usr/lib/libncurses.5.4.dylib
    /Developer/Platforms/AspenSimulator.platform/Developer/SDKs/AspenSimulator1.2.sd k/usr/lib/libncurses.5.dylib
    /Developer/Platforms/AspenSimulator.platform/Developer/SDKs/AspenSimulator1.2.sd k/usr/lib/libncurses.dylib
    /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libncurses.5.4.dylib
    /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libncurses.5.dylib
    /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libncurses.dylib
    /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libncurses.5.4.dylib
    /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libncurses.5.dylib
    /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libncurses.dylib
    /opt/local/lib/libncurses++.a
    /opt/local/lib/libncurses++w.a
    /opt/local/lib/libncurses.5.dylib
    /opt/local/lib/libncurses.a
    /opt/local/lib/libncurses.dylib
    /opt/local/lib/libncursesw.5.dylib
    /opt/local/lib/libncursesw.a
    /opt/local/lib/libncursesw.dylib
    /opt/local/var/macports/software/ncurses/5.6_0/opt/local/lib/libncurses++.a
    /opt/local/var/macports/software/ncurses/5.6_0/opt/local/lib/libncurses.5.dylib
    /opt/local/var/macports/software/ncurses/5.6_0/opt/local/lib/libncurses.a
    /opt/local/var/macports/software/ncurses/5.6_0/opt/local/lib/libncurses.dylib
    /opt/local/var/macports/software/ncursesw/5.6_1/opt/local/lib/libncurses++w.a
    /opt/local/var/macports/software/ncursesw/5.6_1/opt/local/lib/libncursesw.5.dyli b
    /opt/local/var/macports/software/ncursesw/5.6_1/opt/local/lib/libncursesw.a
    /opt/local/var/macports/software/ncursesw/5.6_1/opt/local/lib/libncursesw.dylib
    /usr/lib/libncurses.5.4.dylib
    /usr/lib/libncurses.5.dylib
    /usr/lib/libncurses.dylib
    and re-running $ ./configure --with-tlib='/usr/lib/libncurses.dylib' gets me this:
    checking --with-tlib argument... /usr/lib/libncurses.dylib
    checking for linking with /usr/lib/libncurses.dylib library... configure: error: FAILED

    You also need vim-7.0-extra.tar.gz, which is in
    ftp://ftp.vim.org/pub/vim/extra
    tar jxvf vim-7.0.tar.bz2
    tar zxvf vim-7.0-extra.tar.gz
    cd vim70
    bzcat ../vimshell1.0vim7.0.patch.bz2 | patch -p0
    ./configure
    make
    But it seems the patch file has a bug; it introduces a wrong '#endif' into gui.c. If make fails at gui.c, just remove the '#endif' (line 2422).

  • Pacman error with "/usr/share/man exists in filesystem"

    I'm installing archlinux.
    Follwing beginners guide, I'm now installing some booting packages, dosfools,efibootmgr, grub. Install Boot loader
    But every time I type
    pacman -S grub
    it makes error
    error: failed to commit transaction (conflicting files)
    grub: /usr/share/man exists in filesystem
    Errors occurred, no packages were upgraded.
    Same error occurs for other packages wich same error messages.
    I formatted all disk using mkfs.ext4 command.. Why this error occur?

    Trilby wrote:What is the output of `pacman -Qo /usr/share/man` as suggested here?
    error: No package owns /usr/share/man

  • Error with Pacman

    Yesterday I tried to do an upgrade of my system via pacman -Syu and I was told to update pacman (and about two other things which I can't remember what they were) and now I am getting the following error when I try to run pacman -Syu again:
    arch linux - pacman:error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or directory
    I found a thread which has a number of fixes but I am unsure which one I should use. The thread is here:
    https://bbs.archlinux.org/viewtopic.php?id=77382
    So I am unsure how to solve this. I would appreciate help on fixing this as I am still a beginner.
    Thanks in advance.

    Allan wrote:
    Remembering that symlinking libraries is really bad...
    ln -s /usr/lib/liblzma.so.0 /usr/lib/liblzma.so.5
    pacman -Sf xz
    pacman -Syu
    Should get your system back going...
    Okay I did the above but I got the following errors:
    [root@media ~]# ln -s /usr/lib/liblzma.so.0 /usr/lib/liblzma.so.5
    [root@media ~]# pacman -Sf xz
    error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
    error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
    error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
    error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
    error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
    error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
    error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
    error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
    error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
    error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
    error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
    error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
    error: target not found: xz
    then when I did pacman -Syu I got the following:
    [root@media ~]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    :: Replace antlr with extra/antlr2? [Y/n] y
    :: Replace heimdal with core/krb5? [Y/n] y
    :: Replace kdeaccessibility-colorschemes with extra/kdeartwork-colorschemes? [Y/n] y
    :: Replace kdeaccessibility-iconthemes with extra/kdeartwork-iconthemes? [Y/n] y
    :: Replace kdeedu-data with extra/libkdeedu? [Y/n] y
    :: Replace kdeedu-libkdeedu with extra/libkdeedu? [Y/n] y
    :: Replace kdegames-ksame with extra/kdegames-klickety? [Y/n] y
    :: Replace kdegraphics-libs with extra/kdegraphics-ksaneplugin? [Y/n] y
    :: Replace kdegraphics-libs with extra/kdegraphics-mobipocket? [Y/n] y
    :: Replace kdegraphics-libs with extra/kdegraphics-strigi-analyzer? [Y/n] y
    :: Replace kdegraphics-libs with extra/kdegraphics-svgpart? [Y/n] y
    :: Replace kdegraphics-libs with extra/kdegraphics-thumbnailers? [Y/n] y
    :: Replace kdegraphics-libs with extra/libkdcraw? [Y/n] y
    :: Replace kdegraphics-libs with extra/libkexiv2? [Y/n] y
    :: Replace kdegraphics-libs with extra/libkipi? [Y/n] y
    :: Replace kdegraphics-libs with extra/libksane? [Y/n] y
    :: Replace kdeutils-okteta with extra/kdesdk-okteta? [Y/n] y
    :: Replace kernel26 with core/linux? [Y/n] y
    :: Replace libdjvu with extra/djvulibre? [Y/n] y
    :: Replace libjpeg with extra/libjpeg-turbo? [Y/n] y
    :: Replace libusb1 with core/libusb? [Y/n] y
    :: Replace mailx with core/heirloom-mailx? [Y/n] y
    warning: myththemes: local (25574-1) is newer than community (0.24-1)
    :: Replace pycairo with extra/python2-cairo? [Y/n] y
    :: Replace util-linux-ng with core/util-linux? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    :: cloog and cloog-ppl are in conflict (cloog-ppl<0.15.10-2). Remove cloog-ppl? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: xfprint: requires heimdal>=1.3.1
    [root@media ~]#

  • [SOLVED] Pacman error when installing Arch from installation cd

    Hey I''ve been checking the wiki, forum and even google and I've found some responses but they don't seem to apply to my problem and I just need a little help.
    I'm at the 4th step "Select Packages" and when I select it I get "Pacman preparation failed!  Check /dev/tty7 for errors"
    the error on tty7 is "pacman:  error while loading shared libraries:  /usr/lib/libalpm.so.4:  cannot read file data:  Input/output error"
    I apologize if this is an easy fix but its been almost a year since I've used arch and I'm a bit spoiled with ubuntu.
    ****The cd was outdated. Burning a new copy fixed it*****
    Last edited by Rabbit (2012-01-03 01:40:33)

    I'm afraid it might be too old.  I'm going to try to burn a new copy tomorrow when I can borrow a friends computer.  I just wanted to make sure I wasn't missing something real simple before I gave up.

  • Pacman Error: No such file or directory, please help

    This morning I decided to make a package using the ABS and I noticed this error when executing Pacman.
    error: /var/lib/pacman/local/pacman-2.9.8-1/desc: No such file or directory
    Consequently, the custom package (Gaim Beta 4) kept complaining about dependancies, when I knew those packages were installed in the system. I did some searching around and it appeared that my local database may be currupted? At any rate, one of the posters suggested to forcefully reinstall the offending package, which I did. Upon doing so, it appeared that I had found a solution. However, after installing another package, the error appeared again. Repeating the process resolves the error, but only once before it occurs again.
    Upon further searching, another poster suggested that I should remove the offending directory, and then reinstall the package. When I attempt to remove the directory, I get a kernel panic and my entire system freezes. Since there is so much output, I've take a photo of the error (X just freezes).
    I apologise for the dodgy flash, but you can see the output. If anyone could offer any suggestions/assistance, I'd appreciate it.
    Cheers,
    Tate
    EDIT: If it helps, I'm using the latest 2.6.18 stock Arch Kernel and LVM2 with ReiserFS.

    try this:
    cd /var/lib/pacman/local
    mv pacman-2.9.8-1 pacman-2.9.8-1.old
    pacman -Sf pacman
    verify /var/lib/pacman/local/pacman-2.9.8-1 folder exists
    verify that following files are in folder:  depends, desc, files, install
    verify pacman -Syu works
    rm -rf /var/lib/pacman/local/pacman-2.9.8-1.old

  • [SOLVED] pacman error: database not found (during an install)

    i am trying to install an app
    when installing
    # pacman -S /path/to/dir/app.tar.gz
    error: database not found
    when i look inside the tar, theres only one file, app.bin
    im sure its some fundamental that im missing.  so i have to makepkg first , or am i missing a command during the intallation, or is the file broken?
    Last edited by wolfdogg (2011-06-04 05:50:09)

    well, im geting some errors with the program, im wondering if i need to make a package?  i think i will try that next.
    heres the beginning of the log, Java errors mainly
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments:  -os linux -ws gtk -arch x86
    !ENTRY org.eclipse.equinox.ds
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
    ok, i downloaded a different binary of this program, and it installed successfully.  thanks for the help
    Last edited by wolfdogg (2011-06-04 05:49:37)

  • Pacman complains with `"gcc-libs" is not in the package set` message

    Hi,
    today I wanted to do full system upgrade, but this happened:
    # pacman -Syu
    :: Synchronizing package databases...
    current                   69,7K   84,9K/s 00:00:01 [#################################################] 100%
    extra                    323,1K   17,5K/s 00:00:18 [#################################################] 100%
    community                312,4K  219,0K/s 00:00:01 [#################################################] 100%
    :: Starting full system upgrade...
    :: Replace scrollkeeper with extra/rarian? [Y/n]
    warning: apr: forcing upgrade to version 1.2.9-1
    warning: dnsutils: forcing upgrade to version 9.4.1_P1-2
    warning: ruby: forcing upgrade to version 1.8.6_p36-3
    warning: sudo: forcing upgrade to version 1.6.9p4-1
    warning: xpdf: forcing upgrade to version 3.02_pl1-1
    resolving dependencies...
    error: cannot resolve dependencies for "rarian" ("gcc-libs" is not in the package set)
    error: failed to prepare transaction (could not satisfy dependencies)
    :: rarian requires gcc-libs
    It's obvious that gcc-libs package is missing in current package. I've found one similar problem here http://bbs.archlinux.org/viewtopic.php?pid=283439. But I cannot solve it like that. I have current file included in /etc/pacman.conf already. I've also tried to change current to core and make the /etc/pacman.d/core file and it complained too:
    # pacman -Su
    :: Starting full system upgrade...
    :: Replace util-linux with current/util-linux-ng? [Y/n]
    :: Replace scrollkeeper with extra/rarian? [Y/n]
    warning: apr: forcing upgrade to version 1.2.11-1
    warning: apr-util: forcing upgrade to version 1.2.10-1
    warning: dnsutils: forcing upgrade to version 9.4.1_P1-2
    warning: ntp: forcing upgrade to version 4.2.4p4-2
    warning: ruby: forcing upgrade to version 1.8.6_p111-2
    warning: sudo: forcing upgrade to version 1.6.9p5-1
    warning: xpdf: forcing upgrade to version 3.02_pl1-1
    :: pacman has detected a newer version of the "pacman" package.
    :: It is recommended that you allow pacman to upgrade itself
    :: first, then you can re-run the operation with the newer version.
    :: Upgrade pacman first? [Y/n]
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: pacman-3.0.6-1 
    Total Package Size:   0,80 MB
    Proceed with installation? [Y/n]
    checking package integrity... done.
    cleaning up... done.
    (1/1) checking for file conflicts                   [#################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    pacman: /etc/pacman.d/core exists in filesystem
    errors occurred, no packages were upgraded.
    The last upgrade was almost perfect but now strange things happens. :^(
    Can anyone help me to solve this, please??

    kishd wrote:Did you replace current with core in your pacman.conf file?
    yes, the second output is related to pacman.conf with `current` replaced with `core` .... and good to say, that I did NOT forgot to update repositories with `pacman -Sy` before upgrade ;-)

  • Error with sdl_mixer [Solved]

    Tried in install tux paint but it did not work very well so removed it. Then started getting errors with pacman
    sudo pacman -S sdl_mixer
    warning: sdl_mixer-1.2.12-3 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): sdl_mixer-1.2.12-3
    Total Installed Size: 0.21 MiB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [------------------------------------------------------------] 100%
    error: sdl_mixer: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is invalid
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    Keys are up to date....
    Now I am getting these messages when using pacman
    warning: atop-2.0_1-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): atop-2.0_1-1
    Total Download Size: 0.09 MiB
    Total Installed Size: 0.48 MiB
    Net Upgrade Size: 0.00 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from community...
    atop-2.0_1-1-x86_64 88.7 KiB 618K/s 00:00 [------------------------------------------------------------] 100%
    (1/1) checking package integrity [------------------------------------------------------------] 100%
    (1/1) loading package files [------------------------------------------------------------] 100%
    (1/1) checking for file conflicts [------------------------------------------------------------] 100%
    (1/1) checking available disk space [------------------------------------------------------------] 100%
    (1/1) upgrading atop [------------------------------------------------------------] 100%
    ldconfig: File /usr/lib/libSDL_ttf-2.0.so.0.10.1 is empty, not checked.
    ldconfig: File /usr/lib/libsmpeg-0.4.so.0.1.3 is empty, not checked.
    ldconfig: File /usr/lib/libmikmod.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libpaper.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libpaper.so.1.1.2 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_mixer-1.2.so.0.12.0 is empty, not checked.
    ldconfig: File /usr/lib/libmikmod.so is empty, not checked.
    ldconfig: File /usr/lib/libSDL_mixer-1.2.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libmikmod.so.3.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_ttf-2.0.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_Pango.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libsmpeg.so is empty, not checked.
    ldconfig: File /usr/lib/libSDL_ttf.so is empty, not checked.
    ldconfig: File /usr/lib/libSDL_Pango.so is empty, not checked.
    ldconfig: File /usr/lib/libpaper.so is empty, not checked.
    ldconfig: File /usr/lib/libsmpeg-0.4.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_Pango.so.1.1.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_mixer.so is empty, not checked.
    Any ideas on what I have done wrong?
    Last edited by heman (2013-02-03 11:07:22)

    Targets (7): ntfs-3g-2013.1.13-1 ntfsprogs-2013.1.13-1 speex-1.2rc1-3 sudo-1.8.6.p6-1 xorg-sessreg-1.0.7-2 xorg-xdpyinfo-1.3.0-2 xorg-xset-1.2.2-2
    Total Download Size: 1.52 MiB
    Total Installed Size: 5.05 MiB
    Net Upgrade Size: 0.02 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    sudo-1.8.6.p6-1-x86_64 576.4 KiB 2.08M/s 00:00 [------------------------------------------------------------] 100%
    :: Retrieving packages from extra...
    ntfs-3g-2013.1.13-1-x86_64 253.7 KiB 7.16M/s 00:00 [------------------------------------------------------------] 100%
    ntfsprogs-2013.1.13-1-x86_64 150.4 KiB 6.96M/s 00:00 [------------------------------------------------------------] 100%
    speex-1.2rc1-3-x86_64 536.7 KiB 7.65M/s 00:00 [------------------------------------------------------------] 100%
    xorg-sessreg-1.0.7-2-x86_64 7.5 KiB 10.8M/s 00:00 [------------------------------------------------------------] 100%
    xorg-xdpyinfo-1.3.0-2-x86_64 14.0 KiB 16.7M/s 00:00 [------------------------------------------------------------] 100%
    xorg-xset-1.2.2-2-x86_64 16.9 KiB 16.1M/s 00:00 [------------------------------------------------------------] 100%
    (7/7) checking package integrity [------------------------------------------------------------] 100%
    (7/7) loading package files [------------------------------------------------------------] 100%
    (7/7) checking for file conflicts [------------------------------------------------------------] 100%
    (7/7) checking available disk space [------------------------------------------------------------] 100%
    (1/7) upgrading ntfs-3g [------------------------------------------------------------] 100%
    (2/7) upgrading ntfsprogs [------------------------------------------------------------] 100%
    (3/7) upgrading speex [------------------------------------------------------------] 100%
    (4/7) upgrading sudo [------------------------------------------------------------] 100%
    (5/7) upgrading xorg-sessreg [------------------------------------------------------------] 100%
    (6/7) upgrading xorg-xdpyinfo [------------------------------------------------------------] 100%
    (7/7) upgrading xorg-xset [------------------------------------------------------------] 100%
    ldconfig: File /usr/lib/libSDL_ttf-2.0.so.0.10.1 is empty, not checked.
    ldconfig: File /usr/lib/libsmpeg-0.4.so.0.1.3 is empty, not checked.
    ldconfig: File /usr/lib/libmikmod.so.3 is empty, not checked.
    ldconfig: File /usr/lib/libpaper.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libpaper.so.1.1.2 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_mixer-1.2.so.0.12.0 is empty, not checked.
    ldconfig: File /usr/lib/libmikmod.so is empty, not checked.
    ldconfig: File /usr/lib/libSDL_mixer-1.2.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libmikmod.so.3.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_ttf-2.0.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_Pango.so.1 is empty, not checked.
    ldconfig: File /usr/lib/libsmpeg.so is empty, not checked.
    ldconfig: File /usr/lib/libSDL_ttf.so is empty, not checked.
    ldconfig: File /usr/lib/libSDL_Pango.so is empty, not checked.
    ldconfig: File /usr/lib/libpaper.so is empty, not checked.
    ldconfig: File /usr/lib/libsmpeg-0.4.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_Pango.so.1.1.0 is empty, not checked.
    ldconfig: File /usr/lib/libSDL_mixer.so is empty, not checked.
    Ok removed sdl_mixer from cache, but after update now get above

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Odd Error with decode function in Order By Clause

    I am trying to compile a procedure and can't get around an error with a dynamic order by that doesn't make much sense to me. I can repoduce the error with a plain select statment in sql plus so I can rule out a declaration error. Here is an example with 2 numeric columns and a date column.
    select task_id, display_date, remark_id from task_list
    where task_id > 1000
    order by decode('Task_ID', 'Task_ID',Task_ID, 'Display_Date', Display_Date, 'Remark_ID',Remark_ID)
    returns the error:
    select task_id, display_date, remark_id from task_list
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected NUMBER got DATE
    I'm not sure why this error is occuring, because it doesn't even hit the Display_Date field in the Decode statment. If I take the Display_date out of the statement, it runs properly. If I change Display_Date to To_Char(Display_Date) it also runs fine, but the sorting is incorrect. Also I'm running 9.2, and do not want to use dynamic sql to build my query. Any Ideas out there as to the cause of this error?

    I did find a workaround to this issue by breaking the decode statment into three separate statement, but I still think that the way it is written above should work, and may be a bug, or an error that I don't understand fully.
    The Order by was rewritten like this:
    order by decode(pSort, 'Task_ID',Task_ID), decode(pSort, 'Display_Date', Display_Date),
    decode(pSort, 'Remark_ID',Remark_ID);
    Thanks

  • XML Publisher Error with reports published in XML publisher

    Hi All,
    I am geting the following error with a report published using XML Publisher
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    The system cannot locate the resource specified. Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.d...
    How can i Rectify this?

    Hi Ark,
    In order to generate a report using xml publisher. we need the following.
    1. XML Data
    2. Template file (RTF/PDF/..)
    XML data will not be created by the template file.
    We will be required to create XML data. One of the easiest way to create xml output is using the RDF. We can change the rdf output type in the concurrent program to XML.
    Once the xml and the template is available, "XML Report Publisher" will be able to generate the output in the required format.
    Thanks,
    K.Nataraja Suthan,

  • Graphic problems/errors with Mainstage 3 and MBP (15'' 2011)

    Hi,
    I bought Mainstage 3 for my MBP (15'' 2011).
    When i click con "perform" i get graphic errors.
    I have the same issue with the old Mainstage version since Mountain Lion.
    Also a fresh installation didn't help.
    I think i'm not the only one with this issue!
    I don't know how to report a bug?
    Perhaps someone can help me.
    (and  I'm probably not the only one (see feedback in Apple Store) If you also have this problem, please add a comment with your configuration (Hardware, Software))
    /forgotten ebi
    So, here an example how it looks like when i click on "perform":

    Same configuration,same problem. BUT I found a workaround.
    Mainstage has this error with the AMD video card and/or a second monitor connected.
    With a little app (http://gfx.io)  it's possible to really force the MBPro to use the Intel Graphics card.
    This will work only with the internal screen, not with a second screen connected.
    And sometimes you need to restart, to really make the Intel video card free.
    This works fine...In the meantime of a fix.

  • Error with an infoset in BI

    HI BI gurus,
    we have a problem with an infoset.
    We create an infoset in RSA1 linked to a cube and a DSO.
    We activate it in english without problems and I can create a query with no errors (with a english logon).
    If I try to create a query in italian language the query designer show mw this error: " unexpected error - RCF_SYSTEM_FAILURE. You must restart the query designer."
    Do you have any idea how to fix and solve this problem? We try to activete the infoset in Italian but the error remains.
    Thanks for any help.
    SB

    Hi,
    is italien installed as a language in your system?
    Siggi

Maybe you are looking for

  • Error while obtaining JCO connection.

    Hi I'm trying to put in place since BW-SEM RSPLAN the transaction, I'm pointing at my portal from the transaction RSPLSA But when it signs the user gets the message Error while obtaining JCO connection. I was reviewing my WebDynpro on my site by foll

  • Component based message alerting

    Hi, I am working on component bvased message alertig in SAP PI 7.4 (dual stack). As per the Michal's blog i have define everything in PI.- http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/25/michals-pi-tips-component-based-message-aler

  • VPLS doesn't work on Catalyst 6500

    Hello everybody I'd like to setup VPLS between 3 points. Our switches are 6504E with Sup720-3BXL   and the the following modules and IOS: 6504# show module Mod Ports Card Type                              Model              Serial No.    1    2  Supe

  • Unable to import cell data from another sheet in Numbers

    Hi. I have a column of cells that I need to import the values of (copy) from one SHEET to another (not a table within same sheet etc). Recently moved to Numbers from buggy GoogleDocs/Drive. Within that i could =importrange and reference the cells in

  • ¿En que se diferencia Aperture de iPhoto?

    Aparte de su apariencia y metadata claro. Acabo de canjearme una tarjeta iTunes y quiero informarme mas sobre la comparacion de estos dos programas y saber si realmente vale la pena el precio.