http://bugs.winehq.org/show_bug.cgi?id=3027
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-01-06 15:18 -------
cd dlls
rm *.def
cd ..
make
this is a onetime occurence due tochanged buildsystem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3025
------- Additional Comments From dclark(a)akamail.com 2005-01-06 14:10 -------
I believe I saw a patch for something like this checked into Wine within the
past couple of weeks. Perhaps try with the current version of Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-01-06 13:25 -------
I think that the step you missed was that you need to "cd" into your top level
Wine directory. Once you are there, the CVS commands will figure out that you
want to operate on that CVS tree. Specifically for your questions:
> where do I define my wine repository
Your "repository" is the Wine tree you already downloaded via CVS.
> where do I define the cvs server
This was defined in ~/.cvspass. Once you cd into the Wine directory, CVS will
know the correct server to use.
> why does the 'cvs login' command tells me this
You don't need to do a cvs login. The ~/.cvspass does this for you. Once you cd
into the Wine tree, you can just execute the cvs update commands.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-01-06 12:16 -------
about using cvs: I know this bugs you a lot, this time I will ask you specific
help about this issue, I need to know:
where do I define my wine repository (directory to download the wine tree)and how
where do I define the cvs server (from where I must download) and how
why does the 'cvs login' command tells me this:
cvs login: can only use `login' command with the 'pserver' method
cvs [login aborted]: CVSROOT: /home/chimi/wine
which directory must I define to do the updates, is "export CVSROOT=~/wine" (for
example) right or wrong?
I ask you all this since I got confused, I got to download the cvs wine tree
once, but afterwards with the same configuration, (sugested by one of you guys,
that worked and was creating the files .cvspass and .cvsrc , .cvspass with this
single line: :pserver:cvs@cvs.winehq.org:2401/home/wine Ah<Z and .cvsrc with
this three lines: cvs -z 3 update -PAd diff -up) it doesn't log in the
server, nor download or anything you would like to do...
So, I ask you to help me once again in this
Regards, Fernando
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-01-06 10:26 -------
Take a look at the document already mentioned:
http://www.winehq.org/site/docs/wine-devel/x1316
The method is time consuming. It helps to have a reasonably fast internet
connection and even faster computer. I notice the page above doesn't mention
that it is probably most efficient to use a "binary" search method.
Since apparently the 20050111 version is ok and the 20050419 version is broken,
pick a day midway between those two, and do a CVS update:
cvs update -D "2005-02-27 CDT"
Compile that and see whether it is broken. If it is, pick a day midway between
then and 20050111. If not, pick a day midway between that and 20050419. You
should be able to narrow it down to a particular day fairly quickly. CVS can go
both backwards and forwards in time, usually without problems ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3024
Summary: Java won't install
Product: Wine
Version: 20050419
Platform: PC
URL: http://thomas.ahle.dk/Install-Failed.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)ahle.dk
When I try to install jre 1.5 from http://www.java.com/en/download/manual.jsp it
gives me
$ wine jre-1_5_0_02-windows-i586-p.exe
fixme:msi:MsiGetProductInfoW L"{3248F0A8-6813-11D6-A77B-00B0D0150020}"
L"PackageCode" 0x77e30140 0x6732dc2c
fixme:msi:MsiInstallProductW L"C:\\J2SE Runtime Environment 5.0 Update 2.msi" L"
SETUPEXEDIR=H:\\downloads"
err:msi:get_tablecolumns Couldn't find id for L"ISSetupFile"
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for RegLocator (key path
L"HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0")
err:msi:ACTION_ProcessUISequence Execution halted due to error (1627)
fixme:msi:ACTION_PerformUIAction UNHANDLED MSI ACTION L"SetupCompleteError"
and shows en dialogbox: This machine does not have the recommended amount of
memory to install this product.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.