Saulius Krasuckas

Results 307 comments of Saulius Krasuckas

To answer myself: OK, it looks like not – at least some software is seemingly build from the original sources: https://github.com/vlang/vinix/blob/e6254435854f0a0ecb6fe645f59a24691099f490/recipes/xorg-server ... so even if I vote for reusing `apk`,...

On MSYS2 and Cygwin the binary gets built, but running it generates a segfault: ``` saukrs@DESKTOP-O7JE7JE MSYS ~ $ uni♥code/a.exe Segmentation fault saukrs@DESKTOP-O7JE7JE MSYS ~ $ ./a.exe Segmentation fault saukrs@DESKTOP-O7JE7JE...

I wonder if `docker inspect container 'f7a6cbb970229f18d16f4a60d6a2d9416fc137aeff78557845d26e7fae066a38'` (as mentioned in the log) would reveal more debug info.

PS. The search for `panic: could not setup socket sender` in this repo led me to https://github.com/carlmontanari/boxen/issues/41#issuecomment-1312905555. @BouchardClaude commented [on Nov 14, 2022](https://github.com/carlmontanari/boxen/issues/41#issuecomment-1312905555): > I look like qemu was crashing...

@jcrben writes: > wish we could get symlinks on Windows without enabling Developer Mode. See also: [Why do you have to be an admin to create a symlink in Windows?](https://security.stackexchange.com/questions/10194/why-do-you-have-to-be-an-admin-to-create-a-symlink-in-windows)...

@dscho commented [3 days ago](https://github.com/msys2/msys2-runtime/pull/114#issuecomment-2633775431) > > Assigning `SeCreateSymbolicLinkPrivilege` to your user once is enough. That's what I did in the past on my w10, and I am running fine...

@jeremyd2019, `editrights` that you found seems to work just fine: Thank you.

@dscho wrote: > Honestly, I was thinking more about an automatable solution that requires nothing but PowerShell, something like: > > ```powershell > ... > secedit /export /cfg $SecEditExportFile /areas...

@totszwai, not to interfere with your original issue, but that works on both Cygwin: ![image](https://github.com/msys2/MSYS2-packages/assets/7887758/4b6e30ed-05c4-4efe-a683-e0be26d23afa) ... and on [Midipix](https://github.com/lalbornoz/midipix_build#1-what-is-midipix-and-how-is-it-different): ![image](https://github.com/msys2/MSYS2-packages/assets/7887758/c44530cf-490a-401b-8b4d-ff90d6c464c5)