[SOLVED] Can't install gcc-ecj!

Sorry if I'm posting this in the wrong session, it seemed the most appropriated to me.
I need to install pdftk, and gcc-gcj is one of its dependencies. I tried to install pdftk through yaourt, but it failed after almost 30 minutes of compiling, so I decided to "go neanderthal" and install it almost by brute force, checking the aur web page for pdftk and downloading and installing the dependencies tarballs.
First, when I try to install gcc-ecj through AUR, I got a simple error message:
[eduardo@Tardis ~]$ cd aur-mirror/gcc-gcj
[eduardo@Tardis gcc-gcj]$ ls
PKGBUILD
[eduardo@Tardis gcc-gcj]$ makepkg -si
==> ERROR: install file (gcc-gcj.install) does not exist.
So I downloaded the tarball from this page (https://aur.archlinux.org/packages/gcc- … mments=all) and tried to install. It failed also, but it gave me a lot of output to pinpoint the problem. The output was:
[eduardo@Tardis gcc-gcj]$ makepkg -si
==> Making package: gcc-gcj 4.8.2-3 (Wed 16 Apr 08:18:14 BRT 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found gcc-4.8.2.tar.bz2
-> Found native_freetype.patch
==> Validating source files with md5sums...
gcc-4.8.2.tar.bz2 ... Passed
native_freetype.patch ... Passed
==> Extracting sources...
-> Extracting gcc-4.8.2.tar.bz2 with bsdtar
==> Starting prepare()...
patching file libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c
patching file libjava/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c
==> Removing existing pkg/ directory...
==> Starting build()...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes
checking for version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... yes
checking for version 0.17.0 of CLooG... no
checking for version 0.18.0 of CLooG... yes
The following languages will be built: c,c++,java,lto
*** This configuration is not supported in the following subdirectories:
zlib gnattools target-libada target-libgfortran target-libgo target-libbacktrace target-libobjc
(Any other directories should still work fine.)
checking for default BUILD_CONFIG... bootstrap-debug
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for gccgo... no
checking for ar... no
checking for ar... ar
checking for as... no
checking for as... as
checking for dlltool... no
checking for dlltool... no
checking for ld... no
checking for ld... ld
checking for lipo... no
checking for lipo... no
checking for nm... no
checking for nm... nm
checking for objdump... no
checking for objdump... objdump
checking for ranlib... no
checking for ranlib... ranlib
checking for readelf... no
checking for readelf... readelf
checking for strip... no
checking for strip... strip
checking for windres... no
checking for windres... no
checking for windmc... no
checking for windmc... no
checking where to find the target ar... host tool
checking where to find the target as... host tool
checking where to find the target cc... just compiled
checking where to find the target c++... just compiled
checking where to find the target c++ for libstdc++... just compiled
checking where to find the target dlltool... host tool
checking where to find the target gcc... just compiled
checking where to find the target gcj... just compiled
checking where to find the target gfortran... host tool
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... host tool
checking where to find the target objdump... host tool
checking where to find the target ranlib... host tool
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
[ -f stage_final ] || echo stage3 > stage_final
make[1]: Entering directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
/bin/sh: line 0: test: too many arguments
make[2]: Entering directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
make[3]: Entering directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
rm -f stage_current
make[3]: Leaving directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
make[2]: Leaving directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
make[2]: Entering directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
Configuring stage 1 in ./intl
/bin/sh: /home/eduardo/Documents/Programs: No such file or directory
Makefile:5699: recipe for target 'configure-stage1-intl' failed
make[2]: *** [configure-stage1-intl] Error 127
make[2]: Leaving directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
Makefile:20145: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/home/eduardo/Documents/Programs and stuff/gcc-gcj/src/gcc-4.8.2/build'
Makefile:885: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
What can I do?
Last edited by eduardowoj (2014-04-15 18:02:12)

The ggc-gcj PKGBUILD doesn't quote variables correctly, resulting in failure when directory names have spaces in them like on your system.
Look for lines like this :
make -j1 DESTDIR=${pkgdir} install-target-libjava
if you change all references to variables to something like this, it should work :
make -j1 DESTDIR="${pkgdir}" install-target-libjava

Similar Messages

  • Oracle VM Server 2.2.1 - can't install gcc

    I have an error :
    [root@SRV-OVM-001 /]# yum install gcc
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package gcc.x86_64 0:4.1.2-48.el5 set to be updated
    --> Processing Dependency: cpp = 4.1.2-48.el5 for package: gcc
    --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc
    --> Processing Dependency: libgomp >= 4.1.2-48.el5 for package: gcc
    --> Running transaction check
    ---> Package cpp.x86_64 0:4.1.2-48.el5 set to be updated
    ---> Package glibc-devel.x86_64 0:2.5-49 set to be updated
    --> Processing Dependency: glibc-headers = 2.5-49 for package: glibc-devel
    --> Processing Dependency: glibc = 2.5-49 for package: glibc-devel
    --> Processing Dependency: glibc-headers for package: glibc-devel
    ---> Package libgomp.x86_64 0:4.4.0-6.el5 set to be updated
    --> Running transaction check
    ---> Package glibc.i686 0:2.5-49 set to be updated
    --> Processing Dependency: glibc-common = 2.5-49 for package: glibc
    ---> Package glibc-headers.x86_64 0:2.5-49 set to be updated
    --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers
    --> Processing Dependency: kernel-headers for package: glibc-headers
    --> Running transaction check
    ---> Package glibc.i686 0:2.5-49 set to be updated
    --> Processing Dependency: glibc-common = 2.5-49 for package: glibc
    ---> Package kernel-uek-headers.x86_64 0:2.6.32-200.19.1.el5uek set to be updated
    --> Finished Dependency Resolution
    glibc-2.5-49.i686 from el5_u5_base has depsolving problems
    --> Missing Dependency: glibc-common = 2.5-49 is needed by package glibc-2.5-49.i686 (el5_u5_base)
    Error: Missing Dependency: glibc-common = 2.5-49 is needed by package glibc-2.5-49.i686 (el5_u5_base)
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va nofiles nodigest
    But if y try to remove package package glibc-2.5-49.i686 (I'm i386x64), it tells me that it will remove 214 packages !
    So I answered no ..
    What shall I do ?

    Still have same issued with glibc (for your memory, initial thread target was to solve this issue wich caused issue on glibc) :
    --> Processing Dependency: rpm = 4.4.2.3-18.el5 for package: rpm-build
    ---> Package rpm-libs.i386 0:4.4.2.3-18.el5 set to be updated
    --> Processing Dependency: rpm = 4.4.2.3-18.el5 for package: rpm-libs
    ---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
    --> Finished Dependency Resolution
    rpm-build-4.4.2.3-18.el5.x86_64 from el5_u4_base has depsolving problems
    --> Missing Dependency: rpm = 4.4.2.3-18.el5 is needed by package rpm-build-4.4.2.3-18.el5.x86_64 (el5_u4_base)
    glibc-2.5-49.i686 from el5_u5_base has depsolving problems
    --> Missing Dependency: glibc-common = 2.5-49 is needed by package glibc-2.5-49.i686 (el5_u5_base)
    rpm-libs-4.4.2.3-18.el5.i386 from el5_u5_base has depsolving problems
    --> Missing Dependency: rpm = 4.4.2.3-18.el5 is needed by package rpm-libs-4.4.2.3-18.el5.i386 (el5_u5_base)
    Error: Missing Dependency: rpm = 4.4.2.3-18.el5 is needed by package rpm-build-4.4.2.3-18.el5.x86_64 (el5_u4_base)
    Error: Missing Dependency: rpm = 4.4.2.3-18.el5 is needed by package rpm-libs-4.4.2.3-18.el5.i386 (el5_u5_base)
    Error: Missing Dependency: glibc-common = 2.5-49 is needed by package glibc-2.5-49.i686 (el5_u5_base)
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va nofiles nodigest
    so it keeps on targeting a glibc-2.5-49.i686 while I'm on x86_64
    My yum.repos.d/public-yum-el5.repo is :
    "[el5_u3_base]
    name=Enterprise Linux $releasever U3 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/3/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_u4_base]
    name=Enterprise Linux $releasever U4 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/4/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_u5_base]
    name=Enterprise Linux $releasever U5 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_addons]
    name=Enterprise Linux $releasever U5 addons - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/addons/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_oracle_addons]
    name=Enterprise Linux $releasever U5 oracle_addons - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/oracle_addons/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    And I'm on EL5_7.
    Any more idea ?
    Edited by: user7437638 on 13 sept. 2011 11:23

  • (solved) Can't install snd-aloop on kernel 2.6.35

    Hi
    On my hda-intel soundcard I have no mixing option to record my soundcard's output.
    I got round this by using the snd-aloop module as advised - https://bbs.archlinux.org/viewtopic.php?id=97598
    To install the snd-aloop module you have to get the alsa-driver source file and compile with
    ./configure --with-cards=loopback
    make
    This worked fine on kernel 2.6.32/33/34
    But on the latest kernel (.35) I get an error:-
    make -C /lib/modules/2.6.35-ARCH/build SUBDIRS=/usr/src/alsa-driver-1.0.23  CPP="gcc -E" CC="gcc" modules
    make[1]: Entering directory `/usr/src/linux-2.6.35-ARCH'
      CC [M]  /usr/src/alsa-driver-1.0.23/acore/memory_wrapper.o
      CC [M]  /usr/src/alsa-driver-1.0.23/acore/memalloc.o
      CC [M]  /usr/src/alsa-driver-1.0.23/acore/sgbuf.o
      CC [M]  /usr/src/alsa-driver-1.0.23/acore/pcm.o
      CC [M]  /usr/src/alsa-driver-1.0.23/acore/pcm_native.o
    /usr/src/alsa-driver-1.0.23/acore/pcm_native.c: In function 'snd_pcm_hw_params':
    /usr/src/alsa-driver-1.0.23/acore/pcm_native.c:489:2: error: implicit declaration of function 'pm_qos_remove_requirement'
    /usr/src/alsa-driver-1.0.23/acore/pcm_native.c:492:3: error: implicit declaration of function 'pm_qos_add_requirement'
    make[3]: *** [/usr/src/alsa-driver-1.0.23/acore/pcm_native.o] Error 1
    make[2]: *** [/usr/src/alsa-driver-1.0.23/acore] Error 2
    make[1]: *** [_module_/usr/src/alsa-driver-1.0.23] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
    make: *** [compile] Error 2
    I am using alsa-driiver 1.0.23 - does anyone have any hints ?
    Thanks
    Last edited by yossarianuk (2010-08-20 23:14:01)

    Hi,
    you could add
    static inline void remove_acceptable_latency(char *name)
    static inline void set_acceptable_latency(char *name, s32 value)
    to the beginning of include/pm_qos_params_compat.h
    #include <pm_qos_params_compat.h>
    to the includes of acore/pcm_native.c
    and touch /include/linux/latency.h
    It compiles, but I can't say if it works, seems to be broken;)
    Real fixes have been commited to git (git clone git://git.alsa-project.org/alsa-driver.git alsa-driver)
    Last edited by DIDI2002 (2010-08-20 16:46:55)

  • [SOLVED] can't install jbuilder

    Hello!
    When I try to install JBuilder 2005 I get:
    [antek@arch jb2005_linux]$ ./install.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.7094/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    although all the libs he is complaining about are in my /libs dir. . .
    I get similar errors when I try to install JBuilder 2006.
    Anybody knows how to solve this? Or maybe older versions of JBuilder work better?

    You're right. This is whole part of install.bin containing LD_ASSUME_KERNEL commands:
    # set this variable to something so we're guaranteed a value
    linux_LD_ASSUME_KERNEL_hack=0;
    # work around problem on RedHat Linux 7.1 IA-32
    # see Bug Id 4447270 at Sun JDC bug parade
    if [ `cat /etc/redhat-release 2>/dev/null | grep "7.1" | wc -l` = "1" ];
    then
    if [ `uname -s` = "Linux" ];
    then
    if [ `uname -m` != "ia64" ];
    then
    case `uname -r` in
    2.[456]*)
    linux_LD_ASSUME_KERNEL_hack=1
    esac
    fi
    fi
    fi
    # LD_ASSUME_KERNEL for Native POSIX Threading Library on some Linux distros
    if [ `uname` = "Linux" ]; then
    debugOut "checking for NPTL + JVM vulernability..."
    #check libc to see if it was compiled with NPTL
    nptl="`strings /lib/libc.so.6 | grep -i nptl`"
    if [ "$nptl" ]; then
    debugOut "NPTL detected! checking for vulnerable JVM....";
    # I have to set this before I check the JVM version, a-cuz
    # the call will hang, if it -is- vulnerable!
    export LD_ASSUME_KERNEL=2.2.5
    eval `$actvm -version 2>&1 | $AWK '
    BEGIN {
    vendor="Sun"
    /"[0-9].[0-9].[0-9][^"]*"$/ {
    gsub ("["]", "", $3)
    split ($3, ver, "[._-]")
    printf "v_major=%snv_minor=%snv_patch=%sn",ver[1],ver[2],ver[3]
    /IBM/ {
    vendor="IBM"
    END {
    printf "v_vendor=%sn",vendor
    ' `
    # unset the LD_ASSUME_KERNEL in cause we don't need it
    unset LD_ASSUME_KERNEL
    debugOut "major : ${v_major}"
    debugOut "minor : ${v_minor}"
    debugOut "patch : ${v_patch}"
    debugOut "vendor: ${v_vendor}"
    # check our rules for setting LD_ASSUME_KERNEL
    # currently, we're only setting this for JVMS < 1.4
    # we can add more rules later, if we need to.
    if [ ${v_minor:-0} -lt 4 ]; then
    debugOut "Vulnerable JVM detected... implementing workaround"
    linux_LD_ASSUME_KERNEL_hack=1
    else
    debugOut "Your JVM is OK! Congratulations!"
    fi
    fi
    fi
    if [ $linux_LD_ASSUME_KERNEL_hack -eq 1 ]; then
    LD_ASSUME_KERNEL=2.2.5
    export LD_ASSUME_KERNEL
    fi
    I tried to comment the line export LD_ASSUME_KERNEL=2.2.5, but then installer gave me following errors:
    [antek@arch jb2005_linux]$ ./install.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    gzip: /tmp/install.dir.9748/Linux/resource/vm.tar.Z: corrupt input. Use zcat to recover some data.
    uncompress: /tmp/install.dir.9748/Linux/resource/vm.tar.Z: corrupt input. Use zcat to recover some data.
    gzip: /tmp/install.dir.9748/Linux/resource/vm.tar.Z: corrupt input. Use zcat to recover some data.
    The included VM could not be uncompressed (GZIP/UNCOMPRESS). Please try to
    download the installer again and make sure that you download using 'binary'
    mode. Please do not attempt to install this currently downloaded copy.
    I get similar errors after I uncommented back that line... Does it mean the installation file cannot be edited? It is 100 MB file with long script at the beginning and binary stuff after it. I have no experience with things like this... what to do?

  • [SOLVED] Can I install Arch on the same PC, without a CD/USB/Netboot

    Hello
    I'm kinda bored, and then I like to reinstall Arch over and over.. but I lack a CD/USB stick and/or another PC to do a PXE install, therefor..
    Can I set up my current installation to boot into a new arch install when I reboot somehow?
    Thanks.
    Last edited by valvet (2010-11-08 14:50:16)

    hokasch wrote:Sure.. two examples:
    https://wiki.archlinux.org/index.php/Fa … nux_System (use swap for the iso and convert it back later)
    https://wiki.archlinux.org/index.php/In … ting_Linux
    or extract kernel & initrd from archboot image, save it somewhere and create a grub entry - works fine for net installs
    Ok I thought it was solved, but I was wrong.. here's what I did, hopefully you or someone else can help.
    Downloaded the netinst image (160mb), copied:
    /mnt/iso/boot/archiso.img > /boot/archiso.img
    /mnt/iso/boot/vmlinuz26 > /boot/vmlinuz26-test
    Edited /boot/grub/menu.lst according to /mnt/iso/boot/isolinux.cfg
    # test
    title Arch test install
    root (hd0,0)
    kernel /vmlinuz26-test
    initrd /archiso.img archisolabel=ARCH_201005 tmpfs_size=75% locale=en_US.UTF-8
    Now, whenever I boot this.. it says "Waiting 30 seconds for device /disk-by/uid.. lots of dots here.
    Ideas? I'd like to avoid making a new partition as suggested in the wiki, as it requires me to load a live cd of sorts anyway, so I can shrink one of my partitions.
    Thanks :-)!
    Last edited by valvet (2010-10-31 19:48:05)

  • [SOLVED] Can't install; dual-boot sharing partitions?

    Hi, I'm currently dual-booting Linux Mint 14 and Windows 7 on my laptop, and decided to replace Mint with Arch. Somehow, though, I don't think I ever divided my HDD into seperate partitions for Linux and Windows. Using gparted (or fdisk), /dev/sda (my HDD) has essentially got a Dell utility partition (100MiB, sda1), a recovery partition (15GiB, sda2), a 1 MiB unallocated space, and a 284 GiB section labeled "OS" (sda3). I can't touch the partition on Linux because it's always in use.
    I can't get through with the installation because of this, and can't find an answer no matter how often or in-depth I RTFM. If someone could point me in the right direction, that'd be great.
    Thanks.
    http://imgur.com/8qfpbbW
    EDIT: This has been [SOLVED].
    Last edited by SELame (2013-07-29 22:55:13)

    I would recommend downloading the gparted cd here, and setting up your partitioning scheme from there. I am quite suprised about your system setup though, you may want to nuke it and start again because something weird is going on.
    Yeah, I'm not sure exactly what's happening. I'll look into using gparted as a LiveCD, but I'd rather not wipe everything if I can help it.
    I don't know if this is the case, but Ubuntu had (has?) an option to install to an image on the windows partition (wubi), rather than a partition of it's own. It's possible that Mint adapted this for their spinoff, and would explain why you only have a Windows partition.
    I recommend that you modify your partition scheme if you want to install Arch. Shrink your Windows partition as much as the Windows partitioner will allow (avoid gparted and similar tools for this purpose, the Windows in-built partitioner should be adequate), then create an extended partition to house your Arch partition, swap partition, data partition, or whatever partitions you want.
    Yeah, I installed Mint from a mounted image in Daemon Tools, so that could explain it. I'll look into shrinking my Windows partition and seeing if I can somehow remove Mint from my Windows partition. I still have grub and all, if that makes any difference.
    there is a mint4win,  do you see something like this on boot? http://i.imgur.com/sPOMx.png
    Yep! I may have installed mint4win. Let me look into that.

  • [SOLVED] Can't install linuxwacom from AUR with latest X Server

    I am unable to reinstall linuxwacom, which I had reinstalled perfectly the day before the big update from testing yesterday, which, among many other things, updated X Server to 1.7.0.901-1.
    Here is the error output (am installing linuxwacom 0.8.4-6 from the AUR). I'm including everything that apears (to me) to be associated with the error, but if there should be more or less, let me know:
    In file included from /usr/include/xorg/xf86str.h:38,
    from /usr/include/xorg/xf86.h:46,
    from ./xf86Wacom.h:68,
    from ./xf86Wacom.c:93:
    /usr/include/xorg/input.h:79:1: warning: this is the location of the previous definition
    ./xf86Wacom.c: In function 'xf86WcmInitialCoordinates':
    ./xf86Wacom.c:368: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:395: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c: In function 'xf86WcmRegisterX11Devices':
    ./xf86Wacom.c:630: warning: passing argument 3 of 'InitButtonClassDeviceStruct' from incompatible pointer type
    /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of type 'CARD8 *'
    ./xf86Wacom.c:630: error: too few arguments to function 'InitButtonClassDeviceStruct'
    ./xf86Wacom.c:670: warning: passing argument 3 of 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
    /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of type 'int'
    ./xf86Wacom.c:670: error: too few arguments to function 'InitValuatorClassDeviceStruct'
    ./xf86Wacom.c:712: warning: implicit declaration of function 'InitKeyClassDeviceStruct'
    ./xf86Wacom.c:720: warning: implicit declaration of function 'InitKbdFeedbackClassDeviceStruct'
    ./xf86Wacom.c:751: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:756: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:757: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:765: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:766: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:772: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:773: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:781: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:786: error: too few arguments to function 'InitValuatorAxisStruct'
    ./xf86Wacom.c:790: error: too few arguments to function 'InitValuatorAxisStruct'
    make[2]: *** [xf86Wacom.o] Error 1
    make[2]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src/xdrv'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/tmp/yaourt-tmp-sara/aur-linuxwacom/linuxwacom/src/linuxwacom-0.8.4-3/src'
    make: *** [all-recursive] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build linuxwacom package.
    Error: unable to update linuxwacom
    Because of this, I can no longer use my pen or touchscreen. My tablet is a Lenovo X61t.
    This is probably due to the testing repo as the package's maintainer (gwash) was unable to reproduce this with the latest updates from core and extra installed.
    [edit] Perhaps this is because this package is designed to be compatible with version 1.6 of X Server, and I'm using 1.7 (the latest in testing). Are any other tablet users in testing experiencing this problem? [/edit]
    [edit] And as I thought, downgrading xorg-server to 1.6 fixed this (this also required downgrading evdev and the intel driver). So it's just linuxwacom's incompatibility with verison 1.7, which will hopefully be fixed soon. Marking the subject line as SOLVED, though the real solution is an update to linuxwacom. [/edit]
    Last edited by Sara (2011-06-08 22:43:19)

    N30N wrote:
    schuschu wrote:Could someone put a PKGBUILD with patch into the AUR please?
    I've added the patch to the linuxwacom-cvs package.
    Thanks, but I still can't build it:
    patching file src/xdrv/xf86Wacom.c
    Hunk #1 succeeded at 100 with fuzz 2 (offset 10 lines).
    Hunk #2 succeeded at 367 (offset -36 lines).
    Hunk #3 succeeded at 397 (offset -33 lines).
    Hunk #4 succeeded at 555 (offset -33 lines).
    Hunk #5 succeeded at 611 (offset -22 lines).
    Hunk #6 succeeded at 649 (offset -22 lines).
    Hunk #7 succeeded at 667 (offset -22 lines).
    Hunk #8 succeeded at 683 (offset -22 lines).
    Hunk #9 succeeded at 723 (offset -22 lines).
    Hunk #10 succeeded at 750 (offset -22 lines).
    Hunk #11 succeeded at 781 (offset -22 lines).
    Hunk #12 succeeded at 791 (offset -22 lines).
    Hunk #13 succeeded at 823 (offset -22 lines).
    Hunk #14 succeeded at 849 (offset -22 lines).
    Hunk #15 FAILED at 881.
    1 out of 15 hunks FAILED -- saving rejects to file src/xdrv/xf86Wacom.c.rej

  • [SOLVED]Can't Install Git

    I'm trying to install git from the Extra repository. However, I get the following output:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): git-1.8.0.1-1
    Total Installed Size: 15.74 MiB
    checking package integrity...
    loading package files...
    checking for file conflicts...
    git: /etc/rc.d/git-daemon exists in filesystem
    git: /usr/bin/git exists in filesystem
    git: /usr/bin/git-cvsserver exists in filesystem
    git: /usr/bin/git-receive-pack exists in filesystem
    git: /usr/bin/git-shell exists in filesystem
    git: /usr/bin/git-upload-archive exists in filesystem
    git: /usr/bin/git-upload-pack exists in filesystem
    git: /usr/bin/gitk exists in filesystem
    git: /usr/lib/git-core/git exists in filesystem
    git: /usr/lib/git-core/git-add exists in filesystem
    git: /usr/lib/git-core/git-add--interactive exists in filesystem
    git: /usr/lib/git-core/git-am exists in filesystem
    git: /usr/lib/git-core/git-annotate exists in filesystem
    git: /usr/lib/git-core/git-apply exists in filesystem
    git: /usr/lib/git-core/git-archimport exists in filesystem
    git: /usr/lib/git-core/git-archive exists in filesystem
    git: /usr/lib/git-core/git-bisect exists in filesystem
    git: /usr/lib/git-core/git-bisect--helper exists in filesystem
    git: /usr/lib/git-core/git-blame exists in filesystem
    git: /usr/lib/git-core/git-branch exists in filesystem
    git: /usr/lib/git-core/git-bundle exists in filesystem
    git: /usr/lib/git-core/git-cat-file exists in filesystem
    git: /usr/lib/git-core/git-check-attr exists in filesystem
    git: /usr/lib/git-core/git-check-ref-format exists in filesystem
    git: /usr/lib/git-core/git-checkout exists in filesystem
    git: /usr/lib/git-core/git-checkout-index exists in filesystem
    git: /usr/lib/git-core/git-cherry exists in filesystem
    git: /usr/lib/git-core/git-cherry-pick exists in filesystem
    git: /usr/lib/git-core/git-citool exists in filesystem
    git: /usr/lib/git-core/git-clean exists in filesystem
    git: /usr/lib/git-core/git-clone exists in filesystem
    git: /usr/lib/git-core/git-column exists in filesystem
    git: /usr/lib/git-core/git-commit exists in filesystem
    git: /usr/lib/git-core/git-commit-tree exists in filesystem
    git: /usr/lib/git-core/git-config exists in filesystem
    git: /usr/lib/git-core/git-count-objects exists in filesystem
    git: /usr/lib/git-core/git-credential exists in filesystem
    git: /usr/lib/git-core/git-credential-cache exists in filesystem
    git: /usr/lib/git-core/git-credential-cache--daemon exists in filesystem
    git: /usr/lib/git-core/git-credential-store exists in filesystem
    git: /usr/lib/git-core/git-cvsexportcommit exists in filesystem
    git: /usr/lib/git-core/git-cvsimport exists in filesystem
    git: /usr/lib/git-core/git-cvsserver exists in filesystem
    git: /usr/lib/git-core/git-daemon exists in filesystem
    git: /usr/lib/git-core/git-describe exists in filesystem
    git: /usr/lib/git-core/git-diff exists in filesystem
    git: /usr/lib/git-core/git-diff-files exists in filesystem
    git: /usr/lib/git-core/git-diff-index exists in filesystem
    git: /usr/lib/git-core/git-diff-tree exists in filesystem
    git: /usr/lib/git-core/git-difftool exists in filesystem
    git: /usr/lib/git-core/git-difftool--helper exists in filesystem
    git: /usr/lib/git-core/git-fast-export exists in filesystem
    git: /usr/lib/git-core/git-fast-import exists in filesystem
    git: /usr/lib/git-core/git-fetch exists in filesystem
    git: /usr/lib/git-core/git-fetch-pack exists in filesystem
    git: /usr/lib/git-core/git-filter-branch exists in filesystem
    git: /usr/lib/git-core/git-fmt-merge-msg exists in filesystem
    git: /usr/lib/git-core/git-for-each-ref exists in filesystem
    git: /usr/lib/git-core/git-format-patch exists in filesystem
    git: /usr/lib/git-core/git-fsck exists in filesystem
    git: /usr/lib/git-core/git-fsck-objects exists in filesystem
    git: /usr/lib/git-core/git-gc exists in filesystem
    git: /usr/lib/git-core/git-get-tar-commit-id exists in filesystem
    git: /usr/lib/git-core/git-grep exists in filesystem
    git: /usr/lib/git-core/git-gui exists in filesystem
    git: /usr/lib/git-core/git-gui--askpass exists in filesystem
    git: /usr/lib/git-core/git-hash-object exists in filesystem
    git: /usr/lib/git-core/git-help exists in filesystem
    git: /usr/lib/git-core/git-http-backend exists in filesystem
    git: /usr/lib/git-core/git-http-fetch exists in filesystem
    git: /usr/lib/git-core/git-http-push exists in filesystem
    git: /usr/lib/git-core/git-imap-send exists in filesystem
    git: /usr/lib/git-core/git-index-pack exists in filesystem
    git: /usr/lib/git-core/git-init exists in filesystem
    git: /usr/lib/git-core/git-init-db exists in filesystem
    git: /usr/lib/git-core/git-instaweb exists in filesystem
    git: /usr/lib/git-core/git-log exists in filesystem
    git: /usr/lib/git-core/git-lost-found exists in filesystem
    git: /usr/lib/git-core/git-ls-files exists in filesystem
    git: /usr/lib/git-core/git-ls-remote exists in filesystem
    git: /usr/lib/git-core/git-ls-tree exists in filesystem
    git: /usr/lib/git-core/git-mailinfo exists in filesystem
    git: /usr/lib/git-core/git-mailsplit exists in filesystem
    git: /usr/lib/git-core/git-merge exists in filesystem
    git: /usr/lib/git-core/git-merge-base exists in filesystem
    git: /usr/lib/git-core/git-merge-file exists in filesystem
    git: /usr/lib/git-core/git-merge-index exists in filesystem
    git: /usr/lib/git-core/git-merge-octopus exists in filesystem
    git: /usr/lib/git-core/git-merge-one-file exists in filesystem
    git: /usr/lib/git-core/git-merge-ours exists in filesystem
    git: /usr/lib/git-core/git-merge-recursive exists in filesystem
    git: /usr/lib/git-core/git-merge-resolve exists in filesystem
    git: /usr/lib/git-core/git-merge-subtree exists in filesystem
    git: /usr/lib/git-core/git-merge-tree exists in filesystem
    git: /usr/lib/git-core/git-mergetool exists in filesystem
    git: /usr/lib/git-core/git-mergetool--lib exists in filesystem
    git: /usr/lib/git-core/git-mktag exists in filesystem
    git: /usr/lib/git-core/git-mktree exists in filesystem
    git: /usr/lib/git-core/git-mv exists in filesystem
    git: /usr/lib/git-core/git-name-rev exists in filesystem
    git: /usr/lib/git-core/git-notes exists in filesystem
    git: /usr/lib/git-core/git-p4 exists in filesystem
    git: /usr/lib/git-core/git-pack-objects exists in filesystem
    git: /usr/lib/git-core/git-pack-redundant exists in filesystem
    git: /usr/lib/git-core/git-pack-refs exists in filesystem
    git: /usr/lib/git-core/git-parse-remote exists in filesystem
    git: /usr/lib/git-core/git-patch-id exists in filesystem
    git: /usr/lib/git-core/git-peek-remote exists in filesystem
    git: /usr/lib/git-core/git-prune exists in filesystem
    git: /usr/lib/git-core/git-prune-packed exists in filesystem
    git: /usr/lib/git-core/git-pull exists in filesystem
    git: /usr/lib/git-core/git-push exists in filesystem
    git: /usr/lib/git-core/git-quiltimport exists in filesystem
    git: /usr/lib/git-core/git-read-tree exists in filesystem
    git: /usr/lib/git-core/git-rebase exists in filesystem
    git: /usr/lib/git-core/git-rebase--am exists in filesystem
    git: /usr/lib/git-core/git-rebase--interactive exists in filesystem
    git: /usr/lib/git-core/git-rebase--merge exists in filesystem
    git: /usr/lib/git-core/git-receive-pack exists in filesystem
    git: /usr/lib/git-core/git-reflog exists in filesystem
    git: /usr/lib/git-core/git-relink exists in filesystem
    git: /usr/lib/git-core/git-remote exists in filesystem
    git: /usr/lib/git-core/git-remote-ext exists in filesystem
    git: /usr/lib/git-core/git-remote-fd exists in filesystem
    git: /usr/lib/git-core/git-remote-ftp exists in filesystem
    git: /usr/lib/git-core/git-remote-ftps exists in filesystem
    git: /usr/lib/git-core/git-remote-http exists in filesystem
    git: /usr/lib/git-core/git-remote-https exists in filesystem
    git: /usr/lib/git-core/git-remote-testgit exists in filesystem
    git: /usr/lib/git-core/git-repack exists in filesystem
    git: /usr/lib/git-core/git-replace exists in filesystem
    git: /usr/lib/git-core/git-repo-config exists in filesystem
    git: /usr/lib/git-core/git-request-pull exists in filesystem
    git: /usr/lib/git-core/git-rerere exists in filesystem
    git: /usr/lib/git-core/git-reset exists in filesystem
    git: /usr/lib/git-core/git-rev-list exists in filesystem
    git: /usr/lib/git-core/git-rev-parse exists in filesystem
    git: /usr/lib/git-core/git-revert exists in filesystem
    git: /usr/lib/git-core/git-rm exists in filesystem
    git: /usr/lib/git-core/git-send-email exists in filesystem
    git: /usr/lib/git-core/git-send-pack exists in filesystem
    git: /usr/lib/git-core/git-sh-i18n exists in filesystem
    git: /usr/lib/git-core/git-sh-i18n--envsubst exists in filesystem
    git: /usr/lib/git-core/git-sh-setup exists in filesystem
    git: /usr/lib/git-core/git-shell exists in filesystem
    git: /usr/lib/git-core/git-shortlog exists in filesystem
    git: /usr/lib/git-core/git-show exists in filesystem
    git: /usr/lib/git-core/git-show-branch exists in filesystem
    git: /usr/lib/git-core/git-show-index exists in filesystem
    git: /usr/lib/git-core/git-show-ref exists in filesystem
    git: /usr/lib/git-core/git-stage exists in filesystem
    git: /usr/lib/git-core/git-stash exists in filesystem
    git: /usr/lib/git-core/git-status exists in filesystem
    git: /usr/lib/git-core/git-stripspace exists in filesystem
    git: /usr/lib/git-core/git-submodule exists in filesystem
    git: /usr/lib/git-core/git-svn exists in filesystem
    git: /usr/lib/git-core/git-symbolic-ref exists in filesystem
    git: /usr/lib/git-core/git-tag exists in filesystem
    git: /usr/lib/git-core/git-tar-tree exists in filesystem
    git: /usr/lib/git-core/git-unpack-file exists in filesystem
    git: /usr/lib/git-core/git-unpack-objects exists in filesystem
    git: /usr/lib/git-core/git-update-index exists in filesystem
    git: /usr/lib/git-core/git-update-ref exists in filesystem
    git: /usr/lib/git-core/git-update-server-info exists in filesystem
    git: /usr/lib/git-core/git-upload-archive exists in filesystem
    git: /usr/lib/git-core/git-upload-pack exists in filesystem
    git: /usr/lib/git-core/git-var exists in filesystem
    git: /usr/lib/git-core/git-verify-pack exists in filesystem
    git: /usr/lib/git-core/git-verify-tag exists in filesystem
    git: /usr/lib/git-core/git-web--browse exists in filesystem
    git: /usr/lib/git-core/git-whatchanged exists in filesystem
    git: /usr/lib/git-core/git-write-tree exists in filesystem
    git: /usr/lib/git-core/mergetools/araxis exists in filesystem
    git: /usr/lib/git-core/mergetools/bc3 exists in filesystem
    git: /usr/lib/git-core/mergetools/codecompare exists in filesystem
    git: /usr/lib/git-core/mergetools/defaults exists in filesystem
    git: /usr/lib/git-core/mergetools/deltawalker exists in filesystem
    git: /usr/lib/git-core/mergetools/diffuse exists in filesystem
    git: /usr/lib/git-core/mergetools/ecmerge exists in filesystem
    git: /usr/lib/git-core/mergetools/emerge exists in filesystem
    git: /usr/lib/git-core/mergetools/kdiff3 exists in filesystem
    git: /usr/lib/git-core/mergetools/kompare exists in filesystem
    git: /usr/lib/git-core/mergetools/meld exists in filesystem
    git: /usr/lib/git-core/mergetools/opendiff exists in filesystem
    git: /usr/lib/git-core/mergetools/p4merge exists in filesystem
    git: /usr/lib/git-core/mergetools/tkdiff exists in filesystem
    git: /usr/lib/git-core/mergetools/tortoisemerge exists in filesystem
    git: /usr/lib/git-core/mergetools/vim exists in filesystem
    git: /usr/lib/git-core/mergetools/xxdiff exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers-0.1.0-py2.7.egg-info exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/__init__.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/__init__.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/exporter.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/exporter.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/git.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/git.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/importer.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/importer.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/non_local.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/non_local.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/repo.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/repo.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/util.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/util.pyc exists in filesystem
    git: /usr/lib/systemd/system/git-daemon.socket exists in filesystem
    git: /usr/lib/systemd/system/[email protected] exists in filesystem
    git: /usr/share/bash-completion/completions/git exists in filesystem
    git: /usr/share/emacs/site-lisp/git-blame.el exists in filesystem
    git: /usr/share/emacs/site-lisp/git-blame.elc exists in filesystem
    git: /usr/share/emacs/site-lisp/git.el exists in filesystem
    git: /usr/share/emacs/site-lisp/git.elc exists in filesystem
    git: /usr/share/git-core/templates/description exists in filesystem
    git: /usr/share/git-core/templates/hooks/applypatch-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/commit-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/post-update.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-applypatch.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-commit.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-rebase.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/prepare-commit-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/update.sample exists in filesystem
    git: /usr/share/git-core/templates/info/exclude exists in filesystem
    git: /usr/share/git-gui/lib/about.tcl exists in filesystem
    git: /usr/share/git-gui/lib/blame.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_checkout.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_create.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_delete.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_rename.tcl exists in filesystem
    git: /usr/share/git-gui/lib/browser.tcl exists in filesystem
    git: /usr/share/git-gui/lib/checkout_op.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_font.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_repository.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_rev.tcl exists in filesystem
    git: /usr/share/git-gui/lib/class.tcl exists in filesystem
    git: /usr/share/git-gui/lib/commit.tcl exists in filesystem
    git: /usr/share/git-gui/lib/console.tcl exists in filesystem
    git: /usr/share/git-gui/lib/database.tcl exists in filesystem
    git: /usr/share/git-gui/lib/date.tcl exists in filesystem
    git: /usr/share/git-gui/lib/diff.tcl exists in filesystem
    git: /usr/share/git-gui/lib/encoding.tcl exists in filesystem
    git: /usr/share/git-gui/lib/error.tcl exists in filesystem
    git: /usr/share/git-gui/lib/git-gui.ico exists in filesystem
    git: /usr/share/git-gui/lib/index.tcl exists in filesystem
    git: /usr/share/git-gui/lib/line.tcl exists in filesystem
    git: /usr/share/git-gui/lib/logo.tcl exists in filesystem
    git: /usr/share/git-gui/lib/merge.tcl exists in filesystem
    git: /usr/share/git-gui/lib/mergetool.tcl exists in filesystem
    git: /usr/share/git-gui/lib/msgs/de.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/el.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/fr.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/hu.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/it.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/ja.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/nb.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/pt_br.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/ru.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/sv.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/zh_cn.msg exists in filesystem
    git: /usr/share/git-gui/lib/option.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote_add.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote_branch_delete.tcl exists in filesystem
    git: /usr/share/git-gui/lib/search.tcl exists in filesystem
    git: /usr/share/git-gui/lib/shortcut.tcl exists in filesystem
    git: /usr/share/git-gui/lib/spellcheck.tcl exists in filesystem
    git: /usr/share/git-gui/lib/sshkey.tcl exists in filesystem
    git: /usr/share/git-gui/lib/status_bar.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tclIndex exists in filesystem
    git: /usr/share/git-gui/lib/themed.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tools.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tools_dlg.tcl exists in filesystem
    git: /usr/share/git-gui/lib/transport.tcl exists in filesystem
    git: /usr/share/git-gui/lib/win32.tcl exists in filesystem
    git: /usr/share/git-gui/lib/win32_shortcut.js exists in filesystem
    git: /usr/share/git/README exists in filesystem
    git: /usr/share/git/blameview/README exists in filesystem
    git: /usr/share/git/blameview/blameview.perl exists in filesystem
    git: /usr/share/git/buildsystems/Generators.pm exists in filesystem
    git: /usr/share/git/buildsystems/Generators/QMake.pm exists in filesystem
    git: /usr/share/git/buildsystems/Generators/Vcproj.pm exists in filesystem
    git: /usr/share/git/buildsystems/engine.pl exists in filesystem
    git: /usr/share/git/buildsystems/generate exists in filesystem
    git: /usr/share/git/buildsystems/parse.pl exists in filesystem
    git: /usr/share/git/ciabot/INSTALL exists in filesystem
    git: /usr/share/git/ciabot/README exists in filesystem
    git: /usr/share/git/ciabot/ciabot.py exists in filesystem
    git: /usr/share/git/ciabot/ciabot.sh exists in filesystem
    git: /usr/share/git/completion/git-completion.bash exists in filesystem
    git: /usr/share/git/completion/git-prompt.sh exists in filesystem
    git: /usr/share/git/continuous/cidaemon exists in filesystem
    git: /usr/share/git/continuous/post-receive-cinotify exists in filesystem
    git: /usr/share/git/convert-objects/convert-objects.c exists in filesystem
    git: /usr/share/git/convert-objects/git-convert-objects.txt exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/.gitignore exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/Makefile exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring.c exists in filesystem
    git: /usr/share/git/credential/osxkeychain/.gitignore exists in filesystem
    git: /usr/share/git/credential/osxkeychain/Makefile exists in filesystem
    git: /usr/share/git/credential/osxkeychain/git-credential-osxkeychain.c exists in filesystem
    git: /usr/share/git/credential/wincred/Makefile exists in filesystem
    git: /usr/share/git/credential/wincred/git-credential-wincred.c exists in filesystem
    git: /usr/share/git/diff-highlight/README exists in filesystem
    git: /usr/share/git/diff-highlight/diff-highlight exists in filesystem
    git: /usr/share/git/diffall/README exists in filesystem
    git: /usr/share/git/diffall/git-diffall exists in filesystem
    git: /usr/share/git/emacs/.gitignore exists in filesystem
    git: /usr/share/git/emacs/Makefile exists in filesystem
    git: /usr/share/git/emacs/README exists in filesystem
    git: /usr/share/git/emacs/git-blame.el exists in filesystem
    git: /usr/share/git/emacs/git-blame.elc exists in filesystem
    git: /usr/share/git/emacs/git.el exists in filesystem
    git: /usr/share/git/emacs/git.elc exists in filesystem
    git: /usr/share/git/examples/README exists in filesystem
    git: /usr/share/git/examples/builtin-fetch--tool.c exists in filesystem
    git: /usr/share/git/examples/git-checkout.sh exists in filesystem
    git: /usr/share/git/examples/git-clean.sh exists in filesystem
    git: /usr/share/git/examples/git-clone.sh exists in filesystem
    git: /usr/share/git/examples/git-commit.sh exists in filesystem
    git: /usr/share/git/examples/git-fetch.sh exists in filesystem
    git: /usr/share/git/examples/git-gc.sh exists in filesystem
    git: /usr/share/git/examples/git-ls-remote.sh exists in filesystem
    git: /usr/share/git/examples/git-merge-ours.sh exists in filesystem
    git: /usr/share/git/examples/git-merge.sh exists in filesystem
    git: /usr/share/git/examples/git-notes.sh exists in filesystem
    git: /usr/share/git/examples/git-remote.perl exists in filesystem
    git: /usr/share/git/examples/git-rerere.perl exists in filesystem
    git: /usr/share/git/examples/git-reset.sh exists in filesystem
    git: /usr/share/git/examples/git-resolve.sh exists in filesystem
    git: /usr/share/git/examples/git-revert.sh exists in filesystem
    git: /usr/share/git/examples/git-svnimport.perl exists in filesystem
    git: /usr/share/git/examples/git-svnimport.txt exists in filesystem
    git: /usr/share/git/examples/git-tag.sh exists in filesystem
    git: /usr/share/git/examples/git-verify-tag.sh exists in filesystem
    git: /usr/share/git/fast-import/git-import.perl exists in filesystem
    git: /usr/share/git/fast-import/git-import.sh exists in filesystem
    git: /usr/share/git/fast-import/git-p4.README exists in filesystem
    git: /usr/share/git/fast-import/import-directories.perl exists in filesystem
    git: /usr/share/git/fast-import/import-tars.perl exists in filesystem
    git: /usr/share/git/fast-import/import-zips.py exists in filesystem
    git: /usr/share/git/git-jump/README exists in filesystem
    git: /usr/share/git/git-jump/git-jump exists in filesystem
    git: /usr/share/git/git-prompt.sh exists in filesystem
    git: /usr/share/git/git-resurrect.sh exists in filesystem
    git: /usr/share/git/git-shell-commands/README exists in filesystem
    git: /usr/share/git/git-shell-commands/help exists in filesystem
    git: /usr/share/git/git-shell-commands/list exists in filesystem
    git: /usr/share/git/gitview/gitview exists in filesystem
    git: /usr/share/git/gitview/gitview.txt exists in filesystem
    git: /usr/share/git/hg-to-git/hg-to-git.py exists in filesystem
    git: /usr/share/git/hg-to-git/hg-to-git.txt exists in filesystem
    git: /usr/share/git/hooks/post-receive-email exists in filesystem
    git: /usr/share/git/hooks/pre-auto-gc-battery exists in filesystem
    git: /usr/share/git/hooks/setgitperms.perl exists in filesystem
    git: /usr/share/git/hooks/update-paranoid exists in filesystem
    git: /usr/share/git/mw-to-git/Makefile exists in filesystem
    git: /usr/share/git/mw-to-git/git-remote-mediawiki exists in filesystem
    git: /usr/share/git/mw-to-git/git-remote-mediawiki.txt exists in filesystem
    git: /usr/share/git/mw-to-git/t/.gitignore exists in filesystem
    git: /usr/share/git/mw-to-git/t/Makefile exists in filesystem
    git: /usr/share/git/mw-to-git/t/README exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/.gitignore exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/LocalSettings.php exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/db_install.php exists in filesystem
    git: /usr/share/git/mw-to-git/t/push-pull-tests.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9360-mw-to-git-clone.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9361-mw-to-git-push-pull.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9362-mw-to-git-utf8.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9363-mw-to-git-export-import.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9364-pull-by-rev.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/test-gitmw-lib.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/test-gitmw.pl exists in filesystem
    git: /usr/share/git/mw-to-git/t/test.config exists in filesystem
    git: /usr/share/git/p4import/README exists in filesystem
    git: /usr/share/git/p4import/git-p4import.py exists in filesystem
    git: /usr/share/git/p4import/git-p4import.txt exists in filesystem
    git: /usr/share/git/patches/docbook-xsl-manpages-charmap.patch exists in filesystem
    git: /usr/share/git/persistent-https/LICENSE exists in filesystem
    git: /usr/share/git/persistent-https/Makefile exists in filesystem
    git: /usr/share/git/persistent-https/README exists in filesystem
    git: /usr/share/git/persistent-https/client.go exists in filesystem
    git: /usr/share/git/persistent-https/main.go exists in filesystem
    git: /usr/share/git/persistent-https/proxy.go exists in filesystem
    git: /usr/share/git/persistent-https/socket.go exists in filesystem
    git: /usr/share/git/remotes2config.sh exists in filesystem
    git: /usr/share/git/rerere-train.sh exists in filesystem
    git: /usr/share/git/stats/git-common-hash exists in filesystem
    git: /usr/share/git/stats/mailmap.pl exists in filesystem
    git: /usr/share/git/stats/packinfo.pl exists in filesystem
    git: /usr/share/git/subtree/.gitignore exists in filesystem
    git: /usr/share/git/subtree/COPYING exists in filesystem
    git: /usr/share/git/subtree/INSTALL exists in filesystem
    git: /usr/share/git/subtree/Makefile exists in filesystem
    git: /usr/share/git/subtree/README exists in filesystem
    git: /usr/share/git/subtree/git-subtree.sh exists in filesystem
    git: /usr/share/git/subtree/git-subtree.txt exists in filesystem
    git: /usr/share/git/subtree/t/Makefile exists in filesystem
    git: /usr/share/git/subtree/t/t7900-subtree.sh exists in filesystem
    git: /usr/share/git/subtree/todo exists in filesystem
    git: /usr/share/git/svn-fe/.gitignore exists in filesystem
    git: /usr/share/git/svn-fe/Makefile exists in filesystem
    git: /usr/share/git/svn-fe/svn-fe.c exists in filesystem
    git: /usr/share/git/svn-fe/svn-fe.txt exists in filesystem
    git: /usr/share/git/thunderbird-patch-inline/README exists in filesystem
    git: /usr/share/git/thunderbird-patch-inline/appp.sh exists in filesystem
    git: /usr/share/git/vim/README exists in filesystem
    git: /usr/share/git/workdir/git-new-workdir exists in filesystem
    git: /usr/share/gitk/lib/msgs/de.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/es.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/fr.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/hu.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/it.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/ja.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/pt_br.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/ru.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/sv.msg exists in filesystem
    git: /usr/share/gitweb/gitweb.cgi exists in filesystem
    git: /usr/share/gitweb/static/git-favicon.png exists in filesystem
    git: /usr/share/gitweb/static/git-logo.png exists in filesystem
    git: /usr/share/gitweb/static/gitweb.css exists in filesystem
    git: /usr/share/gitweb/static/gitweb.js exists in filesystem
    git: /usr/share/locale/da/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/de/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/is/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/it/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/nl/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/pt_PT/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/sv/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/vi/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/zh_CN/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/man/man1/git-add.1.gz exists in filesystem
    git: /usr/share/man/man1/git-am.1.gz exists in filesystem
    git: /usr/share/man/man1/git-annotate.1.gz exists in filesystem
    git: /usr/share/man/man1/git-apply.1.gz exists in filesystem
    git: /usr/share/man/man1/git-archimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-archive.1.gz exists in filesystem
    git: /usr/share/man/man1/git-bisect.1.gz exists in filesystem
    git: /usr/share/man/man1/git-blame.1.gz exists in filesystem
    git: /usr/share/man/man1/git-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-bundle.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cat-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-check-attr.1.gz exists in filesystem
    git: /usr/share/man/man1/git-check-ref-format.1.gz exists in filesystem
    git: /usr/share/man/man1/git-checkout-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-checkout.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cherry-pick.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cherry.1.gz exists in filesystem
    git: /usr/share/man/man1/git-citool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-clean.1.gz exists in filesystem
    git: /usr/share/man/man1/git-clone.1.gz exists in filesystem
    git: /usr/share/man/man1/git-column.1.gz exists in filesystem
    git: /usr/share/man/man1/git-commit-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-commit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-config.1.gz exists in filesystem
    git: /usr/share/man/man1/git-count-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-cache--daemon.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-cache.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-store.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsexportcommit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsserver.1.gz exists in filesystem
    git: /usr/share/man/man1/git-daemon.1.gz exists in filesystem
    git: /usr/share/man/man1/git-describe.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-files.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff.1.gz exists in filesystem
    git: /usr/share/man/man1/git-difftool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fast-export.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fast-import.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fetch-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fetch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-filter-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fmt-merge-msg.1.gz exists in filesystem
    git: /usr/share/man/man1/git-for-each-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-format-patch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fsck-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fsck.1.gz exists in filesystem
    git: /usr/share/man/man1/git-gc.1.gz exists in filesystem
    git: /usr/share/man/man1/git-get-tar-commit-id.1.gz exists in filesystem
    git: /usr/share/man/man1/git-grep.1.gz exists in filesystem
    git: /usr/share/man/man1/git-gui.1.gz exists in filesystem
    git: /usr/share/man/man1/git-hash-object.1.gz exists in filesystem
    git: /usr/share/man/man1/git-help.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-backend.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-fetch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-push.1.gz exists in filesystem
    git: /usr/share/man/man1/git-imap-send.1.gz exists in filesystem
    git: /usr/share/man/man1/git-index-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-init-db.1.gz exists in filesystem
    git: /usr/share/man/man1/git-init.1.gz exists in filesystem
    git: /usr/share/man/man1/git-instaweb.1.gz exists in filesystem
    git: /usr/share/man/man1/git-log.1.gz exists in filesystem
    git: /usr/share/man/man1/git-lost-found.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-files.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mailinfo.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mailsplit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-base.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-one-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mergetool--lib.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mergetool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mktag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mktree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mv.1.gz exists in filesystem
    git: /usr/share/man/man1/git-name-rev.1.gz exists in filesystem
    git: /usr/share/man/man1/git-notes.1.gz exists in filesystem
    git: /usr/share/man/man1/git-p4.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-redundant.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-refs.1.gz exists in filesystem
    git: /usr/share/man/man1/git-parse-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-patch-id.1.gz exists in filesystem
    git: /usr/share/man/man1/git-peek-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-prune-packed.1.gz exists in filesystem
    git: /usr/share/man/man1/git-prune.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pull.1.gz exists in filesystem
    git: /usr/share/man/man1/git-push.1.gz exists in filesystem
    git: /usr/share/man/man1/git-quiltimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-read-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rebase.1.gz exists in filesystem
    git: /usr/share/man/man1/git-receive-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-reflog.1.gz exists in filesystem
    git: /usr/share/man/man1/git-relink.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-ext.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-fd.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-helpers.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-testgit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-repack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-replace.1.gz exists in filesystem
    git: /usr/share/man/man1/git-repo-config.1.gz exists in filesystem
    git: /usr/share/man/man1/git-request-pull.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rerere.1.gz exists in filesystem
    git: /usr/share/man/man1/git-reset.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rev-list.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rev-parse.1.gz exists in filesystem
    git: /usr/share/man/man1/git-revert.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rm.1.gz exists in filesystem
    git: /usr/share/man/man1/git-send-email.1.gz exists in filesystem
    git: /usr/share/man/man1/git-send-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-i18n--envsubst.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-i18n.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-setup.1.gz exists in filesystem
    git: /usr/share/man/man1/git-shell.1.gz exists in filesystem
    git: /usr/share/man/man1/git-shortlog.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stage.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stash.1.gz exists in filesystem
    git: /usr/share/man/man1/git-status.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stripspace.1.gz exists in filesystem
    git: /usr/share/man/man1/git-submodule.1.gz exists in filesystem
    git: /usr/share/man/man1/git-svn.1.gz exists in filesystem
    git: /usr/share/man/man1/git-symbolic-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-tag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-tar-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-unpack-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-unpack-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-server-info.1.gz exists in filesystem
    git: /usr/share/man/man1/git-upload-archive.1.gz exists in filesystem
    git: /usr/share/man/man1/git-upload-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-var.1.gz exists in filesystem
    git: /usr/share/man/man1/git-verify-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-verify-tag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-web--browse.1.gz exists in filesystem
    git: /usr/share/man/man1/git-whatchanged.1.gz exists in filesystem
    git: /usr/share/man/man1/git-write-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git.1.gz exists in filesystem
    git: /usr/share/man/man1/gitk.1.gz exists in filesystem
    git: /usr/share/man/man1/gitweb.1.gz exists in filesystem
    git: /usr/share/man/man3/Git.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::I18N.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Editor.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Fetcher.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Memoize::YAML.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Prompt.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Ra.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Utils.3pm.gz exists in filesystem
    git: /usr/share/man/man5/gitattributes.5.gz exists in filesystem
    git: /usr/share/man/man5/githooks.5.gz exists in filesystem
    git: /usr/share/man/man5/gitignore.5.gz exists in filesystem
    git: /usr/share/man/man5/gitmodules.5.gz exists in filesystem
    git: /usr/share/man/man5/gitrepository-layout.5.gz exists in filesystem
    git: /usr/share/man/man5/gitweb.conf.5.gz exists in filesystem
    git: /usr/share/man/man7/gitcli.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcore-tutorial.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcredentials.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcvs-migration.7.gz exists in filesystem
    git: /usr/share/man/man7/gitdiffcore.7.gz exists in filesystem
    git: /usr/share/man/man7/gitglossary.7.gz exists in filesystem
    git: /usr/share/man/man7/gitnamespaces.7.gz exists in filesystem
    git: /usr/share/man/man7/gitrevisions.7.gz exists in filesystem
    git: /usr/share/man/man7/gittutorial-2.7.gz exists in filesystem
    git: /usr/share/man/man7/gittutorial.7.gz exists in filesystem
    git: /usr/share/man/man7/gitworkflows.7.gz exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/I18N.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/IndexInfo.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Editor.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Fetcher.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/GlobSpec.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Log.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Memoize/YAML.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Migration.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Prompt.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Ra.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm exists in filesystem
    Errors occurred, no packages were upgraded.
    I have fully upgraded my system using
    sudo pacman -Su
    . The problem persists
    Checking one of the listed files with
    pacman -Qo /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm
    returns:
    error: No package owns /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm
    I suppose this means I have somehow manually installed a version of git somehow. I don't remember doing this; how can I remove these files or repair my system?
    Last edited by southpointingchariot (2012-11-29 03:48:23)

    RussianKid wrote:
    It's in the thread just above yours - common problems
    https://wiki.archlinux.org/index.php/Pa … stem.22.21
    if no package owns the file you can just delete it and install over it, I think you can also use the force flag.
    Ah, I missed that part in the answer! Thank you so much, works great.

  • [SOLVED]Can't install Virtualbox-guest-utils[SOLVED]

    sudo pacman -S virtualbox-guest-utils
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: catalyst-utils: requires xorg-server<1.17.0
    What to do ?
    Last edited by heldiho53 (2015-03-06 14:57:58)

    You can install an older version of virtualbox-guest-utils.
    You can wait for catalyst to support xorg-server 1.17 and install virtualbox-guest-utils only then.
    You can change graphics drivers to the FLOSS ones and install xorg-server 1.17 and virtualbox-guest-utils.

  • [Solved]Can I install arch without a swap partition ?

    I only have one primary partition free to install arch, with 3 primary partition and 1 extend partition, I have no other choice except install without swap partition.
    Is there any suggestion? I will try it until I get a U storage to write .img in.
    Last edited by sailor (2009-03-17 00:47:31)

    Sure, it's perfectly possible to use any linux system without swap. including arch.
    There are 2 ways to do disk partitioning in /arch/setup:
    1) autoprepare. with this method, you pick a disk (a disk you want to use entirely). you will be asked some questions (including how big swap should be). this method will create the partitions with the sizes you mention (/boot, swap, / and /home) optionally you can add additional fs'es
    2) manual. the installer can launch cfdisk for you if you need to alter partitions (if you want this), and after that you can define pretty much your stuff the way you like it (eg no swap) iirc. i'm not 100% sure though.
    Frankly I don't understand why you say "I have no choice", if you don't have enough partitions, you can always create additional ones.

  • Solved: can't install iTunes after download

    Hi all,
    I like to share my experience of iTunes installation,since I took almost a week to figure out a solution for my problem, hopefully will help someone else with it!
    I have a standard Windows XP Pro SP2 machine, and just got a new iPod. I went on Apple web site and downloaded iTunes 7.1.1 but after downloading ok, all attempts to run the dowloaded program resulted in nothing. No message, no warning, no error. Just nothing.
    I donwloaded iTunes about 5 times before deciding I had a real problem!
    Than I went on Apple support web page http://docs.info.apple.com/article.html?artnum=93976 did everything listed there but no success.
    Given I had a previous Quicktime installation, I edited the win registry and manually removed all key referring to quicktime or Apple. No luck again.
    I searched the net for hours and found reference to a possible corrupted windows installer program, so I run a "sfc /scannow" from a dos prompt to double check my installation but everything was fine.
    I also did check spyware and viruses with three different programs to be double sure of no malware around.
    Than I started thinking it was an issue related to my PC and used a separate laptop to download iTunes again but had exactly the same issue, even trying to install it on the laptop itself!
    I gave it a try downloading a previous version (6.x) thinking of a possible issue with the new release but no success. The only difference was 6.x reported installation files to be corrupted, so I smelled it could really be a download issue.
    Finally I tried to download iTunes from another web site, not Apple, and ... bingo! Everything worked fine and got it installed.
    I still can't figure out what exactly was the problem. It may be some issue related to my network/firewall/isp settings and the Apple dowload service. I would have serious difficulties in explaining it, but you read the entire story.
    Again, I hope someone will save time and pain by reading this...
    Ciao
    Diego
    Windows XP Pro

    Thankz Milan I'm going to give this a go right now.

  • [SOLVED]Can't install wine 1.3.20

    [rchard@rchard-laptop ~]$ uname -a
    Linux rchard-laptop 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686 Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz GenuineIntel GNU/Linux
    [rchard@rchard-laptop ~]$ sudo pacman -S wine
    密码:
    正在解决依赖关系...
    正在查找内部冲突...
    目标 (1): wine-1.3.19-2
    but i can only find wine 1.3.20 in the mirrors.
    Last edited by rchard (2011-05-24 06:39:00)

    Your mirrors are not up to date as I have no problem
    [karol@black ~]$ sudo pacman -S wine
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): wine-1.3.20-1 [13,62 MB]
    Total Download Size: 0,00 MB
    Total Installed Size: 117,14 MB
    Proceed with installation? [Y/n] n
    You can download wine from http://www.archlinux.org/packages/commu … /download/ but you need to make sure you have all the dependencies.
    pacman uses the first mirror from the list, so that mirror is probably outdated.
    BTW, why are you using 32-bit Arch? Maybe 64-bit would be better - you seem to have a nice new computer.
    https://wiki.archlinux.org/index.php/Wine#x86_64
    Last edited by karol (2011-05-24 06:19:22)

  • [SOLVED] Can not install Arch on a VirtualBox

    Dear all,
    I would like to get familiar with Arch and have tried to install in on a Virtual Machine created with VirtualBox.
    Unfortunately I can't even start the installation,
    whenever I select Install Arch_64bit I just see a white cursor and nothing else happens.
    I have found three logs file in my Virtual Machine folders, you can find them here:
    http://pastebin.com/699gGph3
    http://pastebin.com/0ryWVmaW
    http://pastebin.com/2u9siij5
    Can you please help me understanding what is wrong and how to fix it and install VirtualBox?
    Thanks a lot in advance for the help,
    Luca
    Last edited by lucacerone (2014-01-06 14:41:18)

    lucacerone wrote:The ISO thing seems more likely to me, because I never had troubles installing guest OS in my host machine (and yes it is Ubuntu)
    I'll try that and let you know how it goes!
    If the md5 checksout, you probably have a bad setting in your vm within virtualbox.  Check it or delete and re-create.

  • [Solved] Can't install Nvidia driver: Mesa-libgl conflict

    I just finished installing my first GUI, KDE to be exact, on Arch Linux. Right now, I'm using the nouveau driver but I want to unlock the full power of my GTX 780 with proprietary nvidia drivers. On my last attempt at installing KDE, I went directly to installing the nvidia driver 304.24. After rebooting and seeing some text flash on screen, however, I was meant with only a black screen. I could still type, login and reboot but not much more since I couldn't see. I tried booting into the Arch Linux fallback GRUB provided for me with no prevail so I decided to just reinstall the OS. For that reason, I want to install this nvidia driver in hopes of being able to avoid another blank screen. So far, I have this:
    [root@arch /]# pacman -S nvidia
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nouveau-dri: requires mesa-libgl
    I've tried looking across the forums for similar problems and even tried to uninstall mesa-libgl and all its dependencies but it just yields this:
    [root@arch /]# pacman -Rns mesa-libgl
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: cairo: requires libgl
    :: glu: requires libgl
    :: libva: requires libgl
    :: mplayer: requires libgl
    :: nouveau-dri: requires mesa-libgl
    :: qt4: requires libgl
    :: qt5-base: requires libgl
    I feel like I might need to uninstall the nouveau driver so as to be able to uninstall mesa-libgl. If I installed the nvidia driver at that point, I fear I might see the blank screen again. Thanks for your help in advance.
    Last edited by Firephyz (2014-07-19 20:04:11)

    Firephyz wrote:
    I just finished installing my first GUI, KDE to be exact, on Arch Linux. Right now, I'm using the nouveau driver but I want to unlock the full power of my GTX 780 with proprietary nvidia drivers. On my last attempt at installing KDE, I went directly to installing the nvidia driver 304.24. After rebooting and seeing some text flash on screen, however, I was meant with only a black screen. I could still type, login and reboot but not much more since I couldn't see. I tried booting into the Arch Linux fallback GRUB provided for me with no prevail so I decided to just reinstall the OS. For that reason, I want to install this nvidia driver in hopes of being able to avoid another blank screen. So far, I have this:
    [root@arch /]# pacman -S nvidia
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nouveau-dri: requires mesa-libgl
    I've tried looking across the forums for similar problems and even tried to uninstall mesa-libgl and all its dependencies but it just yields this:
    [root@arch /]# pacman -Rns mesa-libgl
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: cairo: requires libgl
    :: glu: requires libgl
    :: libva: requires libgl
    :: mplayer: requires libgl
    :: nouveau-dri: requires mesa-libgl
    :: qt4: requires libgl
    :: qt5-base: requires libgl
    I feel like I might need to uninstall the nouveau driver so as to be able to uninstall mesa-libgl. If I installed the nvidia driver at that point, I fear I might see the blank screen again. Thanks for your help in advance.
    You do it wrong.
    sudo pacman -Rdd mesa-libgl && sudo pacman -S nvidia
    After it, you can decide if you want to reinstall mesa-libgl and remove nvidia-libgl or leave nvidia-libgl and do not install mesa-libgl. I do it all the time during update.
    Last edited by firekage (2014-07-19 19:48:30)

  • [SOLVED]can i install another linux distribution and keep arch?

    i have seperate boot,root,home partitions
    is it possible to install another distribution and to use the boot and home directory i allready have?
    and do i have to create another swap partition?
    Last edited by Arm@nd (2011-03-27 00:13:34)

    Anikom15 wrote:You can share swap, /boot, and /home. You could even get away with sharing other things like /etc but that's a little risky (and pointless). All Linux distributions have the same filesystem layout; you just have to make sure there are no file conflicts, and distributions have their system files layed out differently. You can use different kernels with one distribution with no separate filesystems as well, if all you want is a different kernel.
    Sharing swap is only okay if you're not using hibernation (to swap) though.

Maybe you are looking for

  • Itunes won't start up, missing folder.

    The folder "iTunes" cannot be found or created, and is required. The default location for this folder is inside the "My Music" folder. Above is the error message I get whenever I try to open iTunes. I've tried re-installing, I've tried manually creat

  • How can I view and delete specific documents in iCloud?

    When I save a Pages document on my new iMac (Mountain Lion 10.8.2), the default location is iCloud. I have four related questions... 1. How do I change the "Save" default location from iCloud to my iMac? 2. How can I see what documents are stored in

  • Oracle 10gEx to oracle 10g enterprise

    Hi Thank you for reading my post i worked with oracle 10gExpress , and as i know some sql from past , i managed to complete some 10gExpress learning documents. but now i installed oracle 10g enterprise edition , it is very different when i open its w

  • Cannot download CS6 Standard

    I recently purcahsed the Adobe Creative Suite 6 Design Standard.  I purchased it from Adobe over the phone and recived the CD. My new laptop does not have a drive for a CD so I tried to download it online where I would input my serial number.  I have

  • No delta when changing Opportunity in CRM - 0CRM_OPPT_H

    Hi, I have discovered that when I create a new Opportunity in CRM the delta queue updates but not when I make a change in an old one. The DataSource is 0CRM-OPPT-H and I have checked i SMQ1 and in RSA7 but not updates. The DataSource is active in BWA