|
From: Keith M. <kei...@us...> - 2017-08-21 12:33:04
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 20/08/17 21:16, David Gressett wrote: > The offenders found so far are > > gnatmake.exe - crashes > gnatlink.exe - can't find the files specified on its command line > gnatclean.exe - crashes > gnatxref.exe - does nothing, produces no error messages > gnatls.exe - can't find the files specified on its command line > gnatchop.exe - can't find the files specified on its command line > > gnatbind.exe and gnatkr.exe seem to behave correctly. Since Ada might just as well be greek (a language which I do not speak) to me ... > At this point, new projects that were dumped on me have eaten up all > of my round tuits. When I get back to this, I will open an issues > ticket for this which will contain minimal source files which are > used to cause the failures and also the exact error messages. ... until you can do this, there isn't much I can do to investigate. FWIW, under wine: $ WINEPATH=/mingw/bin dist/staged/bin/gnatmake.exe --version; rstty GNATMAKE 6.3.0 Copyright (C) 1995-2016, Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (and "gnatmake.exe --help", similarly, produces expected output). That's about the limit of the testing I can perform, unaided. FTR, without "WINEPATH=/mingw/bin" it does crash, because libiconv-2.dll is nowhere that gnatmake.exe can find it, but I suspect that your issue is more fundamental than that. I have rebuilt all of the packages, since uploading the distribution, to remove an accidental dependency on libmingwex-0.dll, but I don't believe any of the Ada tools were affected. If it helps, I can make the rebuilt Ada binary package available, via your ticket, so you may check if the issue persists with that. - -- Regards, Keith. Public key available from keys.gnupg.net Key fingerprint: C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQIcBAEBAgAGBQJZmtL4AAoJEMCtNsY0flo/mBUP/i+W2WNA7ToKiHS+sFvOJqno EKwmjnCqnF7/PkeY9vBebYLGBULOtmhB8ka+geVMW0Fpmu7FzIgv1gwmIvjwMNG3 WoHryvGozwyjfXlLz1uhF4xe3+tirZbVzKNNjhW7g7jB1GtXdGPOoKbBkxfFLgLm 8ymm3WTjpUMwRCxt36OsnMLuyt+uNP5I/PD0Q7PGebxcvRr7qmOHa3JRsXvpDYmN gFHidnf9fhR+o6YHRKpIrfqIoNC2wKy5e7Ns9RRboQaVMyNdsFK+60IwPP4cxkDC tZX0oUN8Rgw6rkcTJvpE/kQKXg9chV5DY8DuBY5Wn87eYzXgOz1GMeOD4Lcp7Vnx lKFjWj4Q45xrqzQSt+srQmQScHE4iAjCiNbXMrS3xt2tFAUK7h/Ogy74OTvwWY0H wX1E42PayGMU8uCZoZ46aw1kPHqHILPLvXx8uspA+HHmPFDMEOpP+Ye9CeDQpfqn Dqq7b4khWtwrWBRGr3jWrlUdFAlqlDg3B+X2J3I/Yfp5TdXVMN6xknQsNQYGaWDC aHp+0EY2A3IfFbupsyx0cZNbtsj4CDwk2Rr/NN+3HMak18xvb+KkSsWJafRYjCM0 lU42IDWcSYwqLp5RWXgX18LTJPhDczojaJzy1clRNePuq9hHyGqk5+5AbEIhIqBT BOyU7WgcIsQnRFESRQU/ =PkrH -----END PGP SIGNATURE----- |