Re: [Emc-developers] test failure

2020-07-05 Thread Rod Webster
I am running Linux Mint and I installed it direct from this page
https://community.linuxmint.com/software/view/libtirpc-dev
And it seems to have fixed it. Hopefully it might fix some other
failed tests I had here the last couple of days.

Rod Webster
*1300 896 832*
+61 435 765 611
VMN®
www.vmn.com.au



On Sun, 5 Jul 2020 at 22:16, Reinhard 
wrote:

> On Sonntag, 5. Juli 2020, 13:46:34 CEST andy pugh wrote:
> > Because I don't have libtirpc.
>
> That was a good hint! Thank you.
>
> I didn't have the lib either.
> So I installed package libtirpc3 (which installs libtirpc-common), but
> that
> did not change anything.
> I had to install the developer version libtirpc-dev and the tests passed.
>
> cheers Reinhard
>
>
>
>
>
>
> ___
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] test failure

2020-07-05 Thread Reinhard
On Sonntag, 5. Juli 2020, 13:46:34 CEST andy pugh wrote:
> Because I don't have libtirpc.

That was a good hint! Thank you.

I didn't have the lib either.
So I installed package libtirpc3 (which installs libtirpc-common), but that 
did not change anything.
I had to install the developer version libtirpc-dev and the tests passed.

cheers Reinhard






___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] test failure

2020-07-05 Thread andy pugh
On Sun, 5 Jul 2020 at 12:08, John Morris  wrote:

> Can you please include the `stderr` and `results` files from the failed
> test?  That should tell us more about what went wrong.

I have a different problem with that test:

andypugh@rm-one:~/linuxcnc-dev/tests/build/header-sanity$ runtests -v .
Running test: .
+ set -xe
++ pkg-config --silence-errors --cflags libtirpc
+ CPPFLAGS=
*** .: XFAIL: test run exited with 1

It looks like
CPPFLAGS=$(pkg-config --silence-errors --cflags libtirpc)
fails. Because I don't have libtirpc.

It seems that libtirpc-dev is a dependency of LinuxCNC, but if you
don't have it there is no complaint.
Possibly ./configure should check for its presence (as it uses it)

--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] test failure

2020-07-05 Thread Reinhard
On Sonntag, 5. Juli 2020, 10:34:00 CEST John Morris wrote:
> Can you please include the `stderr` and `results` files from the failed
> test?  That should tell us more about what went wrong.

stderr is this:
-  ---
+ set -xe
++ pkg-config --silence-errors --cflags libtirpc
+ CPPFLAGS=
-  ---

and results has 0 bytes




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] test failure

2020-07-05 Thread John Morris

Hi Reinhard,

On 7/5/20 12:14 PM, Reinhard wrote:

Hi,

on a rip-installation from git-master compiled as uspace on current debian
stable (buster) test fails:

"make tests" fails with:
Reading 213/213 realtime dependency files
Done reading realtime dependencies
make: *** no rule to create „hal-test.html“,
needed by „tests“.  end.

source ../scripts/rip-environment
runtests
fails with:
Runtest: 234 tests run, 233 successful, 1 failed + 0 expected
Failed:
  /usr/local/src/linuxcnc-dev/tests/build/header-sanity


This is probably related to changes I recently put in.

Can you please include the `stderr` and `results` files from the failed 
test?  That should tell us more about what went wrong.


Thanks-

John


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


[Emc-developers] test failure

2020-07-04 Thread Reinhard
Hi,

on a rip-installation from git-master compiled as uspace on current debian 
stable (buster) test fails:

"make tests" fails with:
Reading 213/213 realtime dependency files
Done reading realtime dependencies
make: *** no rule to create „hal-test.html“, 
needed by „tests“.  end.

source ../scripts/rip-environment
runtests
fails with:
Runtest: 234 tests run, 233 successful, 1 failed + 0 expected
Failed: 
  /usr/local/src/linuxcnc-dev/tests/build/header-sanity


cheers Reinhard




___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers