Your message dated Fri, 24 Jul 2015 21:40:25 +0000
with message-id <e1zikhd-0008o7...@franck.debian.org>
and subject line Bug#788749: fixed in tty-clock 2.1-1
has caused the Debian Bug report #788749,
regarding tty-clock: FTBFS: undefined reference to `delscreen'
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.)


-- 
788749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788749
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tty-clock
Version: 2.0-2
Severity: serious

>From my pbuilder build log:

...
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/tty-clock-2.0'
/usr/bin/make CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2"
make[2]: Entering directory '/tmp/buildd/tty-clock-2.0'
build ttyclock.c
CC -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
-D_FORTIFY_SOURCE=2 -L  -lncurses -ltinfo -Wl,-z,relro ttyclock.c
/tmp/ccXUQlb9.o: In function `cleanup':
/tmp/buildd/tty-clock-2.0/ttyclock.c:154: undefined reference to `delscreen'
/tmp/ccXUQlb9.o: In function `draw_number':
/tmp/buildd/tty-clock-2.0/ttyclock.c:218: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:219: undefined reference to `wmove'
/tmp/buildd/tty-clock-2.0/ttyclock.c:219: undefined reference to `waddch'
/tmp/ccXUQlb9.o: In function `draw_clock':
/tmp/buildd/tty-clock-2.0/ttyclock.c:234: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:235: undefined reference to `wmove'
/tmp/buildd/tty-clock-2.0/ttyclock.c:235: undefined reference to `waddnstr'
/tmp/buildd/tty-clock-2.0/ttyclock.c:236: undefined reference to `wmove'
/tmp/buildd/tty-clock-2.0/ttyclock.c:236: undefined reference to `waddnstr'
/tmp/buildd/tty-clock-2.0/ttyclock.c:243: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:244: undefined reference to `mvwprintw'
/tmp/buildd/tty-clock-2.0/ttyclock.c:245: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:251: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:252: undefined reference to `wmove'
/tmp/buildd/tty-clock-2.0/ttyclock.c:252: undefined reference to `waddnstr'
/tmp/buildd/tty-clock-2.0/ttyclock.c:253: undefined reference to `wmove'
/tmp/buildd/tty-clock-2.0/ttyclock.c:253: undefined reference to `waddnstr'
/tmp/ccXUQlb9.o: In function `clock_move':
/tmp/buildd/tty-clock-2.0/ttyclock.c:268: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:269: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:270: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:271: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:272: undefined reference to `werase'
/tmp/buildd/tty-clock-2.0/ttyclock.c:273: undefined reference to `werase'
/tmp/buildd/tty-clock-2.0/ttyclock.c:274: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:275: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:278: undefined reference to `mvwin'
/tmp/buildd/tty-clock-2.0/ttyclock.c:279: undefined reference to `wresize'
/tmp/buildd/tty-clock-2.0/ttyclock.c:282: undefined reference to `mvwin'
/tmp/buildd/tty-clock-2.0/ttyclock.c:285: undefined reference to `wresize'
/tmp/buildd/tty-clock-2.0/ttyclock.c:288: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:289: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:292: undefined reference to `wrefresh'
/tmp/ccXUQlb9.o: In function `init':
/tmp/buildd/tty-clock-2.0/ttyclock.c:49: undefined reference to `newterm'
/tmp/buildd/tty-clock-2.0/ttyclock.c:51: undefined reference to `set_term'
/tmp/buildd/tty-clock-2.0/ttyclock.c:56: undefined reference to `noecho'
/tmp/buildd/tty-clock-2.0/ttyclock.c:58: undefined reference to `start_color'
/tmp/buildd/tty-clock-2.0/ttyclock.c:60: undefined reference to `wclear'
/tmp/buildd/tty-clock-2.0/ttyclock.c:63: undefined reference to 
`use_default_colors'
/tmp/buildd/tty-clock-2.0/ttyclock.c:67: undefined reference to `init_pair'
/tmp/buildd/tty-clock-2.0/ttyclock.c:68: undefined reference to `init_pair'
/tmp/buildd/tty-clock-2.0/ttyclock.c:69: undefined reference to `init_pair'
/tmp/buildd/tty-clock-2.0/ttyclock.c:70: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:97: undefined reference to `newwin'
/tmp/buildd/tty-clock-2.0/ttyclock.c:106: undefined reference to `newwin'
/tmp/buildd/tty-clock-2.0/ttyclock.c:111: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:113: undefined reference to `clearok'
/tmp/buildd/tty-clock-2.0/ttyclock.c:119: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:120: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:102: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:53: undefined reference to `initscr'
/tmp/ccXUQlb9.o: In function `signal_handler':
/tmp/buildd/tty-clock-2.0/ttyclock.c:131: undefined reference to `endwin'
/tmp/buildd/tty-clock-2.0/ttyclock.c:141: undefined reference to `endwin'
/tmp/ccXUQlb9.o: In function `set_box':
/tmp/buildd/tty-clock-2.0/ttyclock.c:358: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:359: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:368: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:369: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:372: undefined reference to `wrefresh'
/tmp/buildd/tty-clock-2.0/ttyclock.c:362: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:363: undefined reference to `wbkgdset'
/tmp/buildd/tty-clock-2.0/ttyclock.c:364: undefined reference to `wborder'
/tmp/buildd/tty-clock-2.0/ttyclock.c:365: undefined reference to `wborder'
/tmp/ccXUQlb9.o: In function `key_event':
/tmp/buildd/tty-clock-2.0/ttyclock.c:385: undefined reference to `wgetch'
/tmp/buildd/tty-clock-2.0/ttyclock.c:405: undefined reference to `wgetch'
/tmp/buildd/tty-clock-2.0/ttyclock.c:397: undefined reference to `init_pair'
/tmp/buildd/tty-clock-2.0/ttyclock.c:398: undefined reference to `init_pair'
/tmp/buildd/tty-clock-2.0/ttyclock.c:481: undefined reference to `init_pair'
/tmp/buildd/tty-clock-2.0/ttyclock.c:482: undefined reference to `init_pair'
/tmp/ccXUQlb9.o: In function `draw_number':
/tmp/buildd/tty-clock-2.0/ttyclock.c:221: undefined reference to `wrefresh'
/tmp/ccXUQlb9.o: In function `clock_move':
/tmp/buildd/tty-clock-2.0/ttyclock.c:293: undefined reference to `wrefresh'
/tmp/ccXUQlb9.o: In function `set_box':
/tmp/buildd/tty-clock-2.0/ttyclock.c:373: undefined reference to `wrefresh'
/tmp/ccXUQlb9.o: In function `main':
/tmp/buildd/tty-clock-2.0/ttyclock.c:603: undefined reference to `endwin'
collect2: error: ld returned 1 exit status
Makefile:17: recipe for target 'tty-clock' failed
make[2]: *** [tty-clock] Error 1
make[2]: Leaving directory '/tmp/buildd/tty-clock-2.0'
debian/rules:11: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/tmp/buildd/tty-clock-2.0'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: tty-clock
Source-Version: 2.1-1

We believe that the bug you reported is fixed in the latest version of
tty-clock, 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 788...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antoine Beaupré <anar...@debian.org> (supplier of updated tty-clock 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: SHA256

Format: 1.8
Date: Tue, 16 Jun 2015 09:07:45 -0400
Source: tty-clock
Binary: tty-clock
Architecture: source amd64
Version: 2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Antoine Beaupré <anar...@debian.org>
Changed-By: Antoine Beaupré <anar...@debian.org>
Description:
 tty-clock  - simple terminal clock
Closes: 788749
Changes:
 tty-clock (2.1-1) unstable; urgency=medium
 .
   * new upstream patches
   * fix build in sid (Closes: #788749)
Checksums-Sha1:
 a5086a9c1cbec4acbf8602d91f7e669b120485ec 1813 tty-clock_2.1-1.dsc
 5d9d6e0e891cba64ecd771d94efc5973469930a2 7659 tty-clock_2.1.orig.tar.gz
 29c483276bd6e82c5b6d3f34816e22fc2f192633 3012 tty-clock_2.1-1.debian.tar.xz
 2b0b9664730e60f546adb125ec022d7e9b9613f9 11986 tty-clock_2.1-1_amd64.deb
Checksums-Sha256:
 509fc2ed007e83ef7dd07686bf72fb4d45cdde23e6860195405a077cc6352ce6 1813 
tty-clock_2.1-1.dsc
 454ad3695b01b04c02c8b7ef4b94e4207599790dc8512a5a3f1e3cae0dedbb95 7659 
tty-clock_2.1.orig.tar.gz
 c49cee4bb5bb85b546728dd31c68026a93b3fbeb7eb99f36b55e5d471dd8d4fa 3012 
tty-clock_2.1-1.debian.tar.xz
 02d5b68a3796072bb80607ff3614a26c3e9220c1dd4f2356d3422a549211f6e8 11986 
tty-clock_2.1-1_amd64.deb
Files:
 90686c42d82705194bef5f824467cb26 1813 utils extra tty-clock_2.1-1.dsc
 04677dba5ea0d15a3df8630c00391042 7659 utils extra tty-clock_2.1.orig.tar.gz
 a442e5c950f7ca0fdc4fbeebcece5581 3012 utils extra tty-clock_2.1-1.debian.tar.xz
 6a71f45f5fefcffff1e9b744c34ebccc 11986 utils extra tty-clock_2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJVspo3AAoJEHkhUlJ7dZIekP4P/jOyEDwddt+181iAVadN3oPj
c44uQkPzW0OXPIeRcNcutwvWlJ57dkJimxnyURjwqcZqQlPnHs/nD8k5TppEH4S6
k65Gi/CR8t/NEmKQy4mNr6ucJUWjbW7cDrKGNr1kftzANgz7kJNVWp4NUOUD0Kkl
ug0CmIiVY49LEUNLOGUb8I9VlFHq03tkaaF3wk9iJ2eEo08qYe4FeZPfp0iqVT+j
uIQphIVvy6UVY3MX/jPa/JhtMr0a4JG0CBi+dnNqDwvdOqMODhf5knykXswtkHBI
+jOl3wD4fkva2jvxLa8z2knjjzQoOQEOl2KlmIFnpSyj794Dq+Br5j0+tT+ulB/J
h9NmSXEIvU2+oVaVbNJoISJOgbRewKiLxQkAYC/zylMNoE+m4HL+lZpK+D8DqlKf
D5fdu+nDU+rcO+TO0iz7ZWqhC7Q7Z63Swc50zXSVDR88xbimzqUVbosNM6OmttdK
7vKlMBMS4e7k3zkwr+h6d1zrz1SmlUiqJOcMF2t5lJJnil9P0Gu0BjrPHlccx8yG
LP7ru6ISylb/KKI/26CXM+KjRDJU4twDeUBCfVj/2KcVfIGApE9mxay52bPc+Bby
ujesREK0Ott7homCXZhvs/ZNpTmmyKSgOv6sWm+34LylAG73F2iMympBycGSya6R
U0Xx6v28HNvqa18USEC4
=Ji2m
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to