Operating System - Linux
1828427 Members
3680 Online
109977 Solutions
New Discussion

Re: user vincent does not exist - using root

 
SOLVED
Go to solution
Maaz
Valued Contributor

user vincent does not exist - using root

OS: rhel 3.0
plz help. plz help me install wine


#rpmbuild --rebuild wine-20050419-1wbel3winehq.src.rpm
.
.
.
.
make[2]: *** No rule to make target `../../dlls/ddraw/tests/ddraw_test.exe.so',
needed by `ddraw_test.exe.so'. Stop.
make[2]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/programs/winetest'
make[1]: *** [winetest] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/wine-20050419/programs'
make: *** [programs] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.4059 (%build)


RPM build errors:
user vincent does not exist - using root
group vincent does not exist - using root
user vincent does not exist - using root
group vincent does not exist - using root
Bad exit status from /var/tmp/rpm-tmp.4059 (%build)

plz help me install wine
Regards
Maaz
7 REPLIES 7
Stuart Browne
Honored Contributor

Re: user vincent does not exist - using root

It's the 'make:' errors of which are causing the failures.

The vincent stuff can be ignored.

Can you show us a bit more of the compilation (possibly 'rpmbuild --rebuild ... > out.file 2>&1' and attach that), and where you got the src rpm from.
One long-haired git at your service...
Gopi Sekar
Honored Contributor

Re: user vincent does not exist - using root


Looks to be compiling wine modules has failed.

May be you have not installed some of the required libraries for wine. check the required libraries list and install them if required.

Also, check the winehq website to find out is there any binaries available for your version of redhat. so that you dont have to rebuild your rpm

Gopi
Never Never Never Giveup
Maaz
Valued Contributor

Re: user vincent does not exist - using root

Dear Stuart Browne and Gopi Sekar, many thanks for the help. and i m really very sory for repling late.
Stuart I attached the out.txt file, as per your instruction. And i have download the src rpm from winehq.
Stuart if u can plz point the diff b/w the two
1) rpmbuild --rebuild ... > out.file 2>&1
2) rpmbuild --rebuild ... > out.file
i just didnt understand this '2>&1' thing.

Gopi, yes I have sucesfuly installed binary version... without any prblm. And indeed there is something wrong with 'make'.

Regards
Maaz
Stuart Browne
Honored Contributor

Re: user vincent does not exist - using root

> out.file 2>&1

says send STDOUT to 'out.file', and send STDERR to the same place as STDOUT. This means that all the compilation messages will go to 'out.file'.

And, umm, you forgot to attach it ;)
One long-haired git at your service...
Maaz
Valued Contributor

Re: user vincent does not exist - using root

sory again Stuart..
now i m sure u find the attachement ;)

Regards
Maaz
Stuart Browne
Honored Contributor
Solution

Re: user vincent does not exist - using root

Just after the 'configure' part of that log (about 790 lines), there's this:

*** Warning: X development files not found. Wine will be built without
*** X support, which currently does not work, and would probably not be
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 at the very least.

This is the kicker.

You need to install the XFree86-devel rpm is installed.
One long-haired git at your service...
Maaz
Valued Contributor

Re: user vincent does not exist - using root

Dear Stuart I m highly thankful to u for such a continous support ;).
Yes XFree86-devel was required.. and after installing XFree86-devel, I have succesfully make the binary rpm from the src.rpm.

But Dear.. the attachement file consist about 5k lines... how did u check/inspect the file ? the actuall problem indicator was on about after 790 lines ... I wana know is there any method u used to inspect the log file(s) ? bcause its almost imposible to simply go through the whole file to find the "culprit" ... I m sure u wont mind on my this silly question.

Regards
Maaz