Good morning,
Is there really a test suite in itstool? We have the user run:
./configure --prefix=/usr && make && make check
But when I run the test suite, all I get is:
Making check in its
make[1]: Entering directory '/sources/itstool-2.0.2/itstool-2.0.2/its'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/sources/itstool-2.0.2/itstool-2.0.2/its'
make[1]: Entering directory '/sources/itstool-2.0.2/itstool-2.0.2'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '/sources/itstool-2.0.2/itstool-2.0.2'
The same seems to be done for make:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory...
${prefix}/lib/python2.7/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages
checking for python module libxml2... found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating itstool
config.status: creating itstool.1
config.status: creating its/Makefile
Making all in its
make[1]: Entering directory '/sources/itstool-2.0.2/itstool-2.0.2/its'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/sources/itstool-2.0.2/itstool-2.0.2/its'
make[1]: Entering directory '/sources/itstool-2.0.2/itstool-2.0.2'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/sources/itstool-2.0.2/itstool-2.0.2'
It looks like everything is generated by configure.
Do we really need those instructions, or can we remove them?
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page