octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45564] 'make dist' fails with new build syste


From: Rik
Subject: [Octave-bug-tracker] [bug #45564] 'make dist' fails with new build system
Date: Thu, 16 Jul 2015 15:29:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

URL:
  <http://savannah.gnu.org/bugs/?45564>

                 Summary: 'make dist' fails with new build system
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 16 Jul 2015 08:29:25 AM PDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: jwe
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is an in-tree build from a fresh clone of the Mercurial source tree using
cset 20355:e365a34a1c5c.

Building Octave works fine, but making a tarball fails.


make -j1 V=1 dist
rm -f AUTHORS-t AUTHORS && \
        if [ "x." != "x." ] && [ -f ./doc/interpreter/contributors.texi ] && [
! -f doc/interpreter/contributors.texi ]; then \
                cp ./doc/interpreter/contributors.texi
doc/interpreter/contributors.texi; \
                touch -r ./doc/interpreter/contributors.texi
doc/interpreter/contributors.texi; \
        fi && \
        /bin/bash /home/rik/wip/Projects_Mine/tmp-dev/build-aux/missing --run
makeinfo -D AUTHORSONLY -I ./doc/interpreter/ \
          --no-validate --no-headers --no-split --output AUTHORS-t
doc/interpreter/preface.texi && \
        mv AUTHORS-t AUTHORS
rm -f ChangeLog-t ChangeLog && ( cd .; hg log --style=build-aux/changelog.tmpl
--prune=b0e60ad4ae26 --only-branch=`hg branch`; echo ""; echo "See the files
in the directory etc/OLD-ChangeLogs for changes before 2011-04-19"; ) >
ChangeLog-t && mv ChangeLog-t ChangeLog
make: *** No rule to make target `libinterp/Makefile.in', needed by `distdir'.
 Stop.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45564>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]