Alejandro R Mosteo

Results 151 comments of Alejandro R Mosteo

Some paths are still necessary when there is dynamic linking involved. On linux it's `LD_LIBRARY_PATH`, on Windows it's `PATH`. So that might be part of the issue. I hope these...

To work around this issue, you need to stop using the automatically generated configuration project file. To do so, in your main project file (which Alire doesn't touch) you remove...

Could you try to reproduce it again with `-vv -d` global switches? Thanks in advance.

Thanks for the logs. The reason why it doesn't fail on second run is because the tool selection wizard is already disabled although the compiler failed to install. If you...

I'm unable to reproduce this locally and so I'm having trouble coming up with ideas on why the renaming is failing. Any chances you're low on disk, or have something...

Yes, this should be fixed in `alr test` to attempt a different kind of testing or simply skip build for now. The current way to work around `alr test` would...

Right, it will protest because of extraneous files. How/when is that file generated? Other macOS users haven't reported any problems.

OK, this can be downgraded to a warning or note for regular users, keeping the error only for the `--strict` checks.

It's probably due to gnat-7.5 being too old. Do you have the chance to try Ubuntu 20.04?

I'm afraid then that `aaa` might not be your only blocker. I guess that being on ARMv8 is not the problem here but the `gnat` version. Let's hope at some...