- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- user vincent does not exist - using root
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 06:48 AM
05-13-2005 06:48 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 02:44 PM
05-13-2005 02:44 PM
Re: user vincent does not exist - using root
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 08:37 PM
05-13-2005 08:37 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 04:35 PM
05-18-2005 04:35 PM
Re: user vincent does not exist - using root
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 04:41 PM
05-18-2005 04:41 PM
Re: user vincent does not exist - using root
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 ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 05:19 AM
05-19-2005 05:19 AM
Re: user vincent does not exist - using root
now i m sure u find the attachement ;)
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 10:49 AM
05-19-2005 10:49 AM
Solution*** 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2005 05:05 PM
05-22-2005 05:05 PM
Re: user vincent does not exist - using root
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