[build-status: 70044] Log for successful build of menhir_20070322.dfsg-2 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Tue Apr 17 10:48:53 JST 2007


Automatic build of menhir_20070322.dfsg-2 on mappi005 by sbuild/m32r 0.53
Build started at 20070417-1022
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 174kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main menhir 20070322.dfsg-2 (dsc) [783B]
Get:2 http://debian.linux-m32r.org 06_devonian/main menhir 20070322.dfsg-2 (tar) [168kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main menhir 20070322.dfsg-2 (diff) [4669B]
Fetched 174kB in 22s (7748B/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.0.0), dpatch, ocaml-nox (>= 3.09), ocaml-findlib
Checking for already installed source dependencies...
debhelper: already installed (5.0.45 >= 4.0.0 is satisfied)
dpatch: already installed (2.0.21)
ocaml-nox: missing
Using default version 3.09.2-7
ocaml-findlib: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  ocaml-interp
Suggested packages:
  ocaml-doc tuareg-mode ocaml-mode
Recommended packages:
  ledit
The following NEW packages will be installed:
  ocaml-findlib ocaml-interp ocaml-nox
0 upgraded, 3 newly installed, 0 to remove and 32 not upgraded.
Need to get 0B/4912kB of archives.
After unpacking 21.3MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  ocaml-interp ocaml-nox ocaml-findlib
Authentication warning overridden.
Selecting previously deselected package ocaml-interp.
(Reading database ... 74879 files and directories currently installed.)
Unpacking ocaml-interp (from .../ocaml-interp_3.09.2-7_m32r.deb) ...
Selecting previously deselected package ocaml-nox.
Unpacking ocaml-nox (from .../ocaml-nox_3.09.2-7_m32r.deb) ...
Selecting previously deselected package ocaml-findlib.
Unpacking ocaml-findlib (from .../ocaml-findlib_1.1.1-6_m32r.deb) ...
Setting up ocaml-interp (3.09.2-7) ...

Setting up ocaml-nox (3.09.2-7) ...

Setting up ocaml-findlib (1.1.1-6) ...

Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting menhir in menhir-20070322.dfsg
dpkg-source: unpacking menhir_20070322.dfsg.orig.tar.gz
dpkg-source: applying /debian/buildd/build/menhir_20070322.dfsg-2.diff.gz
dpkg-buildpackage: source package is menhir
dpkg-buildpackage: source version is 20070322.dfsg-2
dpkg-buildpackage: source changed by Samuel Mimram <smimram at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 20070322.dfsg-2
 /usr/bin/fakeroot debian/rules clean
dpatch  deapply-all  
manpage not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
make[1]: Entering directory `/build/buildd/menhir-20070322.dfsg'
Makefile:20: *** Please define PREFIX.  Stop.
make[1]: Leaving directory `/build/buildd/menhir-20070322.dfsg'
make: [clean] Error 2 (ignored)
dh_clean
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch manpage to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
if [ -e /usr/bin/ocamlopt ]; then \
		/usr/bin/make TARGET=opt PREFIX=/usr; \
	else \
		/usr/bin/make TARGET=byte PREFIX=/usr; \
	fi
make[1]: Entering directory `/build/buildd/menhir-20070322.dfsg'
echo "let path = \"/usr/share/menhir\"" > stdlib.ml
ocamllex lexmli.mll
77 states, 5444 transitions, table size 22238 bytes
18222 additional bytes used for bindings
ocamllex lexer.mll
243 states, 3079 transitions, table size 13774 bytes
10161 additional bytes used for bindings
ocamlyacc -v -b parser parser.mly
ocamllex lineCount.mll
5 states, 258 transitions, table size 1062 bytes
ocamllex lexdep.mll
23 states, 402 transitions, table size 1746 bytes
1209 additional bytes used for bindings
ocamlfind ocamldep *.ml *.mli > .depend
make[1]: Leaving directory `/build/buildd/menhir-20070322.dfsg'
make[1]: Entering directory `/build/buildd/menhir-20070322.dfsg'
Checking that Objective Caml is recent enough...
Version 3.09.2 is OK.
/usr/bin/make -w -s PGEN="ocamlyacc -v" PARSER=parser menhir.byte
make[2]: Entering directory `/build/buildd/menhir-20070322.dfsg'
make[2]: Leaving directory `/build/buildd/menhir-20070322.dfsg'
/usr/bin/make -w -s PGEN="./menhir.byte -v -lg 1 -la 1 -lc 1 --comment --infer --error-recovery --stdlib ." PARSER=fancy-parser menhir.byte
make[2]: Entering directory `/build/buildd/menhir-20070322.dfsg'
Grammar has 30 nonterminal symbols, among which 1 start symbols.
Grammar has 26 terminal symbols.
Grammar has 82 productions.
Built an LR(0) automaton with 113 states.
Built an LR(1) automaton with 113 states.
5 shift/reduce conflicts were silently solved.
30 out of 113 states are represented.
26 out of 59 symbols keep track of their start position.
21 out of 59 symbols keep track of their end position.
47 out of 113 states have a default reduction.
34 out of 83 productions exploit shiftreduce optimization.
15 out of 113 states can peek at an error.
13 out of 113 states can do error recovery.
The generated parser cannot raise Error.
411 functions before inlining, 133 functions after inlining.
make[2]: Leaving directory `/build/buildd/menhir-20070322.dfsg'
make[2]: Entering directory `/build/buildd/menhir-20070322.dfsg'
make[2]: Leaving directory `/build/buildd/menhir-20070322.dfsg'
Bootstrap successful.
make[1]: Leaving directory `/build/buildd/menhir-20070322.dfsg'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
cp menhir /build/buildd/menhir-20070322.dfsg/debian/menhir/usr/bin/
cp standard.mly /build/buildd/menhir-20070322.dfsg/debian/menhir/usr/share/menhir/
dh_testdir
dh_testroot
dh_installchangelogs CHANGES
dh_installdocs
dh_installexamples
dh_install
dh_installman menhir.1
dh_link
dh_strip
dh_compress -X.pdf
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `menhir' in `../menhir_20070322.dfsg-2_m32r.deb'.
 dpkg-genchanges -B
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20070417-1047

menhir_20070322.dfsg-2_m32r.changes:
Format: 1.7
Date: Mon, 09 Apr 2007 17:53:02 +0200
Source: menhir
Binary: menhir
Architecture: m32r
Version: 20070322.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram <smimram at debian.org>
Changed-By: Samuel Mimram <smimram at debian.org>
Description: 
 menhir     - Parser generator for OCaml
Changes: 
 menhir (20070322.dfsg-2) unstable; urgency=low
 .
   * Uploading to unstable.
Files: 
 41c85a4b69e355c9e29f8d4e16c033eb 860958 devel optional menhir_20070322.dfsg-2_m32r.deb

/debian/buildd/build/chroot-unstable/build/buildd/menhir_20070322.dfsg-2_m32r.deb:
 new debian package, version 2.0.
 size 860958 bytes: control archive= 1364 bytes.
     690 bytes,    18 lines      control              
    2081 bytes,    27 lines      md5sums              
 Package: menhir
 Version: 20070322.dfsg-2
 Section: devel
 Priority: optional
 Architecture: m32r
 Depends: ocaml-nox (>= 3.09)
 Installed-Size: 2224
 Maintainer: Samuel Mimram <smimram at debian.org>
 Description: Parser generator for OCaml
  Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
  with the standard ocamlyacc and has the following enhancements:
   * it accepts LR(1) grammars,
   * it offers parameterized nonterminal symbols as well as a library of
     standard definitions,
   * it explains conflicts in terms of the grammar,
   * it allows grammar specifications to be split over multiple files and
     parametrized by OCaml modules,
   * it produces reentrant parsers.

/debian/buildd/build/chroot-unstable/build/buildd/menhir_20070322.dfsg-2_m32r.deb:
drwxr-xr-x root/root         0 2007-04-17 10:43 ./
drwxr-xr-x root/root         0 2007-04-17 10:39 ./usr/
drwxr-xr-x root/root         0 2007-04-17 10:39 ./usr/bin/
-rwxr-xr-x root/root   2104148 2007-04-17 10:39 ./usr/bin/menhir
drwxr-xr-x root/root         0 2007-04-17 10:42 ./usr/share/
drwxr-xr-x root/root         0 2007-04-17 10:40 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-04-17 10:43 ./usr/share/doc/menhir/
drwxr-xr-x root/root         0 2007-04-17 10:43 ./usr/share/doc/menhir/examples/
-rwxr-xr-x root/root      1792 2007-03-23 05:12 ./usr/share/doc/menhir/examples/ocamldep.wrapper
drwxr-xr-x root/root         0 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/
-rw-r--r-- root/root      1076 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/tokens.mly
-rw-r--r-- root/root       237 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/OMakeroot
-rw-r--r-- root/root      1344 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/OMakefile
-rw-r--r-- root/root      1781 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/calc.ml
-rw-r--r-- root/root      1436 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/reverse.mly
-rw-r--r-- root/root      1379 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/Makefile
-rw-r--r-- root/root      1505 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/algebraic.mly
-rw-r--r-- root/root      1466 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/README
-rw-r--r-- root/root      1425 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc-two/lexer.mll
-rw-r--r-- root/root      1112 2007-03-23 05:12 ./usr/share/doc/menhir/examples/Makefile
-rw-r--r-- root/root      1262 2007-03-23 05:12 ./usr/share/doc/menhir/examples/Makefile.auto
drwxr-xr-x root/root         0 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/
-rw-r--r-- root/root       237 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/OMakeroot
-rw-r--r-- root/root      1121 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/OMakefile
-rw-r--r-- root/root      1396 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/calc.ml
-rw-r--r-- root/root      1481 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/parser.mly
-rw-r--r-- root/root      1102 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/Makefile
-rw-r--r-- root/root      1165 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/README
-rw-r--r-- root/root      1425 2007-03-23 05:12 ./usr/share/doc/menhir/examples/calc/lexer.mll
-rw-r--r-- root/root      1764 2007-03-23 05:12 ./usr/share/doc/menhir/examples/OMakefile.shared.gz
-rw-r--r-- root/root      2875 2007-03-23 05:12 ./usr/share/doc/menhir/examples/Makefile.shared.gz
-rw-r--r-- root/root      6624 2007-04-17 10:28 ./usr/share/doc/menhir/copyright
-rw-r--r-- root/root      1018 2007-03-23 05:12 ./usr/share/doc/menhir/changelog.gz
-rw-r--r-- root/root       643 2007-04-17 10:28 ./usr/share/doc/menhir/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-04-17 10:42 ./usr/share/man/
drwxr-xr-x root/root         0 2007-04-17 10:43 ./usr/share/man/man1/
-rw-r--r-- root/root      1238 2007-04-17 10:29 ./usr/share/man/man1/menhir.1.gz
drwxr-xr-x root/root         0 2007-04-17 10:39 ./usr/share/menhir/
-rw-r--r-- root/root      4952 2007-04-17 10:39 ./usr/share/menhir/standard.mly

******************************************************************************
Built successfully
Purging /debian/buildd/build/chroot-unstable/build/buildd/menhir-20070322.dfsg
------------------------------------------------------------------------------
(Reading database ... 75478 files and directories currently installed.)
Removing ocaml-findlib ...
Purging configuration files for ocaml-findlib ...
Removing ocaml-nox ...
Warning: /var/lib/ocaml/md5sums/ does not exist or is not a directory, not updating
Purging configuration files for ocaml-nox ...
Removing ocaml-interp ...
Purging configuration files for ocaml-interp ...
******************************************************************************
Finished at 20070417-1048
Build needed 00:19:58, 8972k disk space




More information about the build-status mailing list