[build-status: 56950] Log for successful build of smstools_3.0.2-3 (dist=unstable)

Build Daemon buildd at linux-m32r.org
Tue Feb 13 20:24:17 JST 2007


Automatic build of smstools_3.0.2-3 on mappi005 by sbuild/m32r 1.7
Build started at 20070213-1954
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 185kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main smstools 3.0.2-3 (dsc) [665B]
Get:2 http://debian.linux-m32r.org 06_devonian/main smstools 3.0.2-3 (tar) [171kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main smstools 3.0.2-3 (diff) [13.1kB]
Fetched 185kB in 8s (21.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>> 5.0.0), libmm-dev
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 5.0.42 >> 5.0.0)
libmm-dev: missing
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install libmm-dev
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  libmm14
The following NEW packages will be installed:
  libmm-dev libmm14
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 50.8kB of archives.
After unpacking 205kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libmm14 libmm-dev
Authentication warning overridden.
Get:1 http://debian.linux-m32r.org 06_devonian/main libmm14 1.4.2-1 [16.0kB]
Get:2 http://debian.linux-m32r.org 06_devonian/main libmm-dev 1.4.2-1 [34.8kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 50.8kB in 0s (75.8kB/s)
Selecting previously deselected package libmm14.
(Reading database ... 59869 files and directories currently installed.)
Unpacking libmm14 (from .../libmm14_1.4.2-1_m32r.deb) ...
Selecting previously deselected package libmm-dev.
Unpacking libmm-dev (from .../libmm-dev_1.4.2-1_m32r.deb) ...
Setting up libmm14 (1.4.2-1) ...

Setting up libmm-dev (1.4.2-1) ...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
dpkg-source: extracting smstools in smstools-3.0.2
dpkg-source: unpacking smstools_3.0.2.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/smstools_3.0.2-3.diff.gz
dpkg-buildpackage: source package is smstools
dpkg-buildpackage: source version is 3.0.2-3
dpkg-buildpackage: source changed by Patrick Schoenfeld <schoenfeld at in-medias-res.com>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 3.0.2-3
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
/usr/bin/make clean
make[1]: Entering directory `/build/buildd2/smstools-3.0.2'
cd src && /usr/bin/make -w clean
make[2]: Entering directory `/build/buildd2/smstools-3.0.2/src'
rm -f *.o smsd *.exe
make[2]: Leaving directory `/build/buildd2/smstools-3.0.2/src'
make[1]: Leaving directory `/build/buildd2/smstools-3.0.2'
rm -f build-stamp configure-stamp
dh_clean
 debian/rules build
dh_testdir
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd2/smstools-3.0.2'
cd src && /usr/bin/make -w 
make[2]: Entering directory `/build/buildd2/smstools-3.0.2/src'
cc    -c -o extras.o extras.c
cc    -c -o locking.o locking.c
cc    -c -o cfgfile.o cfgfile.c
cc    -c -o logging.o logging.c
cc    -c -o alarm.o alarm.c
cc    -c -o smsd_cfg.o smsd_cfg.c
cc    -c -o charset.o charset.c
cc    -c -o stats.o stats.c
cc    -c -o blacklist.o blacklist.c
cc    -c -o whitelist.o whitelist.c
cc    -c -o modeminit.o modeminit.c
cc    -c -o pdu.o pdu.c
cc `mm-config --cflags`  -o smsd smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o `mm-config --ldflags --libs`
stats.o: In function `initstats':
stats.c:(.text+0x10): warning: the use of `tempnam' is dangerous, better use `mkstemp'
(Please ignore warning about tempnam -- it is used in a safe way)
make[2]: Leaving directory `/build/buildd2/smstools-3.0.2/src'
make[1]: Leaving directory `/build/buildd2/smstools-3.0.2'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Install application
install -D -m 755 src/smsd debian/smstools/usr/sbin/smsd
# Install docs and examples
dh_installdocs doc -Xhistory.html
mv debian/smstools/usr/share/doc/smstools/doc debian/smstools/usr/share/doc/smstools/html
dh_installman debian/smsd.8
dh_installexamples examples/*
install -d debian/smstools/usr/share/doc/smstools/examples/scripts/
install -D -m 644 scripts/* debian/smstools/usr/share/doc/smstools/examples/scripts/
dh_installchangelogs doc/history.html
#Fix permissions
chmod -R 644 debian/smstools/usr/share/doc/smstools/examples
dh_testdir
dh_testroot
dh_installdebconf
dh_installinit
dh_link
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_installinit
dh_installdebconf
dh_md5sums
dh_builddeb
dpkg-deb: building package `smstools' in `../smstools_3.0.2-3_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 20070213-2022

chroot-unstable/build/buildd2/smstools_3.0.2-3_m32r.deb:
 new debian package, version 2.0.
 size 166258 bytes: control archive= 8941 bytes.
      43 bytes,     2 lines      conffiles            
    2840 bytes,   124 lines   *  config               #!/bin/sh
    1099 bytes,    27 lines      control              
    6104 bytes,    77 lines      md5sums              
    5521 bytes,   208 lines   *  postinst             #!/bin/sh
     467 bytes,    22 lines   *  postrm               #!/bin/sh
     525 bytes,    14 lines   *  preinst              #!/bin/sh
     313 bytes,    15 lines   *  prerm                #!/bin/sh
    7811 bytes,   140 lines      templates            
 Package: smstools
 Version: 3.0.2-3
 Section: comm
 Priority: optional
 Architecture: m32r
 Depends: debconf, adduser, libc6 (>= 2.3.5-1), libmm14
 Installed-Size: 692
 Maintainer: Mark Purcell <msp at debian.org>
 Description: SMS Server Tools for GSM modems
  The SMS Server Tools make your server into a central
  SMS gateway. You can send and receive SM using a simple
  file-based interface. This Software was made for users
  who send less than 20 000 messages each month.
  .
  There is an event-handler option that allows you to call
  your own programs or scripts after sent or received SM.
  .
  The SMS Server Tools use one or more (max. 32) GSM modems
  to send and receive SM. You can equip some modems with
  Vodafone SIM cards and other with Telmi SIM cards (for
  example), to save money. All SM are sorted in queues by
  provider. If one modem fails it will be deactivated for
  one hour before the software retries. The other modems
  run without any restriction. You can log status information
  and alarms using the syslog daemon of your operating system.
  .
  Upstream URL: http://smstools3.kekekasvi.com/

chroot-unstable/build/buildd2/smstools_3.0.2-3_m32r.deb:
drwxr-xr-x root/root         0 2007-02-13 20:14 ./
drwxr-xr-x root/root         0 2007-02-13 20:14 ./etc/
drwxr-xr-x root/root         0 2007-02-13 20:20 ./etc/default/
-rw-r--r-- root/root       262 2007-02-13 20:04 ./etc/default/smstools
drwxr-xr-x root/root         0 2007-02-13 20:20 ./etc/init.d/
-rwxr-xr-x root/root      3046 2007-02-13 20:04 ./etc/init.d/smstools
drwxr-xr-x root/root         0 2007-02-13 20:11 ./usr/
drwxr-xr-x root/root         0 2007-02-13 20:16 ./usr/sbin/
-rwxr-xr-x root/root     73664 2007-02-13 20:16 ./usr/sbin/smsd
drwxr-xr-x root/root         0 2007-02-13 20:12 ./usr/share/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-02-13 20:16 ./usr/share/doc/smstools/
drwxr-xr-x root/root         0 2007-02-13 20:13 ./usr/share/doc/smstools/examples/
-rw-r--r-- root/root       181 2006-02-05 04:52 ./usr/share/doc/smstools/examples/received_sms.sms
-rw-r--r-- root/root       403 2006-11-23 22:28 ./usr/share/doc/smstools/examples/smsd.conf.non-root
-rw-r--r-- root/root       106 2006-02-05 04:52 ./usr/share/doc/smstools/examples/send_sms.sms
-rw-r--r-- root/root        42 2006-02-05 04:52 ./usr/share/doc/smstools/examples/send_sms_unicode.sms
-rw-r--r-- root/root      2501 2006-09-20 20:25 ./usr/share/doc/smstools/examples/smsd.conf.full
-rw-r--r-- root/root       167 2006-02-05 04:52 ./usr/share/doc/smstools/examples/smsd.conf.easy
drwxr-xr-x root/root         0 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/
-rw-r--r-- root/root       421 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/hex2bin
-rw-r--r-- root/root       513 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sendsms
-rw-r--r-- root/root       908 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/smsresend
-rw-r--r-- root/root      1206 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sms2html
-rw-r--r-- root/root      1741 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/mysmsd
-rw-r--r-- root/root       424 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/hex2dec
-rw-r--r-- root/root       979 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sms
-rw-r--r-- root/root       752 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sms2xml
-rw-r--r-- root/root      3006 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/regular_run
-rw-r--r-- root/root       754 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/unicode2sms
-rw-r--r-- root/root       288 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/pkill
-rw-r--r-- root/root       882 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sql_demo
-rw-r--r-- root/root      2323 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/smsevent
-rw-r--r-- root/root       999 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sms2unicode
-rw-r--r-- root/root       898 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/email2sms
-rw-r--r-- root/root      2695 2007-02-13 20:13 ./usr/share/doc/smstools/examples/scripts/sms3
-rw-r--r-- root/root       171 2006-02-05 04:52 ./usr/share/doc/smstools/examples/operator_logo1.sms
-rw-r--r-- root/root       230 2006-02-05 04:52 ./usr/share/doc/smstools/examples/received_report.sms
-rw-r--r-- root/root       127 2006-02-05 04:52 ./usr/share/doc/smstools/examples/operator_logo2.sms
drwxr-xr-x root/root         0 2007-02-13 20:12 ./usr/share/doc/smstools/html/
-rw-r--r-- root/root      2639 2006-07-08 22:03 ./usr/share/doc/smstools/html/blacklist.html
-rw-r--r-- root/root     14565 2006-09-22 18:42 ./usr/share/doc/smstools/html/fileformat.html
-rw-r--r-- root/root      6693 2006-12-01 02:18 ./usr/share/doc/smstools/html/history3.html
-rw-r--r-- root/root      3420 2006-09-25 20:32 ./usr/share/doc/smstools/html/windows.html
-rw-r--r-- root/root      3430 2006-09-24 21:50 ./usr/share/doc/smstools/html/links.html
-rw-r--r-- root/root      1907 2006-07-08 22:03 ./usr/share/doc/smstools/html/statformat.html
-rw-r--r-- root/root      3489 2006-09-05 02:36 ./usr/share/doc/smstools/html/udh.html
-rw-r--r-- root/root      2237 2006-09-24 20:41 ./usr/share/doc/smstools/html/configure2.html
-rw-r--r-- root/root      1483 2006-09-24 21:46 ./usr/share/doc/smstools/html/costs.html
-rw-r--r-- root/root      4228 2006-09-24 21:49 ./usr/share/doc/smstools/html/hardwarecomp.html
-rw-r--r-- root/root       296 2006-09-25 16:32 ./usr/share/doc/smstools/html/book.html
-rw-r--r-- root/root     15187 2006-12-01 02:14 ./usr/share/doc/smstools/html/configure.html
-rw-r--r-- root/root      4093 2006-12-01 02:17 ./usr/share/doc/smstools/html/run.html
-rw-r--r-- root/root     10067 2006-09-22 17:33 ./usr/share/doc/smstools/html/faq.html
-rw-r--r-- root/root     29575 2006-07-08 22:03 ./usr/share/doc/smstools/html/gpl_de.html
-rw-r--r-- root/root      2013 2006-07-08 22:03 ./usr/share/doc/smstools/html/softwarecomp.html
drwxr-xr-x root/root         0 2007-02-13 20:12 ./usr/share/doc/smstools/html/slideshow/
-rw-r--r-- root/root       302 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/modem.gif
-rw-r--r-- root/root      5514 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page2b.html
-rw-r--r-- root/root       908 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/move_r.gif
-rw-r--r-- root/root      1132 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page6.html
-rw-r--r-- root/root       413 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/eventhandler.gif
-rw-r--r-- root/root      1065 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page3.html
-rw-r--r-- root/root       413 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/blacklist.gif
-rw-r--r-- root/root      1201 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page8.html
-rw-r--r-- root/root      2449 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page7.html
-rw-r--r-- root/root       542 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/queue.gif
-rw-r--r-- root/root       752 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page2.html
-rw-r--r-- root/root       241 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/status.gif
-rw-r--r-- root/root       649 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/sms.gif
-rw-r--r-- root/root     56345 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page2.gif
-rw-r--r-- root/root       441 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/logfile.gif
-rw-r--r-- root/root      1469 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page5.html
-rw-r--r-- root/root      1975 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/page4.html
-rw-r--r-- root/root       696 2006-09-24 21:54 ./usr/share/doc/smstools/html/slideshow/page1.html
-rw-r--r-- root/root       907 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/move_l.gif
-rw-r--r-- root/root       457 2006-02-05 04:52 ./usr/share/doc/smstools/html/slideshow/statistic.gif
-rw-r--r-- root/root      1100 2006-07-08 22:03 ./usr/share/doc/smstools/html/alarmhandler.html
-rw-r--r-- root/root      1669 2006-07-08 22:03 ./usr/share/doc/smstools/html/statusmonitor.html
-rw-r--r-- root/root     18876 2006-07-08 22:03 ./usr/share/doc/smstools/html/gpl.html
-rw-r--r-- root/root      3525 2006-07-18 02:08 ./usr/share/doc/smstools/html/references.html
-rw-r--r-- root/root      1461 2006-08-09 06:48 ./usr/share/doc/smstools/html/compiling.html
-rw-r--r-- root/root       577 2006-07-08 22:03 ./usr/share/doc/smstools/html/license.html
-rw-r--r-- root/root      5564 2006-11-14 17:27 ./usr/share/doc/smstools/html/index.html
-rw-r--r-- root/root       290 2006-09-25 17:20 ./usr/share/doc/smstools/html/buch.html
-rw-r--r-- root/root      1245 2006-07-08 22:03 ./usr/share/doc/smstools/html/eventhandler.html
-rw-r--r-- root/root      1230 2007-02-13 20:04 ./usr/share/doc/smstools/copyright
-rw-r--r-- root/root        99 2007-02-13 20:13 ./usr/share/doc/smstools/changelog.gz
-rw-r--r-- root/root       805 2007-02-13 20:04 ./usr/share/doc/smstools/NEWS.Debian.gz
drwxr-xr-x root/root         0 2007-02-13 20:11 ./usr/share/doc/smstools/scripts/
-rw-r--r-- root/root       191 2006-09-25 16:32 ./usr/share/doc/smstools/changelog.html.gz
-rw-r--r-- root/root      2218 2007-02-13 20:04 ./usr/share/doc/smstools/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-02-13 20:12 ./usr/share/man/
drwxr-xr-x root/root         0 2007-02-13 20:16 ./usr/share/man/man8/
-rw-r--r-- root/root       678 2007-02-13 20:04 ./usr/share/man/man8/smsd.8.gz
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/run/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/run/smstools/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/sms/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/sms/sent/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/sms/checked/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/sms/incoming/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/sms/failed/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/spool/sms/outgoing/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/log/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/log/smstools/
drwxr-xr-x root/root         0 2007-02-13 20:11 ./var/log/smstools/smsd_stats/

smstools_3.0.2-3_m32r.changes:
Format: 1.7
Date: Sun,  4 Feb 2007 14:49:44 +0100
Source: smstools
Binary: smstools
Architecture: m32r
Version: 3.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Mark Purcell <msp at debian.org>
Changed-By: Patrick Schoenfeld <schoenfeld at in-medias-res.com>
Description: 
 smstools   - SMS Server Tools for GSM modems
Closes: 403615 403616 408781
Changes: 
 smstools (3.0.2-3) unstable; urgency=medium
 .
   * Urgency medium as this clears a bug in the upgrade path:
     Added prerm script to handle upgrade from 3.0-1 to this version
     (Closes: #403615)
   * Incorporated NMU changes into package.
   * Added Czech translation for smstools (Closes: #408781)
   * Added debian/watch file
   * Made some changes to debian init.d script to fix a few bugs.
     (Closes: #403616)
   * Reconstructed sms3 script from upstream as parts of it got lost
Files: 
 28005baa87e09f7da89e38be3be97e4c 166258 comm optional smstools_3.0.2-3_m32r.deb

******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd2/smstools-3.0.2
------------------------------------------------------------------------------
  /usr/bin/sudo dpkg --root=/debian/buildd2/build/chroot-unstable --purge libmm-dev libmm14
(Reading database ... 59889 files and directories currently installed.)
Removing libmm-dev ...
Removing libmm14 ...
Purging configuration files for libmm14 ...
******************************************************************************
Finished at 20070213-2024
Build needed 00:18:58, 1940k disk space




More information about the build-status mailing list