Trouble installing ZFS in archlinux kernel 3.6.3-1-ARCH

I've been trying to install ZFS on my system, and i can't get past a building error for SPL, here is my install output:
==> Downloading zfs PKGBUILD from AUR...
x zfs_preempt.patch
x zfs.install
x PKGBUILD
Comment by: modular on Wed, 24 Oct 2012 03:09:04 +0000
@demizer
I don't/won't run ZFS as a root file system. I'm getting the following build error:
http://pastebin.com/ZcWiaViK
Comment by: demizer on Wed, 24 Oct 2012 04:11:54 +0000
@modular, You're trying to build with the 3.6.2 kernel. The current version (rc11) does not work with the 3.6.2 kernel. If you want to use it, you will have to downgrade to the 3.5.6 kernel (linux and linux-headers). https://wiki.archlinux.org/index.php/Downgrading_Packages
Thanks!
Comment by: MilanKnizek on Wed, 24 Oct 2012 08:07:19 +0000
@demizer: there still seemed to be a problem during upgrading - zfs/spl requires kernel of certain version (hard-coded) and this blocks the upgrade (the old installed zfs/spl requires the old kernel and kernel can't be upgraded w/o breaking dependency of zfs/spl and therefore build of the new zfs/spl fails, too).
So far, I have had to remove zpl/spl, upgrade kernel, rebuild + install spl/zfs and manually run depmod against the new kernel (i.e. the postinst: depmod -a does not work until next reboot) and only then reboot to load the new kernel zfs modules successfully.
That is quite clumsy and error-prone - I hope it will be resolved via DMKS.
Comment by: srf21c on Sun, 28 Oct 2012 04:00:31 +0000
All, if you're suffering zfs kernel upgrade pain fatigue, seriously consider going with the LTS (long term support) kernel. I just successfully built zfs on a system that I switched to the linux-lts 3.0.48-1. All you have to do is install the linux-lts and linux-lts-headers packages, reboot to the lts kernel, and change any instances of depends= or makedepends= lines in the package build file like so:
Before:
depends=('linux=3.5' "spl=${pkgver}" "zfs-utils=${pkgver}")
makedepends=('linux-headers=3.5')
After:
depends=('linux-lts=3.0' "spl=${pkgver}" "zfs-utils=${pkgver}")
makedepends=('linux-lts-headers=3.0')
Then build and install each package in this order: spl-utils,spl,zfs-utils,zfs.
Worked like a champ for me.
Comment by: stoone on Mon, 29 Oct 2012 12:09:29 +0000
If you keep the linux, and linux-headers packages while using the LTS you don't need to modify the PKGBUILDs. Because the checks will pass but it will build the packages to your current runnning kernel.
Comment by: demizer on Mon, 29 Oct 2012 15:56:27 +0000
Hey everybody, just a quick update. The new build tool I have been working on is now in master, https://github.com/demizer/aur-zfs. With it you can build and package two different groups of packages one for aur and one for split. Again, building the split packages is more efficient. I still have a lot of work to be done, but it is progressing. I will be adding git, dkms, and lts packages after I setup my repo. My next step is to add unofficial repository support to my build tool so I can easily setup a repo with precompiled binaries. I will be hosting the repo on my website at http://demizerone.com/archzfs. Initially it will only be for 64bit code since the ZOL FAQ states that ZOL is very unstable with 32bit code due to memory management differences in Solaris and Linux. I will notify you all in the future when that is ready to go.
@MilanKnizek, Yes updating is a pain. ZFS itself is hard-coded to linux versions at build time. The ZFS build tool puts the modules in "/usr/lib/modules/3.5.6-1-ARCH/addon/zfs/", and this the primary reason it has to be rebuilt each upgrade, even minor point releases. Nvidia for example puts their module in "/usr/lib/modules/extramodules-3.5-ARCH/", so minor point releases are still good and the nvidia package doesn't need to be re-installed. A possible reason for ZOL to be hard-coded like this because ZOL is still technically very beta code.
I do have a question for the community, does anyone use ZFS on a 32bit system?
Thanks!
First Submitted: Thu, 23 Sep 2010 08:50:51 +0000
zfs 0.6.0_rc11-2
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> zfs dependencies:
- linux>=3.5 (already installed)
- linux-headers>=3.5 (already installed)
- spl>=0.6.0_rc11 (building from AUR)
- zfs-utils>=0.6.0_rc11 (building from AUR)
==> Edit zfs.install ? [Y/n] ("A" to abort)
==> ---------------------------------------
n
==> Continue building zfs ? [Y/n]
==> -----------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for zfs:
==> Downloading spl PKGBUILD from AUR...
x spl.install
x PKGBUILD
Comment by: timemaster on Mon, 15 Oct 2012 22:42:32 +0000
I am not able to compile this package after the upgrade to the 3.6 kernel. Anyone else ? any idea?
Comment by: mikers on Mon, 15 Oct 2012 23:34:17 +0000
rc11 doesn't support Linux 3.6; there are some patches on GitHub that might apply against it (I've not done it myself), see:
https://github.com/zfsonlinux/spl/pull/179
https://github.com/zfsonlinux/zfs/pull/1039
Otherwise downgrade to Linux 3.5.x or linux-lts and wait for rc12.
Comment by: timemaster on Mon, 15 Oct 2012 23:54:03 +0000
Yes, I saw that too late.
https://github.com/zfsonlinux/zfs/commit/ee7913b644a2c812a249046f56eed39d1977d706
Comment by: demizer on Tue, 16 Oct 2012 07:00:16 +0000
Looks like the patches have been merged, now we wait for rc12.
Comment by: vroomanj on Fri, 26 Oct 2012 17:07:19 +0000
@demizer: 3.6 support is available in the master builds, which are stable but not officially released yet. Can't the build be updated to use the master tars?
https://github.com/zfsonlinux/spl/tarball/master
https://github.com/zfsonlinux/zfs/tarball/master
Comment by: demizer on Fri, 26 Oct 2012 17:51:42 +0000
@vroomanj, I plan on working on the git packages this weekend. All I have to figure out if it is going to be based on an actual git clone or if its just going to be the download links you provided. They are pretty much the same, but i'm not really clear what the Arch Package Guidelines say about this yet. Also, I don't think the current packages in AUR now should be based off of git master. They should be based off of the ZOL stable releases (rc10, rc11, ...). That's why I am making git packages so people can use them if they want to upgrade to the latest kernel and the stable release hasn't been made yet. As is the case currently.
First Submitted: Sat, 26 Apr 2008 14:34:31 +0000
spl 0.6.0_rc11-2
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> spl dependencies:
- linux>=3.5 (already installed)
- spl-utils>=0.6.0_rc11 (already installed)
- linux-headers>=3.5 (already installed)
==> Edit spl.install ? [Y/n] ("A" to abort)
==> ---------------------------------------
==> n
==> Continue building spl ? [Y/n]
==> -----------------------------
==>
==> Building and installing package
==> Making package: spl 0.6.0_rc11-2 (Tue Oct 30 11:34:13 CET 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading spl-0.6.0-rc11.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 178 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 136 100 136 0 0 154 0 --:--:-- --:--:-- --:--:-- 293
100 508k 100 508k 0 0 357k 0 0:00:01 0:00:01 --:--:-- 1245k
==> Validating source files with md5sums...
spl-0.6.0-rc11.tar.gz ... Passed
==> Extracting Sources...
-> Extracting spl-0.6.0-rc11.tar.gz with bsdtar
==> Starting build()...
configure.ac:34: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:34: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation
checking metadata... yes
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 whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking spl license... GPL
checking linux distribution... arch
checking default package type... arch
checking whether rpm is available... no
checking whether rpmbuild is available... no
checking whether dpkg is available... no
checking whether dpkg-buildpackage is available... no
checking whether alien is available... no
checking whether pacman is available... yes (4.0.3)
checking whether makepkg is available... yes (4.0.3)
checking spl config... kernel
checking kernel source directory... /usr/src/linux-3.6.3-1-ARCH
checking kernel build directory... /usr/src/linux-3.6.3-1-ARCH
checking kernel source version... 3.6.3-1-ARCH
checking kernel file name for module symbols... Module.symvers
checking whether debugging is enabled... no
checking whether basic debug logging is enabled... yes
checking whether basic kmem accounting is enabled... yes
checking whether detailed kmem tracking is enabled... no
checking whether modules can be built... yes
checking whether atomic types use spinlocks... no
checking whether kernel defines atomic64_t... yes
checking whether kernel defines atomic64_cmpxchg... no
checking whether kernel defines atomic64_xchg... yes
checking whether kernel defines uintptr_t... yes
checking whether INIT_WORK wants 3 args... no
checking whether register_sysctl_table() wants 2 args... no
checking whether set_shrinker() available... no
checking whether shrinker callback wants 3 args... no
checking whether struct path used in struct nameidata... yes
checking whether task_curr() is available... no
checking whether unnumbered sysctl support exists... no
checking whether struct ctl_table has ctl_name... no
checking whether fls64() is available... yes
checking whether device_create() is available... yes
checking whether device_create() wants 5 args... yes
checking whether class_device_create() is available... no
checking whether set_normalized_timespec() is available as export... yes
checking whether set_normalized_timespec() is an inline... yes
checking whether timespec_sub() is available... yes
checking whether init_utsname() is available... yes
checking whether header linux/fdtable.h exists... yes
checking whether files_fdtable() is available... yes
checking whether __clear_close_on_exec() is available... yes
checking whether header linux/uaccess.h exists... yes
checking whether kmalloc_node() is available... yes
checking whether monotonic_clock() is available... no
checking whether struct inode has i_mutex... yes
checking whether struct mutex has owner... yes
checking whether struct mutex owner is a task_struct... yes
checking whether mutex_lock_nested() is available... yes
checking whether on_each_cpu() wants 3 args... yes
checking whether kallsyms_lookup_name() is available... yes
checking whether get_vmalloc_info() is available... no
checking whether symbol *_pgdat exist... yes
checking whether first_online_pgdat() is available... no
checking whether next_online_pgdat() is available... no
checking whether next_zone() is available... no
checking whether pgdat_list is available... no
checking whether global_page_state() is available... yes
checking whether page state NR_FREE_PAGES is available... yes
checking whether page state NR_INACTIVE is available... no
checking whether page state NR_INACTIVE_ANON is available... yes
checking whether page state NR_INACTIVE_FILE is available... yes
checking whether page state NR_ACTIVE is available... no
checking whether page state NR_ACTIVE_ANON is available... yes
checking whether page state NR_ACTIVE_FILE is available... yes
checking whether symbol get_zone_counts is needed... no
checking whether user_path_dir() is available... yes
checking whether set_fs_pwd() is available... no
checking whether set_fs_pwd() wants 2 args... yes
checking whether vfs_unlink() wants 2 args... yes
checking whether vfs_rename() wants 4 args... yes
checking whether vfs_fsync() is available... yes
checking whether vfs_fsync() wants 2 args... yes
checking whether struct fs_struct uses spinlock_t... yes
checking whether struct cred exists... yes
checking whether groups_search() is available... no
checking whether __put_task_struct() is available... yes
checking whether proc_handler() wants 5 args... yes
checking whether kvasprintf() is available... yes
checking whether rwsem_is_locked() acquires sem->wait_lock... no
checking whether invalidate_inodes() is available... no
checking whether invalidate_inodes_check() is available... no
checking whether invalidate_inodes() wants 2 args... yes
checking whether shrink_dcache_memory() is available... no
checking whether shrink_icache_memory() is available... no
checking whether symbol kern_path_parent exists in header... no
checking whether kern_path_parent() is available... no
checking whether zlib_deflate_workspacesize() wants 2 args... yes
checking whether struct shrink_control exists... yes
checking whether struct rw_semaphore member wait_lock is raw... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating cmd/Makefile
config.status: creating module/Makefile
config.status: creating module/spl/Makefile
config.status: creating module/splat/Makefile
config.status: creating include/Makefile
config.status: creating scripts/Makefile
config.status: creating spl.spec
config.status: creating spl-modules.spec
config.status: creating PKGBUILD-spl
config.status: creating PKGBUILD-spl-modules
config.status: creating spl.release
config.status: creating dkms.conf
config.status: creating spl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11'
Making all in module
make[2]: Entering directory `/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module'
make -C /usr/src/linux-3.6.3-1-ARCH SUBDIRS=`pwd` CONFIG_SPL=m modules
make[3]: Entering directory `/usr/src/linux-3.6.3-1-ARCH'
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-debug.o
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-proc.o
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-kmem.o
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-thread.o
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-taskq.o
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-rwlock.o
CC [M] /tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-vnode.o
/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-vnode.c: In function 'vn_remove':
/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-vnode.c:327:2: error: implicit declaration of function 'path_lookup' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[5]: *** [/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl/../../module/spl/spl-vnode.o] Error 1
make[4]: *** [/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module/spl] Error 2
make[3]: *** [_module_/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module] Error 2
make[3]: Leaving directory `/usr/src/linux-3.6.3-1-ARCH'
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-alex/aur-spl/src/spl-0.6.0-rc11'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build spl.
==> Restart building spl ? [y/N]
==> ----------------------------
... i'm stuck here, can anyone help me with this one? please !

Did you read the comments, either on the AUR page or in the output that you posted? They explain it.

Similar Messages

  • (Solved) Having trouble installing vlc and openoffice

    I am having trouble installing both VLC and Openoffice.
    VLC
    I tried typing in:
    yaourt -S vlc
    At first, it finds the package, and the first time I did it, downloaded quite a bit of stuff, and then it failed after installing a rather large package and then says :
    error: failed retreiving file 'vlc-0.9.9a-6-i686.pkg.tar.bz' from archlinux.unix.heads.org : Not Found
    Any idea what may be causing this?
    OpenOffice
    I tried typing in:
    yaourt -S openoffice
    Then it said it could not find openoffice in my /etc/customizepkg.d and then asks me to change my PKGBUILD and I had no idea what to edit in it.
    Then, it tried to install it,  and it tells me svn is not found in AUR.
    What does this mean and how can I get openoffice?
    Last edited by iscalio (2009-07-09 08:26:02)

    You need to use the -y flag to update your local repository list.
    Ie pacman -Sy
    You can conveniently combine all of your tasks..
    pacman -Sy vlc openoffice-base
    Error retrieving a file means either
    A) The mirror you are using is updating itself and you were unlucky enough to sync right when it was doing so.. youll need to wait a little while and try -Sy again then..
    B) Related to A.. your database could be either older or newer than the mirror you are using. If you switched mirrors recently, this happens sometimes. Most mirrors update ~daily, but some update ~weekly. -Sy to sync.. you could try -Syy to force a full sync so that even lists of supposedly up-to-date repositories (core,extra,so forth) are synced (doing so is only good/useful if you have problems)..
    C) Your mirror is offline.. change it to another one in /etc/pacman.d/mirrorlist
    D) Your internet is not running / your DNS is not working properly.. try to ping a site you know is online to be sure. Google is always a good choice. ping www.google.com. You can ctrl+c to end it if it responds as expected. Fix your internet (see the wiki) and domain name server (/etc/resolv.conf and your router) if you have problems.
    You may or may not also wish to pacman -Scc in order to clean out your cache of saved packages in case there is a download problem.
    Your post gives the impression you don't understand pacman vs yaourt.. apologies if i'm wrong, but just in case:
    Pacman is used for official binary repository files. Yaourt can do pacman's job in addition to its own with the same syntax (imo it does a pretty slow and lousy job of such though), but it's real original function is primarily to install 3rd party / community packages that the Arch devs either can't or won't maintain (and most often, have not "ok"ed them as safe to install). You should look at yaourt in the wiki.. when it asks you to change the pkgbuild I imagine you mean when it says 'what do you want to edit it with?'.. which you dont need to edit it at all. The reason it asks you is because yaourt can install stuff from AUR, which like I said is 3rd party / community stuff that can contain something malicious (AUR is open to submissions, unlike the official repositories) and you are highly advised to look it over for something fishy before compiling and installing. FYI -- believe me, you don't want to compile openoffice without reaaally good reason on a really fast machine. It hurts. Your machine will be as usable as a doorstop for a very long time while it's doing it's business. Just save your time and patience, install the compiled binary via pacman instead.
    Please use the wiki, forum search functions, and man pages. Most of the Arch community is friendly and knowledgeable, but people get (rightly) irked when their work maintaining the aforementioned to answer queries like this one are ignored.
    Last edited by FrozenFox (2009-07-09 03:26:02)

  • Having trouble installing Arch Linux to USB key

    Hello,
    I have read the wiki article, but it doesn't answer my question. I am having trouble installing Arch to a USB key (8GB Sandisk Cruzer). I installled GRUB correctly, it booted, but the flash drive was write-protected. In the fstab file, I have the defaults and noatime flags in there. I have never experienced an error like this, and I don't know how to fix it. I have tried to reboot into the Arch CD and mounted the USB, but it just stalls and displays no output. Obviously, if I boot into my USB (you can still boot into it), and do "nano /etc/fstab", it says that I cannot write. In case you were wondering, I am using the root user. Thank you for all your help!
    EDIT: I have Syslinux, the kernel parameters is RW. If I run mount -o remount,rw /dev/sda1, it tells me something like:
    ata3.00: status: {DRDY ERR}
    ata3.00: error: {IDNF}
    end_request: I/O error, dev sda, sector 21
    Buffer I/o error on device sda1, logical block 0
    EXT4-fs error (device sda1): ext4_remount:4665: Abort forced by user
    I did NOT hit CTRL+C.
    Last edited by aqua123 (2013-09-07 02:01:30)

    I'm a nub, and I think I'll piggy back of aqua's post.  Perhaps we have the same problem
    I have an Asus UX31A with Xubuntu (with grub) currently installed.  I created the bootable USB as per the Arch Wiki UEFI bootable usb page.  I can boot into the main prompt where you can choose "Arch Linux Iso", "shell v1", "shell v2" and "Default prompt."
    Choosing the first option (to get to the the command prompt and begin installing) makes the screen flash once, then just hangs black.  Before the flash I think I see three text lines in the upper left corner, but they flash so fast I can't read them.
    Choosing either of the shell options presents the error:
    "Error loading \EFI\shellx64_v1.efi: Unsupported"  (replace "v1" with "v2" for the other option)
    Any thoughts?

  • Trouble installing the apps after downloading Adobe Creative Cloud

    I am having trouble installing the apps after downloading Adobe Creative Cloud. The following Error messages show up:
    ERROR: Third party payload installer vcredist_x64.exe failed with exit code: 2147942750
    ERROR: Failed to repair Microsoft Visual C++ 2012 Redistributable Package (x64). Please try repairing it by double clicking on the executable at "C:\Users\KATHER~1.CDA\AppData\Local\Temp\{63EDD438-B4D0-424C-B05A-7990C09D955C}\Illustra tor_1

    Third party payload installer vcredist_x64.exe failed with exit code: 2147942750

  • I am having trouble installing Adobe Creative Cloud on my windows 7 laptop

    I am having trouble installing Adobe Creative Cloud on my Windows 7 laptop; i keep getting an error message
    this is what I get
    -- Payload: Acrobat Professional 11.0.0.0 {23D3F585-AE29-4670-8E3E-64A0EFB29240} -----------  ERROR: Error 1316.A network error occurred while attempting to read from the file C:\Windows\Installer\AcroStan.msi  ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Error 1316.A network error occurred while attempting to read from the file C:\Windows\Installer\AcroStan.msi  ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603

    http://helpx.adobe.com/creative-suite/kb/error-1603-fatal-error-occurred-1.html
    http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Mylenium

  • Trouble installing 2.1.1 for ipod touch generation 1

    I am having troubles installing 2.1.1 ipod touch software on a gen. 1 ipod touch. I am using an IMac G5, itunes 8, OS 10.5.4 and the process of updating in itunes has frozen with the blue candy stripe bar spinning as it says "preparing iPod software for restore."
    The ipod is black with an white apple and a spinning wheel.
    It's been about 5 hours.
    What should I do?
    Cheers.

    Just found some info on apple support.
    Updating your iPhone and iPod touch to iPhone software 2.0 or later for the first time
    Software updates prior to iPhone software 2.0 updated the device without affecting your settings or media content. Updating your iPhone and iPod touch from iPhone software 1.x to 2.0 or later includes a back up, erase, and then restore of your device prior to installing the new update. iTunes will offer to create a one-time media backup of your device depending on what content is on your device and what content is stored in the iTunes Library you are connected to. You should ensure that you have enough free space on your Mac or PC to accommodate a backup that matches the capacity of your iPhone or iPod touch (4 GB, 8 GB, 16 GB, or 32 GB) if you proceed with the this backup.
    As a result of this comprehensive one-time media backup, this process can take some time. The amount of time, is determined by the amount of data on the iPhone or iPod touch.
    7 hours and counting. Stay tune. Maybe by tomorrow morning!

  • Hello i am having trouble installing itunes 10.5 on my laptop i have windows vista. it says error 7 windows error 998. i now have no itunes. i have tried to uninstall itunes but it still wont work and keep coming up with that message. please help!

    hello
    i am having major trouble installing itunes. i had itunes working fine and i went to update it as it told me there was an update which i thought i did. i went on my laptop the next day and it said "itunes was not installed correctly error 7 windows error 998"
    i read a few articles on here but i am having no joy. i uninstalled itunes and reinstalled and that did not work. i also unistalled some other apple things cant remember the names sorry!
    i am not a whiz on a computer so really need some help please!!

    Installing, and uninstalling, applications never touches or removes the data.
    Clean out and uninstall all the apple programs and software thru Programs and manually.
    Might want to use Revo and CCleaner
    I always use manual standalone installers (and keep a couple backup versions)
    itunes 10.5 may affect iTunes media playlists, not sure, depends on what you have.
    A search of these forums will show some threads.
    I'd clean up vista, you need SP2 or later, and specific error message?
    I wonder as you arenot the first with a dell if maybe the OS or included software.
    Security programs like Norton and older versions of Kaspersky have been implicated.
    Also settings in IE that affect pop-ups and plug-ins.

  • Trouble installing shared printer on windows 7 64 bit

    hey guys
    i recently got a IBM thinkpad with Windows 7 Professional 64 bit.
    we have a HP Laserjet 3015 thats shared on windows xp profesional computer.  i am having trouble installing it on my comuter. if i connect the printer to my computer via USB, windows finds the drivers and it works.
    The problem is when ever i try and insatll it over the network it does not work. i can search and find which computer it is attached to and see it in the shared printer list, but when i ever i try to connect to it says connecting>>searching windows update>>cant find drivers. it gives me the option of searching for the drivers to install. i have downloaded the drivers thats on the HP site but they dont help. when ever i select them in the manual it comes with an error saying driver not found then gives u the option of installing it your self. when u select the driver it says windows can not locate a suitable driver.
    how can i get around this ??
    This question was solved.
    View Solution.

    rory2g wrote:
    i recently got a IBM thinkpad with Windows 7 Professional 64 bit.
    we have a HP Laserjet 3015 thats shared on windows xp profesional computer.  i am having trouble installing it on my comuter. if i connect the printer to my computer via USB, windows finds the drivers and it works.
    The problem is when ever i try and insatll it over the network it does not work. i can search and find which computer it is attached to and see it in the shared printer list, but when i ever i try to connect to it says connecting>>searching windows update>>cant find drivers. it gives me the option of searching for the drivers to install. i have downloaded the drivers thats on the HP site but they dont help. when ever i select them in the manual it comes with an error saying driver not found then gives u the option of installing it your self. when u select the driver it says windows can not locate a suitable driver.
    Try the following:  On the Windows 7 computer go to the Devices and Printers folder, Add a Printer, Local Printer, Create a new port, Local port, Next, \\xpcomputername\lj3015 (where you put in the actual share name of the computer and printer), OK, Windows Update (and wait for the list to repopulate), HP Laserjet 3015 PCL5,  Next, Next.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I'm having trouble instaling a printer driver for my Canon MG5220. I downloaded the latest printer driver from the Canon website (10.67.1.0) and installed it on my Intel iMac. It said the installation was sucessful, but when I try to add a printer, no go.

    I'm having trouble instaling a printer driver for my Canon MG5220. I downloaded the latest printer driver from the Canon website (10.67.1.0) and installed it on my Intel iMac. It said the installation was sucessful, but when I try to add a printer, no go. The printer does'nt show up. I'm fairly new to the Mac, after switching from windows. I'm running Snow Leopard 10.6.8.

    Hold down the option key and select
     ▹ System Information...
    from the menu bar. In the window that opens, select
    Hardware ▹ USB
    from the list on the left. On the right you should now see a list of all connected USB devices, as well as some built-in components. Is the device shown?

  • Trouble Installing Windows 8.1 on Yosemite

    I am having trouble installing Windows 8.1 using the Bootcamp utility on OS X Yosemite. I downloaded the ISO file for 64 bit 8.1 from Microsoft and put it onto an 8gb USB drive using Bootcamp. My Macbook Pro is an early 2011 (MacBookPro8,2) and is currently running OS X 10.10.1. I know that my MBP doesn't usually support booting from a USB, so I modified the info.plist file using the steps outlined in this thread:
    Enable Bootcamp to install from usb for OSX 10.9**WORKS**
    This got it to give me the option to boot from the USB when I held the option key on startup.
    I have tried the following methods for installing with different errors for each:
    1. Installing using Bootcamp created partition
    For this, I went through the normal steps in bootcamp and when I got to the disk partitioning stage, I tried to format the drive 0 partition 4 using the format button. After formatting, it wouldn't allow me to continue because of this error: "Windows cannot be installed to this disk the selcted disk har an MR partition table. On EFI systems, windows can only be installed to GPT disks." This lead me to this thread: Windows can't be installed on Drive 0 Partition 4.. It mentions a difference between EFI v. preUEFI installations, but I don't know how to do a preUEFI installation. Enlighten me anyone?
    2. Creating a "free space" partition with Disk Utility
    For this, I created a free space partition in disk utility and used the Window's installer to format the partition. This allows me to get to the very end of installation, but I get the error message: "Windows could not update the computer's boot configuration. Installation cannot proceed."
    BTW, FileVault is turned off.
    Any help would be much appreciated!

    Hi mgallego,
    Which step did the error start to occur ?Have you tried to install it again to have a check ?As the information stated, we can restart the machine to have a check.
    Here is a link for reference of the requirements of the Windows 8.1 .
    System requirements
    http://windows.microsoft.com/en-HK/windows-8/system-requirements
    There may be a hardware issue here, it is also recommended to look for help from the manufacturer for help.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • I am having trouble installing itunes on my computer. The error says, "Service Apple mobile device failed to start. verify that you have sufficient privileges to start system requirements." this is my home PC.

    I am having trouble installing itunes on my computer. The error says, "service apple mobile device failed to start. Verify that you have sufficient privileges to start system requirements." this is my home PC.

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • Can OAS9i and Portal be installed on Linux RedHat(kernel 2.2.19) platform?

    Hi,
    My question is the same as the subject written.
    Can OAS9i and Portal be installed on Linux RedHat(kernel 2.2.19) platform? Basically, first, I can't find the OAS9i "*.cp" image files for RedHat Kernel 2.2.16 or later use, second, what I can download from OTN site is V1.0.2.2.1 which is for Linux RedHat Kernel 2.4.3-12 or later use. And I downloaded all the files which OAS9i version is V1.0.2.2.1, and failed to install on my platform. So I want to know is there anybody installing OAS9i and Portal successfully on RedHat 6.2(Kernel 2.2.19, glibc 2.1.3)? Or can share on other RedHat version had any successful installation processes or suggestion. Thanks in advance.
    Regards!
    Frank

    9iAS 1.0.2.x is only supported on Redhat 7.0 and Suse 7.2
    Portal PM

  • Having trouble installing Adobe Reader 8, know it's outdated, job requires it. System is Windows 7

    having trouble installing Adobe Reader 8, know it's outdated, job requires it. System is Windows 7 Home Premium. Thank you.

    You may see if there are solutions in this old thread: http://forums.adobe.com/message/3063830
    Although that combination isn't supported, many people have made it work.
    Why would a job require Reader 8? All older files are compatible with newer versions. Or at least they should be.

  • Trouble installing mac OS X 10.8.3

    I am having trouble installing mac OS X 10.8.3. I am able to install up to 50% then it tells me close safari. Once I have done so and hit retry, it comes up with the same message even thought the program is closed. it will not let me install. What should I do?

    How to perform a "clean install" of Flash Player in Mac OS X
    Also:  http://support.apple.com/kb/dl1676

  • Having trouble installing Photoshop  Elements 13. [was: I wonder if somehow I might have went to Creative cloud because something crossed my screen, but I am not used to doing this so]

    I could really use Customer Service help. I received Photoshop Elements as a gift for Christmas...I waiting until i got a new laptop so that I could use that as i was having trouble with older computer. However, I am having trouble installing the software...I swear the dvd added the programs, and I saw them in files explorer i think, but then I cannot find or I was not even able to add the serial number to my knowledge, because it was blank...no keystrokes were shown...and i don't see the program anywhere...Could I have down something wrong and it is somewhere in the cloud?

    Thank you. That's what I first thought that I didn't need to do anything
    but install from the dvd drive. However after the agreement, it asks me to
    sign in at adobe. (Sorry, I'm a little tired of looking at this right
    now)...I'll try again tomorrow.
    There is no one that I see how to start using the program as I must sign
    in. However, I have never been able to get the number to your firm. Or get
    the correct number... I think I clicked on a learning tutorial or browsed
    Adobe's website to learn more, but got caught up in all the details.
    I never uninstalled virus protection to run it because I thought that it
    would ask. I'll try again tomorrow I am frustrated. Thank you for your
    patience. I appreciate it totally. It's really sad cause I really wanted to
    create. I have wanted this for a very long time and I can't believe how
    difficult this has been. It would be really nice to know what is really
    wrong. I must not be seeing something or I've done something.
    On Mon, Apr 6, 2015 at 10:08 PM, Ned Murphy <[email protected]>

Maybe you are looking for