Hi,
I was trying to run my HLSL test suite patch through wine test bot and the build failed. However, it's not a compilation failure. Instead it complains about not being able to copy some executable file. Also, the build fails almost instantaneously. It also complains about a missing command.
The results are at https://testbot.winehq.org/JobDetails.pl?Key=5449&log_101=1#k101
How can I get this to builid and run?
Travis Athougies.
On Fri, Sep 24, 2010 at 2:30 AM, Travis Athougies iammisc@gmail.com wrote:
Hi,
I was trying to run my HLSL test suite patch through wine test bot and the build failed. However, it's not a compilation failure. Instead it complains about not being able to copy some executable file. Also, the build fails almost instantaneously. It also complains about a missing command.
The results are at https://testbot.winehq.org/JobDetails.pl?Key=5449&log_101=1#k101
How can I get this to builid and run?
Travis Athougies.
-- Travis Athougies
I can't comment on the build failure, but you can submit pre-compiled executables to the test bot as a workaround.
On Fri, Sep 24, 2010 at 12:30 AM, Travis Athougies iammisc@gmail.com wrote:
Hi,
I was trying to run my HLSL test suite patch through wine test bot and the build failed. However, it's not a compilation failure. Instead it complains about not being able to copy some executable file. Also, the build fails almost instantaneously. It also complains about a missing command.
Keep in mind that these tests are running in a virtual machine, so any graphics tests may be skipped/broken/fail in unexpected ways, compared to 'real' hardware.
Still, I would like for it to be able to be buillt..
On Fri, Sep 24, 2010 at 1:20 AM, Austin English austinenglish@gmail.com wrote:
On Fri, Sep 24, 2010 at 12:30 AM, Travis Athougies iammisc@gmail.com wrote:
Hi,
I was trying to run my HLSL test suite patch through wine test bot and the build failed. However, it's not a compilation failure. Instead it complains about not being able to copy some executable file. Also, the build fails almost instantaneously. It also complains about a missing command.
Keep in mind that these tests are running in a virtual machine, so any graphics tests may be skipped/broken/fail in unexpected ways, compared to 'real' hardware.
-- -Austin
On Fri, Sep 24, 2010 at 3:25 AM, Travis Athougies iammisc@gmail.com wrote:
Still, I would like for it to be able to be buillt..
While the build failure is concerning, it's somewhat moot given that the tests don't run anyway:
http://testbot.winehq.org/JobDetails.pl?Key=5450
An XP machine with NVIDIA graphics and a Vista machine with Intel graphics give:
hlsl: 653 tests executed (0 marked as todo, 0 failures), 0 skipped.
W dniu 24.09.2010 09:30, Travis Athougies pisze:
Hi,
I was trying to run my HLSL test suite patch through wine test bot and the build failed. However, it's not a compilation failure. Instead it complains about not being able to copy some executable file. Also, the build fails almost instantaneously. It also complains about a missing command.
The results are at https://testbot.winehq.org/JobDetails.pl?Key=5449&log_101=1#k101
How can I get this to builid and run?
Travis Athougies.
Hi I also had this problem yesterday both with patches submitted manually and my patches transferred from wine-patches. I can confirm that sending executables instead worked for me, but this is possible only when submitting own test, and not when it is loaded from wine-patches.
It is also strange that as I see, only your and my patches causes this error, there's some other which works properly. I hope Greg will look at this, if he finds time.
From: Mariusz Pluciński
I also had this problem yesterday both with patches submitted manually and my patches transferred from wine-patches. I can confirm that sending executables instead worked for me, but this is possible only when submitting own test, and not when it is loaded from wine-patches.
It is also strange that as I see, only your and my patches causes this error, there's some other which works properly. I hope Greg will look at this, if he finds time.
It's on my TODO list for this weekend.
Greg.
From: Mariusz Pluciński
I also had this problem yesterday both with patches submitted manually and my patches transferred from wine-patches. I can confirm that sending executables instead worked for me, but this is possible only when submitting own test, and not when it is loaded from wine-patches.
It is also strange that as I see, only your and my patches causes this error, there's some other which works properly. I hope Greg will look at this, if he finds time.
This is now fixed. The problem occurred when your patch contained a change to tests/Makefile.in. The config.status invocation to create an updated Makefile recently changed, TestBot now calls config.status with the correct arguments again.
Greg.
W dniu 26.09.2010 20:27, Greg Geldorp pisze:
This is now fixed. The problem occurred when your patch contained a change to tests/Makefile.in. The config.status invocation to create an updated Makefile recently changed, TestBot now calls config.status with the correct arguments again.
Greg.
Hi Thanks for your efforts. Good to know that bot is working well again.
On Fri, 24 Sep 2010 00:30:14 -0700, Travis Athougies iammisc@gmail.com wrote:
The results are at https://testbot.winehq.org/JobDetails.pl?Key=5449&log_101=1#k101
I got a similar error on my own machine just a while ago. Apparently AJ has recently changed some variable names in the makefiles but some of the old names (e.g. TOPOBJDIR) may persist in local cache files. Removing config.* and all Makefiles fixed this.