[Mingw-w64-public] msys2-mingw64 cmake gives undefined behaviour, can not find include header

2019-12-20 Thread Stéphane Ancelot
Hi, Migrating a code to msys2 compilation (cmake inside msys ),mingw64 does not find an include file for unknwon reason. the file is located in a project defined as follow: cmake_minimum_required(VERSION 3.10) project(include_commun) add_library(include_commun INTERFACE) target_include_dire

Re: [Mingw-w64-public] msys2 / mingw32 targets 0x601 unexpectedly

2019-01-15 Thread Tempelaar E. (Erik)
Thanks for the replies with answers and information. I now know to not rely on the defaults. Kind regards Disclaimer: This mail transmission and any attached files are confidential and are intended for the addressee only. If you are not the person or organization to whom it is addressed, you

Re: [Mingw-w64-public] msys2 / mingw32 targets 0x601 unexpectedly

2019-01-10 Thread Mateusz Mikuła
It's the mingw-w64-i686-headers-git package where it's defined. Generally partial upgrades of MSYS2 are not supported but if you to be on your own keep in mind crt, headers or winpthreads always have to be in the same version. MSYS2 had to bump WINNT because some package require Windows 7 features

Re: [Mingw-w64-public] msys2 / mingw32 targets 0x601 unexpectedly

2019-01-10 Thread Earnie via Mingw-w64-public
On 1/10/2019 5:00 AM, Tempelaar E. (Erik) wrote: I recently reconfigured a build environment for a mingw-built application but I ran into issues on Windows 10 caused by a #define _WIN32_WINNT in C:\msys64\mingw32\i686-w64-mingw32\include\_mingw.h In my installation it targets WINNT 0x0601 #if

Re: [Mingw-w64-public] msys2 / mingw32 targets 0x601 unexpectedly

2019-01-10 Thread Liu Hao
在 2019/1/10 18:00, Tempelaar E. (Erik) 写道: > I recently reconfigured a build environment for a mingw-built application but > I ran into issues > on Windows 10 caused by a #define _WIN32_WINNT in > C:\msys64\mingw32\i686-w64-mingw32\include\_mingw.h > > In my installation it targets WINNT 0x0601

[Mingw-w64-public] msys2 / mingw32 targets 0x601 unexpectedly

2019-01-10 Thread Tempelaar E. (Erik)
I recently reconfigured a build environment for a mingw-built application but I ran into issues on Windows 10 caused by a #define _WIN32_WINNT in C:\msys64\mingw32\i686-w64-mingw32\include\_mingw.h In my installation it targets WINNT 0x0601 #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x601 #endif

Re: [Mingw-w64-public] [Msys2-users] type and size of MB_CUR_MAX on mingw64

2019-01-01 Thread Liu Hao
在 2019/1/2 9:19, Óscar Fuentes 写道: > Valerio Messina via Msys2-users > writes: > >> #include >> MB_CUR_MAX while it must store a number between 1 and MB_LEN_MAX (that >> is almost always 16), it is of type 'size_t', so 4 Bytes on 32 bit >> systems, and 8 Bytes on 64 bit systems. This is valid on

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-10-07 Thread Arjen Markus
Can you provide some details? I just downloaded MinGW-w64 (so without MSYS2) onto a laptop running Windows 10 and created a version of the veneral hello program with gofrtran. It ran without any difficulties. Regards, Arjen Op di 25 sep. 2018 om 08:48 schreef Liu Hao : > > 在 2018/9/24 23:37, Will

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-10-07 Thread Arjen Markus
Hi Bill, with the buildgf.bat batch file as you sent it I indeed got the error message that the 16-bits application it was trying to run was incompatible with the system. But then I examined the list of compile options and saw that you use "-c" as the first and "-oLOOPFIND.EXE" as the last. This

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread Liu Hao
在 2018/9/26 0:25, William Brandoni 写道: > OK I give up. Every time I try to send something, your email system > bounces it back. > Please attach source code only. If it still bounces, try renaming it so it has a .txt extension or have it paste inline. -- Best regards, LH_Mouse __

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread William Brandoni
I have attached a 7z file with one of the programs I am trying to convert. Old legacy Fortran stuff.Hope this helps. The file "Send.sample" should be renamed "Send.7z" before uncompressing. It contains fortran source, a batch file to compile and link, and a data file to run against the program.

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread William Brandoni
OK I give up. Every time I try to send something, your email system bounces it back. Bill From: Arjen Markus To: lh_mo...@126.com Cc: mingw-w64-public@lists.sourceforge.net; w.brand...@ameritech.net; msys2-us...@lists.sourceforge.net Sent: Tuesday, September 25, 2018 3:12 AM Subject:

Re: [Mingw-w64-public] [Msys2-users] MinGW64 gfortran issue

2018-09-25 Thread William Brandoni
I have attached a 7z file with one of the programs I am trying to convert. Old legacy Fortran stuff.Hope this helps. Thanks for your help Bill From: Arjen Markus To: lh_mo...@126.com Cc: mingw-w64-public@lists.sourceforge.net; w.brand...@ameritech.net; msys2-us...@lists.sourceforge.net

Re: [Mingw-w64-public] [Msys2-users] Bootstrap gcc for i686 with SJLJ exception model in MSYS2 ?

2016-10-13 Thread lhmouse
Problem solved. I didn't delete MSYS2 gcc's libraries and it was these libraries that were linked rather than mingwbuilds' libraries. However, even GCC itself does not ask for libgcc_s_dw2, the libgomp DLL from MSYS2 packages still asks for it, as well as other packages. Hence the DLL must not be

Re: [Mingw-w64-public] MSYS2 dlltool finds no symbols in Oracle jvm.dll, is that to be expected?

2016-08-19 Thread Mario Emmenlauer
Thanks! Indeed, using gendef works and I get a lot of exports from the dll! I also checked dlltool from mingw-w64 and it does not export anything, so gendef seems to be the way to go! Thanks again! On 19.08.2016 20:32, The Canadian Bacon wrote: > I'm not an msys2 dev but have you tried running

Re: [Mingw-w64-public] MSYS2 dlltool finds no symbols in Oracle jvm.dll, is that to be expected?

2016-08-19 Thread The Canadian Bacon
I'm not an msys2 dev but have you tried running the tool gendef on the DLL itself and see what's there? Should be in the mingw tools package. On Aug 19, 2016 2:01 PM, "Mario Emmenlauer" wrote: > > Dear MinGW-w64 developers, > > I'm using MSYS2 dlltool on a dll from Oracle Java 1.8 x64: jvm.dll.

[Mingw-w64-public] MSYS2 dlltool finds no symbols in Oracle jvm.dll, is that to be expected?

2016-08-19 Thread Mario Emmenlauer
Dear MinGW-w64 developers, I'm using MSYS2 dlltool on a dll from Oracle Java 1.8 x64: jvm.dll. Using dlltool finds no symbols. I reported this to MSYS2 team, and got a very quick response from David Macek: It seems `nm` and `dlltool` don't recognize exports in non-mingw libraries. `objdump` recog

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-08-03 Thread Roger Pack
I get the same failure here [1], smallest reproducible test case so far, unfortunately, seems to be cross compiling ffmpeg like ffmpeg's configure --arch=x86_64 --target-os=mingw32 --enable-librubberband --enable-gpl then it fails (no msys2 at play at all in this case). [1] https://gist.github.

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-26 Thread lh mouse
LRN, the author of the libitm patch of MSYS2 gcc package, suggested disabling it: [22:57:27] LRN, wasn't you the guy who wrote the enable-libitm patch for MSYS2 ? [22:57:36] s/wasn't/weren't/ [22:57:42] that is quite possible [22:58:02] possible ? :S [22:58:07] I don't remember [22:58:13]

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-26 Thread lh mouse
I have compiled ffmpeg with LDFLAGS='-static-libgcc -static-libstdc++' and Stud_PE says ffmpeg.exe doesn't import anything from libitm, nor does it import anything from libstdc++, libgcc, libiconv, etc. I also asked it on #mingw-w64 on OFTC and people said it seemed mere undefined references inste

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-25 Thread Ricardo Constantino
On 25 July 2016 at 12:18, lh mouse wrote: > I have compiled ffmpeg with LDFLAGS='-static-libgcc -static-libstdc++' and > Stud_PE says ffmpeg.exe doesn't import anything from libitm, nor does it > import > anything from libstdc++, libgcc, libiconv, etc. > > It doesn't, by default, that's why I sai

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-25 Thread lh mouse
I have compiled ffmpeg with LDFLAGS='-static-libgcc -static-libstdc++' and Stud_PE says ffmpeg.exe doesn't import anything from libitm, nor does it import anything from libstdc++, libgcc, libiconv, etc. I also asked it on #mingw-w64 on OFTC and people said it seemed mere undefined references inste

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-24 Thread Ricardo Constantino
Recompiling GCC with https://github.com/Alexpux/MINGW-packages/pull/1588/commits/ba282a67e971e045131291fd0f21ef786b82b1b1 seems to fix the issue for me. I don't know enough to be sure this doesn't break anything else. The alternative would be disabling the patch that enables libitm, but I assumed j

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-24 Thread lh mouse
It looks normal. I thought it could be caused by linking a 64-bit object file against a 32-bit library. Fortunately, it isn't the case. FWIW, two months ago I sent a pull request about the GCC relocation bug here: https://github.com/Alexpux/MINGW-packages/pull/1444 A few days ago on IRC, alexey m

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-24 Thread Ricardo Constantino
Additionally, someone else also got these same errors with a self-compiled GCC 6[1], so it's maybe not specific to MSYS2-compiled GCC but something involving GCC 6 and mingw-w64. [1] https://github.com/lachs0r/mingw-w64-cmake/commit/ac8e62c493d5ebebe61e59d1db39bfb1c08e7888

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-24 Thread Ricardo Constantino
On 2016-07-24 16:14, lh mouse wrote: > Try this command and reply with its output: > > objdump -f > "C:/builds/ab/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.1.0\libstdc++.a" > | grep "cow-stdexcept.o" > $ objdump -f "C:/builds/ab/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-24 Thread lh mouse
Try this command and reply with its output: objdump -f "C:/builds/ab/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.1.0\libstdc++.a" | grep "cow-stdexcept.o" -- Best regards, lh_mouse 2016-07-24

Re: [Mingw-w64-public] [MSYS2] How do I install makefinfo

2016-07-20 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au Sent: Friday, July 15, 2016 10:31 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] [MSYS2] How do I install makefinfo > .deps/exceptions.Tpo -c -o exceptions.lo exceptions.c > Xexceptions.Tpo

Re: [Mingw-w64-public] [MSYS2] How do I install makefinfo

2016-07-15 Thread sisyphus1
-Original Message- From: Vincent Torri Sent: Friday, July 15, 2016 8:41 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] [MSYS2] How do I install makefinfo > isn't it in the texinfo package ? Indeed it is - thank you. Having installed texinfo, t

Re: [Mingw-w64-public] [MSYS2] How do I install makefinfo

2016-07-15 Thread Vincent Torri
isn't it in the texinfo package ? Vincent Torri On Fri, Jul 15, 2016 at 11:31 AM, wrote: > Hi, > > Using dongsheng's gmp-6.1.1 (win32 threads, seh) build. > > I'm trying to build mpfr (svn revision 10613) in the msys2 shell and getting > hammered early on in the 'make' stage with: > > #

[Mingw-w64-public] [MSYS2] How do I install makefinfo

2016-07-15 Thread sisyphus1
Hi, Using dongsheng's gmp-6.1.1 (win32 threads, seh) build. I'm trying to build mpfr (svn revision 10613) in the msys2 shell and getting hammered early on in the 'make' stage with: ### make[1]: Entering directory 'C:/_64/comp/mpfr-10613/doc' restore=: && back

Re: [Mingw-w64-public] [Msys2-users] Where can I get an up-to-data patch list for building a native GCC on Windows?

2016-04-14 Thread lh_mouse
Great job. Thanks a lot! -- Best regards, lh_mouse 2016-04-15 - 发件人:Alexpux 发送日期:2016-04-15 01:33 收件人:lh_mouse 抄送:mingw-w64-public,Msys2 主题:Re: [Msys2-users] [Mingw-w64-public] Where can I

Re: [Mingw-w64-public] [Msys2-users] Where can I get an up-to-data patch list for building a native GCC on Windows?

2016-04-14 Thread Alexpux
t; lh_mouse > 2016-04-15 > > - > 发件人:"lh_mouse" > 发送日期:2016-04-15 01:04 > 收件人:mingw-w64-public,Msys2 > 抄送: > 主题:[Mingw-w64-public] Where can I get an up-to-data patch list for > building a native GCC on Windows? > > I am trying compiling GCC

Re: [Mingw-w64-public] msys2

2015-05-05 Thread Alexpux
> 5 мая 2015 г., в 16:27, Baruch Burstein написал(а): > > Is this list also the unofficial/official msys2 list, or is there a separate > one for that? > MSYS2 have separate mailing list: https://sourceforge.net/p/msys2/mailman/ Regards,

[Mingw-w64-public] msys2

2015-05-05 Thread Baruch Burstein
Is this list also the unofficial/official msys2 list, or is there a separate one for that? -- ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı -- One dashboard for servers and applications across Physical-Virtual-Cloud

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-12 Thread Jim Michaels
r 10, 2014 12:09 AM Subject: Re: [Mingw-w64-public] MSYS2 is violating the GPL again 2014-12-08 19:32 GMT+01:00 Jim Michaels : is this msys2 something that applies to mingw-w64? should I be using this instead of https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-10 Thread Ruben Van Boxem
ttp://JesusnJim.com (computer repair info, programming) > > > -- > *From:* Alexpux > *To:* mingw-w64-public@lists.sourceforge.net > *Sent:* Monday, December 8, 2014 3:01 AM > *Subject:* Re: [Mingw-w64-public] MSYS2 is violating the GPL again > &g

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-09 Thread Corinna Vinschen
On Dec 8 20:27, Alexpux wrote: > > 8 дек. 2014 г., в 17:50, Corinna Vinschen <> написал(а): > > On Dec 8 15:12, Alexpux wrote: > >>> 8 дек. 2014 г., в 14:27, Corinna Vinschen <> написал(а): > >>> On Dec 8 14:01, Alexpux wrote: > Will update sf.net repo today. > >>> > >>> O

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread JonY
On 12/9/2014 02:32, Jim Michaels wrote: > is this msys2 something that applies to mingw-w64? should I be using this > instead of > https://sourceforge.net/projects/mingw-w64/files/External%20binary%20packages%20%28Win64%20hosted%29/MSYS%20%2832-bit%29/ No, that is MSYS copied from mingw.org, unr

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Jim Michaels
://RenewalComputerServices.com http://JesusnJim.com (computer repair info, programming) From: Alexpux To: mingw-w64-public@lists.sourceforge.net Sent: Monday, December 8, 2014 3:01 AM Subject: Re: [Mingw-w64-public] MSYS2 is violating the GPL again 8 дек. 2014 г., в 13:48, Corinna

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Alexpux
> 8 дек. 2014 г., в 17:50, Corinna Vinschen написал(а): > > On Dec 8 15:12, Alexpux wrote: >> >>> 8 дек. 2014 г., в 14:27, Corinna Vinschen написал(а): >>> >>> On Dec 8 14:01, Alexpux wrote: Will update sf.net repo today. >>> >>> Ok. >> >> Done. >>> > And this i

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Corinna Vinschen
On Dec 8 13:17, Ruben Van Boxem wrote: > Hi Corinna, > > With fear of my life I stick my head in a hornet's nest, with some remarks: > > Archlinux solved this issue some years ago, and the bug report is cause for > an interesting read with some pointers on how to solve this for the MSYS2 > folks

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Corinna Vinschen
On Dec 8 15:12, Alexpux wrote: > > > 8 дек. 2014 г., в 14:27, Corinna Vinschen написал(а): > > > > On Dec 8 14:01, Alexpux wrote: > >> Will update sf.net repo today. > > > > Ok. > > Done. > > > >>> And this is only for Cygwin. The situation of the other upstream > >>> pack

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread JonY
On 12/8/2014 20:17, Ruben Van Boxem wrote: > Hi Corinna, > > With fear of my life I stick my head in a hornet's nest, with some remarks: > > Archlinux solved this issue some years ago, and the bug report is cause for > an interesting read with some pointers on how to solve this for the MSYS2 > fo

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Ruben Van Boxem
Hi Corinna, With fear of my life I stick my head in a hornet's nest, with some remarks: Archlinux solved this issue some years ago, and the bug report is cause for an interesting read with some pointers on how to solve this for the MSYS2 folks: https://bugs.archlinux.org/task/5355 Any GPLv3 proje

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Alexpux
> 8 дек. 2014 г., в 14:27, Corinna Vinschen написал(а): > > On Dec 8 14:01, Alexpux wrote: >> Will update sf.net repo today. > > Ok. Done. > >>> And this is only for Cygwin. The situation of the other upstream >>> packages isn't better. About half of the binary packages ar

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Corinna Vinschen
On Dec 8 14:01, Alexpux wrote: > Will update sf.net repo today. Ok. > > And this is only for Cygwin. The situation of the other upstream > > packages isn't better. About half of the binary packages are younger > > than 6 month, while the latest source archives have been update

[Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Corinna Vinschen
Hi, I just had a look on the MSYS2 pages at sourceforge. It turned out that the Cygwin sources provided on sourceforge, http://sourceforge.net/projects/msys2/files/REPOS/MSYS2/Sources/msys2-runtime-2.0.15816.7257e97-1.src.tar.gz/download are very old, from 2014-02-02, while the latest binary pa

Re: [Mingw-w64-public] MSYS2 is violating the GPL again

2014-12-08 Thread Alexpux
> 8 дек. 2014 г., в 13:48, Corinna Vinschen написал(а): > > Hi, > > I just had a look on the MSYS2 pages at sourceforge. It turned out that > the Cygwin sources provided on sourceforge, > > http://sourceforge.net/projects/msys2/files/REPOS/MSYS2/Sources/msys2-runtime-2.0.15816.7257e97-1.src.t

Re: [Mingw-w64-public] MSYS2 issues

2014-07-23 Thread Ruben Van Boxem
SYS2 for the two targets. You have shortcuts that add /mingw64/bin or /mingw32/bin to PATH automatically, or you can do it manually when you need a quick switch. Don't underestimate MSYS2, it's quite brilliant in its relative simplicity ;-) Cheers, Ruben > > > -------

Re: [Mingw-w64-public] MSYS2 issues

2014-07-23 Thread Jim Michaels
__ > From: Baruch Burstein >To: mingw-w64-public@lists.sourceforge.net >Sent: Tuesday, July 22, 2014 5:31 AM >Subject: [Mingw-w64-public] MSYS2 issues > > > >Hi, > > >I (think I) found a bug in msys2. Here is a simple demo case: > > >main.c:

Re: [Mingw-w64-public] MSYS2 issues

2014-07-22 Thread Ray Donnelly
Yes, the shell that is run is the bash shell for MSYS2 make and cmd.exe for mingw32-make, and there are some other differences about the handling of 'special' characters. By default you should use MSYS2 make, unless you have a compelling reason not to. -

Re: [Mingw-w64-public] MSYS2 issues

2014-07-22 Thread Baruch Burstein
On Tue, Jul 22, 2014 at 3:36 PM, Ray Donnelly wrote: > No, you didn't find any bug in MSYS2. > > If you want MSYS2 path translation to happen then use an MSYS2 > program, i.e. MSYS2 make, not mingw32-make. > Oh, OK, sorry. I thought that any program run from within msys got automatic path transl

Re: [Mingw-w64-public] MSYS2 issues

2014-07-22 Thread Ray Donnelly
No, you didn't find any bug in MSYS2. If you want MSYS2 path translation to happen then use an MSYS2 program, i.e. MSYS2 make, not mingw32-make. -- Want fast and easy access to all the code in your enterprise? Index and s

[Mingw-w64-public] MSYS2 issues

2014-07-22 Thread Baruch Burstein
Hi, I (think I) found a bug in msys2. Here is a simple demo case: main.c: int main() { return 42; } Makefile: CC = gcc CC2 = $(shell which $(CC)) out_1: clean main.c $(CC) main.c -o /home/username/out.exe out_2: clean main.c $(CC) /home/username/main.c -o out.exe out_3: clean main.c $(CC) main.c

Re: [Mingw-w64-public] [MSYS2 request] add manifest file to patch archive

2014-05-14 Thread Jon
On Wed, May 14, 2014 at 4:07 PM, Jon wrote: > Similar to how msys includes a `patch.exe.manifest` file in it's 2.6.1 > patch archive from > > http://sourceforge.net/projects/mingw/files/MSYS/Extension/ > > please consider adding a manifest file to an updated release of msys2's > 2.7.1 patch (i6

[Mingw-w64-public] [MSYS2 request] add manifest file to patch archive

2014-05-14 Thread Jon
Similar to how msys includes a `patch.exe.manifest` file in it's 2.6.1 patch archive from http://sourceforge.net/projects/mingw/files/MSYS/Extension/ please consider adding a manifest file to an updated release of msys2's 2.7.1 patch (i686 and x86_64) archives. A manifest file is one of the wo

Re: [Mingw-w64-public] MSYS2 use of MSYSTEM

2013-11-23 Thread Jon
On Sat, Nov 23, 2013 at 12:55 PM, Alexpux wrote: > > 23 нояб. 2013 г., в 13:56, Jon написал(а): > > > To confirm, the only effect of setting MSYSTEM (e.g. - setting to MSYS, > MINGW32, or MINGW64) in an MSYS2 + mingw-w64 environment is (a) uname > changes its output, and therefore (b) config.gue

Re: [Mingw-w64-public] MSYS2 use of MSYSTEM

2013-11-23 Thread Alexpux
23 нояб. 2013 г., в 13:56, Jon написал(а): > To confirm, the only effect of setting MSYSTEM (e.g. - setting to MSYS, > MINGW32, or MINGW64) in an MSYS2 + mingw-w64 environment is (a) uname changes > its output, and therefore (b) config.guess spews one of the following three? > > ${UNAME_MAC

[Mingw-w64-public] MSYS2 use of MSYSTEM

2013-11-23 Thread Jon
To confirm, the only effect of setting MSYSTEM (e.g. - setting to MSYS, MINGW32, or MINGW64) in an MSYS2 + mingw-w64 environment is (a) uname changes its output, and therefore (b) config.guess spews one of the following three? ${UNAME_MACHINE}-pc-mingw64 ${UNAME_MACHINE}-pc-mingw32 ${UNAME_M

Re: [Mingw-w64-public] MSYS2 *_shell.bat files updated with pacman -Syu?

2013-11-20 Thread Alexey Pavlov
2013/11/21 Jon : > If yes, anytime a pacman upgrade has newer bat files, I'd like to see the > newer bat's installed as *_shell.bat.pacnew rather than overwriting the > existing bat's. > > This is important to me because I have multiple msys(2)/mingw-w64 based > toolchains on my system and only wan

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Alexey Pavlov
2013/11/20 Ruben Van Boxem > 2013/11/20 Alexey Pavlov > >> >> Hi! >> >> I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 >> toolchains for MSYS2: >> >> https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ >> https://sourceforge.net/projects/msys2/files/REPOS/MING

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Alexey Pavlov
2013/11/20 Alexey Pavlov > > Hi! > > I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 > toolchains for MSYS2: > > https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ > https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ > > This toolchains builded wi

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Ruben Van Boxem
2013/11/20 Alexey Pavlov > > Hi! > > I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 > toolchains for MSYS2: > > https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ > https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ > > This toolchains builded wi

Re: [Mingw-w64-public] MSYS2

2013-11-20 Thread Alexey Pavlov
Hi! I want to ANNOUNCE that I create two pacman repositories for MinGW-w64 toolchains for MSYS2: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ This toolchains builded with threads=posix no-multilib - dwarf and seh

Re: [Mingw-w64-public] [MSYS2] yaourt, cmake & emacs

2013-11-19 Thread Alexey Pavlov
2013/11/19 张皛闶 > Many thanks to Alexey for bringing us msys2 with pacman. > Hence i'm interesting in when can we expect a yaourt, a cmake and a emacs > (better similar to the cygwin's, use msys's base subsystem and windows gui). > > Cygwin use X11 subsystem for GUI. I don't want to add X11 to MSY

[Mingw-w64-public] [MSYS2] yaourt, cmake & emacs

2013-11-19 Thread 张皛闶
Many thanks to Alexey for bringing us msys2 with pacman. Hence i'm interesting in when can we expect a yaourt, a cmake and a emacs (better similar to the cygwin's, use msys's base subsystem and windows gui). -- Shape the Mo

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Jon
On Mon, Nov 18, 2013 at 4:06 PM, Alexey Pavlov wrote: > > > > 2013/11/19 Jon > >> >> >> On Mon, Nov 18, 2013 at 3:46 PM, Alexey Pavlov wrote: >> >>> >>> >>> >>> 2013/11/19 Jon >>> On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem < vanboxem.ru...@gmail.com> wrote: > 2013

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/19 Jon > > > On Mon, Nov 18, 2013 at 3:46 PM, Alexey Pavlov wrote: > >> >> >> >> 2013/11/19 Jon >> >>> >>> On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem < >>> vanboxem.ru...@gmail.com> wrote: >>> 2013/11/18 Alexey Pavlov > > > > 2013/11/18 Jon > >>

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Jon
On Mon, Nov 18, 2013 at 3:46 PM, Alexey Pavlov wrote: > > > > 2013/11/19 Jon > >> >> On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem < >> vanboxem.ru...@gmail.com> wrote: >> >>> 2013/11/18 Alexey Pavlov >>> 2013/11/18 Jon > Reasons why the following in a 32bit MSY

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/19 Jon > > On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem > wrote: > >> 2013/11/18 Alexey Pavlov >> >>> >>> >>> >>> 2013/11/18 Jon >>> Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful idea? [mingw] #Server = https://sourcefor

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/19 Ruben Van Boxem > 2013/11/18 Alexey Pavlov > >> >> >> >> 2013/11/18 Jon >> >>> Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an >>> awful idea? >>> >>> [mingw] >>> #Server = >>> https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$arch >>> Server = >>> h

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Jon
On Mon, Nov 18, 2013 at 3:05 PM, Ruben Van Boxem wrote: > 2013/11/18 Alexey Pavlov > >> >> >> >> 2013/11/18 Jon >> >>> Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an >>> awful idea? >>> >>> [mingw] >>> #Server = >>> https://sourceforge.net/projects/msys2/files/REPOS/MING

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Ruben Van Boxem
2013/11/18 Alexey Pavlov > > > > 2013/11/18 Jon > >> Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful >> idea? >> >> [mingw] >> #Server = >> https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$arch >> Server = >> https://sourceforge.net/projects/msys2/files/R

Re: [Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Alexey Pavlov
2013/11/18 Jon > Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful > idea? > > [mingw] > #Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$arch > Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64 > $arch specify MSYS architec

[Mingw-w64-public] MSYS2 32bit with pacman mingw 64bit repo?

2013-11-18 Thread Jon
Reasons why the following in a 32bit MSYS2's /etc/pacman.conf is an awful idea? [mingw] #Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$arch Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64 I don't believe there are any MSYS2 32bit exes or DLLs at

Re: [Mingw-w64-public] MSYS2 mpfr upgrade via pacman error

2013-11-17 Thread Jon
> You need rebase dlls. Close MSYS2 and execute autorebase.bat from msys > root directory > Will the dlls always need to be rebased after an upgrade? If not, which specific upgrade scenarios will need a rebase? Perhaps a comment added to autorebase.bat summarizing the scenarios that require rebas

Re: [Mingw-w64-public] MSYS2 mpfr upgrade via pacman error

2013-11-17 Thread Alexpux
or comment in /etc/pacman.conf mingw repository 17 нояб. 2013 г., в 22:15, Alexpux написал(а): > > 17 нояб. 2013 г., в 22:13, Jon написал(а): > >> >> On Sun, Nov 17, 2013 at 1:06 PM, Jon wrote: >> $ pacman -Syu >> :: Synchronizing package databases... >> msys 75.5 K

Re: [Mingw-w64-public] MSYS2 mpfr upgrade via pacman error

2013-11-17 Thread Alexpux
17 нояб. 2013 г., в 22:13, Jon написал(а): > > On Sun, Nov 17, 2013 at 1:06 PM, Jon wrote: > $ pacman -Syu > :: Synchronizing package databases... > msys 75.5 KiB 337K/s 00:00 > [] 100% > :: Starting full system upgrade... > resolving de

Re: [Mingw-w64-public] MSYS2 mpfr upgrade via pacman error

2013-11-17 Thread Jon
On Sun, Nov 17, 2013 at 1:06 PM, Jon wrote: > $ pacman -Syu > :: Synchronizing package databases... > msys 75.5 KiB 337K/s 00:00 > [] 100% > :: Starting full system upgrade... > resolving dependencies... > looking for conflicting packages...

Re: [Mingw-w64-public] MSYS2 mpfr upgrade via pacman error

2013-11-17 Thread Alexpux
17 нояб. 2013 г., в 22:06, Jon написал(а): > $ pacman -Syu > :: Synchronizing package databases... > msys 75.5 KiB 337K/s 00:00 > [] 100% > :: Starting full system upgrade... > resolving dependencies... > looking for conflicting packages..

[Mingw-w64-public] MSYS2 mpfr upgrade via pacman error

2013-11-17 Thread Jon
$ pacman -Syu :: Synchronizing package databases... msys 75.5 KiB 337K/s 00:00 [] 100% :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (4) bash-4.2.045-3 mpfr-3.1.2.p4-1 msys2-base-1

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Ray Donnelly
I unify my windows home with my MSYS2 homes using mklink /D so that e.g. C:\msys32\home\ray is a symlink to C:\Users\ray .. I haven't run into any problems with this recently. msysgit didn't used to like cloning to a folder within a symlink folder, but MSYS2 git is fine with it. Of course you'd ne

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Alexpux
14 нояб. 2013 г., в 0:56, Jon написал(а): > > Jon@Black ~ > $ cd ~ > > Jon@Black /home/Jon > $ pwd > /home/Jon > > Sorry, the above is not correct in the default case. The correct version is: > > Jon@Black ~ > $ cd ~ > -bash: cd: /home/Jon: No such file or directory > > Jon@Black ~ > $ pwd

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Jon
On Wed, Nov 13, 2013 at 3:53 PM, Alexpux wrote: > > 14 нояб. 2013 г., в 0:48, Jon написал(а): > > > On Wed, Nov 13, 2013 at 3:36 PM, Alexpux wrote: > >> >> 14 нояб. 2013 г., в 0:31, Jon написал(а): >> >> I'm an old cygwin user who went astray years ago and would like to >> confirm my MSYS2 set

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Jon
> Jon@Black ~ > $ cd ~ > > Jon@Black /home/Jon > $ pwd > /home/Jon > Sorry, the above is not correct in the default case. The correct version is: Jon@Black ~ $ cd ~ -bash: cd: /home/Jon: No such file or directory Jon@Black ~ $ pwd /c/Users/Jon My earlier experiments with HOME in msys2_shell.bat

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Alexpux
14 нояб. 2013 г., в 0:48, Jon написал(а): > > On Wed, Nov 13, 2013 at 3:36 PM, Alexpux wrote: > > 14 нояб. 2013 г., в 0:31, Jon написал(а): > >> I'm an old cygwin user who went astray years ago and would like to confirm >> my MSYS2 setup. >> >> Here's what I'm doing to have a sandboxed st

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Jon
On Wed, Nov 13, 2013 at 3:36 PM, Alexpux wrote: > > 14 нояб. 2013 г., в 0:31, Jon написал(а): > > I'm an old cygwin user who went astray years ago and would like to confirm > my MSYS2 setup. > > Here's what I'm doing to have a sandboxed style setup that isolates my > normal windows setup. For ex

Re: [Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Alexpux
14 нояб. 2013 г., в 0:31, Jon написал(а): > I'm an old cygwin user who went astray years ago and would like to confirm my > MSYS2 setup. > > Here's what I'm doing to have a sandboxed style setup that isolates my normal > windows setup. For example, I don't want MSYS2's default /etc/profile to

[Mingw-w64-public] MSYS2 correct HOME setup

2013-11-13 Thread Jon
I'm an old cygwin user who went astray years ago and would like to confirm my MSYS2 setup. Here's what I'm doing to have a sandboxed style setup that isolates my normal windows setup. For example, I don't want MSYS2's default /etc/profile to think HOME is C:\Users\Jon. I want it to think HOME is %

Re: [Mingw-w64-public] MSYS2: wrong disk space used reported by `du'

2013-11-13 Thread Adrien Nader
On Tue, Nov 12, 2013, Corinna Vinschen wrote: > On Nov 12 22:52, Óscar Fuentes wrote: > > Corinna Vinschen > > writes: > > > > > On Nov 12 13:59, Óscar Fuentes wrote: > > >> > > >> $ du -sh /lib/git-core > > >> 13M /lib/git-core > > >> > > >> Windows Explorer says that d:/msys32/lib/git-cor

Re: [Mingw-w64-public] MSYS2: wrong disk space used reported by `du'

2013-11-13 Thread Alexey Pavlov
2013/11/13 Corinna Vinschen > On Nov 12 22:52, Óscar Fuentes wrote: > > Corinna Vinschen > > writes: > > > > > On Nov 12 13:59, Óscar Fuentes wrote: > > >> > > >> $ du -sh /lib/git-core > > >> 13M /lib/git-core > > >> > > >> Windows Explorer says that d:/msys32/lib/git-core uses 169 MB. > Ob

Re: [Mingw-w64-public] MSYS2

2013-11-12 Thread Alexey Pavlov
I'm create 64-bit base MSYS2: msys64-base-x86_64-20131113.tar.xz Also I upload some updates for 32-bit: fix packman's warnings, update vim, glib2. You can update your 32-bit msys2 by "pacman -Syu"

Re: [Mingw-w64-public] MSYS2: wrong disk space used reported by `du'

2013-11-12 Thread Corinna Vinschen
On Nov 12 22:52, Óscar Fuentes wrote: > Corinna Vinschen > writes: > > > On Nov 12 13:59, Óscar Fuentes wrote: > >> > >> $ du -sh /lib/git-core > >> 13M /lib/git-core > >> > >> Windows Explorer says that d:/msys32/lib/git-core uses 169 MB. Obviously > >> `du' is wrong because that directory

Re: [Mingw-w64-public] MSYS2: wrong disk space used reported by `du'

2013-11-12 Thread Óscar Fuentes
Corinna Vinschen writes: > On Nov 12 13:59, Óscar Fuentes wrote: >> >> $ du -sh /lib/git-core >> 13M /lib/git-core >> >> Windows Explorer says that d:/msys32/lib/git-core uses 169 MB. Obviously >> `du' is wrong because that directory contains lots of executables, using >> 1.5 MB each. > > N

Re: [Mingw-w64-public] MSYS2: wrong disk space used reported by `du'

2013-11-12 Thread Corinna Vinschen
On Nov 12 13:59, Óscar Fuentes wrote: > > $ du -sh /lib/git-core > 13M /lib/git-core > > Windows Explorer says that d:/msys32/lib/git-core uses 169 MB. Obviously > `du' is wrong because that directory contains lots of executables, using > 1.5 MB each. No, Windows Explorer is wrong. It doesn

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Alexey Pavlov
2013/11/13 Ruben Van Boxem > Op 12-nov.-2013 21:11 schreef "Alexey Pavlov" : > > > > > > > > > > > 2013/11/13 Jon > >> > >> Understood. > >> > >> I think a vote is a bad idea because everyone has their favorite they'd > like to see in BASE. By accommodating too many favorites and trying to > ple

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Ruben Van Boxem
Op 12-nov.-2013 21:11 schreef "Alexey Pavlov" : > > > > > 2013/11/13 Jon >> >> Understood. >> >> I think a vote is a bad idea because everyone has their favorite they'd like to see in BASE. By accommodating too many favorites and trying to please all of us, BASE will become too large. >> >> The be

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Alexey Pavlov
2013/11/13 Jon > Understood. > > I think a vote is a bad idea because everyone has their favorite they'd > like to see in BASE. By accommodating too many favorites and trying to > please all of us, BASE will become too large. > > The beauty of pacman is that it is easy for any of use to enhance B

Re: [Mingw-w64-public] MSYS2 BASE package selection

2013-11-12 Thread Zach Thibeau
As is I think would be fine, just include basic instructions for the end user and let them do what they want On Nov 12, 2013 3:06 PM, "Jon" wrote: > Understood. > > I think a vote is a bad idea because everyone has their favorite they'd > like to see in BASE. By accommodating too many favorites a

  1   2   3   >