Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
2. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
3. [mingw] #40438: Bug in libmingwex-5.3.1 dll
(MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Sat, 23 May 2020 19:25:52 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 10:07
Last Update: 2020-05-23 19:25
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-05-23 19:25 Updated by: keith
Comment:
Reply To rosasmje
lets clarify things: I am talking about 32BIT DLL crc32=0x6FF6BB96, size=
194062 bytes, from package "libmingwex-5.3.1-mingw32-dll-2.tar.xz".
Well, CRC32 does not uniquely identify a file, but that CRC32 and file size
match the DLL which I have; if you want better identification, use the SHA256
hash:
$ sha256sum ~/.wine/drive_c/windows/system/libmingwex-2.dll
187fced7ffe32033be0153d0125c586840f38b4743f67dc312b4fcc807b86476
/home/keith/.wine/drive_c/windows/system/libmingwex-2.dll
$ cat ~/.wine/drive_c/windows/system/libmingwex-2.dll | gzip -c | tail -c8 | od
-t x4 -N 4 -A n
6ff6bb96
$ ls -l ~/.wine/drive_c/windows/system/libmingwex-2.dll
-rw-r--r-- 2 keith keith 194062 Apr 30 12:17
/home/keith/.wine/drive_c/windows/system/libmingwex-2.dll
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Open [Owner assigned]
Priority: 2
MileStone: (None)
Component: (None)
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Message: 2
Date: Sat, 23 May 2020 19:36:53 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 10:07
Last Update: 2020-05-23 19:36
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-05-23 19:36 Updated by: keith
Comment:
Just a thought: where did you get your GCC tool chain? The website to which you
referred me earlier suggests that you use tools from MSYS2, a project which
illegally distributes packages whose names infringe our legally registered
"MinGW" trademark. Needless to say, we do not support such illegally
distributed packages.
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Open [Owner assigned]
Priority: 2
MileStone: (None)
Component: (None)
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Message: 3
Date: Sun, 24 May 2020 05:14:07 +0900
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #40438: Bug in libmingwex-5.3.1 dll
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#40438: Bug in libmingwex-5.3.1 dll
Open Date: 2020-05-23 18:07
Last Update: 2020-05-24 05:14
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-05-24 05:14 Updated by: rosasmje
Comment:
1. "libmingwex-5.3.1-mingw32-dll-2.tar.xz" is from this site & sha256sum
matches. 2. you can use any PE-tools analyzers to view this 'libmingwex-2.dll'
& see reported mistake: 'emutls_get_address' import is linked again to
'libmingwex-2.dll'. Windows10 (& for sure olders) will always refuse to load
this DLL. So.. it is up to you(? or your group) to fix (or not to fix?)
By the way, I downloaded source of 'mingw-org-wsl', but did not find there any
strings matching 'emutls_get_address'.. well I don't know much about
C-compilers, so... can't help you to find origin of mistake, but I am sure you
can do this.
this mingw looks fun, maybe I will look more at it.. Bye-Bye!
---------------------------------------------------------------------
Ticket Status:
Reporter: rosasmje
Owner: keith
Type: Issues
Status: Open [Owner assigned]
Priority: 2
MileStone: (None)
Component: (None)
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
libmingwex-5.3.1 is BUGGY! it imports from self procedure
"__emutls_get_address", while not exporting it. thus any linked app would not
start. changed to --static also submitted this as review. also tested Version
5.2.2, it is good; it has not any "__emutls_get_address" inside;
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net/projects/mingw/ticket/40438
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=40438
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 32, Issue 6
*******************************************