[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify Digest, Vol 52, Issue 7
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2010-09-22 23:04:54
Message-ID: mailman.956651.1285196694.8007.mingw-notify () lists ! sourceforge ! net
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-owner@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Bugs-3072100 ] MSYS make is 60X slower than	before
      (SF/projects/mingw notification list)
   2. [ mingw-Bugs-3072100 ] MSYS make is 60X slower than	before
      (SF/projects/mingw notification list)
   3. [ mingw-Bugs-3072100 ] MSYS make is 60X slower than	before
      (SF/projects/mingw notification list)
   4. [ mingw-Patches-3072891 ] Define GetComputerNameEx
      (SF/projects/mingw notification list)
   5. [ mingw-Bugs-3025057 ] internal error : segmentation	fault
      (SF/projects/mingw notification list)
   6. [ mingw-Patches-3073430 ] Add	TzSpecificLocalTimeToSystemTime
      declaration (SF/projects/mingw notification list)
   7. [ mingw-Bugs-3072100 ] MSYS make is 60X slower than	before
      (SF/projects/mingw notification list)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Sep 2010 19:13:55 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Bugs-3072100 ] MSYS make is 60X slower
	than	before
To: noreply@sourceforge.net
Message-ID: <E1OxloJ-0004cd-FF@sfs-web-8.v29.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Bugs item #3072100, was opened at 2010-09-20 14:13
Message generated for change (Tracker Item Submitted) made by bfriesen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bob Friesenhahn (bfriesen)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSYS make is 60X slower than before

Initial Comment:
MSYS make 3.82 is now 60X slower than earlier make programs.  When building \
GraphicsMagick, it takes 2.5 minutes before make does any work or decides there is \
nothing to be done. After make has decided what to do, the build proceeds normally.  \
It normally takes a couple of seconds before make decides what needs to be done. With \
a Cygwin installation on the same machine using the same source files and same build \
parameters, make decides there is nothing to be done in about two seconds.  The build \
is done with the source files accessed via CIFS to a fast server and object files \
written locally.  Using 'make -d' shows that there are about 340K rules which are \
tested, without any noticeable pauses or slowness due to server access.

Charles Wilson tells me that make now tests various permutations of upper and lower \
case in order to handle filesystems which don't preserve case. This approach would \
certainly dramatically multiply the number of filesystem acceses and may explain the \
dramatic slowdown. I also notice that make 3.82 tests about twice as many implicit \
rules than make 3.81 does.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435



------------------------------

Message: 2
Date: Tue, 21 Sep 2010 00:30:30 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Bugs-3072100 ] MSYS make is 60X slower
	than	before
To: noreply@sourceforge.net
Message-ID: <E1Oxqkg-0001LZ-8l@sfs-web-10.v29.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Bugs item #3072100, was opened at 2010-09-20 16:13
Message generated for change (Comment added) made by cstrauss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bob Friesenhahn (bfriesen)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSYS make is 60X slower than before

Initial Comment:
MSYS make 3.82 is now 60X slower than earlier make programs.  When building \
GraphicsMagick, it takes 2.5 minutes before make does any work or decides there is \
nothing to be done. After make has decided what to do, the build proceeds normally.  \
It normally takes a couple of seconds before make decides what needs to be done. With \
a Cygwin installation on the same machine using the same source files and same build \
parameters, make decides there is nothing to be done in about two seconds.  The build \
is done with the source files accessed via CIFS to a fast server and object files \
written locally.  Using 'make -d' shows that there are about 340K rules which are \
tested, without any noticeable pauses or slowness due to server access.

Charles Wilson tells me that make now tests various permutations of upper and lower \
case in order to handle filesystems which don't preserve case. This approach would \
certainly dramatically multiply the number of filesystem acceses and may explain the \
dramatic slowdown. I also notice that make 3.82 tests about twice as many implicit \
rules than make 3.81 does.

----------------------------------------------------------------------

> Comment By: Cesar Strauss (cstrauss)
Date: 2010-09-20 21:30

Message:
Dear Bob,

Could you send the output of make --version, please?

I'm a bit confused, since the latest MSYS version available is still 3.81.
See
https://sourceforge.net/projects/mingw/files_beta/MSYS/make/

Regards,
Cesar


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435



------------------------------

Message: 3
Date: Tue, 21 Sep 2010 15:01:10 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Bugs-3072100 ] MSYS make is 60X slower
	than	before
To: noreply@sourceforge.net
Message-ID: <E1Oy4LG-0000AF-86@sfs-web-8.v29.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Bugs item #3072100, was opened at 2010-09-20 14:13
Message generated for change (Comment added) made by bfriesen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bob Friesenhahn (bfriesen)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSYS make is 60X slower than before

Initial Comment:
MSYS make 3.82 is now 60X slower than earlier make programs.  When building \
GraphicsMagick, it takes 2.5 minutes before make does any work or decides there is \
nothing to be done. After make has decided what to do, the build proceeds normally.  \
It normally takes a couple of seconds before make decides what needs to be done. With \
a Cygwin installation on the same machine using the same source files and same build \
parameters, make decides there is nothing to be done in about two seconds.  The build \
is done with the source files accessed via CIFS to a fast server and object files \
written locally.  Using 'make -d' shows that there are about 340K rules which are \
tested, without any noticeable pauses or slowness due to server access.

Charles Wilson tells me that make now tests various permutations of upper and lower \
case in order to handle filesystems which don't preserve case. This approach would \
certainly dramatically multiply the number of filesystem acceses and may explain the \
dramatic slowdown. I also notice that make 3.82 tests about twice as many implicit \
rules than make 3.81 does.

----------------------------------------------------------------------

> Comment By: Bob Friesenhahn (bfriesen)
Date: 2010-09-21 10:01

Message:
My error.  It is indeed 3.81:

$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i686-pc-msys

----------------------------------------------------------------------

Comment By: Cesar Strauss (cstrauss)
Date: 2010-09-20 19:30

Message:
Dear Bob,

Could you send the output of make --version, please?

I'm a bit confused, since the latest MSYS version available is still 3.81.
See
https://sourceforge.net/projects/mingw/files_beta/MSYS/make/

Regards,
Cesar


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435



------------------------------

Message: 4
Date: Tue, 21 Sep 2010 19:35:29 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Patches-3072891 ] Define
	GetComputerNameEx
To: noreply@sourceforge.net
Message-ID: <E1Oy8cj-00025J-Ot@sfs-web-1.v29.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Patches item #3072891, was opened at 2010-09-21 15:35
Message generated for change (Tracker Item Submitted) made by sethj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3072891&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: w32api
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Seth Jackson (sethj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Define GetComputerNameEx

Initial Comment:
GetComputerNameExA and GetComputerNameExW are defined but the corresponding \
GetComputerNameEx function is not.

Diff fixes that.

Source: http://msdn.microsoft.com/en-us/library/ms724301%28VS.85%29.aspx

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3072891&group_id=2435



------------------------------

Message: 5
Date: Wed, 22 Sep 2010 02:21:02 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Bugs-3025057 ] internal error :
	segmentation	fault
To: noreply@sourceforge.net
Message-ID: <E1OyExC-0007qn-M1@sec-sog-1.v99.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Bugs item #3025057, was opened at 2010-07-04 13:18
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3025057&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: gcc
Group: None
> Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Crabe05 (crabe05)
Assigned to: Nobody/Anonymous (nobody)
Summary: internal error : segmentation fault

Initial Comment:
Wnidows XP (no cygwin/msys environment)
on gcc-3.4.5-20060117-3, ld 2.20, MinGW32 nt 5.1 (i686)
using g++
source file : 'FalStaticText.cpp' (part of CEGUI project) line 574 -> segmentation \
fault. CEGUI 0.7.1 Sources (for Windows)

Extract of the code :
560.   //----------------------------------------------------------------------------//
 561.   void FalagardStaticText::updateFormatting(const Size& sz) const
562.   {
563.       if (!d_window)
564.           return;
565.   
566.       if (!d_formattedRenderedString)
567.           setupStringFormatter();
568.   
569.       // 'touch' the window's rendered string to ensure it's re-parsed if \
needed. 570.       d_window->getRenderedString();
571.   
572.       d_formattedRenderedString->format(sz);
573.       d_formatValid = true;
574.   }
575.   
576.   //----------------------------------------------------------------------------//
 577.   
578.   } // End of  CEGUI namespace section
579.  

(for full source code, please see the CEGUI library sources) 
Best regards, Crabe05.

----------------------------------------------------------------------

> Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-22 02:21

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 30 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Earnie Boyd (earnie)
Date: 2010-07-06 15:45

Message:
http://www.mingw.org/Reporting_Bugs

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3025057&group_id=2435



------------------------------

Message: 6
Date: Wed, 22 Sep 2010 16:02:21 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Patches-3073430 ] Add
	TzSpecificLocalTimeToSystemTime declaration
To: noreply@sourceforge.net
Message-ID: <E1OyRm1-0003oG-Rx@sfs-web-6.v29.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Patches item #3073430, was opened at 2010-09-22 12:02
Message generated for change (Tracker Item Submitted) made by desrt
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3073430&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: w32api
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: desrt (desrt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add TzSpecificLocalTimeToSystemTime declaration

Initial Comment:
glib will be using TzSpecificLocalTimeToSystemTime soon.  It's available on Windows \
XP and 2003.

You can read about it here: \
http://msdn.microsoft.com/en-us/library/ms725485%28VS.85%29.aspx

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=3073430&group_id=2435



------------------------------

Message: 7
Date: Wed, 22 Sep 2010 23:04:53 +0000
From: SF/projects/mingw notification list
	<mingw-notify@lists.sourceforge.net>
Subject: [MinGW-notify] [ mingw-Bugs-3072100 ] MSYS make is 60X slower
	than	before
To: noreply@sourceforge.net
Message-ID: <E1OyYMv-0003Zd-AS@sfs-web-2.v29.ch3.sourceforge.com>
Content-Type: text/plain; charset="UTF-8"

Bugs item #3072100, was opened at 2010-09-20 16:13
Message generated for change (Comment added) made by cstrauss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MSYS
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bob Friesenhahn (bfriesen)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSYS make is 60X slower than before

Initial Comment:
MSYS make 3.82 is now 60X slower than earlier make programs.  When building \
GraphicsMagick, it takes 2.5 minutes before make does any work or decides there is \
nothing to be done. After make has decided what to do, the build proceeds normally.  \
It normally takes a couple of seconds before make decides what needs to be done. With \
a Cygwin installation on the same machine using the same source files and same build \
parameters, make decides there is nothing to be done in about two seconds.  The build \
is done with the source files accessed via CIFS to a fast server and object files \
written locally.  Using 'make -d' shows that there are about 340K rules which are \
tested, without any noticeable pauses or slowness due to server access.

Charles Wilson tells me that make now tests various permutations of upper and lower \
case in order to handle filesystems which don't preserve case. This approach would \
certainly dramatically multiply the number of filesystem acceses and may explain the \
dramatic slowdown. I also notice that make 3.82 tests about twice as many implicit \
rules than make 3.81 does.

----------------------------------------------------------------------

> Comment By: Cesar Strauss (cstrauss)
Date: 2010-09-22 20:04

Message:
Please try the following version of make (csmake) which does not have the
case preserving patch:

http://prdownloads.sourceforge.net/mingw/csmake-3.81-MSYS-1.0.11-2.tar.bz2?download

Does csmake run at the normal speed?

Regards,
Cesar


----------------------------------------------------------------------

Comment By: Bob Friesenhahn (bfriesen)
Date: 2010-09-21 12:01

Message:
My error.  It is indeed 3.81:

$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i686-pc-msys

----------------------------------------------------------------------

Comment By: Cesar Strauss (cstrauss)
Date: 2010-09-20 21:30

Message:
Dear Bob,

Could you send the output of make --version, please?

I'm a bit confused, since the latest MSYS version available is still 3.81.
See
https://sourceforge.net/projects/mingw/files_beta/MSYS/make/

Regards,
Cesar


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=3072100&group_id=2435



------------------------------

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev

------------------------------

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest, Vol 52, Issue 7
*******************************************


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic