This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: My pending ITPs 3. update / Reviews wanted!


>  From: "Gerrit P. Haase" <gerrit@familiehaase.de>
>  Subject: Re: My pending ITPs 3. update / Reviews wanted!
>
>  > Something to look at but not a showstopper:
> 
>  >    (1) I had to manually kill the following two tests
>  >          FAIL: mainloop-test
>  >          FAIL: child-test
>  >        Don't know why they got hung (infloop? deadlock?)
> 
>  I see only child-test failing, it hangs forever.  This is already
>  reported in the bug database without resolution, they hope that some
>  Cygwin folks will help to resolve it...:
>  http://bugzilla.gnome.org/show_bug.cgi?id=138425
> 

IIRC, the mainloop-test faiure could be fixed with the patch:
(just see the `tag' to CXX for libtool)
--- glib-2.4.1/tests/Makefile.in	2004-04-30 21:06:48.000000000 +0800
+++ glib-2.4.1-cygwin/tests/Makefile.in	2004-05-23 23:07:18.000000000 +0800
@@ -810,7 +810,7 @@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 	$(AM_CXXFLAGS) $(CXXFLAGS)
 CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+CXXLINK = $(LIBTOOL) --tag=CXX  --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 

Hansom Young


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]