If anyone has these downloaded, or if anyone wants to download them, could you please verify if these are the sha25sums of the files?
sha256sums: http://pastebin.com/zhrjttJc
These were downloaded from: https://www.microsoft.com/en-us/download/details.aspx?id=11575
I've been having trouble extracting them:
$ unrar Windows_Vista_IE7.part06.rar
unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers
Extracting from /home/yano/.ievms/vhd/IE7/Windows_Vista_IE7.part06.rar
Extracting Windows Vista.vhd Failed
Extracting Windows Vista.vmc Failed
2 Failed
and:
$ unrar Windows_Vista_IE7.part01.exe
unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers
Extracting from /home/yano/.ievms/vhd/IE7/Windows_Vista_IE7.part01.exe
unknown archive type, only plain RAR 2.0 supported(normal and solid archives), SFX and Volumes are NOT supported!
All OK
I've been following instructions based on the project ievms over at Github: https://github.com/xdissent/ievms
I've also gone through their issue list for the error messages and they said it was the download links were bad and this was months ago. I'm starting to think my downloads are corrupted, even though I've downloaded these twice already. Any ideas?
I had a similar problem using unrar-free. remove and install unrar ("UNRAR 4.00 beta 3 freeware" worked for me on Ubuntu 12.04).
Related
The Graphviz download page has to links, one for a .msi file and another for a .zip
when running the .msi, it looks that it's for 32 bits, since the default directory installation is "Program Files (x86)", which is where the 32-bit installations go.
There are no instructions on what to do with the .zip
Has anyone installed the 64-bit version of Graphviz? Is there an installation script that installs the executables? If so, where can I find it?
(I hope it exists, because I can't compile source code in my machine.)
Many thanks in advance,
Alex
A litte late, but in case someone needs an answer : By now, there seems to be no official 64bit support by graphviz.
I found a discussion on github about graphviz for python where you can find a link to a github repository, that leading to an adapted graphviz solution for Visual Studio with 64bit support.
In another discussion on github a link to an AppVeyor project is provided, which also includes a 64bit configuration. Unfortunately this one seems to be abandoned.
I have the latest Haskell Platform (8.0.2) and it appears that the forced update of Windows10 (1703) has broken GHC. There is a ticket (#13411) about this, and it seems like I need to replace the gcc.exe file in my build.
Where do I find the appropriate gcc.exe file and where do I put it (assuming standard installation of the Haskell Platform)?
GCC should be in mingw\bin in your installation directory, e.g.
C:\Program Files\Haskell Platform\8.0.2\mingw\bin\gcc.exe
The appropriate binary can be found in your linked repository. The one meant for GHC 8.0.X should suite you fine. Be sure to use the x64 one if you've installed the 64bit variant of the platform, and x86 otherwise.
As of 20 April 2017 1700 UTC this seems like the process:
Download the version of GHC 8.0.2 with the Windows 10 patch (As described here.).
Open the archive file. Windows 10's native archive browser does not understand the .tar.xz format so you will need something like 7-Zip to open it.
Find the "gcc.exe" file under \ghc-8.0.2\mingw\bin\ and copy it over the file in C:\Program Files\Haskell Platform\8.0.2\mingw\bin\.
I have _Oracle 1.8.0_77_ installed on my Linux workstation and jfxrt.jar is missing. And I have already looked in jre/lib and jre/lib/ext. Do I have to now install the JavaFX SDK in order to get this capability? Or other ideas?
That's weird, you may have a corrupted installation or have not installed the Java version you thought you did.
Go to Oracle's JJava SE Development Kit 8 Downloads page.
Download the latest linux version from there (currently it is jdk-8u91-linux-x64.tar.gz).
When you extract the tar file you downloaded, you will find jfxrt.jar in the jre/lib/ext directory.
I want to install Linux Tails. I already added ppa:tails-team/tails-installer to my sources, but when my Ubuntu Software Center tries to download the repository information, I get this error:
W:Failed to fetch
http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-amd64/Packages
404 Not Found , W:Failed to fetch
http://ppa.launchpad.net/tails-team/tails-installer/ubuntu/dists/trusty/main/binary-i386/Packages
404 Not Found , E:Some index files failed to download. They have been
ignored, or old ones used instead.
I am using ubuntu 14.04 LTS.
If you follow the link up to tails-installer/ubuntu/dists/ you can see that "trusty" is missing.
Any idea on what to do? Should I just wait?
I just got an answer from the Tails support team saying that you will need to download the Tails installer packages from ubuntu 15.10, although I was using ubuntu 14.04.
Works now.
I asked this on Haskell-cafe, and the only answer I got was -- try stackoverflow, it is more closely watched.
When I try to install the latest Haskell Platform, the installation always fails.
I've tried this several times over several days. Here is todays situation:
Package downloaded from Haskell Wiki: http://lambda.galois.com/hp-tmp/2011.2.0.1/Haskell%20Platform%202011.2.0.1-i386.pkg, http://hackage.haskell.org/platform/mac.html
My system: OS X 10.6.8 (was 10.6.7 the first time I had this problem), 2.4 GHz Intel Core 2 Duo. According to df -H I have 221G of free disk.
I have Xcode 3.2.5.
After downloading, I go through the installation steps, and right at the end it says "Installation failed, contact the software developer" or words to that effect.
Is this a known problem? Any Comments or suggestions?
NEW TRY on 7-1:
I was very puzzled by references to "NeoOffice" in previous log messages before (see my comment below). I completely removed NeoOffice from my machine and ran the Haskell Platform installation again. Now the console system log says:
--
Jul 1 11:06:43 jrv installd[1489]: Starting
Jul 1 11:06:43 jrv installd[1489]: uid=0, euid=0
Jul 1 11:06:43 jrv installd[1489]: PackageKit: * Missing bundle identifier: /Library/Receipts/Print Selection Service.pkg
Jul 1 11:07:41 jrv Installer[1472]: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
If so, I'm surprised no one else has seen this problem.
New Edit July 2:
The problems with Library/Receipts/Print Selection Service and others were red herrings, due to the installer finding broken installations, but eliminating these had no effect on the final outcome. Maybe this is something new in 10.6.8?
After eliminating those, I unpacked both the current Haskell Platform and the previous one, and have tried comparing them, but to no real avail. Running diff on the Distribution file of both yields that previous one has a "choice4" while current has a "choice14", but with my meager knowledge of os x packages I don't see that that makes a difference.
I ran installer in verbose mode from the command line, and now get:
sudo installer -verbose -pkg Haskell\ Platform\ 2011-2.2.0.1-i386.pkg -target /
installer: Package name is Haskell Platform
installer: Upgrading at base path /
installer: Preparing for installation….....
installer: Preparing the disk….....
installer: Preparing Haskell Platform….....
installer: Waiting for other installations to complete….....
installer: Configuring the installation….....
installer:
installer: Writing files…..... (lots of writing files, then )
installer: Moving items into place….....(lots of these)
installer: Running package scripts…..... (lots of these, too, and finally:)
installer: Running package scripts….....
##
installer: The upgrade failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)
I.e., no real additional information.
I'm out of ideas, but at least I've eliminated a couple of broken apps from my machine :-)
Thanks for all the comments so far.
JRV
I think this is as close as I can come to an answer. I have to infer that something in my installation of HaskellPlatform had gotten messed up, which caused the installation to fail.
When the installation failed the first time (for whatever reason) it installed some of the elements of the platform, but did not make it completely usable.
Finally, I removed all traces (as far as I could tell) of HakellPlatform, cabal and GHC from my computer. After this, I re-downloaded the HP, and reinstalled successfully.
So far the new installation _did_not_fail_, and is working OK.
Thanks to all who commented. I learned a lot.