[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tips for understanding systemtap build failure?



On Tue, Feb 21, 2012 at 11:43:36PM +0200, Timo Juhani Lindfors wrote:
> Philipp Kern <pkern@debian.org> writes:
> > sure, if you tell me what to run.  make install didn't work with the
> > pristine source.
> 
> I test the debian packages with
> 
> apt-get source systemtap
> cd systemtap-*
> touch -d @0 stap
> ./configure --prefix=/usr
> sudo make installcheck
> 
> This assumes that systemtap has already been installed so you'd need to
> add s390x to debian/control, build the package and then install it
> before running the above commands.

Same failure as before:

(sid-s390x)pkern@pkernl0:~/systemtap-1.6$ sudo make installcheck
if test \! -e /usr/bin/stap; then \
          echo /usr/bin/stap doesn\'t exist, run make install; \
          exit -1; \
        fi; \
        if test ./stap -nt /usr/bin/stap; then \
          echo "/usr/bin/stap is not recent, run make install"; \
          exit -1; \
        fi;
make -C testsuite installcheck RUNTESTFLAGS=""
make[1]: Entering directory `/home/pkern/systemtap-1.6/testsuite'
Making a new site.exp file...
rmmod uprobes 2>/dev/null
make[1]: [installcheck] Error 1 (ignored)
make  check-DEJAGNU RUNTESTFLAGS=" --tool_opts \'install \'"
make[2]: Entering directory `/home/pkern/systemtap-1.6/testsuite'
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
        EXPECT=expect; export EXPECT; \
        runtest="env LANG=C SYSTEMTAP_TESTREMOTES= SYSTEMTAP_TESTAPPS= SYSTEMTAP_RUNTIME=/usr/share/systemtap/runtime SYSTEMTAP_TAPSET=/usr/share/systemtap/tapset LD_LIBRARY_PATH=/usr/lib/systemtap CRASH_LIBDIR=/usr/lib/systemtap PATH=/usr/bin:$PATH SYSTEMTAP_PATH=/usr/bin SYSTEMTAP_INCLUDES=/usr/include  PKGLIBDIR=/usr/libexec/systemtap ./execrc runtest"; \
        if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \
          exit_status=0; l='systemtap'; for tool in $l; do \
            if $runtest  --tool $tool --tool_opts \'\' --srcdir $srcdir --tool_opts \'install \'; \
            then :; else exit_status=1; fi; \
          done; \
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
        fi; \
        exit $exit_status
./execrc: 1: eval: runtest: not found
make[2]: Leaving directory `/home/pkern/systemtap-1.6/testsuite'
if test -n ""; then mail  < systemtap.sum; fi
make[1]: Leaving directory `/home/pkern/systemtap-1.6/testsuite'

Kind regards
Philipp Kern

Attachment: signature.asc
Description: Digital signature


Reply to: