[build-status: 105727] Log for successful build of coco-cpp_20070906-2 (dist=unstable)
Build Daemon 1
buildd at linux-m32r.org
Mon Nov 5 02:20:54 JST 2007
Automatic build of coco-cpp_20070906-2 on mappi005 by sbuild/m32r 0.53
Build started at 20071105-0214
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 56.2kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main coco-cpp 20070906-2 (dsc) [595B]
Get:2 http://debian.linux-m32r.org 06_devonian/main coco-cpp 20070906-2 (tar) [52.0kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main coco-cpp 20070906-2 (diff) [3544B]
Fetched 56.2kB in 0s (71.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 5), g++ (>= 4.1.1)
Checking for already installed source dependencies...
debhelper: already installed (5.0.57 >= 5 is satisfied)
g++: already installed (4:4.1.1-15 >= 4.1.1 is satisfied)
Checking for source dependency conflicts...
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 coco-cpp in coco-cpp-20070906
dpkg-source: unpacking coco-cpp_20070906.orig.tar.gz
dpkg-source: applying /debian/buildd/build/coco-cpp_20070906-2.diff.gz
dpkg-buildpackage: source package coco-cpp
dpkg-buildpackage: source version 20070906-2
dpkg-buildpackage: source changed by Markus Loeberbauer <Loeberbauer at ssw.jku.at>
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory `/build/buildd/coco-cpp-20070906'
rm Coco
rm: cannot remove `Coco': No such file or directory
make[1]: *** [clean] Error 1
make[1]: Leaving directory `/build/buildd/coco-cpp-20070906'
make: [clean] Error 2 (ignored)
dh_clean
debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd/coco-cpp-20070906'
g++ *.cpp -o Coco
make[1]: Leaving directory `/build/buildd/coco-cpp-20070906'
#docbook-to-man debian/coco-cpp.sgml > coco-cpp.1
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/coco-cpp.
/usr/bin/make install DESTDIR=/build/buildd/coco-cpp-20070906/debian/coco-cpp
make[1]: Entering directory `/build/buildd/coco-cpp-20070906'
ln -s /usr/lib/coco-cpp/Coco /build/buildd/coco-cpp-20070906/debian/coco-cpp/usr/bin/cococpp
install -m 0755 Coco /build/buildd/coco-cpp-20070906/debian/coco-cpp/usr/lib/coco-cpp
install -m 0644 *frame /build/buildd/coco-cpp-20070906/debian/coco-cpp/usr/share/coco-cpp
make[1]: Leaving directory `/build/buildd/coco-cpp-20070906'
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installman debian/cococpp.1
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `coco-cpp' in `../coco-cpp_20070906-2_m32r.deb'.
dpkg-genchanges -B >../coco-cpp_20070906-2_m32r.changes
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 20071105-0220
coco-cpp_20070906-2_m32r.changes:
Format: 1.7
Date: Mon, 23 Oct 2007 22:58:00 +0100
Source: coco-cpp
Binary: coco-cpp
Architecture: m32r
Version: 20070906-2
Distribution: unstable
Urgency: low
Maintainer: Loeberbauer Markus <Loeberbauer at ssw.jku.at>
Changed-By: Markus Loeberbauer <Loeberbauer at ssw.jku.at>
Description:
coco-cpp - Coco/R Compiler Generator (C++ Version)
Changes:
coco-cpp (20070906-2) unstable; urgency=low
.
* Better unicode support, Buffer::GetString(int beg, int end) returns now wide chars.
Files:
603e07520f9c3d39b313258068cf21e2 51226 devel optional coco-cpp_20070906-2_m32r.deb
/debian/buildd/build/chroot-unstable/build/buildd/coco-cpp_20070906-2_m32r.deb:
new debian package, version 2.0.
size 51226 bytes: control archive= 865 bytes.
754 bytes, 16 lines control
399 bytes, 6 lines md5sums
Package: coco-cpp
Version: 20070906-2
Architecture: m32r
Maintainer: Loeberbauer Markus <Loeberbauer at ssw.jku.at>
Installed-Size: 236
Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12)
Section: devel
Priority: optional
Description: Coco/R Compiler Generator (C++ Version)
Coco/R is a compiler generator, which takes an attributed grammar of a source
language and generates a scanner and a parser for this language. The scanner
works as a deterministic finite automaton. The parser uses recursive descent.
LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic
checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.
.
To start Coco call cococpp, which is a shell script in /usr/bin.
/debian/buildd/build/chroot-unstable/build/buildd/coco-cpp_20070906-2_m32r.deb:
drwxr-xr-x root/root 0 2007-11-05 02:19 ./
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/bin/
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/share/
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/share/coco-cpp/
-rw-r--r-- root/root 22933 2007-11-05 02:18 ./usr/share/coco-cpp/Scanner.frame
-rw-r--r-- root/root 6184 2007-11-05 02:18 ./usr/share/coco-cpp/Parser.frame
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/share/doc/coco-cpp/
-rw-r--r-- root/root 1639 2007-11-05 02:15 ./usr/share/doc/coco-cpp/copyright
-rw-r--r-- root/root 871 2007-11-05 02:15 ./usr/share/doc/coco-cpp/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/share/man/
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/share/man/man1/
-rw-r--r-- root/root 301 2007-11-05 02:15 ./usr/share/man/man1/cococpp.1.gz
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/lib/
drwxr-xr-x root/root 0 2007-11-05 02:18 ./usr/lib/coco-cpp/
-rwxr-xr-x root/root 139788 2007-11-05 02:18 ./usr/lib/coco-cpp/Coco
lrwxrwxrwx root/root 0 2007-11-05 02:18 ./usr/bin/cococpp -> ../lib/coco-cpp/Coco
******************************************************************************
Built successfully
Purging /debian/buildd/build/chroot-unstable/build/buildd/coco-cpp-20070906
------------------------------------------------------------------------------
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nfs-common: Depends: librpcsecgss3 but it is not going to be installed
E: Broken packages
apt-get failed.
Failed to reinstall removed packages!
******************************************************************************
Finished at 20071105-0220
Build needed 00:04:33, 904k disk space
More information about the build-status
mailing list