[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43047] build failure during making docimentat
From: |
Tatsuro MATSUOKA |
Subject: |
[Octave-bug-tracker] [bug #43047] build failure during making docimentation |
Date: |
Fri, 22 Aug 2014 00:03:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 |
URL:
<http://savannah.gnu.org/bugs/?43047>
Summary: build failure during making docimentation
Project: GNU Octave
Submitted by: tmacchant
Submitted on: 2014年08月22日 00時03分16秒
Category: Documentation
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Build Failure
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
I have check out the development source yesterday (21 Aug., 2014).
and tried to build.
The build failed during making docimentation.
../../run-octave -f -q -H -p ../../../octave/doc/interpreter --eval
"splineimages ('splinefit6', 'txt');"
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd
../../../octave/doc/interpreter && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash
/home/tatsuromatsuoka/work/Octave/develop/octave/build-aux/missing makeinfo
--version) >/dev/null 2>&1; then \
for f in ../../../octave/doc/interpreter/octave.info
../../../octave/doc/interpreter/octave.info-[0-9]
../../../octave/doc/interpreter/octave.info-[0-9][0-9]
../../../octave/doc/interpreter/octave.i[0-9]
../../../octave/doc/interpreter/octave.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/bash
/home/tatsuromatsuoka/work/Octave/develop/octave/build-aux/missing makeinfo
-I ../../../octave/doc/interpreter \
-o ../../../octave/doc/interpreter/octave.info
../../../octave/doc/interpreter/octave.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd ../../../octave/doc/interpreter; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd ../../../octave/doc/interpreter && \
$restore $backupdir/* `echo
"./../../../octave/doc/interpreter/octave.info"
| sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
./func.texi:773: must be after address@hidden' to use address@hidden'
./func.texi:773: warning: missing name for @deftypefnx
./func.texi:776: must be after address@hidden' to use address@hidden'
./func.texi:776: warning: missing name for @deftypefnx
./func.texi:779: must be after address@hidden' to use address@hidden'
./func.texi:779: warning: missing name for @deftypefnx
./func.texi:783: must be after address@hidden' to use address@hidden'
./func.texi:783: warning: missing name for @deftypefnx
./func.texi:786: must be after address@hidden' to use address@hidden'
./func.texi:789: must be after address@hidden' to use address@hidden'
./func.texi:792: must be after address@hidden' to use address@hidden'
./func.texi:800: must be after address@hidden' to use address@hidden'
make[3]: *** [../../../octave/doc/interpreter/octave.info] Error 1
make[3]: Leaving directory
`/home/tatsuromatsuoka/work/Octave/develop/build/doc/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/tatsuromatsuoka/work/Octave/develop/build/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tatsuromatsuoka/work/Octave/develop/build'
make: *** [all] Error 2
Any suggestions?
I am using Ubuntu 14.04 LTS amd64. GCC version is 4.8.2.
Tatsuro
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43047>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43047] build failure during making docimentation,
Tatsuro MATSUOKA <=