Re: A future for the Windows packaging situation.

2020-05-13 Thread David Macek
ds (no pipes, no flow control etc.) that are the bread and butter for developers work just fine. I sense I'm missing some context; why is this an issue? -- David Macek ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Windows build broken again

2017-03-07 Thread David Macek
n't seem to tell us what's the error from ghc-pkg. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: SSH failing on Windows

2016-08-22 Thread David Macek
> Simon Peyton Jones via ghc-devs wrote: >> I have a .ssh directory set up, with a copy of all the files that used to >> work. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list g

Re: Msys2 64: progress

2016-06-30 Thread David Macek
On 30. 6. 2016 14:53, David Macek wrote: > Weird. My MSYS2 autodetects and sets `LANG=en_US.UTF-8`. Can you try setting > that in the terminal before running `./boot` and or the testsuite? In bash, that's `export LANG=en_US.UTF-8`. -- David Macek smime.p7s Description: S/MIME Cryptog

Re: Msys2 64: progress

2016-06-30 Thread David Macek
LANG = "ENG" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). Weird. My MSYS2 autodetects and sets `LANG=en_US.UTF-8`. Can you try setting that in the terminal before running `./boot` and or the testsuite? --

Re: Msys2 64: progress

2016-06-29 Thread David Macek
On 29. 6. 2016 13:16, David Macek wrote: > On 29. 6. 2016 0:27, loneti...@gmail.com wrote: >> In any case, downgrading back to 7.48.0 worked for me. >> >> I don’t know how to do that with pacman > > curl -Os http://repo.msys2.org/msys/x86_64/libcurl-7.48.0-1-x86_64

Re: Msys2 64: progress

2016-06-29 Thread David Macek
-1-x86_64.pkg.tar.xz pacman -U libcurl-7.48.0-1-x86_64.pkg.tar.xz curl-7.48.0-1-x86_64.pkg.tar.xz rm libcurl-7.48.0-1-x86_64.pkg.tar.xz curl-7.48.0-1-x86_64.pkg.tar.xz -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing

Re: msys2 64 bit: help help!

2016-06-28 Thread David Macek
de is that I have no idea whether this combination works well currently (or at all). b) `git config core.fscache true`. I'm not sure if this option is supported under Cygwin. [1] <https://github.com/git-for-windows/git/wiki/Install-inside-MSYS2-proper> [2] <https://git-for-windows.g

Re: msys2 64 bit: help help!

2016-06-28 Thread David Macek
e above. Note that you might need `msys2_shell.cmd -mingw64` instead (not sure if it matters for GHC). -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: msys2 64 bit: help help!

2016-06-27 Thread David Macek
indow > > > > Does anyone have any idea what I can do or how I can investigate? I can’t do > any GHC development without this! Hi. Please try `C:\msys64\usr\bin\mintty.exe -h always -` (incl. the trailing dash). You can also try `C:\msys64\usr\bin\bash.exe -li` in case the

Re: [ANNOUNCE] Glasgow Haskell Compiler 8.0.1, release candidate 1

2016-01-13 Thread David Macek
> [1] https://cygwin.com/ml/cygwin/2015-12/msg3.htm I believe that issue is resolved in latest msys2-runtime. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.hask

Re: Window build broken

2015-11-18 Thread David Macek
x from Windows drive/letter mounts: none / cygdrive binary,posix=0,noacl,user 0 0 -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Window build broken

2015-11-17 Thread David Macek
y checked, but could it be that the object file is for a different architecture? What does `file` say about it? -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.or

Re: MSYS2 package for GHC 7.10.1

2015-06-04 Thread David Macek
mingw64_shell.bat. For usage outside of MSYS2, add `$msysroot/mingw64/bin` to PATH. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo

Re: MSYS2 package for GHC 7.10.1

2015-05-22 Thread David Macek
On 22. 5. 2015 15:58, Yitzchak Gale wrote: Wow, this sounds great! Just to clarify - this would still be a mingw-w64 build and not require the msys2 DLLs, correct? Correct. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature

Re: MSYS2 package for GHC 7.10.1

2015-05-21 Thread David Macek
the package and its dependencies 2. Extract them into a temporary directory 3. Create a tarball or an installer from that 4. Upload to GHC servers This is essentially what the new Git for Windows does (and what some other projects that use MSYS2 as their build environment do). -- David Macek

Re: Automating GHC build for Windows

2015-03-29 Thread David Macek
-install/package-data.mk] Error 1 Makefile:71: recipe for target 'all' failed make: *** [all] Error 2 (Paths starting with buildir were shortened by me for the purpose of posting here.) -- David Macek smime.p7s Description: S/MIME Cryptographic Signature

Re: Windows build gotchas

2015-01-08 Thread David Macek
ever get to having a ghc package for MSYS2, it will use $HOME instead of $APPDATA, but that won't actually help with the problem of MSYS2 re-install not cleaning everything the build left behind. -- David Macek smime.p7s Description: S/MIME Cryptographic Signature

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-10 Thread David Macek
. Could you attach the script you use for running validate in a loop? (I'm sure it's simple enough for me to write it, but if I can avoid it...) -- David Macek ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-05 Thread David Macek
Sorry for the large amount of messages. On 5. 11. 2014 8:01, David Macek wrote: I'm running validate to double check (detected 4 CPUs). I got the validate results: Unexpected results from: TEST=linker_unload listCommand002 T5681 T5486 T7571 ghcpkg05 T3924 T7702 plugins01 T6106 ghci038

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-04 Thread David Macek
optimizations, because with my compiler, I get both hi and bye (or not, when I pass -Og). Try this code: #include stdio.h int main() { printf(hi\n); ((void(*)())(0))(); printf(bye\n); return 0; } -- David Macek ___ ghc-devs mailing list ghc-devs

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-04 Thread David Macek
On 4. 11. 2014 1:30, Ray Donnelly wrote: Finally, can anyone else confirm the problem? I'm sorry if I missed it, but I can't find what source version you're using, Gintautas. Release/trunk? -- David Macek ___ ghc-devs mailing list ghc-devs

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-04 Thread David Macek
going to work only in pure msys2 shell? -- David Macek ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-04 Thread David Macek
out of [ xxx.dylib, xxx, ... ], I think it was in cabal builds - could not find link destionations for: xxx I hope it helps somehow. Maybe your issues come from mixing msys2 and mingw toolchain after all. -- David Macek ___ ghc-devs mailing list ghc

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-04 Thread David Macek
with -j5 (I have a 4-core CPU). I have only tried a couple of runs with -j1 (takes a while...), so I can't say for sure that non-parallel builds are stable, but 2/2 runs succeeded. Nope. I'll try with -j5. -- David Macek ___ ghc-devs mailing list ghc

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-04 Thread David Macek
On 4. 11. 2014 23:23, David Macek wrote: Nope. I'll try with -j5. So that looks like another successful build. Unless make can ignore the -j argument, I'd say the issue is caused or activated by your configuration. I'm running validate to double check (detected 4 CPUs). Maybe we should work

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-03 Thread David Macek
, ) ] -- David Macek ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: [Msys2-users] Debugging undeterministic segfaults

2014-11-03 Thread David Macek
an MSYS2 package becomes available), cabal can be built using cabal-install PKGBUILD and alex and happy can then be downloaded and built using cabal. -- David Macek ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo