TVAM / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

IE7 will not install #377

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. winetricks ie7
2.
3.

What is the expected output? What do you see instead?

Expect IE 7 to install. Get error window saying "Unable to find a volume for 
file extraction. Please verify you have proper permissions.

What version of the product are you using? On what operating system?

wine: 1.4.1
winetricks: 20130919

Please provide any additional information below.

The error does not indicate what directory it is trying to use but permissions 
are properly set for .wine as well as everything else in the user's home 
directory. I suspect the error is misleading and there is bug in winetricks.

Original issue reported on code.google.com by wtriker....@gmail.com on 4 Nov 2013 at 7:30

GoogleCodeExporter commented 8 years ago
OS: RHEL 6

Original comment by wtriker....@gmail.com on 4 Nov 2013 at 7:32

GoogleCodeExporter commented 8 years ago
How about updating your wine?

Original comment by litimetal on 5 Nov 2013 at 1:18

GoogleCodeExporter commented 8 years ago
Thanks for the reply. That is the latest available in the EPEL repository. 
Which repository has a later version?

Original comment by wtriker....@gmail.com on 5 Nov 2013 at 1:48

GoogleCodeExporter commented 8 years ago
I suggest to compile wine yourself.
It's not difficult, I promise.
Or you can go to winehq.org to find a new .rpm package

Original comment by litimetal on 5 Nov 2013 at 5:00

GoogleCodeExporter commented 8 years ago
Thanks for the reply again. I'll give that a try. There is no rpm for RHEL 6 
that I can find later than 1.4.1. I did find the source for 1.5.22 so I hope 
that is the latest.

Original comment by wtriker....@gmail.com on 5 Nov 2013 at 6:39

GoogleCodeExporter commented 8 years ago
This turns out to be an Obama promise. :)

I cannot get through the 'configure' script. It tells me I need the 32-bit 
Xlib/Xfree86 development package. Frustrating searches have turned up nothing 
that provides it which I haven't already installed. Why oh why can't I just get 
IE7 in version 1.4.1?

Original comment by wtriker....@gmail.com on 5 Nov 2013 at 7:26

GoogleCodeExporter commented 8 years ago
Ixnay on the olitics-pay.

See http://wiki.winehq.org/WineOn64bit for notes on how to build wine
from source on a 64 bit machine.

Original comment by daniel.r...@gmail.com on 5 Nov 2013 at 7:29

GoogleCodeExporter commented 8 years ago
I guess we are getting pretty far off the beaten path for bug reporting. Is 
there an active forum for these things? The ones I tried don't seem to get any 
timely replies.

In any case that is what I was using but that is an incomplete list of 
dependencies. I think I may have found part of the problem. I rebuilt the rpm 
database and gotten past the Xlib error but now I have a ton of other missing 
dependency warnings. I don't know which ones I really need but I'll try to 
resolve them.

Original comment by wtriker....@gmail.com on 5 Nov 2013 at 8:12

GoogleCodeExporter commented 8 years ago
Arrggghhhhh! After all that agony installing wine 1.5.22, I'm still getting the 
same error trying to install ie7.

Original comment by wtriker....@gmail.com on 6 Nov 2013 at 1:20

GoogleCodeExporter commented 8 years ago
If this is really not a winetricks bug (which I am thinking more strongly that 
it is) then it must be caused my missing dependencies. Here is a list of those 
that I cannot find anywhere:

configure: XShm 32-bit development files not found, X Shared Memory won't be 
supported.
configure: XShape 32-bit development files not found, XShape won't be supported.
configure: libxrandr 32-bit development files not found, XRandr won't be 
supported.
configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: libhal 32-bit development files not found, no legacy dynamic device 
support.
configure: libgnutls 32-bit development files not found, no schannel support.
configure: libgphoto2 32-bit development files not found, digital cameras won't 
be supported.
configure: libz 32-bit development files not found, data compression won't be 
supported.
configure: gstreamer-0.10 base plugins 32-bit development files not found, 
gstreamer support disabled
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be 
supported.
configure: fontconfig 32-bit development files not found, fontconfig won't be 
supported.
configure: libtiff 32-bit development files not found, TIFF won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec 
won't be supported.
configure: WARNING: libxrender 32-bit development files not found, XRender 
won't be supported.
configure: WARNING: libxml2 32-bit development files not found (or too old), 
XML won't be supported.
configure: WARNING: libxslt 32-bit development files not found, xslt won't be 
supported.
configure: WARNING: OpenSSL 32-bit development files not found, SSL won't be 
supported.
configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be 
supported.
configure: WARNING: libpng 32-bit development files not found, PNG won't be 
supported.

Can someone please help me get these resolved? Thanks.

Original comment by wtriker....@gmail.com on 6 Nov 2013 at 3:40

GoogleCodeExporter commented 8 years ago
Works fine here with wine-1.4.1 and 64-bit fedora.

You could try https://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh, 
and change the CentOS stuff to RHEL as appropriate.

Original comment by austinenglish@gmail.com on 6 Nov 2013 at 4:53

GoogleCodeExporter commented 8 years ago
Does IE7 install? That was what started this whole thing and I was advised to 
use a later version.

Original comment by wtriker....@gmail.com on 6 Nov 2013 at 5:31

GoogleCodeExporter commented 8 years ago
Yes. Log is attached, for reference.

Original comment by austinenglish@gmail.com on 6 Nov 2013 at 6:39

Attachments:

GoogleCodeExporter commented 8 years ago
I'm scratching my head over this. I am starting fresh with a clean install of 
RHEL 6. Thanks.

Original comment by wtriker....@gmail.com on 6 Nov 2013 at 7:49

GoogleCodeExporter commented 8 years ago
Likely that wine build is broken in some way.

I'd try installing the i686 packages that are listed in the centos section of 
the install-wine-deps.sh script, then compiling wine.

BTW, https://forum.winehq.org is your best bet for wine user support.

Original comment by austinenglish@gmail.com on 6 Nov 2013 at 8:37