Maarten Hoes hoes.maarten@gmail.com [hercules-390]
2016-12-03 14:54:14 UTC
Hi,
Not sure if to report it here or open an issue on github, and besides I'm
sure it's 'work in progress' and known already, but ...
When using this git commit:
commit: dcd3e703deac09fa72972e1ca75955abe6ea56f4
Date: 2016-12-03 06:20:40 -0500
Hyperion both fails to build 'make all' for me, and fails 'make clean' (and
possibly other make targets ?).
$ make clean
$ git pull
$ ./autogen.sh
$ ./configure --enable-getoptwrapper --enable-debug --enable-ipv6
--enable-cckd-bzip2 --enable-het-bzip2 --enable-object-rexx
--enable-regina-rexx --enable-interlocked-access-facility-2=yes
--enable-optimization=no
$ make -j1
< - snip - >
Making all in tests
make[2]: Entering directory '/home/maarten/src/hyperion/tests'
make[2]: *** No rule to make target 'all'. Stop.
make[2]: Leaving directory '/home/maarten/src/hyperion/tests'
Makefile:2294: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/maarten/src/hyperion'
Makefile:1703: recipe for target 'all' failed
make: *** [all] Error 2
$ make clean
< - snip - >
Making clean in tests
make[1]: Entering directory '/home/maarten/src/hyperion/tests'
make[1]: *** No rule to make target 'clean'. Stop.
make[1]: Leaving directory '/home/maarten/src/hyperion/tests'
Makefile:2294: recipe for target 'clean-recursive' failed
make: *** [clean-recursive] Error 1
The reason seems to be the addition of 'tests' to 'SUBDIRS =' in
Makefile.am.
Again, Im sure it's being worked on already.
- Maarten Hoes
Not sure if to report it here or open an issue on github, and besides I'm
sure it's 'work in progress' and known already, but ...
When using this git commit:
commit: dcd3e703deac09fa72972e1ca75955abe6ea56f4
Date: 2016-12-03 06:20:40 -0500
Hyperion both fails to build 'make all' for me, and fails 'make clean' (and
possibly other make targets ?).
$ make clean
$ git pull
$ ./autogen.sh
$ ./configure --enable-getoptwrapper --enable-debug --enable-ipv6
--enable-cckd-bzip2 --enable-het-bzip2 --enable-object-rexx
--enable-regina-rexx --enable-interlocked-access-facility-2=yes
--enable-optimization=no
$ make -j1
< - snip - >
Making all in tests
make[2]: Entering directory '/home/maarten/src/hyperion/tests'
make[2]: *** No rule to make target 'all'. Stop.
make[2]: Leaving directory '/home/maarten/src/hyperion/tests'
Makefile:2294: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/maarten/src/hyperion'
Makefile:1703: recipe for target 'all' failed
make: *** [all] Error 2
$ make clean
< - snip - >
Making clean in tests
make[1]: Entering directory '/home/maarten/src/hyperion/tests'
make[1]: *** No rule to make target 'clean'. Stop.
make[1]: Leaving directory '/home/maarten/src/hyperion/tests'
Makefile:2294: recipe for target 'clean-recursive' failed
make: *** [clean-recursive] Error 1
The reason seems to be the addition of 'tests' to 'SUBDIRS =' in
Makefile.am.
Again, Im sure it's being worked on already.
- Maarten Hoes