public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Building from CVS - setup.exec version empty.
@ 2000-08-08  2:20 Andrej Borsenkow
  2000-08-08  7:52 ` DJ Delorie
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 2000-08-08  2:20 UTC (permalink / raw)
  To: Cygwin

Buidling from today's CVS update gives me:

grep '^\$Revision.*' /usr/src/cygwin/src/winsup/cinstall/ChangeLog \
| sed -e 's/\$Revision: /char *version = \"/' \
  -e 's/ *$.*/\";/' \
> version.tmp
mv version.tmp version.c
gcc -L/usr/build/cygwin/i686-pc-cygwin/winsup -L/usr/build/cygwin/i686-pc-cygw
in
/winsup/cygwin -L/usr/build/cygwin/i686-pc-cygwin/winsup/w32api/lib -isystem
/us
r/src/cygwin/src/winsup/include -isystem
/usr/src/cygwin/src/winsup/cygwin/inclu
de -isystem /usr/src/cygwin/src/winsup/w32api/include -isystem
/usr/src/cygwin/s
rc/newlib/libc/sys/cygwin -isystem
/usr/src/cygwin/src/newlib/libc/sys/cygwin32
-B/usr/build/cygwin/i686-pc-cygwin/newlib/ -isystem
/usr/build/cygwin/i686-pc-cy
gwin/newlib/targ-include -isystem
/usr/src/cygwin/src/newlib/libc/include -c -g
-O2 ... version.c
version.c:1: unterminated string or character constant
version.c:1: possible real start of unterminated constant
gcc: file path prefix `/usr/build/cygwin/i686-pc-cygwin/newlib/' never used
make[2]: *** [version.o] Error 1
make[2]: Leaving directory `/usr/build/cygwin/i686-pc-cygwin/winsup/cinstall'
make[1]: *** [cinstall] Error 2
make[1]: Leaving directory `/usr/build/cygwin/i686-pc-cygwin/winsup'
make: *** [all-target-winsup] Error 2

That is correct so far, because $Revision$ in ChangeLog is empty. Should I use
special CVS options to checkout/update? I just did

cvs co
cvs up -dP

-andrej

Have a nice DOS!
B >>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building from CVS - setup.exec version empty.
  2000-08-08  2:20 Building from CVS - setup.exec version empty Andrej Borsenkow
@ 2000-08-08  7:52 ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2000-08-08  7:52 UTC (permalink / raw)
  To: Andrej.Borsenkow; +Cc: Cygwin

> That is correct so far, because $Revision$ in ChangeLog is empty. Should I use
> special CVS options to checkout/update? I just did

No, it should just work.  CVS should give you a ChangeLog with a
filled-in Revision, unless you checked it out while I was repairing
the CVS database last night :-(

Try deleting ChangeLog and re-updating it:

rm ChangeLog; cvs update ChangeLog

However, I'll try to make the Makefile more robust.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-08-08  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-08  2:20 Building from CVS - setup.exec version empty Andrej Borsenkow
2000-08-08  7:52 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).