Re: CVS Problem

2005-08-27 Thread Benjamin Cutler
Andrew Neil Ramage wrote:

> After downloading the new CVS, I hit the following problem after
> running './configure':
>
> config.status: error: cannot find input file: dlls/mciavi32/Makefile.in
> [EMAIL PROTECTED]:~/Download/Software/wine> make
> make[1]: Entering directory `/home/andrew/Download/Software/wine/libs'
> Makefile is older than ../configure, please rerun ../configure
> make[1]: *** [Makefile] Error 1
> make[1]: Leaving directory `/home/andrew/Download/Software/wine/libs'
> make: *** [libs] Error 2
> [EMAIL PROTECTED]:~/Download/Software/wine>
>
> Anyone know what is wrong ?

Did you try:

cvs update -d

It sounds like you're missing a (relatively) new directory, and the
configure script is choking because a simple 'cvs update' doesn't
download new directories. That's what -d is for. If that doesn't work,
you may also want to try 'cvs update -dAP'.



Re: CVS Problem

2005-08-27 Thread Pavel Troller
> On 8/27/05, Andrew Neil Ramage <[EMAIL PROTECTED]> wrote:
> > Further to the below, I noticed the following message when downloading CVS.
> > 
> > cvs update: Updating wine/windows/ttydrv
> > cvs update: Updating wine/windows/x11drv
> > Unknown host cvs.kde.org.
wine update from cvs.kde.org ??? Strange. But cvs.kde.org surely doesn't exist,
because KDE moved to SVN, updating often from them, too.
> > 
> > >
> > > Anyone know what is wrong ?
> > > --
> 
> I just did a CVS update and it works fine here.
Here too.
> 
> Tom
> 
Regards, Pavel.



Re: CVS Problem

2005-08-27 Thread Tom Wickline
On 8/27/05, Andrew Neil Ramage <[EMAIL PROTECTED]> wrote:
> Further to the below, I noticed the following message when downloading CVS.
> 
> cvs update: Updating wine/windows/ttydrv
> cvs update: Updating wine/windows/x11drv
> Unknown host cvs.kde.org.
> 
> >
> > Anyone know what is wrong ?
> > --

I just did a CVS update and it works fine here.

Tom




Re: CVS Problem

2005-08-27 Thread Andrew Neil Ramage
Further to the below, I noticed the following message when downloading CVS.

cvs update: Updating wine/windows/ttydrv
cvs update: Updating wine/windows/x11drv
Unknown host cvs.kde.org.

Andrew

> After downloading the new CVS, I hit the following problem after running
> './configure':
>
> config.status: error: cannot find input file: dlls/mciavi32/Makefile.in
> [EMAIL PROTECTED]:~/Download/Software/wine> make
> make[1]: Entering directory `/home/andrew/Download/Software/wine/libs'
> Makefile is older than ../configure, please rerun ../configure
> make[1]: *** [Makefile] Error 1
> make[1]: Leaving directory `/home/andrew/Download/Software/wine/libs'
> make: *** [libs] Error 2
> [EMAIL PROTECTED]:~/Download/Software/wine>
>
> Anyone know what is wrong ?
> --
>
> Andrew
>
> You can be the captain
> I will draw the chart
> Sailing into destiny
> Closer to the heart
>
> Closer to the Heart by Rush (A Farewell to Kings, 1977)
>
> ~
>
>
>





CVS Problem

2005-08-27 Thread Andrew Neil Ramage
After downloading the new CVS, I hit the following problem after running 
'./configure':


config.status: error: cannot find input file: dlls/mciavi32/Makefile.in
[EMAIL PROTECTED]:~/Download/Software/wine> make
make[1]: Entering directory `/home/andrew/Download/Software/wine/libs'
Makefile is older than ../configure, please rerun ../configure
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/andrew/Download/Software/wine/libs'
make: *** [libs] Error 2
[EMAIL PROTECTED]:~/Download/Software/wine>

Anyone know what is wrong ?
--

Andrew

You can be the captain
I will draw the chart
Sailing into destiny
Closer to the heart

Closer to the Heart by Rush (A Farewell to Kings, 1977)

~



CVS problem: stale lock?

2004-01-15 Thread Sami Aario
Hi all,

I'm getting this message over and over while attempting an update from the
wine cvs repository: "cvs server: [13:31:41] waiting for wineowner's lock
in /home/wine/wine" I'm guessing a CVS process has died and left a stale
lock in the repository. Could someone check it out?