Wine menue entry missing after source installation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Heinrich
Level 2
Level 2
Posts: 23
Joined: Fri Apr 25, 2008 1:16 pm

Wine menue entry missing after source installation

Post by Heinrich »

Hi,

because wine 1.0 rc3 isn't available via yum (I'm using Fedora 9 btw.) I've installed it via Source-Code. In this case I downloaded it, run ./configure --verbose, followed by make depend, make and make install.
It's installed and seems to run, but there is no entry in Applications.

Have I forgotten to install something for that?

best regarts
Heinrich
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine menue entry missing after source installation

Post by vitamin »

Heinrich wrote:Hi,

because wine 1.0 rc3 isn't available via yum (I'm using Fedora 9 btw.) I've installed it via Source-Code. In this case I downloaded it, run ./configure --verbose, followed by make depend, make and make install.
It's installed and seems to run, but there is no entry in Applications.

Have I forgotten to install something for that?
No that's correct. It's up to distro packagers to add Wine entries into menu. Wine creates entries for installed win apps only. Not the Wine itself.
Heinrich
Level 2
Level 2
Posts: 23
Joined: Fri Apr 25, 2008 1:16 pm

Post by Heinrich »

Ok, but now something different. Because wine start's to freeze anytime I run it, I've tried to reinstall it with make uninstall and then ./tools/wineinstall.
But then it says that the installation was unsuccesfull and aborts.
Here the code:

Code: Select all

{standard input}: Assembler messages:
{standard input}:7412: Warning: end of file not at end of a line; newline inserted
{standard input}:7745: Error: unknown pseudo-op: `.l'
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[2]: *** [menu.o] Error 1
make[2]: Leaving directory `/home/Dr_Doom/wine-1.0-rc3/dlls/user32/tests'
make[1]: *** [user32/tests] Error 2
make[1]: Leaving directory `/home/Dr_Doom/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2
[/code]
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Heinrich wrote:gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
File bug with Redhat. To fix run 'ulimit -s unlimited' and continue compiling Wine.
Heinrich
Level 2
Level 2
Posts: 23
Joined: Fri Apr 25, 2008 1:16 pm

Post by Heinrich »

As I see, is wine 1.0 rc3 now available via yum. Is there some advantage if I install it via Source anyway?

edit: rc4 is out now, should I install it via Source? Sry if my questions are stupid, I use Linux since half a year.
Last edited by Heinrich on Sat Jun 07, 2008 2:17 pm, edited 1 time in total.
Heinrich
Level 2
Level 2
Posts: 23
Joined: Fri Apr 25, 2008 1:16 pm

Post by Heinrich »

I now installed wine 1.0 rc4 via source using ./tools/wineinstall and ulimit -s unlimited as suggested from vitamin. The installation-routine worked very well but Linux still freezes after a 10 minutes or so.
I think it could be an problem with wine, because if wine isn't started this is not happening. It also could be an problem of Fedora 9 with wine.
I´ve recognized it the first time, when I tried to install Office 2000. Then it happens everytime something from wine is active (like regedit or winecfg).

Thx for every hint.

Heinrich
Last edited by Heinrich on Sun Jun 08, 2008 6:31 am, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Heinrich wrote:I now installed wine 1.0 rc4 via source using ./tools/wineinstall and ulimit -s unlimited as suggested from vitamin. The installation-routine worked very well but Linux still freezes after a 10 minutes or so.
I think it could be an problem with wine, because if wine isn't started this is not happening. It also could be an problem of Fedora 9 with wine.
I´ve recognized it the first time, when I tried to install Office 2000. Then it happens everytime something from wine is active (like regedit or winecfg).

Thx for every hint.

Heinrich[/i]
This is not Wine's problem: https://bugzilla.redhat.com/show_bug.cgi?id=443552
Last edited by vitamin on Sun Jun 08, 2008 12:39 pm, edited 1 time in total.
Heinrich
Level 2
Level 2
Posts: 23
Joined: Fri Apr 25, 2008 1:16 pm

Post by Heinrich »

Is there an chanche, that this problem will be solved soon? Otherwise I will switch back to Fedora 8.

regarts

Heinrich
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Heinrich wrote:Is there an chanche, that this problem will be solved soon? Otherwise I will switch back to Fedora 8.

regarts

Heinrich
Why are you asking here? Ask Redhat. There is nothing to fix in Wine.
fabian büttner

Wine menue entry missing after source installation

Post by fabian büttner »

On Sun, 2008-06-08 at 06:26 -0500, Heinrich wrote:
Is there an chanche, that this problem will be solved soon? Otherwise I will switch back to Fedora 8.

regarts

Heinrich



I have wine menu entries under Fedora 9.
Heinrich
Level 2
Level 2
Posts: 23
Joined: Fri Apr 25, 2008 1:16 pm

Post by Heinrich »

Weird, it's now even freezing under Fedora 8. I`m going to ask in the fedoraforum.
Locked