Your message dated Mon, 22 Jun 2015 12:00:25 +0000
with message-id <e1z70on-0002ws...@franck.debian.org>
and subject line Bug#775850: fixed in timblserver 1.8-1
has caused the Debian Bug report #775850,
regarding timblserver: FTBFS in unstable: error: 'class Timbl::GetOptClass' has 
no member named 'getLogFile'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
775850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: timblserver
Version: 1.7-4
Severity: serious
Tags: sid

Hi,

timblserver FTBFS in unstable (but not in testing) on amd64 with the
following error:
> /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
> -I../include -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall  -I/usr/include/libxml2   -fopenmp   -fopenmp 
> -c -o ServerBase.lo ServerBase.cxx
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include 
> -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -I/usr/include/libxml2 -fopenmp -fopenmp -c 
> ServerBase.cxx  -fPIC -DPIC -o .libs/ServerBase.o
> ServerBase.cxx: In constructor 
> 'TimblServer::IB1_Server::IB1_Server(Timbl::GetOptClass*)':
> ServerBase.cxx:1128:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getLogFile'
>        logFile = opt->getLogFile();
>                       ^
> ServerBase.cxx:1129:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getPidFile'
>        pidFile = opt->getPidFile();
>                       ^
> ServerBase.cxx:1130:23: error: 'class Timbl::GetOptClass' has no member named 
> 'daemonizeFlag'
>        doDaemon = opt->daemonizeFlag();
>                        ^
> ServerBase.cxx: In constructor 
> 'TimblServer::IG_Server::IG_Server(Timbl::GetOptClass*)':
> ServerBase.cxx:1138:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getLogFile'
>        logFile = opt->getLogFile();
>                       ^
> ServerBase.cxx:1139:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getPidFile'
>        pidFile = opt->getPidFile();
>                       ^
> ServerBase.cxx:1140:23: error: 'class Timbl::GetOptClass' has no member named 
> 'daemonizeFlag'
>        doDaemon = opt->daemonizeFlag();
>                        ^
> ServerBase.cxx: In constructor 
> 'TimblServer::TRIBL_Server::TRIBL_Server(Timbl::GetOptClass*)':
> ServerBase.cxx:1148:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getLogFile'
>        logFile = opt->getLogFile();
>                       ^
> ServerBase.cxx:1149:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getPidFile'
>        pidFile = opt->getPidFile();
>                       ^
> ServerBase.cxx:1150:23: error: 'class Timbl::GetOptClass' has no member named 
> 'daemonizeFlag'
>        doDaemon = opt->daemonizeFlag();
>                        ^
> ServerBase.cxx: In constructor 
> 'TimblServer::TRIBL2_Server::TRIBL2_Server(Timbl::GetOptClass*)':
> ServerBase.cxx:1158:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getLogFile'
>        logFile = opt->getLogFile();
>                       ^
> ServerBase.cxx:1159:22: error: 'class Timbl::GetOptClass' has no member named 
> 'getPidFile'
>        pidFile = opt->getPidFile();
>                       ^
> ServerBase.cxx:1160:23: error: 'class Timbl::GetOptClass' has no member named 
> 'daemonizeFlag'
>        doDaemon = opt->daemonizeFlag();
>                        ^
> Makefile:413: recipe for target 'ServerBase.lo' failed
> make[3]: *** [ServerBase.lo] Error 1

After playing around with the build dependencies, this seems to be
caused by the upgrade of timbl from 6.4.4-4 -> 6.4.6-1

Full mips64el build log (the arch where I first saw this):
http://mipsdebian.imgtec.com/debian/logs/t/timblserver/timblserver_1.7-4_mips64el-20150115-0504.build.gz

Thanks,
James

--- End Message ---
--- Begin Message ---
Source: timblserver
Source-Version: 1.8-1

We believe that the bug you reported is fixed in the latest version of
timblserver, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 775...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joost van Baal-Ilić <joos...@debian.org> (supplier of updated timblserver 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jun 2015 20:39:14 +0200
Source: timblserver
Binary: timblserver libtimblserver4 libtimblserver4-dev
Architecture: source amd64
Version: 1.8-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Team 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Joost van Baal-Ilić <joos...@debian.org>
Description:
 libtimblserver4 - Server extensions for Timbl - runtime
 libtimblserver4-dev - Server extensions for Timbl - development
 timblserver - Server extensions for Timbl
Closes: 775850
Changes:
 timblserver (1.8-1) experimental; urgency=low
 .
   * New upstream release.
     - Fixes "timblserver: FTBFS in unstable: error: 'class Timbl::GetOptClass'
       has no member named 'getLogFile'. Thanks James Cowgill for reporting.
       (Closes: #775850)
     - debian/control: change Build-Depends libticcutils2-dev from >= 0.3 to
       >= 0.7.
   * debian/control: migrated version control from Subversion to git (still on
     Debian's Alioth).  Thanks Jeremy T. Bouse.
     - change obsolete SVN Id and URL tags in files to git information.
   * debian/control: explicitly list automake as Build-Depends.
   * .gitignore: added: do not track generated files.
   * We ship libtimblserver4, not libtimblserver3:
     - debian/{libtimblserver2-dev,libtimblserver2}.install: removed, we ship
       libtimblserver4.
     - debian/libtimblserver*.install: renamed
       {libtimblserver3-dev,libtimblserver3}.install to
       {libtimblserver4-dev,libtimblserver4}.install.
     - debian/libtimblserver4.install: do not install
       /usr/lib/libtimblserver.so.3*, do install /usr/lib/libtimblserver.so.4*
     - debian/control: binary package timblserver no longer depends upon
       libtimblserver3 but upon libtimblserver4.
   * debian/control: Standards-Version upgraded from policy 3.9.4 to 3.9.6
     (no other changes needed).
   * debian/NEWS: removed since did not contain any news worthy items.
Checksums-Sha1:
 453696327f0e30b6e6f65f9f56fab5f408045a71 1856 timblserver_1.8-1.dsc
 0193c2df5cf3b9b495e42ab0758a513f2e598d30 410452 timblserver_1.8.orig.tar.gz
 7913787afaf499fe09453b95ae5473caf4e17466 5476 timblserver_1.8-1.debian.tar.xz
 a6fa9c8e6eaa52bcfcc6397cf5b1dd5820e5ba95 54854 
libtimblserver4-dev_1.8-1_amd64.deb
 ce2b0cb409256a31e26a05e4cb9db9992326e7d5 50982 libtimblserver4_1.8-1_amd64.deb
 84d086950ebcb35adad906997deb5c1f301293bc 49612 timblserver_1.8-1_amd64.deb
Checksums-Sha256:
 66c72df3bdde35e4734ca0d28590a1ae30a3e0396d8bea6a99d8e650f788eada 1856 
timblserver_1.8-1.dsc
 b87bfcf6a9eed8225d1cf3a3e658063196c2f529096e2a4eb5c08eaa45b9fb16 410452 
timblserver_1.8.orig.tar.gz
 d925d60bbdc820f3dfcc7a32662c84588a575e1a3c6ac2c91e6c8a70a6b8c837 5476 
timblserver_1.8-1.debian.tar.xz
 f96482291f16c7290920d94c82b8f05ec8eb255e09c271591d11526fc74decd4 54854 
libtimblserver4-dev_1.8-1_amd64.deb
 e015cba7787ded073ac1c335bc48f8a5f06363220f992675d885b7a597dc0ba6 50982 
libtimblserver4_1.8-1_amd64.deb
 2469f91f5946d504c23a05ee065f8ac908f53ea012a790a86950f8ad36a648a8 49612 
timblserver_1.8-1_amd64.deb
Files:
 4b4af9fc95163e471cdc6d6c663b721b 1856 science extra timblserver_1.8-1.dsc
 c4ed93a9d4b54bff33bc370c63566b4d 410452 science extra 
timblserver_1.8.orig.tar.gz
 373a3b6cdaaafeaa667edf6da0c0541b 5476 science extra 
timblserver_1.8-1.debian.tar.xz
 b31c8bab52d184a3c4494300d8a0422e 54854 libdevel extra 
libtimblserver4-dev_1.8-1_amd64.deb
 e2cbca4a7c3889ca4094f7a58f1a9a11 50982 libs extra 
libtimblserver4_1.8-1_amd64.deb
 3359566034450f3b8c17a6fce0706f22 49612 science extra 
timblserver_1.8-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJVfx3qAAoJEDNRenKl5rDI0fwH/18lNp5zcysaCJIF7iNyBtkF
IsScNkjaKyu/uJUXL1PlJJSBulmpmilha8W0ueUTWpvXQABdUFPKglSeOJgLzwQZ
GiavivFCAJwya1LP074mq+PIcIQ22czyV+x6wmoa+p6CFEDZpkDVFiJl6LSwIMGJ
WChQ93fP7TTQ5zPouupL8zXd9OV+0zZIBogh9FNPN2qP6JTXJtmTlUZKClPosVAG
qfn5qlg2CIN6Ea0Y3pIXoVIGwMRe4dv4DHtjyaNmjtVkLyJAtbNWJjQN4EMLJ4kW
4GHeBwsT/lc4wTxtJvbP5BZqcAyI4N7AZsC+3zImfUzQ+4dT2bj0FQQVl9R7V8U=
=vE4J
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to