[SOLVED] Update fails ("/usr/lib64 exists in filesystem")

Hi,
today I wanted to update my arch linux. I selected all packages:
bash-4.2.042-2 filesystem-2013.01-1 gcc-4.7.2-4 gcc-libs-4.7.2-4 glibc-2.17-2 linux-api-headers-3.7.4-1 mkinitcpio-0.12.0-3 sudo-1.8.6.p5-1 transmission-gtk-2.76-2
But then I've got following error (translated from German to English)
Error: Could not complete procedure (conflicts in files)
filesystem: /usr/lib64 exists in filesystem
Any idea?
Best regards
Steffo
Last edited by Steffo (2013-01-27 12:42:45)

swordfish wrote:
Please have a look at this:
https://wiki.archlinux.org/index.php/De … i%3Ausrlib
This doesn't work:
sudo pacman -U -d http://pkgbuild.com/~allan/glibc-2.16.0-1-x86_64.pkg.tar.xz
I get following error:
error: failed to commit transaction (conflicting files)
glibc: /lib/ld-linux-x86-64.so.2 exists in filesystem
glibc: /lib/libBrokenLocale.so.1 exists in filesystem
glibc: /lib/libanl.so.1 exists in filesystem
glibc: /lib/libc.so.6 exists in filesystem
glibc: /lib/libcidn.so.1 exists in filesystem
glibc: /lib/libcrypt.so.1 exists in filesystem
glibc: /lib/libdl.so.2 exists in filesystem
glibc: /lib/libm.so.6 exists in filesystem
glibc: /lib/libnsl.so.1 exists in filesystem
glibc: /lib/libnss_compat.so.2 exists in filesystem
glibc: /lib/libnss_db.so.2 exists in filesystem
glibc: /lib/libnss_dns.so.2 exists in filesystem
glibc: /lib/libnss_files.so.2 exists in filesystem
glibc: /lib/libnss_hesiod.so.2 exists in filesystem
glibc: /lib/libnss_nis.so.2 exists in filesystem
glibc: /lib/libnss_nisplus.so.2 exists in filesystem
glibc: /lib/libpthread.so.0 exists in filesystem
glibc: /lib/libresolv.so.2 exists in filesystem
glibc: /lib/librt.so.1 exists in filesystem
glibc: /lib/libthread_db.so.1 exists in filesystem
glibc: /lib/libutil.so.1 exists in filesystem
Errors occurred, no packages were upgraded.

Similar Messages

  • [Solved]Error with installing package: /usr/lib64 exists in filesystem

    So i know there are other posts about this and i have read them and I have also read the wiki https://wiki.archlinux.org/index.php/De … _in_.2Flib and also this forum post https://bbs.archlinux.org/viewtopic.php?id=156942
    the error i get when trying to install a package from the AUR
    error: failed to commit transaction (conflicting files)
    hp-health: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I tried to find who owned the files/package in the /lib by the following commands
    $ grep '^lib/' /var/lib/pacman/local/*/files
    $ find /lib -exec pacman -Qo -- {} +
    the output was
    /lib is owned by filesystem 2015.02-1
    Im confused what to do at this point as the wiki that I linked above says
    If any package apart from glibc is listed as owning a file, that package needs to be updated to install its files in /usr/lib
    Last edited by PigsInSpace (2015-03-01 02:25:24)

    You are following directions for a file conflict with /lib for a very specific one-time manual intervention, but you don't have that file conflict according to the error message you posted and it is not for that intervention.  See this instead: https://wiki.archlinux.org/index.php/Pa … 9.22_error then report the error on the aur page for that package.
    This fixes it:
    package() {
    cd "$srcdir"
    + mv usr/lib64 usr/lib
    cp -a opt usr var "$pkgdir"

  • Error installing package from AUR. /usr/lib64 exists in filesystem

    I installed the package zoneminder-xinetd 1.27.0-1 using the instruction on the wiki, the installation finished successfully. then I realized that the package was outdated, so I uninstalled it using "sudo pacman -R zoneminder-xinetd", manually edit the files .AURINFO and PKGBUILD to get the new version, compiled successfully using 'makepkg -s' but when I'm try to install it(sudo pacman -U zoneminder-xinetd-1.28.0-1-x86_64.pkg.tar.xz) I got this error:
    error: failed to commit transaction (conflicting files)
    zoneminder-xinetd: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I also tried to install this other package https://aur.archlinux.org/packages/zoneminder after removing some unwanted dependencies but i get the same error.

    fsckd wrote:Pacman 4.2 handles symlinks differently than past versions of pacman. Allan's blog has a good description (see the section "Directory Symlink Handling") http://allanmcrae.com/2014/12/pacman-4-2-released/. I suggest you inform the maintainers of those packages so that they may update the PKGBUILDs.
    Thanks for the quick answer.
    I solved this issue by adding "-DCMAKE_INSTALL_LIBDIR=/lib" to the cmake in the PKGBUILD. The mantainer of the zoneminder package solved this already by adding "-DZM_PERL_SUBPREFIX=/lib/perl5 \".
    Also, I adopted the zoneminder-xinetd package .

  • Glibc update problem. glibc: "/lib64 exists in filesystem"

    Hi. I am going through the glibc update problem. I have followed (kind of) the steps from https://wiki.archlinux.org/index.php/De … iki:usrlib
    I have performed the upgrade with the "ignore" flag. But I am still getting this:
    nlw@pathfinder:~$ sudo pacman -Su
    error: failed to commit transaction (conflicting files)
    glibc: /lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    nlw@pathfinder:~$
    Notice that there is no error message involving /lib, only lib64. (I have a 64bit system btw.)
    The grep command from the wiki only lists glibc stuff, both for lib and lib64. The find only lists glibc stuff for /lib, but I get this for the the find in /lib/64:
    nlw@pathfinder:/lib64$ find /lib64 -exec pacman -Qo -- {} +
    error: cannot determine ownership of directory '/lib64'
    /lib64/ld-linux-x86-64.so.2 is owned by glibc 2.15-11
    /lib64/ld-2.15.so is owned by glibc 2.15-11
    error: No package owns /lib64/libc.so.6
    nlw@pathfinder:/lib64$
    Any ideas what to do now?

    OK, so this /lib64/libc.so.6 was just a symbolic link to /lib/libc.so.6. I probably created it myself, probably because of some program like Matlab... Removed the link and pacman -Su worked. Thanks for the attention and sorry for the noise!

  • [SOLVED] Error '/usr/lib64 exists' while installing adol-c

    I just tried to install adol-c from the AUR. At the end of the install I ran into this error message:
    error: failed to commit transaction (conflicting files)
    adol-c: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    The install generated these errors earlier on:
    Prefix /usr not writable
    please run ./configure --prefix=DIR
    with a writable directory path otherwise administrator privileges
    will be required to run `make install'
    libtool: warning: remember to run 'libtool --finish /usr/lib64'
    Does this mean the adol-c package wanted to create /usr/lib64? That seems weird.
    (I used yaourt.)
    Last edited by khouli (2015-05-21 00:25:13)

    Ah, good to know. Yep, /usr/lib64 is a symlink to /usr/lib.
    Here's the snippet from the PKGBUILD that sets --prefix. It isn't actually naming /usr/lib64 explicitly.
    ./configure --enable-sparse --with-colpack=/usr --prefix=/usr --enable-shared=no
    If I try changing --prefix to /usr/lib then I get essentially the same error but it notes that now it's /usr/lib that isn't writable instead of /usr.
    Prefix /usr not writable
    please run ./configure --prefix=DIR
    with a writable directory path otherwise administrator privileges
    will be required to run `make install'
    This is all occurring as part of a makepkg command so getting an error about privileges has me confused.
    Last edited by khouli (2015-05-20 10:34:14)

  • [Solved] KDE 4.7: nepomukcontroller exists in filesystem

    When upgrading, after downloading everything, I get the following:
    checking for file conflicts [################################################################] 100%
    error: failed to commit transaction (conflicting files)
    kdebase-runtime: /usr/bin/nepomukcontroller exists in filesystem
    kdebase-runtime: /usr/share/applications/kde4/nepomukcontroller.desktop exists in filesystem
    Errors occurred, no packages were upgraded.
    The only other reference I've found to this issue is this post on the Chackra forums, but without replies. I've also checked the public dev mailing list, but no mention of the issue there, either. Can anyone help? Thanks in advance.
    Last edited by gauthma (2011-07-30 10:28:34)

    sumski wrote:
    pacman -Qo /usr/bin/nepomukcontroller
    https://bbs.archlinux.org/viewtopic.php?id=56373
    Yep, that's what I should have done. But I somehow convinced myself that this was a problem with the update itself, and so my perspective narrowed... Anyway problem solved now (thanks for the reply nonetheless!)

  • [solved] mesa-dri: /etc/drirc exists in filesystem

    EDIT: The following problem was solved by upgrading the system using `pacman -Suy` instead of `yaourt -Suy`
    The problem was:
    I'm trying to install mesa-dri, because my system refuses to upgrade. However, it gives me this error.
    (1/1) checking for file conflicts [########################################################] 100%
    error: failed to commit transaction (conflicting files)
    mesa-dri: /etc/drirc exists in filesystem
    mesa-dri: /usr/lib/xorg/modules/dri/swrast_dri.so exists in filesystem
    Errors occurred, no packages were upgraded.
    I tried to see what ows those files and install mesa, but
    ➜ ~ pacman -Qo /etc/drirc
    /etc/drirc is owned by mesa 10.2.8-1
    ➜ ~ pacman -Qo /usr/lib/xorg/modules/dri/swrast_dri.so
    /usr/lib/xorg/modules/dri/swrast_dri.so is owned by mesa 10.2.8-1
    ➜ ~ yaourt -S mesa
    [sudo] password for steve:
    resolving dependencies...
    looking for inter-conflicts...
    :: mesa-dri and ati-dri are in conflict. Remove ati-dri? [y/N] y
    :: mesa-dri and intel-dri are in conflict. Remove intel-dri? [y/N] y
    :: mesa-dri and nouveau-dri are in conflict. Remove nouveau-dri? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: mesa-libgl: requires mesa=10.2.8
    I'm not sure where I should look for a solution to this problem and what should I do. I don't want to force anything if it can make my system unusable. Can anybody point me in the right direction to do this safely?
    mesa-libgl is required by
    ➜ ~ pacman -Qi mesa-libgl
    Required By : ati-dri bumblebee cairo compton-git freeglut glu intel-dri libva mesa-demos mplayer mpv nouveau-dri qt4 qt5-base sdl2
    simplescreenrecorder webkitgtk2 xorg-server xorg-xdriinfo
    Last edited by SteveSapolsky (2014-10-23 12:46:11)

    WorMzy wrote:
    Can you post the full output of
    # pacman -Syu
    A rookie mistake on my part. I was assuming that if `yaourt -Suy` gave this message then pacman would as well. I tried
    pacman -Suy
    And pacman upgraded my system without problems.
    FTR, here is what `yaourt -Suy` was giving me:
    ➜ ~ yaourt -Suy
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    error: failed to prepare transaction (could not satisfy dependencies)
    :: Starting full system upgrade...
    :: ati-dri: requires mesa=10.2.8
    :: intel-dri: requires mesa=10.2.8
    :: lib32-intel-dri: requires lib32-mesa=10.2.8
    :: nouveau-dri: requires mesa=10.2.8

  • [SOLVED] linux: /boot/vmlinuz-linux exists in filesystem

    I have had this issue for a while now. I ignored it but now I'd like to be able to upgrade. Pacman throws this error:
    error: failed to commit transaction (conflicting files)
    linux: /boot/vmlinuz-linux exists in filesystem
    Errors occurred, no packages were upgraded.
    There are now news at archlinux.org, and I'm hesitant to use the --force flag. What do you suggest? Also, I have linux-ck-kernel, if that's relevant to the issue.
    Last edited by rubik (2015-01-21 14:19:37)

    I don't know how I installed linux-ck-kernel, it's been a while. I probably followed the wiki.
    @a821: Here are the commands' outputs:
    $ pacman -Qo /boot/vmlinuz-linux
    error: No package owns /boot/vmlinuz-linux
    $ uname -a
    Linux miki-laptop 3.17.5-1-ck #1 SMP PREEMPT Sun Dec 7 07:23:18 EST 2014 x86_64 GNU/Linux
    I'm puzzled! Why would pacman care about that file if no package owns it?! The wiki says that in this case I should rename it and update again. I'll try and see what happens.
    Last edited by rubik (2015-01-21 13:24:47)

  • [solved] build failing: /usr/bin/ld: cannot find -lgd

    I'm trying to satisfy crossover dependencies and recommendations. Found lib32-libgphoto2 on AUR with a few dependencies of its own, all of which I installed succesfully.
    When doing a makepkg for lib32-libgphoto2 I get the following error:
    libtool: link: gcc -m32 -shared -fPIC -DPIC ax203/.libs/ax203_la-library.o ax203/.libs/ax203_la-ax203.o ax203/.libs/ax203_la-ax203_decode_yuv.o ax203/.libs/ax203_la-ax203_decode_yuv_delta.o ax203/.libs/ax203_la-ax203_compress_jpeg.o ax203/.libs/ax203_la-jpeg_memsrcdest.o ax203/.libs/ax203_la-tinyjpeg.o ax203/.libs/ax203_la-jidctflt.o -Wl,-rpath -Wl,/home/someuser/Downloads/aur/lib32-libgphoto2/src/build/libgphoto2/.libs -Wl,-rpath -Wl,/home/someuser/Downloads/aur/lib32-libgphoto2/src/build/libgphoto2_port/libgphoto2_port/.libs -L/home/someuser/Downloads/aur/lib32-libgphoto2/src/build/libgphoto2_port/libgphoto2_port/.libs ../libgphoto2/.libs/libgphoto2.so -L/usr/lib32 /home/someuser/Downloads/aur/lib32-libgphoto2/src/build/libgphoto2_port/libgphoto2_port/.libs/libgphoto2_port.so -lexif ../libgphoto2_port/libgphoto2_port/.libs/libgphoto2_port.so -lltdl -lpthread -lgd -lz -lm -lpng16 -lfreetype -lfontconfig -ljpeg -m32 -march=x86-64 -mtune=generic -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,ax203.so -Wl,-version-script -Wl,.libs/ax203.ver -o .libs/ax203.so
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../libgd.so when searching for -lgd
    /usr/bin/ld: skipping incompatible /usr/lib/libgd.so when searching for -lgd
    /usr/bin/ld: cannot find -lgd
    collect2: error: ld returned 1 exit status
    Makefile:1659: recipe for target 'ax203.la' failed
    make[3]: *** [ax203.la] Error 1
    make[3]: Leaving directory '/home/someuser/Downloads/aur/lib32-libgphoto2/src/build/camlibs'
    Makefile:3347: recipe for target 'all-recursive' failed
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory '/home/someuser/Downloads/aur/lib32-libgphoto2/src/build/camlibs'
    Makefile:622: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/home/someuser/Downloads/aur/lib32-libgphoto2/src/build'
    Makefile:444: recipe for target 'all' failed
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    In that blob of text it says 'skipping incompatible' so it found something but I don't know to fix that or find out what it needs. A search on the internet I found that the message (in title) means I'm missing 32-bit library for gd, so I pulled that from AUR and installed it, but its still giving me this message.
    Any ideas what I need to do to get this to build?
    Thanks in advance.
    Last edited by mouseman (2014-05-05 05:24:27)

    The linker tries to find libgd. so. If you build lib32-libgphoto2, I guess from the name that you are building a 32 bit package on a 64 bits installation. You should have the 32 bit version of libgd. so and you only have the 64 bit version (hence skipping incompatible /usr/lib/libgd.so). Note that I have not found this version in the multilib repository (nor on AUR), I think you will have to build it yourself.

  • [SOLVED] PKGBUILD /lib exists in filesystem

    Apologies for the similar thread...
    I know there's a lot of topics similar to this with particular files conflicting with various packages when installing, but I couldn't quite see the issue with my PKGBUILD.
    PKGBUILD contents (without the vars):
    package() {
    # Unpack the vendor package
    cd "${srcdir}"
    tar -zxf data.tar.gz
    cp -dpr "${srcdir}/usr" "${pkgdir}"
    install -Dm0644 "${pkgdir}/usr/share/doc/vpn-unlimited/copyright" \
    "${pkgdir}/usr/share/licenses/${pkgname}/copyright"
    # Create a custom script that forces the older libcurl
    cat > "${pkgdir}/usr/bin/vpnu" <<- EOF
    #!/bin/sh
    PID=$(pidof vpn-unlimited-daemon)
    if [[ $EUID -ne 0 ]]; then
    echo "Must be root to run VPN daemon" 1>&2
    exit 1
    else
    if [ -z $PID]; then
    vpn-unlimited-daemon &
    sleep 2
    fi
    LD_PRELOAD=libcurl.so.3 vpn-unlimited
    fi
    EOF
    # Change script permissions
    chmod 0755 "${pkgdir}/usr/bin/vpnu"
    # Alter the desktop file to launch our script instead
    sed -i 's/Exec=vpn-unlimited/Exec=vpnu/g' "${pkgdir}/usr/share/applications/vpn-unlimited.desktop"
    # Add our custom systemd unit
    install -Dm0644 "${srcdir}/vpn-unlimited-daemon.service" "${pkgdir}/lib/systemd/system/vpn-unlimited-daemon.service"
    # Save this original file
    cp -p "${srcdir}/etc/init.d/vpn-unlimited-daemon" "${pkgdir}/usr/share/doc/vpn-unlimited/"
    While building:
    vpn-unlimited: /lib exists in filesystem
    vpn-unlimited: /usr/sbin exists in filesystem
    Errors occurred, no packages were upgraded.
    I don't understand why the problem is the symbolic links at /lib and /usr/sbin. Doesn't cp -dpr follow the symlinks?
    Last edited by adb (2015-01-11 22:37:32)

    Can someone help me changing the PKGBUILD from tm_smapi-ck?
    I am getting the same error message:
    (1/1) checking for file conflicts [###########################] 100%
    error: failed to commit transaction (conflicting files)
    tp_smapi-ck: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    PKGBUILD:
    # Maintainer: fackamato
    # Contributor: Steven Davidovitz <steviedizzle ð gmail đ com>
    # Contributor: Nick B <Shirakawasuna ð gmail đ com>
    # Contributor: Christof Musik <christof ð senfdax đ de>
    # Contributor: Stefan Rupp <archlinux ð stefanrupp đ de>
    # Contributor: Ignas Anikevicius <anikevicius ð gmail đ com>
    _pkgname=tp_smapi
    # make the AUR parser think the following lines are comments
    # to bypass the buggy parser check
    [[ "#" ]] && _kernext=${_kernext:-}
    [[ "#" ]] && _kernver=${_kernver:-$(uname -r)}
    [[ "#" ]] && _extramodules=$(readlink -f "/usr/lib/modules/$_kernver/extramodules" | sed 's#^/usr/lib/modules/##')
    [[ "#" ]] && _kernver=$(< /usr/lib/modules/$_extramodules/version)
    pkgname=$_pkgname-ck$_kernext
    pkgver=0.41
    pkgrel=44
    pkgdesc="Modules for ThinkPad's SMAPI functionality, for -ck kernels"
    [[ -n $_kernext ]] && pkgdesc+=" (for linux$_kernext)"
    arch=('i686' 'x86_64')
    url="http://tpctl.sourceforge.net/"
    license=('GPL')
    depends=("linux$_kernext-ck")
    makedepends=("linux$_kernext-headers")
    install=$_pkgname-ck.install
    source=(https://github.com/downloads/evgeni/tp_smapi/tp_smapi-$pkgver.tar.gz)
    md5sums=('63c683415c764568f6bf17c7eabe4752')
    sha256sums=('6aef02b92d10360ac9be0db29ae390636be55017990063a092a285c70b54e666')
    build() {
    cd "$srcdir/tp_smapi-$pkgver"
    sed -ri "s/^(KVER\s*:=).*$/\1$_kernver/" Makefile
    make HDAPS=1
    package() {
    make -C "/lib/modules/$_kernver/build" \
    INSTALL_MOD_PATH="$pkgdir" M="$srcdir/$_pkgname-$pkgver" modules_install
    cd "$pkgdir/lib/modules/"
    mv "$_kernver/extra" "$_extramodules"
    rmdir "$_kernver"
    # compress kernel modules
    find "$pkgdir" -name "*.ko" -exec gzip -9 {} +
    # update kernel version in install file
    sed -ri "s/^(extramodules=).*$/\1$_extramodules/" "$startdir/$_pkgname-ck.install"
    Thanks in advance!

  • Audiofile libxvmc libxdamage sysfsutils exists in filesystem [Solved]

    I've done a pacman -Syu tonight, and I cannot get the above packages to update, getting lots of "exists in filesystem" errors.  I'm not finding any info on these. 
    I had trouble with klibc but ultimately got it to update by updating all klibc* packages together, as someone suggested.
    Last edited by timm (2009-05-27 02:50:31)

    Here is what I get
    ##pacman -Syu
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (5): audiofile-0.2.6-4 libxdamage-1.1.1-2 libxinerama-1.0.3-2
    libxvmc-1.0.4-2 sysfsutils-2.1.0-5
    Total Download Size: 0.00 MB
    Total Installed Size: 0.90 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (5/5) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    audiofile: /usr/bin/audiofile-config exists in filesystem
    audiofile: /usr/bin/sfconvert exists in filesystem
    audiofile: /usr/bin/sfinfo exists in filesystem
    audiofile: /usr/include/af_vfs.h exists in filesystem
    audiofile: /usr/include/audiofile.h exists in filesystem
    audiofile: /usr/include/aupvlist.h exists in filesystem
    audiofile: /usr/lib/libaudiofile.a exists in filesystem
    audiofile: /usr/lib/libaudiofile.so exists in filesystem
    audiofile: /usr/lib/libaudiofile.so.0 exists in filesystem
    audiofile: /usr/lib/libaudiofile.so.0.0.2 exists in filesystem
    audiofile: /usr/lib/pkgconfig/audiofile.pc exists in filesystem
    audiofile: /usr/share/aclocal/audiofile.m4 exists in filesystem
    libxdamage: /usr/include/X11/extensions/Xdamage.h exists in filesystem
    libxdamage: /usr/lib/libXdamage.a exists in filesystem
    libxdamage: /usr/lib/libXdamage.so exists in filesystem
    libxdamage: /usr/lib/libXdamage.so.1 exists in filesystem
    libxdamage: /usr/lib/libXdamage.so.1.1.0 exists in filesystem
    libxdamage: /usr/lib/pkgconfig/xdamage.pc exists in filesystem
    libxvmc: /usr/include/X11/extensions/XvMClib.h exists in filesystem
    libxvmc: /usr/lib/libXvMC.a exists in filesystem
    libxvmc: /usr/lib/libXvMC.so exists in filesystem
    libxvmc: /usr/lib/libXvMC.so.1 exists in filesystem
    libxvmc: /usr/lib/libXvMC.so.1.0.0 exists in filesystem
    libxvmc: /usr/lib/libXvMCW.a exists in filesystem
    libxvmc: /usr/lib/libXvMCW.so exists in filesystem
    libxvmc: /usr/lib/libXvMCW.so.1 exists in filesystem
    libxvmc: /usr/lib/libXvMCW.so.1.0.0 exists in filesystem
    libxvmc: /usr/lib/pkgconfig/xvmc.pc exists in filesystem
    sysfsutils: /lib/libsysfs.so.2 exists in filesystem
    sysfsutils: /lib/libsysfs.so.2.0.1 exists in filesystem
    sysfsutils: /usr/bin/dlist_test exists in filesystem
    sysfsutils: /usr/bin/get_device exists in filesystem
    sysfsutils: /usr/bin/get_driver exists in filesystem
    sysfsutils: /usr/bin/get_module exists in filesystem
    sysfsutils: /usr/bin/systool exists in filesystem
    sysfsutils: /usr/include/sysfs/dlist.h exists in filesystem
    sysfsutils: /usr/include/sysfs/libsysfs.h exists in filesystem
    sysfsutils: /usr/lib/libsysfs.a exists in filesystem
    sysfsutils: /usr/lib/libsysfs.so exists in filesystem
    Errors occurred, no packages were upgraded.
    I ran through a pacman -Qo on all the files listed as errors under audiofile, all show that no package owns them.
    I will proceed to rename the files carrying the error and rerun pacman for the packages, see if everything is ok.  If no further errors, will delete the packages.  (Dug deeper into the forums to find this method...)
    Last edited by timm (2009-05-19 02:25:47)

  • [SOLVED] /usr/share/aclocal/nspr.m4 exists in filesystem

    pacman -Syu fails with this error:
    error: failed to commit transaction (conflicting files)
    nspr: /usr/share/aclocal/nspr.m4 exists in filesystem
    Errors occurred, no packages were upgraded.
    I found this thread, which suggested resyncing mirrors, but that didn't help.
    Last edited by FreeAsInGimme (2013-08-03 14:21:14)

    FYI: archlinux is widely known for our excellent wiki.  Be sure to check there and search the forums before starting new threads.  Many problems can be solved with a good search.
    As a second FYI, I don't know if the use of the manjaro boards (linked in OP) was just a coincidence of what your previous search gave you or if you are using Manjaro.  If it's the latter there are many differences between Manjaro and Archlinux.  In this case they are similar enough to share a solution, but in other cases we would be unable to help you here.  In short, if you are using Manjaro, be sure to ask on their forums if you have future problems.

  • /usr/bin/gtk-update-icon-cache exists in filesystem?

    heres what i get when i try yo update GTK or install a program like gnome-do. 
    [kazuki@archbang ~]$ sudo pacman -S gtk3
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): gtk-update-icon-cache-2.24.4-1 [0.01 MB]  gtk3-3.0.9-1 [4.69 MB]
    Total Download Size:    0.00 MB
    Total Installed Size:   31.78 MB
    Proceed with installation? [Y/n] y
    (2/2) checking package integrity                   [---------------------] 100%
    (2/2) checking for file conflicts                  [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    gtk-update-icon-cache: /usr/bin/gtk-update-icon-cache exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$
    Last edited by kazuki454 (2011-05-04 22:43:38)

    ok but stiil not work? [kazuki@archbang ~]$ sudo pacman -Syu gtk3
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra                   472.6K  581.6K/s 00:00:01 [---------------------] 100%
    community               433.9K  570.9K/s 00:00:01 [---------------------] 100%
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace lib32-util-linux-ng with multilib/lib32-util-linux? [Y/n] y
    :: Replace libjpeg with extra/libjpeg-turbo? [Y/n] y
    :: Replace mailx with core/heirloom-mailx? [Y/n] y
    :: Replace util-linux-ng with core/util-linux? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Remove (4): libjpeg-8.3.0-1 [0.83 MB]  util-linux-ng-2.18-3 [6.83 MB]
                lib32-util-linux-ng-2.18-3 [0.58 MB]  mailx-8.1.1-7 [0.16 MB]
    Total Removed Size:   8.40 MB
    Targets (330): glib2-2.28.6-1 [1.57 MB]  atk-2.0.0-1 [0.25 MB]
                   linux-api-headers-2.6.38.1-1 [0.54 MB]
                   tzdata-2011g-1 [0.17 MB]  glibc-2.13-5 [7.19 MB]
                   ncurses-5.9-1 [0.92 MB]  readline-6.2.001-1 [0.29 MB]
                   bash-4.2.008-1 [0.77 MB]  cairo-1.10.2-2 [0.46 MB]
                   libjpeg-turbo-1.1.0-1 [0.20 MB]  libtiff-3.9.5-1 [0.75 MB]
                   libxcb-1.7-2 [0.26 MB]  xproto-7.0.21-1 [0.13 MB]
                   libx11-1.4.3-2 [1.49 MB]  gdk-pixbuf2-2.23.3-1 [0.56 MB]
                   gtk-update-icon-cache-2.24.4-1 [0.01 MB]
                   gcc-libs-4.6.0-4 [0.73 MB]  libtasn1-2.9-1 [0.10 MB]
                   libgpg-error-1.9-3 [0.05 MB]  libgcrypt-1.4.6-3 [0.29 MB]
                   gnutls-2.12.3-1 [1.48 MB]  libxi-1.4.2-1 [0.14 MB]
                   libthai-0.1.15-1 [0.14 MB]  pango-1.28.4-2 [0.48 MB]
                   shared-mime-info-0.90-1 [0.35 MB]  gtk3-3.0.9-1 [4.69 MB]
                   a52dec-0.7.4-5 [0.04 MB]  aalib-1.4rc5-8 [0.14 MB]
                   alsa-firmware-1.0.24.1-1 [2.58 MB]
                   alsa-lib-1.0.24.1-1 [0.37 MB]  dialog-1.1_20110302-1 [0.15 MB]
                   pciutils-3.1.7-4 [0.21 MB]  alsa-utils-1.0.24.2-1 [0.90 MB]
                   db-5.1.25-1 [1.06 MB]  shadow-4.1.4.3-1 [0.94 MB]
                   coreutils-8.12-1 [2.00 MB]  perl-5.12.3-1 [12.55 MB]
                   openssl-1.0.0.d-1 [3.62 MB]  sqlite3-3.7.6.1-1 [0.36 MB]
                   python2-2.7.1-9 [8.18 MB]  python2-cairo-1.10.0-1 [0.02 MB]
                   gobject-introspection-0.10.8-1 [0.77 MB]
                   pygobject-devel-2.28.4-1 [0.17 MB]
                   pygobject-2.28.4-1 [0.27 MB]  pygtk-2.24.0-1 [1.61 MB]
                   xorg-xrandr-1.3.4-2 [0.03 MB]  arandr-0.1.4-2 [0.05 MB]
                   libdrm-2.4.25-1 [0.09 MB]  libgl-7.10.2-2 [0.93 MB]
                   ati-dri-7.10.2-2 [1.67 MB]  libsigc++-2.2.9-1 [0.06 MB]
                   glibmm-2.28.0-2 [0.52 MB]  atkmm-2.22.4-1 [0.08 MB]
                   attr-2.4.44-3 [0.06 MB]  linux-firmware-20110227-1 [8.23 MB]
                   mkinitcpio-busybox-1.18.2-1 [0.16 MB]
                   filesystem-2011.04-1 [0.00 MB]  util-linux-2.19-4 [1.38 MB]
                   udev-167-2 [0.22 MB]  file-5.06-1 [0.19 MB]
                   mkinitcpio-0.6.11-1 [0.02 MB]  kernel26-2.6.38.5-1 [34.85 MB]
                   aufs2-2.6.38_20110314-5 [0.10 MB]
                   aufs2-util-20110314-1 [0.39 MB]  avahi-0.6.30-2 [0.40 MB]
                   binutils-2.21-7 [3.24 MB]  run-parts-3.4.4-1 [0.01 MB]
                   ca-certificates-20110421-3 [0.13 MB]  cairomm-1.9.8-1 [0.26 MB]
                   cdparanoia-10.2-3 [0.08 MB]  gtk2-2.24.4-1 [4.92 MB]
                   nss-3.12.9-1 [1.37 MB]  xorg-xset-1.2.1-2 [0.02 MB]
                   xdg-utils-1.1.0rc1-2 [0.04 MB]  libevent-2.0.10-1 [0.25 MB]
                   desktop-file-utils-0.18-1 [0.03 MB]
                   chromium-11.0.696.57-1 [18.64 MB]  conky-1.8.1-3 [0.15 MB]
                   polkit-0.101-2 [0.35 MB]  consolekit-0.4.4-1 [0.08 MB]
                   dconf-0.7.3-2 [0.08 MB]  dcron-4.5-2 [0.02 MB]
                   device-mapper-2.02.84-1 [0.12 MB]  linux-atm-2.5.1-2 [0.25 MB]
                   iproute2-2.6.37-1 [0.37 MB]  dhclient-4.2.1.1-1 [0.56 MB]
                   dhcpcd-5.2.12-1 [0.06 MB]  idnkit-1.0-1 [0.12 MB]
                   dnsutils-9.8.0-1 [0.93 MB]  dosfstools-3.0.11-1 [0.05 MB]
                   eject-2.1.5-5 [0.02 MB]  elfutils-0.152-1 [0.55 MB]
                   ethtool-1:2.6.38-1 [0.06 MB]  eventlog-0.2.12-2 [0.01 MB]
                   exiv2-0.21.1-1 [1.25 MB]  faad2-2.7-2 [0.18 MB]
                   xvidcore-1.3.1-1 [0.25 MB]  x264-20110327-1 [0.36 MB]
                   libvdpau-0.4.1-1 [0.05 MB]  xextproto-7.2.0-1 [0.12 MB]
                   fixesproto-5.0-1 [0.01 MB]  libxfixes-5.0-1 [0.01 MB]
                   libvpx-0.9.6-2 [0.33 MB]  libva-1.0.12-1 [0.14 MB]
                   ffmpeg-20110330-1 [5.24 MB]  fftw-3.2.2-2 [1.52 MB]
                   libexif-0.6.20-1 [0.33 MB]
                   gsettings-desktop-schemas-3.0.1-2 [0.04 MB]
                   startup-notification-0.10-2 [0.02 MB]
                   gnome-desktop-3.0.1-1 [0.47 MB]  libproxy-0.4.6-6 [0.07 MB]
                   glib-networking-2.28.6.1-2 [0.04 MB]
                   libsoup-2.34.1-1 [0.30 MB]  libgnome-keyring-3.0.1-1 [0.09 MB]
                   libsoup-gnome-2.34.1-1 [0.01 MB]  libunique3-3.0.0-1 [0.04 MB]
                   sg3_utils-1.30-1 [0.46 MB]  lsof-4.84-3 [0.27 MB]
                   lvm2-2.02.84-1 [0.54 MB]  udisks-1.0.3-2 [0.15 MB]
                   libnotify-0.7.2-1 [0.03 MB]
                   gnome-disk-utility-3.0.0-1 [1.65 MB]  gvfs-1.8.1-1 [0.80 MB]
                   nautilus-3.0.1.1-1 [2.19 MB]  file-roller-3.0.1-2 [1.03 MB]
                   gcalctool-6.0.1-1 [0.49 MB]  libldap-2.4.24-1 [0.36 MB]
                   gconf-2.32.3-1 [0.88 MB]  geeqie-1.0-5 [0.84 MB]
                   gegl-0.1.6-1 [0.34 MB]  gettext-0.18.1.1-3 [5.35 MB]
                   giflib-4.1.6-4 [0.08 MB]  librsvg-2.34.0-1 [0.10 MB]
                   gimp-2.6.11-5 [9.40 MB]  xorg-xauth-1.0.5-2 [0.02 MB]
                   gksu-2.0.2-3 [0.02 MB]  gnome-menus-3.0.1-1 [0.14 MB]
                   libmad-0.15.1b-5 [0.06 MB]  keyutils-1.4-1 [0.04 MB]
                   cifs-utils-4.9-2 [0.03 MB]  tdb-1.2.9-1 [0.05 MB]
                   talloc-2.0.5-1 [0.04 MB]  smbclient-3.5.8-2 [8.51 MB]
                   jack-0.120.1-1 [0.28 MB]  libirman-0.4.5-2 [0.01 MB]
                   lirc-utils-1:0.9.0-2 [0.26 MB]  mplayer-33159-1 [8.85 MB]
                   gnome-mplayer-1.0.3-1 [0.30 MB]  libgsf-1.14.20-1 [0.18 MB]
                   goffice-0.8.14-1 [1.29 MB]  gnumeric-1.10.14-1 [9.27 MB]
                   gstreamer0.10-0.10.32-1 [1.28 MB]  orc-0.4.14-1 [0.18 MB]
                   gstreamer0.10-base-0.10.32-4 [1.14 MB]
                   gstreamer0.10-bad-0.10.21-3 [0.84 MB]
                   libraw1394-2.0.7-1 [0.05 MB]  libdc1394-2.1.3-1 [0.13 MB]
                   raptor1-1.4.21-3 [0.17 MB]  liblrdf-0.4.0-7 [0.02 MB]
                   libofa-0.9.3-3 [0.05 MB]  libsndfile-1.0.24-1 [0.28 MB]
                   gstreamer0.10-bad-plugins-0.10.21-3 [0.39 MB]
                   gstreamer0.10-base-plugins-0.10.32-4 [0.15 MB]
                   gstreamer0.10-good-0.10.28-1 [0.85 MB]  taglib-1.7-1 [0.23 MB]
                   sysfsutils-2.1.0-6 [0.03 MB]  v4l-utils-0.8.3-1 [0.23 MB]
                   gstreamer0.10-good-plugins-0.10.28-1 [0.31 MB]
                   gstreamer0.10-ugly-0.10.17-2 [0.15 MB]
                   gstreamer0.10-ugly-plugins-0.10.17-2 [0.08 MB]
                   pangomm-2.28.1-1 [0.07 MB]  gtkmm-2.24.0-1 [1.00 MB]
                   initscripts-2011.04.1-2 [0.01 MB]  intel-dri-7.10.2-2 [1.33 MB]
                   leafpad-0.8.18.1-2 [0.07 MB]  less-443-1 [0.09 MB]
                   lib32-glibc-2.13-5 [2.54 MB]  lib32-pixman-0.20.2-1 [0.15 MB]
                   lib32-gcc-libs-4.6.0-4 [0.71 MB]  lib32-pcre-8.12-1 [0.14 MB]
                   lib32-glib2-2.28.6-1 [1.39 MB]  lib32-cairo-1.10.2-2 [0.31 MB]
                   lib32-util-linux-2.19-1 [0.18 MB]
                   lib32-e2fsprogs-1.41.14-2 [0.15 MB]
                   lib32-libx11-1.4.3-1 [0.50 MB]
                   lib32-gdk-pixbuf2-2.23.3-1 [0.13 MB]
                   lib32-gnutls-2.12.2-1 [0.28 MB]  lib32-libxi-1.4.1-1 [0.02 MB]
                   lib32-gtk2-2.24.4-1 [1.69 MB]
                   lib32-openssl-1.0.0.d-1 [1.00 MB]
                   libburn-1.0.6.pl00-1 [0.19 MB]  libfetch-2.33-3 [0.07 MB]
                   libgtop-2.28.3-1 [0.15 MB]  libisofs-1.0.6-1 [0.16 MB]
                   mpfr-3.0.1-1 [0.31 MB]  libmpc-0.9-1 [0.06 MB]
                   libpciaccess-0.12.1-1 [0.02 MB]  libunique-1.1.6-4 [0.02 MB]
                   libwnck-2.30.6-2 [0.32 MB]  libxfcegui4-4.8.1-2 [0.20 MB]
                   libxt-1.1.1-1 [0.39 MB]  licenses-2.8-1 [0.06 MB]
                   mach64-dri-7.10.2-2 [0.83 MB]  heirloom-mailx-12.5-1 [0.20 MB]
                   libpipeline-1.2.0-1 [0.03 MB]  man-db-2.6.0.2-1 [0.38 MB]
                   mdadm-3.2.1-3 [0.30 MB]  mesa-7.10.2-2 [0.27 MB]
                   mga-dri-7.10.2-2 [0.83 MB]  nitrogen-1.5.2-1 [0.13 MB]
                   libcanberra-0.28-1 [0.07 MB]
                   notification-daemon-0.7.1-1 [0.03 MB]
                   nouveau-dri-7.10.2-2 [1.28 MB]  ntfs-3g-2011.4.12-1 [0.23 MB]
                   ntfsprogs-2011.4.12-1 [0.13 MB]  p7zip-9.20.1-1 [1.14 MB]
                   pacman-mirrorlist-20110324-1 [0.00 MB]
                   parcellite-1.0.1-1 [0.21 MB]  pcmciautils-017-2 [0.02 MB]
                   pm-utils-1.4.1-3 [0.04 MB]  poppler-0.16.4-1 [0.71 MB]
                   poppler-glib-0.16.4-1 [0.17 MB]  ppl-0.11.2-1 [2.74 MB]
                   ppp-2.4.5-2 [0.27 MB]  python-3.2-2 [8.98 MB]
                   python-imaging-1.1.7-3 [0.34 MB]  qt-4.7.3-1 [24.12 MB]
                   r128-dri-7.10.2-2 [0.81 MB]  raptor-2.0.2-1 [0.23 MB]
                   rp-pppoe-3.10-6 [0.08 MB]  savage-dri-7.10.2-2 [0.83 MB]
                   sis-dri-7.10.2-2 [0.82 MB]  slim-1.3.2-5 [0.21 MB]
                   xz-5.0.2-1 [0.30 MB]  squashfs-tools-4.2-1 [0.07 MB]
                   sudo-1.8.1.p1-1 [0.37 MB]  syslinux-4.03-4 [0.68 MB]
                   syslog-ng-3.2.2-2 [0.23 MB]  tar-1.26-1 [0.55 MB]
                   tdfx-dri-7.10.2-2 [0.82 MB]  thunar-1.2.1-2 [2.67 MB]
                   transmission-gtk-2.22-3 [0.54 MB]  tumbler-0.1.21-3 [0.09 MB]
                   unrar-4.0.7-1 [0.08 MB]  usbutils-002-2 [0.16 MB]
                   vi-050325-4 [0.14 MB]  vte-common-0.28.0-1 [0.00 MB]
                   vte-0.28.0-1 [0.34 MB]  wget-1.12-5 [0.39 MB]
                   wpa_supplicant-0.7.3-3 [0.24 MB]  wicd-1.7.0-9 [0.25 MB]
                   xf86-input-evdev-2.6.0-3 [0.02 MB]
                   xf86-input-synaptics-1.4.0-2 [0.04 MB]
                   xf86-video-apm-1.2.3-3 [0.05 MB]
                   xf86-video-ark-0.7.3-3 [0.01 MB]
                   xf86-video-ast-0.91.10-3 [0.02 MB]
                   xf86-video-ati-6.14.1-1 [0.33 MB]
                   xf86-video-chips-1.2.4-2 [0.06 MB]
                   xf86-video-cirrus-1.3.2-6 [0.03 MB]
                   xf86-video-dummy-0.3.4-4 [0.01 MB]
                   xf86-video-fbdev-0.4.2-4 [0.01 MB]
                   xf86-video-glint-1.2.5-2 [0.07 MB]
                   xf86-video-i128-1.3.4-3 [0.02 MB]
                   xf86-video-i740-1.3.2-6 [0.02 MB]
                   xf86-video-intel-2.15.0-1 [0.16 MB]
                   xf86-video-mach64-6.8.2-6 [0.07 MB]
                   xf86-video-mga-1.4.13-3 [0.07 MB]
                   xf86-video-neomagic-1.2.5-4 [0.03 MB]
                   xf86-video-nouveau-0.0.16_git20110316-2 [0.08 MB]
                   xf86-video-nv-2.1.18-3 [0.07 MB]
                   xf86-video-r128-6.8.1-6 [0.04 MB]
                   xf86-video-rendition-4.2.4-4 [0.03 MB]
                   xf86-video-s3-0.6.3-5 [0.03 MB]
                   xf86-video-s3virge-1.10.4-5 [0.03 MB]
                   xf86-video-savage-2.3.2-2 [0.06 MB]
                   xf86-video-siliconmotion-1.7.5-2 [0.05 MB]
                   xf86-video-sis-0.10.3-4 [0.22 MB]
                   xf86-video-sisusb-0.9.4-4 [0.03 MB]
                   xf86-video-tdfx-1.4.3-6 [0.03 MB]
                   xf86-video-trident-1.3.4-4 [0.06 MB]
                   xf86-video-tseng-1.2.4-4 [0.02 MB]
                   xf86-video-v4l-0.2.0-8 [0.02 MB]
                   xf86-video-vesa-2.3.0-5 [0.01 MB]
                   xf86-video-vmware-11.0.3-3 [0.02 MB]
                   xf86-video-voodoo-1.2.4-4 [0.01 MB]
                   xf86-video-xgi-1.6.0-3 [0.11 MB]
                   xf86-video-xgixp-1.8.0-3 [0.05 MB]  xfburn-0.4.3-4 [0.26 MB]
                   xfsprogs-3.1.5-1 [0.58 MB]  xorg-xkbcomp-1.2.1-2 [0.08 MB]
                   xkeyboard-config-2.2.1-1 [0.46 MB]
                   xorg-fonts-encodings-1.0.4-1 [0.54 MB]
                   xorg-bdftopcf-1.0.3-1 [0.01 MB]
                   xorg-mkfontscale-1.0.8-1 [0.02 MB]
                   xorg-mkfontdir-1.0.6-2 [0.00 MB]
                   xorg-font-util-1.2.0-1 [0.02 MB]
                   xorg-font-utils-7.6-2 [0.00 MB]  xorg-iceauth-1.0.4-2 [0.01 MB]
                   xorg-luit-1.1.0-2 [0.02 MB]  xorg-setxkbmap-1.2.0-2 [0.01 MB]
                   xorg-server-common-1.10.1-1 [0.02 MB]
                   xorg-server-1.10.1-1 [1.24 MB]  xorg-sessreg-1.0.6-2 [0.01 MB]
                   xorg-xcmsdb-1.0.3-2 [0.01 MB]
                   xorg-xbacklight-1.1.2-2 [0.01 MB]
                   xorg-xgamma-1.0.4-2 [0.01 MB]  xorg-xhost-1.0.4-2 [0.01 MB]
                   xorg-xinput-1.5.3-2 [0.02 MB]  xorg-xmodmap-1.0.5-2 [0.02 MB]
                   xorg-xrdb-1.0.9-1 [0.02 MB]  xorg-xrefresh-1.0.4-2 [0.01 MB]
                   xorg-xsetroot-1.1.0-2 [0.01 MB]
                   xorg-server-utils-7.6-2 [0.00 MB]  xorg-twm-1.0.6-2 [0.09 MB]
                   xorg-xdpyinfo-1.2.0-2 [0.01 MB]
                   xorg-xdriinfo-1.0.4-2 [0.00 MB]  xorg-xev-1.1.0-2 [0.01 MB]
                   xorg-xlsatoms-1.1.0-2 [0.01 MB]
                   xorg-xlsclients-1.1.1-2 [0.01 MB]  xorg-xprop-1.2.0-2 [0.02 MB]
                   xorg-xvinfo-1.1.1-2 [0.01 MB]  xorg-xwininfo-1.1.1-2 [0.02 MB]
                   xorg-utils-7.6-7 [0.00 MB]  xorg-xinit-1.3.0-3 [0.01 MB]
                   xorg-xkbutils-1.0.3-2 [0.02 MB]  xorg-xkbevd-1.1.2-2 [0.02 MB]
                   xorg-xkb-utils-7.6-1 [0.00 MB]  xorg-xkill-1.0.3-2 [0.01 MB]
                   xterm-269-1 [0.22 MB]  zip-3.0-2 [0.15 MB]
    Total Download Size:    1.13 MB
    Total Installed Size:   1398.30 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    pciutils-3.1.7-4-x...   219.5K  484.9K/s 00:00:00 [---------------------]  18%
    udev-167-2-x86_64       444.4K  255.7K/s 00:00:02 [---------------------]  38%
    run-parts-3.4.4-1-...   452.2K  173.5K/s 00:00:03 [---------------------]  39%
    ca-certificates-20...   580.8K  155.1K/s 00:00:04 [---------------------]  50%
    sudo-1.8.1.p1-1-x86_64  964.4K  184.3K/s 00:00:05 [---------------------]  83%
    usbutils-002-2-x86_64  1133.0K  176.3K/s 00:00:06 [---------------------]  97%
    :: Retrieving packages from extra...
    dcron-4.5-2-x86_64     1158.1K  149.2K/s 00:00:08 [---------------------] 100%
    (330/330) checking package integrity               [---------------------] 100%
    (330/330) checking for file conflicts              [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    wicd: /usr/lib/python2.7/site-packages/wicd/__init__.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/backend.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/configmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/dbusmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/logfile.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/misc.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/networking.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wnettools.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wpath.pyo exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$

  • Can't Update Because file "exists in filesystem" [SOLVED]

    I am having the below problem:
    $ sudo pacman -Suyy
    :: Synchronizing package databases...
    core 112.9 KiB 2.83M/s 00:00 [###############################################] 100%
    extra 1763.2 KiB 845K/s 00:02 [###############################################] 100%
    community 2.3 MiB 2.65M/s 00:01 [###############################################] 100%
    archlinuxfr 19.7 KiB 160K/s 00:00 [###############################################] 100%
    :: Starting full system upgrade...
    error: could not open file /var/lib/pacman/local/ldb-1.1.16-1/desc: No such file or directory
    :: Replace lzo2 with core/lzo? [Y/n]
    resolving dependencies...
    error: could not open file /var/lib/pacman/local/libgxps-0.2.2-3/desc: No such file or directory
    looking for inter-conflicts...
    Packages (43): cairo-1.12.16-3 cups-1.7.5-1 device-mapper-2.02.108-1 dhcpcd-6.4.3-1 e2fsprogs-1.42.11-1 epiphany-3.12.1-2
    ffmpeg-1:2.3.1-1 gettext-0.19.2-1 git-2.0.4-1 kdelibs-4.13.3-2 ldb-1.1.17-1 libarchive-3.1.2-8 libcups-1.7.5-1
    libkolab-0.5.2-1 libpeas-1.10.1-1 libutil-linux-2.25-3 libwbclient-4.1.11-1 linux-3.15.8-1 linux-headers-3.15.8-1
    lvm2-2.02.108-1 lzo-2.08-3 lzo2-2.08-1 [removal] meld-3.11.2-3 mesa-10.2.5-1 mkinitcpio-18-1 parted-3.2-1
    phpmyadmin-4.2.7-1 python-setuptools-1:5.4.2-1 python2-boto-2.32.1-1 s-nail-14.7.5-1 samba-4.1.11-1
    smartmontools-6.3-1 smbclient-4.1.11-1 syslinux-6.03pre19-1 tar-1.28-1 tdb-1.3.0-2 traceroute-2.0.20-1
    util-linux-2.25-3 virtualbox-4.3.14-3 xorg-server-1.16.0-6 xorg-server-common-1.16.0-6 xorg-xrandr-1.4.3-1
    zenity-3.12.1-2
    Total Installed Size: 450.30 MiB
    Net Upgrade Size: 1.10 MiB
    :: Proceed with installation? [Y/n]
    (42/42) checking keys in keyring [###############################################] 100%
    (42/42) checking package integrity [###############################################] 100%
    (42/42) loading package files [###############################################] 100%
    (42/42) checking for file conflicts [###############################################] 100%
    error: failed to commit transaction (conflicting files)
    ldb: /usr/bin/ldbadd exists in filesystem
    ldb: /usr/bin/ldbdel exists in filesystem
    ldb: /usr/bin/ldbedit exists in filesystem
    ldb: /usr/bin/ldbmodify exists in filesystem
    ldb: /usr/bin/ldbrename exists in filesystem
    ldb: /usr/bin/ldbsearch exists in filesystem
    ldb: /usr/include/ldb.h exists in filesystem
    ldb: /usr/include/ldb_errors.h exists in filesystem
    ldb: /usr/include/ldb_handlers.h exists in filesystem
    ldb: /usr/include/ldb_module.h exists in filesystem
    ldb: /usr/include/ldb_version.h exists in filesystem
    ldb: /usr/include/pyldb.h exists in filesystem
    ldb: /usr/lib/ldb/libldb-cmdline.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/asq.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/ldap.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/paged_results.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/paged_searches.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/rdn_name.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/sample.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/server_sort.so exists in filesystem
    ldb: /usr/lib/ldb/modules/ldb/skel.so exists in filesystem
    ldb: /usr/lib/libldb.so exists in filesystem
    ldb: /usr/lib/libldb.so.1 exists in filesystem
    ldb: /usr/lib/libpyldb-util.so exists in filesystem
    ldb: /usr/lib/libpyldb-util.so.1 exists in filesystem
    ldb: /usr/lib/pkgconfig/ldb.pc exists in filesystem
    ldb: /usr/lib/pkgconfig/pyldb-util.pc exists in filesystem
    ldb: /usr/lib/python2.7/site-packages/ldb.so exists in filesystem
    Errors occurred, no packages were upgraded.
    Recently I did have a problem with my pacman DB files over here but I fixed that. I also tried now making a new empty /var/lib/pacman/sync directory but the output is the same as above.
    I tried Googling for this issue but I am not succeededing.
    Can anyone advise what I can do to troubleshoot this?
    Last edited by CaptainKirk (2014-08-07 11:28:01)

    Thank you for that link.
    I checked the first two  /usr/bin/ldbadd and /usr/bin/ldbdel and no package owns them. So I ran:
    sudo pacman -S --force lib32-libdbus
    because now I got:
    :: Replace lib32-dbus-core with multilib/lib32-libdbus? [Y/n]
    because I just enabled multilib in order to upgrade skype (which worked). Anyhow, the install of lib32-libdbus worked fine, but
    pacman -Syu
    still gives all the errors above. Should I try to rename all those files?
    Your title however is misleading - nothing says files are missing, the problem is those files are already there but pacman doesn't know why.
    Well, I also see this:
    error: could not open file /var/lib/pacman/local/ldb-1.1.16-1/desc: No such file or directory
    as well as another. So something does appear to be missing to me.

  • [SOLVED] Error "libpng12: /usr/lib/libpng.so.3 exists in filesystem".

    I've just tried to install the stable "google-chrome" package from AUR with the command.  I have all of the dependencies already installed except for these two:
    - libjpeg6 (building from AUR)
    - libpng12 (package found)
    When the package manage tries to install "libpng12-1.2.43-1", I get the following error:
    error: failed to commit transaction (conflicting files)
    libpng12: /usr/lib/libpng.so.3 exists in filesystem
    Errors occurred, no packages were upgraded.
    According to the file manager (Thunar), the file /usr/lib/libpng.so.3 is a link to /usr/lib/libpng.so.
    This is probably a silly question (as I'm a clueless newbie!) but... can I just delete this link and expect the installation of libpng12 to replace it so that everything will still work...?
    Thanks in advance :-)
    Last edited by esuhl (2011-01-21 02:46:19)

    $ pacman -Ql libpng|grep /lib/
    libpng /usr/lib/
    libpng /usr/lib/libpng.a
    libpng /usr/lib/libpng.so
    libpng /usr/lib/libpng14.a
    libpng /usr/lib/libpng14.so
    libpng /usr/lib/libpng14.so.14
    libpng /usr/lib/libpng14.so.14.5.0
    libpng /usr/lib/pkgconfig/
    libpng /usr/lib/pkgconfig/libpng.pc
    libpng /usr/lib/pkgconfig/libpng14.pc
    A tip: run pacman -Qo on the file in question, either you put that symlink there yourself or strange things are happening on your system.

Maybe you are looking for

  • Problem with BDOCS Business Partner CRM - PSCD(R/3)

    I have a problem with BDOCS (Middleware, Data Exchange Synchronization). I configured only Synchronization for Business Partner Type “2” Organization and “3” Group”(In the Initial Load).  However, when PSCD add or modify “Identification Number” (tabl

  • I'm new to java and I need some quick help with NetBeans.

    Hi. To whomever can help here's the problem. I've been trying to install netbeans ide 5.0 on my computer for a while now and i can't seem to find out what is wrong. I'm in a java programming course and i need the J2SE Developement Kit 5.0 Update 7 an

  • Screen 910 getting saved in Local object - not even asking for Package

    Hi ABAPers, I am using Enhancement CONFPP07 and for this created Z project in CMOD. When I am creating the screen 910 for the screen exit SAPLCORU_S of that Z Project, that 910 is getting created in Local object not even asking for the Package and th

  • Inheritance, class indicator field and subclasses

    Hi Ok, I have an inheritance model with a base class (let's call it BaseClass), which is abstract. Every subclasse of BaseClass have a different implementation, but no additional attribute. I don't want to map all subclasses in Mapping Workbench, so

  • I hate the combined search and address fields

    Dear Apple,       I am very disappointed with the newly combined address and search field. Not only does it not work as well but it's lost important functionality as well. In particular: The snap back feature of the search field was brilliant. It was