public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* difficulties with snapshots
@ 2011-05-05  8:48 EXCOFFIER Denis
  2011-05-05  9:50 ` Corinna Vinschen
  2011-05-05 15:20 ` Christopher Faylor
  0 siblings, 2 replies; 5+ messages in thread
From: EXCOFFIER Denis @ 2011-05-05  8:48 UTC (permalink / raw)
  To: cygwin

Hi,

1) It seems that we have management problems with the snapshots.
The last one (indicated 2011-05-04 01:02:18 UTC) belongs in
fact to 2011-05-05, and it is more recent than the preceding
snapshot (indicated yesterday 2011-05-04 06:xx:xx UTC), which has
now disappeared (diffs are shown against 20110502).

In the past, at least for 2011-03-09 and for 2011-03-23 already, two
snapshots were produced on the same day and the first one in the day
has disappeared.

If possible, make the date indicated in the snapshot page to be
the same as the date indicated in `uname -a'. Or otherwise to
minimize discrepancies.


2) More importantly, i was not able to compile snapshots since about
beginning of May, with an error: wchar.h not found (in lsaauth).
The snapshot 20110420 has compiled correctly at that time (say: 21/4);
but i was not able to recompile it recently. You must know that
i update the cygwin packages every day, therefore the problem probably
comes from a recently added package.

OK we have received the new mingw-gcc... from Charles Wilson, but it
would normally not impact us since mingw and GCC-3 are not used in this
case (i use gcc4, the default).


3) And last, the last snapshot (20110504 01:02:18 UTC) does not work for me,
see eg
% /usr/bin/flex /dev/null
...does not finish
%


Regards,

Denis Excoffier.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: difficulties with snapshots
@ 2011-05-09 14:02 EXCOFFIER Denis
  2011-05-10 10:07 ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: EXCOFFIER Denis @ 2011-05-09 14:02 UTC (permalink / raw)
  To: cygwin

Hello,

This one is a follow-up of http://cygwin.com/ml/cygwin/2011-05/msg00042.html

On 2011-05-05 11:19:56 -0400, Christopher Faylor wrote:
> On Thu, May 05, 2011 at 10:47:39AM +0200, EXCOFFIER Denis wrote:
>> 2) More importantly, i was not able to compile snapshots since about
>> beginning of May, with an error: wchar.h not found (in lsaauth).
>> The snapshot 20110420 has compiled correctly at that time (say: 21/4);
>> but i was not able to recompile it recently. You must know that
>> i update the cygwin packages every day, therefore the problem probably
>> comes from a recently added package.
>
> Snapshots are provided "as-is".  If you can't compile it then PTC.


Please consider this hideous patch thoughtfully, it solves my "wchar.h not
found" problem in lsaauth, and the full cygwin tree now compiles ok  
like before.

diff -cNr cygwin-snapshot-20110506-1/winsup/lsaauth/Makefile.in  
cygwin-snapshot-20110506-2/winsup/lsaauth/Makefile.in
*** cygwin-snapshot-20110506-1/winsup/lsaauth/Makefile.in        
2011-04-07 08:09:27.000000000 +0159
--- cygwin-snapshot-20110506-2/winsup/lsaauth/Makefile.in        
2011-05-09 15:44:13.476681300 +0159
***************
*** 29,35 ****
   CC              := @CC@
   CC_FOR_TARGET   := $(CC)

! override CC   := @NO_CYGWIN@ $(firstword ${CC})

   CFLAGS          := @CFLAGS@

--- 29,35 ----
   CC              := @CC@
   CC_FOR_TARGET   := $(CC)

! #override CC  := @NO_CYGWIN@ $(firstword ${CC})

   CFLAGS          := @CFLAGS@



Regards,

Denis Excoffier.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2011-05-10 10:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-05  8:48 difficulties with snapshots EXCOFFIER Denis
2011-05-05  9:50 ` Corinna Vinschen
2011-05-05 15:20 ` Christopher Faylor
2011-05-09 14:02 EXCOFFIER Denis
2011-05-10 10:07 ` Corinna Vinschen

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).