[SOLVED] Trying to install Octave, gcc-fortran dep. doesn't install

I've been trying to install Octave.
I've found that down the dependency chain that gcc-fortran is giving me the classic mutlilib conflict error:
gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib? [y/N] n
Does the package need to be fixed? Or does it really depend on the non-multilib version of gcc stuff?  Any tips would be appreciated, I'd prefer to fix PKGBUILD and makepkg if I can instead of doing a uninstall/reinstall ballet.
Thanks!
SOLVED:
I had my multilib repository commented out in my pacman.conf
Embarassing whoops.
Last edited by uberscientist (2013-05-03 06:03:50)

FTP ISOLINUX worked perfectly for me!
I ran into this problem at first, however:
failed to mount /dev/sr0
:scanning usb drives
failed to mount /dev/sda1
attempt to access beyond end of device
sda2: rw=0, want=4, limit=2
ext2-fs: unable to read superblock
failed to mount /dev/sda2
failed to mount /dev/sda5
failed to mount /dev/sda6
failed to mount /dev/sda1
error: cannot find boot device, can not continue
falling back to interactive prompt
But that was caused by the usb drive that I half-ways made into an bootable device.  Removing it allowed me to continue on with to the Arch config window.
Thanks you all for your input and help.  It was because of you that I have a fully Arch home environment!  Good luck with all of your future endeavors, you guys!

Similar Messages

  • [SOLVED] Trying to Install Acroread on 64 bit Arch

    Am trying to install acroread read from the AUR using packer on a 64 bit arch installation...
    I am running the XFCE DE... and I am getting this error. Cannot for the life of me resolve this...any help will be appreciated
    resolving dependencies...
    looking for inter-conflicts...
    :: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: gcc-libs-multilib and gcc-libs are in conflict
    Installation failed.
    I cannot install gcc-libs-multilib... coz that asks me to remove gcc-libs which then results is the whole of xfce being removed
    Looking for help desparately
    Thank you all for your time,
    Sameer
    Last edited by samgurung (2014-04-16 15:44:49)

    I cannot install gcc-libs-multilib... coz that asks me to remove gcc-libs which then results is the whole of xfce being removed
    That is weird, since gcc-libs-multilib provides gcc-libs and should not lead to any removal.
    try pacman -S multilib-devel

  • [SOLVED] Trying to install Arch Linux from harddisk using /dev/sda2

    Hi
    I'm trying to install Arch using my swap partition, following this wiki entry: https://wiki.archlinux.org/index.php/Ha … stallation
    What I've done:
    Downloaded ISO: archlinux-2010.05-netinstall-i686.iso
    Command: swapoff /dev/sda2
    Command: fdisk /dev/sda and changed the system type to 83 (Linux) on /dev/sda2
    Now it looks like:
    Command (m for help): p
    Disk /dev/sda: 250.1 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00017e5b
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 1060289 530144+ 83 Linux
    /dev/sda2 1060290 3164804 1052257+ 83 Linux
    /dev/sda3 3164805 105579179 51207187+ 83 Linux
    /dev/sda4 105579180 488392064 191406442+ 83 Linux
    It complained about device was busy, but it still seemed to have changed the system type, so I did partprobe as it wrote.
    WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
    The kernel still uses the old table. The new table will be used at
    the next reboot or after you run partprobe(8) or kpartx(8)
    Syncing disks.
    [root@swamp ~]# partprobe
    <no output>
    Next I did:
    [root@swamp ~]# dd if=archlinux-2010.05-netinstall-i686.iso of=/dev/sda2
    327680+0 records in
    327680+0 records out
    167772160 bytes (168 MB) copied, 4.3025 s, 39.0 MB/s
    [root@swamp ~]# mkdir /mnt/sda2
    [root@swamp ~]# mount /dev/sda2 /mnt/sda2
    mount: warning: /mnt/sda2 seems to be mounted read-only.
    [root@swamp ~]# ls -al /mnt/sda2
    total 150466
    dr-xr-xr-x 3 root root 240 May 16 15:54 .
    drwxr-xr-x 6 root root 4096 Nov 5 01:40 ..
    dr-xr-xr-x 3 root root 556 May 16 15:52 boot
    -r--r--r-- 1 root root 448 May 16 15:54 isomounts
    -r--r--r-- 1 root root 8192 May 16 15:54 overlay.sqfs
    -r--r--r-- 1 root root 154058752 May 16 15:54 root-image.sqfs
    And unmounted it again.
    The wiki page says to type: fsck -f /dev/sda2fsck, but I get no such file while trying to open sda2fsck.
    [root@swamp ~]# fsck -f /dev/sda2fsck
    fsck from util-linux-ng 2.18
    e2fsck 1.41.12 (17-May-2010)
    fsck.ext2: No such file or directory while trying to open /dev/sda2fsck
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    Can I ignore the above and continue modifying grub?
    Thanks :-)
    Last edited by valvet (2010-11-08 14:49:07)

    fsck -f /dev/sda2fsck makes no sense because /dev/sda2fsck is not a deivce. If the wiki says that, then it is wrong. It's only doing a fsck anyway so probably not really needed. If you are just formatting th swap partition then use, mkfs.ext{234}.
    edit:
    from the wiki
    # fsck -f /dev/sda2fsck 1.40.8 (13-Mar-2008)
    e2fsck 1.40.8 (13-Mar-2008)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 3A: Optimizing directories
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sda2: 243/78936 files (8.2% non-contiguous), 310519/314880 blocks
    The first like should just be
    # fsck -f /dev/sda2
    Last edited by sand_man (2010-11-05 06:46:01)

  • [SOLVED] Trying to install yaourt and cairo-lcd but says Error

    I was trying to install cairo-lcd manually as I usually do from aur when after building and trying to install I get
    error: package "cairo-lcd-1.8.8-1-i686.pkg.tar.gz" not found
    Thought there may be a problem with it so tried going down the yaourt route but trying to install that gives the same thing.
    I cd into the folder as normal build it then pacman -Q as root.
    I admit it's been a while since I installed anything from aur but done it plenty of times to know what to do....am I missing something blindingly obvious?
    Last edited by Andy Mack (2010-02-02 21:54:32)

    I did that so cairo-lcd would install, the problem I am having is pacman -Q* doesn't find the tar.gz to install
    [root@Arch andy]# cd /home/andy/yaourt
    [root@Arch yaourt]# pacman -Q yaourt-0.9.2.6-1-i686.pkg.tar.gz
    error: package "yaourt-0.9.2.6-1-i686.pkg.tar.gz" not found
    [root@Arch yaourt]#
    its the same with cairo-lcd

  • [SOLVED] Trying to install from CD, ATA bus errors

    I've been running Arch on what used to be my main computer for over a year now, and I recently built a new box. I already have Windows 8.1 installed on it. However, when I try to boot up the Arch install disk to set up a dual boot, I get the following errors:
    :: Triggering uevents...
    [ 1.764769] radeon 0000:01:00.0: Invalid ROM contents
    [ 33.375619] ata8.00: exception Emask 0x52 SAct 0x0 SErr 0xffffffff action 0xe frozen
    [ 33.375642] ata8: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }
    [ 33.375682] ata8.00: failed command: IDENTIFY PACKET DEVICE
    [ 33.375698] ata8.00: cmd a1/00:01:00:00:00/00:00:00:00:00/00 tag 0 pio 512 in
    [ 33.375698] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x56 (ATA bus error)
    [ 33.375736] ata8.00: status: { DRDY }
    [ 33.525620] ata7.00: exception Emask 0x52 SAct 0x1 SErr 0xffffffff action 0xe frozen
    [ 33.525645] ata7: SError: { RecovData RecovComm UnrecovData Persist Proto HostInt PHYRdyChg PHYInt CommWake 10B8B Dispar BadCRC Handshk LinkSeq TrStaTrns UnrecFIS DevExch }
    [ 33.525686] ata7.00: failed command: READ FPDMA QUEUED
    [ 33.525703] ata7.00: cmd 60/08:00:00:00:02/00:00:00:00:00/40 tag 0 ncq 4096 in
    [ 33.525603] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x56 (ATA bus error)
    [ 33.525743] ata7.00: status: { DRDY }
    After this, the cursor stops blinking and nothing else happens.
    I am using UEFI, however I booted the disk using AHCI as well and got the same error, so I don't believe that its causing the problem.
    I downloaded the ISO from the torrent link on the Arch downloads page, checked the "verify contents" box in Windows when I burned the disk, and tried burning the ISO on a different disk.
    Any assistance would be greatly appreciated.
    Last edited by Commie Pinko (2013-12-19 20:07:08)

    alphaniner wrote:Don't worry about the Radeon error for now. The other errors related to your drive bus are probably the problem. Normally I'd recommend checking cables and connections. But I've never seen a "SError:" line with so many 'details' and you have such errors on two ports, so it may be more complicated than that. Have you searched for info on Linux support of the controller?
    Thanks for the response.
    I searched for the things you wrote. By "drive bus" and "controller" do you mean the bus driver and device controller from this diagram?
    http://www.linuxforu.com/wp-content/upl … 1/ldd1.jpg
    Additionally, I found the following forum post while searching: http://ubuntuforums.org/showthread.php?t=2038227
    Does that mean I should try reconnecting my drives to different ports on my motherboard?
    Last edited by Commie Pinko (2013-12-17 22:39:41)

  • [SOLVED]Trying to install package-query again. Cannot find PKGBUILD.

    I'm updating my arch after 4 months. Yes it has been a long time.
    During the update process I had to remove package-query and yaourt, and now I'm trying to get them back.
    I got package-query from here https://aur.archlinux.org/packages.php?ID=35915
    Untared it, went inside, and did makepkg -s, but the PKGBUILD could not be found. I looked through the directories and didn't see a PKGBUILD anywhere.
    Am I missing something?
    Last edited by Aquila (2013-05-13 23:18:36)

    Did you click the 'Download Tarbel' link on the right side of the page? (Correct choice)
    Or the link under the Sources Bar ? (Incorrect choice)

  • [SOLVED]Trying to install googletalk plugin and keep getting an error!

    Does this every time even after installing the extra repository.
    $ sudo makepkg install --asroot
    ==> Making package: google-talkplugin 3.6.1.0-1 (Sat Sep 22 15:05:08 EDT 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found google-talkplugin-3.6.1.0-i386.rpm
    ==> Validating source files with sha1sums...
    google-talkplugin-3.6.1.0-i386.rpm ... Passed
    ==> Extracting Sources...
    -> Extracting google-talkplugin-3.6.1.0-i386.rpm with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting package()...
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    /usr/bin/makepkg: line 1230: /etc/makepkg.conf/google-talkplugin-3.6.1.0-1-i686.pkg.tar.xz: Not a directory
    bsdtar: Write error
    Last edited by Invie (2012-09-23 03:56:52)

    Ah, the "extra" repository was this one:
    [archstuff]
    # AUR's most voted packages
    Server = http://archstuff.vs169092.vserver.de/$arch
    -- To pacman.conf.
    I ran it as root because I hadn't exactly read the manual, as well as the fact that it printed a line: "Cannot install file, not enough permissions! Type --asroot to run as root!" or something along these lines.
    $ sed -n 1230,1260p /usr/bin/makepkg
    create_package() {
    if [[ ! -d $pkgdir ]]; then
    error "$(gettext "Missing %s directory.")" "pkg/"
    plain "$(gettext "Aborting...")"
    exit 1 # $E_MISSING_PKGDIR
    fi
    check_package
    cd "$pkgdir"
    msg "$(gettext "Creating package...")"
    local nameofpkg
    if [[ -z $1 ]]; then
    nameofpkg="$pkgname"
    else
    nameofpkg="$1"
    fi
    if [[ $arch = "any" ]]; then
    PKGARCH="any"
    else
    PKGARCH=$CARCH
    fi
    write_pkginfo $nameofpkg > .PKGINFO
    local comp_files=".PKGINFO"
    # check for changelog/install files
    for i in 'changelog/.CHANGELOG' 'install/.INSTALL'; do

  • [SOLVED] Trying to install GRUB2 on a UEFI system

    Hey all,
    I have an MSI Sandy Bridge motherboard which has a 64-bit UEFI.  It comes with a shell for what it's worth, but I cannot seem to get the final step in GRUB2's installation to work.
    Here's exactly what I run into:
    I got GRUB2 properly configured, load the efivars kernel module (verified that it is loaded by checking lsmod), and then issue the command:
    efibootmgr --create --gpt --disk /dev/sdb --part 1 --write-signature --label "GRUB2" --loader "\\EFI\\grub\\grub.efi"
    The issue I get in return is:
    Fatal: Couldn't open either sysfs or procfs directories for accessing EFI variables.
    Try 'modprobe efivars' as root.
    Problem is, that was already done.  I tried chrooting into the installation directory, and I am met with the same issue.  I am using the official arch installation media since it was recently updated and should be able to do EFI stuff, I'm thinking, but maybe I'm wrong.  I'm in the process of downloading Ubuntu's 11.10 alpha 3 installation media since 11.04 did not work either (couldn't load the module since the live cd was out of date, and the downloaded efibootmgr included efivars for a different kernel version I guess).
    Either way, anyone have any other tips for me?  Is there any way I can utilize the EFI shell that came with my motherboard to make this work instead?
    Last edited by mrmylanman (2011-08-20 21:30:48)

    I just used Ubuntu 11.10 Alpha 3 to do the efibootmgr command, and it did succeed, and I have a UEFI listing for GRUB2 now, however I guess my motherboard handles this a little weird, and I have to go into the config screen to actually load GRUB.  Strange.  Sounds like it's my motherboard at this point and not Arch.  Carry on

  • [SOLVED] Trying to install Xorg, missing packages?

    I hope don't become a pain here, but I really want to get an arch system working...
    So after I installed the base system, the first thing I wanted to do is get the x server up and running.  I ran the command
    pacman -S xorg
    and when it goes, I get the error
    error: failed retrieving file 'libxmu-1.0.4-1-x86_64.pkg.tar.gz......
    I have the Virginia Tech mirror first, then ibiblio, and then the archlinux.org repo as a fallback, and none of them can retrieve that file, and thus the xorg install fails.
    Any ideas of what I need to do?
    Thanks,
    Nathan
    Last edited by claudius753 (2008-11-30 06:59:56)

    I've just re-installed Arch ( x86_64 ) using the Irish mirror
    Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64
    and
    it works fine. Never had a problem with the Irish nor French mirrors. As I believe it's your first time installing Arch, here's a quick run-down of what
    I do on a new install:
    After the base-system is installed;
    1> Edit /etc/pacman.d/mirrorlist to your preferred mirrors.
    2> run 'adduser' to add a normal user. ( Groups: wheel,disk,audio,video,optical,storage,lp )
    3> pacman -Syu to sync everything to your mirror.
    4> pacman -S xorg cpio
    5> pacman -S kde kde-l10n-uk (if you want kde)
    5> pacman -S ttf-bitstream-vera ttf-ms-fonts ttf-dejavu artwiz-fonts terminus-font ( the last one is good for a konsole font ).
    6> pacman -S tk alsa-utils gdb
    7> pacman -S nvidia ( if you have an nvidia card )
    8> nvidia-xconfig --add-argb-glx-visuals --composite
    9> Edit /etc/inittab; The only sections we're interested in are these. This is how they should look ( to boot into kde );
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    Note the new path to kdm !!!
    At his point I usually 'pacman -S opera thunderbird' as well. Then, to get the 64-bit flash-plugin:
    Edit /etc/pacman.conf
    Uncomment the 'Testing' branch
    pacman -Sy to update
    pacman -S flashplugin to install
    re-edit /etc/pacman.conf and comment out the Testing branch again.
    Reboot.
    Hope this helps in some way...
    Deej

  • Error while trying to install NI-VISA driver on SUSE LINUX 11.1(The version of gcc in the path does not match the version of gcc used to compile the currently running kernel.)

    hi i am trying to install NI-VISA driver on SUSE LINUX 11.1.
     the error message it shows is
              ******************************** ERROR ****************************************
    * The version of gcc in the path does not match the version of gcc used to    *
    * compile the currently running kernel.  This can cause unpredictable         *
    * behavior in kernel drivers and should be fixed.                             *
    * gcc version: Linux)                                                          *
    * kernel compiled with: 4.3.2                                                 *
    ******************************** ERROR ****************************************
    my kernel source version is 
       linux-8nes:/home/admin # rpm -qi kernel-source
    Name        : kernel-source                Relocations: /usr/src
    Version     : 2.6.27.29                         Vendor: openSUSE
    Release     : 0.1.1                         Build Date: Sun 16 Aug 2009 03:43:52 PM IST
    Install Date: Sat 24 Oct 2009 02:13:12 AM IST      Build Host: rinck
    Group       : Development/Sources           Source RPM: kernel-source-2.6.27.29-0.1.1.src.rpm
    Size        : 309251954                        License: GPL v2 only
    Signature   : RSA/8, Sun 16 Aug 2009 03:57:25 PM IST, Key ID b88b2fd43dbdc284
    Packager    : http://bugs.opensuse.org
    URL         : http://www.kernel.org/
    Summary     : The Linux Kernel Sources
    Description :
    Linux kernel sources with many fixes and improvements.
    Authors:
        Linus Torvalds <[email protected]>
        see /usr/src/linux/CREDITS for more details.
    Source Timestamp: 2009-08-15 17:53:59 +0200
    GIT Revision: 8a413546901c407e96f7fba18574cceeb40452af
    GIT Branch: SLE11_BRANCH
    Distribution: openSUSE 11.1 
    i had also installed GCC 4.3.2.
    it shows the error message as i had posted.
    please kindly help me on this.
    Thanks and regards,
    P.karthick

    Check this solution

  • [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

  • [SOLVED] Newbie trying to install Splashtop - libappindicator error!

    I'm trying to install Splashtop from the AUR, libappindicator has the dependency libindicator which I can't get to make without errors.
    This is the output when I run makepkg -s
    http://pastebin.com/UesLtniJ
    Any advice would be appreciated, I'm still learning my way around after too many years in Windows environments!
    Thanks.
    Last edited by bug2k12 (2013-04-11 12:16:05)

    Found a post here https://git.gnome.org/browse/glib/commit/?id=0ea7abaed5 about a change to a glib header.
    Updated the gmacros.h file and the make completes fine.
    This same fix solved the other dependencies make errors.
    Thanks.

  • Hello i have been trying to install i tunes 10 on to my pc but as i get to the end of installation it comes up with the message windows installer package failed contact support or vendor how do i solve this im running vista of an acer laptop many thanks

    hello i have been trying to install i tunes 10 on to my pc but as i get to the end of installation it comes up with the message windows installer package failed contact support or vendor how do i solve this im running vista of an acer laptop many thanks

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Error trying to install fbsplash [SOLVED]

    Hello there great Arch comunity!
    I've installed Arch a few days ago in a virtual machine and lest night I got it to work directly on my MacBook Pro as a base OS (man that was an experience and a half) but now i've come to a roadblock I can't get through.
    I am trying to install fbsplash from the AUR. I've downloaded the tarball and the pkgbuild, renamed the pkgbuild to fbsplash.install and issued a:
    makepkg --asroot -s
    But it's giving me this error:
    ==> Error: splash_start_initcpio.patch was not found in the build directory and is not a URL
    I did a google search on that error, then on just the file itself but turned up empty. Any ideas?
    Last edited by taranasus (2011-07-26 05:18:00)

    Oh i'm sorry I'll look again then. Sorry sorry. I'll mark the thread as solved as soon as I get the hang of it

  • [solved] Conflicting files while trying to install Eclipse

    Hi, I tried to install Eclipse but all I got was an output like this :
    [xxxxx@arch ~]$ sudo pacman -S eclipse
    [sudo] password for xxxxx:
    resolving dependencies...
    looking for inter-conflicts...
    Packages (17): aspell-0.60.6.1-2 ca-certificates-java-20140324-3 enchant-1.6.0-5
    geoclue2-2.1.8-2 gst-plugins-base-libs-1.4.0-1 gstreamer-1.4.0-1
    harfbuzz-icu-0.9.32-1 hspell-1.2-2 jdk7-openjdk-7.u65_2.5.1-3
    jre7-openjdk-7.u65_2.5.1-3 jre7-openjdk-headless-7.u65_2.5.1-3
    json-glib-1.0.2-1 libnm-glib-0.9.10.0-2 libwebp-0.4.0-2 libxslt-1.1.28-3
    webkitgtk2-2.4.4-1 eclipse-4.4.0-2
    Total Installed Size: 402.56 MiB
    :: Proceed with installation? [Y/n]
    (17/17) checking keys in keyring [##############################] 100%
    (17/17) checking package integrity [##############################] 100%
    (17/17) loading package files [##############################] 100%
    (17/17) checking for file conflicts [##############################] 100%
    error: failed to commit transaction (conflicting files)
    libnm-glib: /usr/include/NetworkManager/NetworkManager.h exists in filesystem
    libnm-glib: /usr/include/NetworkManager/NetworkManagerVPN.h exists in filesystem
    libnm-glib: /usr/include/NetworkManager/nm-connection.h exists in filesystem
    libnm-glib: /usr/include/NetworkManager/nm-setting-8021x.h exists in filesystem
    I looked for a solution and found that a
    sudo pacman -Syu eclipse
    would allow me to install Eclipse. The point is that I don't want to do a full-system upgrade because a more recent kernel will prevent the wi-fi from working on my computer.
    Does anyone have any idea?
    Last edited by nugetchar (2014-08-09 17:03:18)

    Please update your system and open a new thread about your wi-fi issue.
    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

Maybe you are looking for

  • Bootcamp Windows 7 Blue Screen of Death on MBPwR

    Hello all, I've never needed to use this before but gosh darn it I need some advice, because I can't figure this out... I'd rate myself a 9 out of 10 in "Windows PC" experience And maybe a 6 out of 10 with Macs, I'm still new! I just bought the new M

  • Help for a novice

    Hi All! I installed Workflow Server and Workflow Designer and now I'm trying to do some things with these products in order to evaluate them. The first thing I want to do is a very simple thing: User A send an email with an attachment to be reviewed

  • Delete fields table

    I want delete all fields of the table Z_ABC, but after I want write all data of the internal table i_tab2 DELETE FROM Z_ABC WHERE SYSTEM NE 'delete_all'. "I want delete all fields of table     MOVE-CORRESPONDING i_tab2 TO Z_ABC.     update Z_ABC. I o

  • Outer frame is loosing coating

    Hi, I can't believe this is my second post regarding issues with a 2-week old Apple! I still remember the days we bought Apples and they were plug-and-play-and-get-happy. Anyway, now the problem is happening to the externa case: the outer frame has a

  • ECS total suddently missing in J1iin

    dear all in our QA machine, the ECS total and NCCD total was coming prefectly for our direct sale. today we find that the ECS total and NCCD total columns are grayed out. but the ECS value against the item is visbile on top. it is apperaring in the i