[SOLVED] Trouble installing Xmonad and Xmonad-contrib

I am new to Arch Linux. After using awesome for a month I decided to shift to xmonad.I installed xmonad and xmonad-contrib from official arch repositories by using
pacman -S xmonad xmonad-contrib
and then installed GHC. I was able to start session using
exec xmonad
in my ~/.xsession file. I copied the default xmonad.hs template to my home.
cp /usr/share/xmonad-0.11/man/xmonad.hs ~/.xmonad/xmonad.hs
. However while recompiling I am getting this error -
xmonad.hs:14:18:
Could not find module `XMonad.StackSet'
Use -v to see a list of the files searched for.
So I checked the modules in my ghc
[mangat@Noahas_Arch ~]$ ghc-pkg list
/usr/lib/ghc-7.6.2/package.conf.d
Cabal-1.16.0
array-0.4.0.1
base-4.6.0.1
bin-package-db-0.0.0.0
binary-0.5.1.1
bytestring-0.10.0.2
containers-0.5.0.0
deepseq-1.3.0.1
directory-1.2.0.1
filepath-1.3.0.1
ghc-7.6.2
ghc-prim-0.3.0.0
haskell2010-1.1.1.0
haskell98-2.0.0.2
hoopl-3.9.0.0
hpc-0.6.0.0
integer-gmp-0.5.0.0
old-locale-1.0.0.5
old-time-1.1.0.1
pretty-1.1.1.0
process-1.1.0.2
rts-1.0
template-haskell-2.8.0.0
time-1.4.0.1
unix-2.6.0.1
I am now missing xmonad and xmonad-contrib modules, so I tried to reinstall it but I am now getting following error messages :-
[mangat@Noahas_Arch ~]$ su -c "pacman -Sv xmonad xmonad-contrib"
Password:
Root : /
Conf File : /etc/pacman.conf
DB Path : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/
Lock File : /var/lib/pacman/db.lck
Log File : /var/log/pacman.log
GPG Dir : /etc/pacman.d/gnupg/
Targets : xmonad xmonad-contrib
warning: xmonad-0.11-5 is up to date -- reinstalling
warning: xmonad-contrib-0.11-6 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Packages (2): xmonad-0.11-5 xmonad-contrib-0.11-6
Total Installed Size: 34.13 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] Y
(2/2) checking keys in keyring [###########################################################] 100%
(2/2) checking package integrity [###########################################################] 100%
(2/2) loading package files [###########################################################] 100%
(2/2) checking for file conflicts [###########################################################] 100%
(2/2) checking available disk space [###########################################################] 100%
ghc-pkg: cannot find package xmonad-0.11
error: command failed to execute correctly
(1/2) reinstalling xmonad [###########################################################] 100%
Reading package info from stdin ... done.
xmonad-0.11: Warning: haddock-interfaces: /usr/share/doc/xmonad-0.11/html/xmonad.haddock doesn't exist or isn't a file
xmonad-0.11: Warning: haddock-html: /usr/share/doc/xmonad-0.11/html doesn't exist or isn't a directory
xmonad-0.11: dependency "X11-1.6.1.1-1d285f3adf4105d51aa29a4bb5b0c634" doesn't exist (use --force to override)
xmonad-0.11: dependency "extensible-exceptions-0.1.1.4-757e1af929bd59fccfe8430149f55bc2" doesn't exist (use --force to override)
xmonad-0.11: dependency "mtl-2.1.2-36ff22533b21e2182d8d4647bfd2b3e7" doesn't exist (use --force to override)
xmonad-0.11: dependency "utf8-string-0.3.7-89a3d8cf53390a43809e108bcfba69ef" doesn't exist (use --force to override)
error: command failed to execute correctly
ghc-pkg: cannot find package xmonad-contrib-0.11
error: command failed to execute correctly
(2/2) reinstalling xmonad-contrib [###########################################################] 100%
Reading package info from stdin ... done.
xmonad-contrib-0.11: Warning: haddock-interfaces: /usr/share/doc/xmonad-contrib-0.11/html/xmonad-contrib.haddock doesn't exist or isn't a file
xmonad-contrib-0.11: Warning: haddock-html: /usr/share/doc/xmonad-contrib-0.11/html doesn't exist or isn't a directory
xmonad-contrib-0.11: dependency "X11-1.6.1.1-1d285f3adf4105d51aa29a4bb5b0c634" doesn't exist (use --force to override)
xmonad-contrib-0.11: dependency "X11-xft-0.3.1-af5f924091c4d4d0e7fd0f1ef1e3e1c5" doesn't exist (use --force to override)
xmonad-contrib-0.11: dependency "extensible-exceptions-0.1.1.4-757e1af929bd59fccfe8430149f55bc2" doesn't exist (use --force to override)
xmonad-contrib-0.11: dependency "mtl-2.1.2-36ff22533b21e2182d8d4647bfd2b3e7" doesn't exist (use --force to override)
xmonad-contrib-0.11: dependency "random-1.0.1.1-048316c239de82db6e182c94b6cf4e19" doesn't exist (use --force to override)
xmonad-contrib-0.11: dependency "utf8-string-0.3.7-89a3d8cf53390a43809e108bcfba69ef" doesn't exist (use --force to override)
xmonad-contrib-0.11: dependency "xmonad-0.11-b1caf0967c016228684d4fbe995fb8d7" doesn't exist (use --force to override)
error: command failed to execute correctly
Any Idea why pacman is unable to resolve the dependency. Are they availiable in AUR?
PS: I have just updated by installation and I am not using AUR right now.
Last edited by mangatmodi (2013-04-23 09:26:14)

@Raynman
My pacman.conf was really in a very bad shape at the time of installation of Xmonad. I think I must be careless to notice and removed dependency check.
When I compiled my xmonad.hs I found errors related to GHC. I was too surprised, however installed it further. Now since GHC was installed later, it missed some modules which were previously installed.
I tried reinstalling xmonad, xmonad-contrib before but there was no use. However recursively removing and installing, as suggested by you, seems to have fixed have problem. I am now getting following modules in GHC.
/usr/lib/ghc-7.6.2/package.conf.d
Cabal-1.16.0
X11-1.6.1.1
X11-xft-0.3.1
array-0.4.0.1
base-4.6.0.1
bin-package-db-0.0.0.0
binary-0.5.1.1
bytestring-0.10.0.2
containers-0.5.0.0
data-default-0.5.1
deepseq-1.3.0.1
directory-1.2.0.1
dlist-0.5
extensible-exceptions-0.1.1.4
filepath-1.3.0.1
ghc-7.6.2
ghc-prim-0.3.0.0
haskell2010-1.1.1.0
haskell98-2.0.0.2
hoopl-3.9.0.0
hpc-0.6.0.0
integer-gmp-0.5.0.0
mtl-2.1.2
old-locale-1.0.0.5
old-time-1.1.0.1
pretty-1.1.1.0
process-1.1.0.2
random-1.0.1.1
rts-1.0
template-haskell-2.8.0.0
time-1.4.0.1
transformers-0.3.0.0
unix-2.6.0.1
utf8-string-0.3.7
xmonad-0.11
xmonad-contrib-0.11
I will test my system and mark the thread solved. Thank you for the help

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)

  • [Solved] Trouble installing by running a .run file

    Hi all,
    I've had great success installing the Humble Frozenbyte package on my ubuntu partition but am using my Archlinux partition more. I've tried to install by:
    Method 1
    su
    /filelocation/filename.run
    Method 2
    sh /filelocation/filename.run
    Method 3
    sudo sh /filelocation/filename.run
    It is executable file under my account ownership. I get error message "cannot execute binary file" no matter how I do this. Can anyone shed some insight as to possible solutions?  I've scoured through searching for keywoards like "how to install .run" and also "cannot execute binary file" but after a few days of searching, there has been no enlightenment.
    Last edited by frank604 (2011-05-02 03:55:54)

    I am a fool!  I just solved this.  When trying to run just /filelocation/filename.run I got another error msg about missing dependency libglade, so I installed the lib32-libglade and all is good.  Sorry for wasting time here, marking as solved.

  • [Solved] Trouble with virtualbox and xorg-server-1.13

    So I'm trying out Arch through VirtualBox. Everything has been great so far and I've installed dwm and even customized it a bit already. The problem is that I'm stuck in 1024x768... which is brutal on a 16:9 monitor. Ive installed the virtualbox guest additions through pacman and setup the modules in /etc/modules-load.d/virtualbox.conf and now when I reboot into x it fails and im stuck in the normal tty console.
    Heres my xorg.conf.d config which is pretty basic
    Section "Monitor"
    Identifier "Monitor0"
    DisplaySize 409 251
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 24
    Modes "1024x768" "1440x900_75.00"
    EndSubSection
    EndSection
    My Xorg.log spits out this when I try to run X no screens found?
    Thanks for any help!
    Last edited by mihok (2012-11-15 13:38:29)

    Antoine wrote:
    I have Arch running in a Virtual Box VM (on a Mac Pro).
    I don't have an xorg.conf (or an xorg.conf.d/20-[driver-name].conf).
    Everything works just fine here -- the display is at 1680x1050
    Edit -- this is a 16/10  Benq 20" monitor. It's a few years old now
    $ xrandr
    Screen 0: minimum 64 x 64, current 1680 x 1050, maximum 32000 x 32000
    VBOX0 connected 1680x1050+0+0 0mm x 0mm
    1680x1050 60.0*+
    1600x1200 60.0
    1440x1050 60.0
    1280x960 60.0
    1024x768 60.0
    800x600 60.0
    640x480 60.0
    My /etc/modules-load.d/virtualbox.conf is just this:
    vboxguest
    vboxsf
    vboxvideo
    Try booting without your xorg.conf. Don't install the Vbox Guest Additons except through pacman. You have done "switch to fullscreen" from the host, right?
    Thanks! This seemed to do the trick!

  • Having trouble installing software AND restarting from OSX Install disks

    This may be a previously answered problem, but I couldn't find it in the forum.
    My recently-purchased MacBook has iPhoto v. 2.x on it, but this is really old -- the current version is 6 or so.
    I thought a newer version might be on my Install disks, but I can't seem to get past the screen that tells me to restart in order to install System X. When I do click it, it restarts back to my login screen, and then I need to relaunch the OSX installer, and the loop starts over.
    The obvious solution is to restart from the Install disk, however, I cannot start up from that disk; I hold down C while restarting, but I get a flashing folder-with-a-question-mark in it. Note the grey install disk is 10.2.4 and my computer is running 10.4.11 with upgrades. Is this the issue?
    Besides hoping one of you can help me 1) start from my Install disk and 2) find and install iPhoto, perhaps someone knows which version of iPhoto I will have, if any, on this disk (CD vers 1.0, 2Z691-4306-A).
    Vielen Dank!
    -A-

    Your question was answered unless we didn't understand it correctly. You are trying to boot an Intel Mac with "Note the grey install disk is 10.2.4." 10.2.4 cannot boot any Intel Mac. BDAqua addressed that in his reply. You have not responded to either his or my original reply.
    You're original question was about iPhoto. I replied that you can reinstall all originally pre-bundled software for your computer by running the Install Pre-Bundled Software installer contained on your OS X Installer Disc One that came with the computer. There's no need to boot from the installer disc in order to reinstall pre-bundled software.
    So, is there a part of your question that still needs addressing? Please let us know, and we will be glad to help if we can.

  • [SOLVED] Trouble installing Shaman

    I'm happy enough with the CLI pacman, I just thought shaman looked kinda cool and worth a try. I downloaded the archive from http://aur.archlinux.org/packages.php?ID=15422 and extracted it. I followed the instructions in the INSTALL file and ran "cmake .", followed by "make", which generates the following errors:
    [ 0%] Building CXX object src/CMakeFiles/shaman.dir/MainWindow.o
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'virtual void CreateItemsThread::run()':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:114: error: 'alpm_db_getpkgcache' was not declared in this scope
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'bool MainWindow::packageExists(const QString&)':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:2164: error: no matching function for call to 'QTreeWidget::findItems(const QString&, QIncompatibleFlag, int)'
    /usr/include/QtGui/qtreewidget.h:318: note: candidates are: QList<QTreeWidgetItem*> QTreeWidget::findItems(const QString&, Qt::MatchFlags, int) const
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'void MainWindow::removePackageFromView(const QString&)':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:2178: error: no matching function for call to 'QTreeWidget::findItems(const QString&, QIncompatibleFlag, int)'
    /usr/include/QtGui/qtreewidget.h:318: note: candidates are: QList<QTreeWidgetItem*> QTreeWidget::findItems(const QString&, Qt::MatchFlags, int) const
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp: In member function 'void MainWindow::doStreamPackages()':
    /home/danny/Downloads/shaman-1.0.9/src/MainWindow.cpp:2351: error: 'alpm_db_getpkgcache' was not declared in this scope
    make[2]: *** [src/CMakeFiles/shaman.dir/MainWindow.o] Error 1
    make[1]: *** [src/CMakeFiles/shaman.dir/all] Error 2
    make: *** [all] Error 2
    I tried googling some of the errors and only came up with one result that didn't seem to provide any solution...
    Last edited by DWilliams (2010-01-29 18:53:45)

    tlaloc wrote:shaman is now [community], you don't have use AUR.
    Ohhh that's what I get for following outdated guides I guess

  • [SOLVED]Trouble installing tiling WM

    Ok so iv read the wiki's iv read the board posts and iv googled but i still failed in installing wmii, openbox, and even gnome (i succeeded with xfce4). I thought i had enough skill to handle arch but it seems like i was dead wrong so really my question here today is where did you all accumulate your *nix skill? Iv been using Linux (ubuntu) for a good 2 years now, iv manuals about linux, and im comfortable with the cli but i dont think iv been reading the correct manuals because im not really understanding anything of whats going on when i was trying to configure everything to run properly. So if theres like some super-duper amazing website or book that helped you become "leet" with linux please just post it here. Also i really want to try out a tiling WM just because i love the concept of them and i like things to be small and quick (one of the reasons i left ubuntu) but i cant for the love of god install one correctly so maybe im missing a doc that i should be looking at or maybe i should just re-install arch and start from scratch and see if it was something with my install thats messing everything up for me. so to sum it all up: where can i get more *good* info about linux (arch to be specific) and/or tiling WM's and im sorry if i seem like a total noob (and i know i am) but im just trying to learn more and better myself
    Last edited by markbabc (2010-11-09 03:49:57)

    ngoonee wrote:
    Actually my reading of things is the OP knows how to search and read.
    And that's about it?
    About the only advise I can give you is to try and understand what you're reading. Don't fall into the trap of "let's copy this whole hunk of script, if it seems to do what I want then yay!". If you can't even install Gnome on Arch successfully, there's 2 possibilities:-
    1. You don't understand what you're doing.
    2. Your computer/system reveals some corner case bugs.
    1 can be fixed. 2 I'm afraid you'd have to live with (its less likely though if you've been using Ubuntu for 2 years...).
    I understand what im reading and always try to actually understand what im typing into a terminal before running whatever command. Also im sorry for the crappy OP it was 1:30 AM and i was almost asleep. I think im just going to re-install Arch and see if that helps, i have a feeling i messed up a config file somewhere.

  • [SOLVED] Problem with ghc and xmonad

    Hi !
    Just to give you the problem I encounter today when doing an upgrade (pacman -Syu) :
    Packages updates are : ghc-7.10.1-1 haskell-data-default-0.5.3-7  haskell-data-default-class-0.0.1-6 haskell-data-default-instances-base-0.0.1-8  haskell-data-default-instances-containers-0.0.1-6 haskell-data-default-instances-dlist-0.0.1-7  haskell-data-default-instances-old-locale-0.0.1-6  haskell-dlist-0.7.1.1-1 haskell-extensible-exceptions-0.1.1.4-9  haskell-mtl-2.2.1-2  haskell-old-locale-1.0.0.7-4  haskell-old-time-1.1.0.3-4 haskell-random-1.1-2  haskell-utf8-string-1-1  haskell-x11-1.6.1.2-3  haskell-x11-xft-0.3.1-13 xmonad-0.11.1-2  xmonad-contrib-0.11.4-2
    Simple packages concerned : ghc / haskell* / xmonad
    Errors are :
    ==> Unregistering cabalized packages...
    unregistering data-default-instances-base-0.0.1 would break the following packages: xmonad-contrib-0.11.3 X11-xft-0.3.1 xmonad-0.11 X11-1.6.1.2 data-default-0.5.3 (ignoring)
    ==> Done.
    update ghc
    ==> All cabalized packages need to be reinstalled now.
    ghc-pkg: cannot find package data-default-class-0.0.1
    Warning: Cannot read data-default/data-default.haddock:
    Interface file is of wrong version: data-default/data-default.haddock
    Skipping this interface.
    All haskell* packages with same errors as above.
    And for xmonad :
    ghc-pkg: cannot find package xmonad-0.11
    ghc-pkg: cannot find package xmonad-contrib-0.11.3
    xmonad-contrib-0.11.4: Warning: haddock-interfaces: /usr/share/doc/x86_64-linux-ghc-7.10.1/xmonad-contrib-0.11.4/html/xmonad-contrib.haddock doesn't exist or isn't a file
    Solution that worked for me :
    Uninstall all packages depending on ghc  (but not ghc):
    pacman -R haskell-data-default haskell-data-default-class haskell-data-default-instances-base haskell-data-default-instances-containers haskell-data-default-instances-dlist haskell-data-default-instances-old-locale haskell-dlist haskell-extensible-exceptions haskell-mtl haskell-old-locale haskell-old-time haskell-random haskell-utf8-string haskell-x11 haskell-x11-xft xmonad xmonad-contrib
    Re-installation of ghc :
    pacman -S ghc
    Installation of all packages :
    pacman -S haskell-data-default haskell-data-default-class haskell-data-default-instances-base haskell-data-default-instances-containers haskell-data-default-instances-dlist haskell-data-default-instances-old-locale haskell-dlist haskell-extensible-exceptions haskell-mtl haskell-old-locale haskell-old-time haskell-random haskell-utf8-string haskell-x11 haskell-x11-xft xmonad xmonad-contrib
    This time without any errors.
    Inspired by this topic explaining that all packages should be upgraded together.
    Maybe there is an easier solution, but I give my contribution .

    Yeah, just after those messages and without rebooting, I did an :
    xmonad --recompile
    And errors occurs (module not found for example).
    All xmonad packages depending on ghc were encountering the error : "command not executed" juste after the "cannot find package" while updating those packages.
    You're right, I tried to just launch again an installation (with pacman -S) of those packages but got same "warning" and error. Then I uninstalled and installed it like I said to not get any errors nor warnings.

  • [solved] Trouble installing android SDK and eclipse plugin

    Hi !
    Owner of an HTC hero, I would like to develop some apps for it. However, I have problems to install the android eclipse plugin on my archs (a 32 and a 64 bits) while it is working fine on my roommate's ubuntu...
    I'm following these instructions : http://developer.android.com/sdk/eclipse-adt.html
    At step 3, when I click OK in order to add the site, just nothing happens, the pop up stays displayed and I can still clic on the bottons, (but only "cancel" do something...) . I've tried to start eclipse from the console, but no output here
    Why do you think this happens ?
    I have also problem with the sdk tools :
    when I try to view the available packages il get :
    Failed to fetch URL https://dl-ssl.google.com/android/repos … sitory.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings.
    (even if I ask to use HTTP insted of HTTPS)
    Have you already got this problem?
    Thanks,
    Fredszaq (from France, escuse english mistakes...)
    Last edited by fredszaq (2009-12-02 21:20:13)

    found the solution ! it seems to be a GTK problem in fact...
    http://groups.google.com/group/android- … 63a8d07cd9
    https://bugzilla.gnome.org/show_bug.cgi?id=598734
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=290395
    the major tip was to resize the windows when notings seems to happen ant to "clik" on the buttons with the enter key ...

  • Trouble installing jar and jad files on E62

    hi i use a nokia E62 device and i am not able to install any jar or jad file on it. i am able to instal all sis and sisx applications without any trouble.it gives an error-unable to install when ever i try to install any jar file.
    please please urgent help required any sort of help would be apprecatd

    Hi can yo tell me how to get jar/jad.pls

  • Trouble installing InDesign and Illustrator on Windows 8

    Hi,
    I cannot install almost any of my previoulsy purchased Master Suite 5 Collection on my new Windows 8 computer. The programs installed fine on my old computer which had Vista.
    Here is the log that I am getting when trying to install InDesign but I am getting pretty much the same log with any other program other than Photoshop:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 2 error(s), 11 warning(s)
    WARNING: OS requirements not met for {92D4A929-78F1-4EC3-B626-08B3CF5B784F}
    WARNING: OS requirements not met for {B8D286BC-A68D-4E74-9F68-8756A49896D8}
    WARNING: OS requirements not met for {C0AA232E-BD1B-40B5-A176-A2BEB67FFAE1}
    WARNING: OS requirements not met for {CD29B5CA-4727-4114-9AD9-25CCCE6E4014}
    WARNING: OS requirements not met for {D3598CAC-AEB3-4234-A1E0-16F47D5F38CC}
    WARNING: OS requirements not met for {DE5DE662-2ECB-4D93-967B-221FBCC8A736}
    WARNING: OS requirements not met for {F319804F-E3A4-4C02-8AEC-CB39A4F6447E}
    WARNING: OS requirements not met for {F9766AC1-1461-1033-B862-DF8FE1C033BE}
    WARNING: OS requirements not met for {F9C71630-0EE3-475C-9E2B-ED95AE197DBD}
    WARNING: Display requirements not met for {FBB02B04-C034-4382-A3F6-57416E2752C4}
    WARNING: OS requirements not met for {FBB02B04-C034-4382-A3F6-57416E2752C4}
    ERROR: Found payload conflicts and errors:
    ERROR:  - Adobe Flash CS5 depends on Players For Adobe Flash Pro to be installed.
    FATAL ERROR: Conflicts were found in the selected payloads. Halting installation.
    Please instruct me on how I can resolve this issue.

    Uninstall Flash Player from the computer.
    follow :- http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    and then install your Master collection.

  • OfficeJet Pro 8500 A909a - trouble installing software and drivers

    I am trying to re-install my Software and Drivers for OfficeJet Pro 8500 A909a. My operating system is Windows 7. I get an error message every time. "Runtime Error! This application has requested the Runtime to termnated it in an unusual way. Please contact the application's support team for more information."

    I Am havig the same problen with windiws 7 home  premium It must be HP is the problem ahorsell

  • [PPC] Trouble installing HAL and Xorg

    Newbie to the "Arch" way of Linux, but not to Linux itself. I can compile from Source in my sleep. However, I'm very confused about what's going on.
    Installed the core of Archlinux on a G4 PPC tower with the 2009 iso, and am now looking to finish installing everything to get to a GUI Desktop Environment.
    Want to install xfrc4, but found that HAL and D Bus were not installed, so I ran this command:
    pacman -S hal dbus
    It pulled down both packages well enough. it installed dbus 100%, but apparently there is a problem with HAL. It's not only missing from /etc/rc.d/, it's never responded to "/etc/rc.d/hal start. I've added it to the DAEMONS section of rc.conf.
    Not sure where HAL went or if it ever was there even as a downloaded package. At the point of HAL's install when a list of directories runs down the screen, each one listed itself as already existing. pacman -S hal added a whole list of packages to be installed with it.
    Anyhow, I'm extremely new to the pacman system and really no idea even after reading the manpage what I might be doing wrong. Hope I've given enough information to help and haven't caused the level on confusion that I have about this.

    will look up another mirror.
    all was done as root

  • [SOLVED] Trouble Installing Flash

    I held off on posting anything about this because I was sure I missed something obvious, and I wanted to read everything before asking, but I have no idea how to get Flash to install.
    I used pacman -S flashplugin to get the flash plugin from the [multilib] repository, and that worked fine, but Flash still didn't work.
    Then I thought to myself, "Wait, I just installed the browser plugin, and not actually the Flash Player. Derp." (Right?) So then I tried to install the Flash plugin. Adobe's website is nigh incomprehensible but I found the Linux installer -- a .tar.gz, so I tried to install it with pacman -U. Then it told me that the package was corrupt and/or missing metadata. Redownloaded it a few times to make sure it wasn't a bum download or something.
    I tried the plugin in both Firefox and Chromium, but if I can get it to work in just Chromium I'd be happy (I only installed Firefox to test it).
    Last edited by PhoenixFyre (2011-08-16 21:55:09)

    The problem (which I somehow managed to miss) was that when trying to install flashplugin, it told me that glibc was not up to date, but flashplugin installed anyway. Glibc couldn't update on its own because its dependency (linux-api-headers) was marked out of date just 6 days ago, without a new version being posted outside of [testing]. So I had to manually upgrade linux-api-headers, then upgrade glibc, then install flashplugin.
    Just tested the flashplugin, and it works.

  • [SOLVED] Trouble installing on SSD with GPT partitioning

    Hi there!
    I'm trying to install Arch on my brandnew SSD. As per the wiki, I've set the SSD up to use GPT partitioning. I've created a first 1MB partition of type BIOS boot partition, and in the mobo's BIOS I've set the SATA controllers to AHCI mode. I've manually created an ext4 filesystem on the 2nd partition before running arch's installer. In the installer, I chose not to install a boot loader, cause this is said to install GRUB, while GPT partitioning requires GRUB2. So, after installation, I've chrooted into the installation, cause there doesn't seem to be any other way to get GRUB2 installed. I've pacman -Sy'd grub2 and left the chroot. I've tried to run
    grub-install --recheck --no-floppy --root-directory=/mnt /dev/sda
    , but got
    Probing devices to guess BIOS drives. This may take some time.
    The file /mnt/boot/grub/stage1 not read correctly
    What's the matter? How am I supposed to get a working boot loader onto my new SSD?
    Best wishes,
    Rufus
    Last edited by RufusD (2010-12-19 17:07:21)

    Check whether grub-install belongs to grub package or grub2 package. Try to install these updated grub2 packages from here
    http://dl.dropbox.com/u/9710721/skodabe … pkg.tar.xz - for x86_64
    http://dl.dropbox.com/u/9710721/skodabe … pkg.tar.xz - for i686 
    http://dl.dropbox.com/u/9710721/skodabe … pkg.tar.xz - any arch
    and then follow the post_install instructions from grub2-bios package.
    You might have to 'bind' mount /dev into your <chroot>/dev though or install the above packages and install grub2 from outside the chroot.
    Last edited by skodabenz (2010-12-13 13:32:51)

Maybe you are looking for