Re: [Msys2-users] makepkg-mingw hangs at prepare()

2019-11-25 Thread Weber, Holger
reitag, 22. November 2019 15:03 An: msys2-users@lists.sourceforge.net Betreff: Re: [Msys2-users] makepkg-mingw hangs at prepare() "Weber, Holger" writes: > I did the same in msys2_shell.cmd but with the same effect. > Any other things I can do? PKGBUILD is, essentially, a shell scrip

Re: [Msys2-users] makepkg-mingw hangs at prepare()

2019-11-22 Thread Óscar Fuentes
"Weber, Holger" writes: > I did the same in msys2_shell.cmd but with the same effect. > Any other things I can do? PKGBUILD is, essentially, a shell script. Search for the function prepare() and insert "echos" before each command to trace the execution and locate the point that hangs. ___

Re: [Msys2-users] makepkg-mingw hangs at prepare()

2019-11-22 Thread Weber, Holger
I did the same in msys2_shell.cmd but with the same effect. Any other things I can do? 在 2019/11/22 20:05, Weber, Holger 写道: >   > > I waited for hours but nothing happens. Also the CPU usage is not high > for the process. > > I run msys2 on my windows 10 machine and started the build in the

Re: [Msys2-users] makepkg-mingw hangs at prepare()

2019-11-22 Thread Liu Hao
在 2019/11/22 20:05, Weber, Holger 写道: >   > > I waited for hours but nothing happens. Also the CPU usage is not high > for the process. > > I run msys2 on my windows 10 machine and started the build in the > mingw64.exe shell. > >   > > Any ideas? > >   You should run `makepkg-mingw` in the

[Msys2-users] makepkg-mingw hangs at prepare()

2019-11-22 Thread Weber, Holger
Hi there, I wanted to upgrade to a newer / special qt5 release (x64). The version that I need (5.12.6) is not available as a package so I followed the manual at https://github.com/msys2/msys2/wiki/Creating-packages git clone "https://github.com/Alexpux/MINGW-packages";