Your message dated Tue, 03 Nov 2009 15:32:51 +0000
with message-id <[email protected]>
and subject line Bug#553936: fixed in audtty 0.1.11-2
has caused the Debian Bug report #553936,
regarding FTBFS with binutils-gold
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 [email protected]
immediately.)


-- 
553936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553936
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: audtty
Version: 0.1.11-1
Severity: normal

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

cc -g -O2 -g2 -Wall -Werror -lncursesw -laudclient  -o audtty main.o 
curses_printf.o playlist.o playlist_jump.o 
playlist_addurl.o settings.o connect.o browse.o playlist_create.o
/usr/bin/ld: main.o: in function main:main.c:58: error: undefined reference to 
'g_type_init'
/usr/bin/ld: main.o: in function main:main.c:64: error: undefined reference to 
'dbus_g_bus_get'
/usr/bin/ld: main.o: in function main:main.c:69: error: undefined reference to 
'dbus_g_proxy_new_for_name'
/usr/bin/ld: curses_printf.o: in function mvwaddnstrf:curses_printf.c:95: 
error: undefined reference to 'g_free'
/usr/bin/ld: curses_printf.o: in function waddnstrf:curses_printf.c:83: error: 
undefined reference to 'g_free'
/usr/bin/ld: curses_printf.o: in function mvwaddstrf:curses_printf.c:71: error: 
undefined reference to 'g_free'
/usr/bin/ld: curses_printf.o: in function waddstrf:curses_printf.c:59: error: 
undefined reference to 'g_free'
/usr/bin/ld: playlist.o: in function song_title:playlist.c:51: error: undefined 
reference to 'g_strdup'
/usr/bin/ld: playlist.o: in function song_title:playlist.c:52: error: undefined 
reference to 'g_strrstr'
/usr/bin/ld: playlist.o: in function song_title:playlist.c:54: error: undefined 
reference to 'g_strdup'
/usr/bin/ld: playlist.o: in function playlist_read:playlist.c:138: error: 
undefined reference to 'g_strdup'
/usr/bin/ld: playlist_jump.o: in function match:playlist_jump.c:48: error: 
undefined reference to 'g_strdup'
/usr/bin/ld: playlist_jump.o: in function match:playlist_jump.c:49: error: 
undefined reference to 'g_strsplit'
/usr/bin/ld: playlist_addurl.o: in function 
playlist_addurl:playlist_addurl.c:60: error: undefined reference to 
'g_filename_to_uri'
/usr/bin/ld: settings.o: in function longoptions:settings.c:113: error: 
undefined reference to 'g_strcmp0'
/usr/bin/ld: settings.o: in function longoptions:settings.c:115: error: 
undefined reference to 'g_strcmp0'
/usr/bin/ld: settings.o: in function longoptions:settings.c:117: error: 
undefined reference to 'g_strcmp0'
/usr/bin/ld: settings.o: in function longoptions:settings.c:119: error: 
undefined reference to 'g_strcmp0'
/usr/bin/ld: connect.o: in function fix_env:connect.c:54: error: undefined 
reference to 'g_get_home_dir'
/usr/bin/ld: connect.o: in function fix_env:connect.c:55: error: undefined 
reference to 'g_strconcat'
/usr/bin/ld: connect.o: in function fix_env:connect.c:56: error: undefined 
reference to 'g_dir_open'
/usr/bin/ld: connect.o: in function fix_env:connect.c:64: error: undefined 
reference to 'g_dir_close'
/usr/bin/ld: connect.o: in function fix_env:connect.c:65: error: undefined 
reference to 'g_strconcat'
/usr/bin/ld: connect.o: in function fix_env:connect.c:63: error: undefined 
reference to 'g_dir_read_name'
/usr/bin/ld: connect.o: in function fix_env:connect.c:81: error: undefined 
reference to 'g_setenv'
/usr/bin/ld: connect.o: in function fix_env:connect.c:82: error: undefined 
reference to 'g_setenv'
/usr/bin/ld: connect.o: in function check_env:connect.c:37: error: undefined 
reference to 'g_getenv'
/usr/bin/ld: connect.o: in function check_env:connect.c:37: error: undefined 
reference to 'g_getenv'
/usr/bin/ld: browse.o: in function display_error:browse.c:402: error: undefined 
reference to 'g_chdir'
/usr/bin/ld: browse.o: in function display_error:browse.c:403: error: undefined 
reference to 'g_get_current_dir'
/usr/bin/ld: browse.o: in function check_dir:browse.c:244: error: undefined 
reference to 'g_strjoin'
/usr/bin/ld: browse.o: in function get_contents:browse.c:170: error: undefined 
reference to 'g_get_current_dir'
/usr/bin/ld: browse.o: in function get_contents:browse.c:178: error: undefined 
reference to 'g_dir_open'
/usr/bin/ld: browse.o: in function get_contents:browse.c:190: error: undefined 
reference to 'g_filename_to_utf8'
/usr/bin/ld: browse.o: in function get_contents:browse.c:188: error: undefined 
reference to 'g_dir_read_name'
/usr/bin/ld: browse.o: in function get_contents:browse.c:200: error: undefined 
reference to 'g_dir_close'
/usr/bin/ld: browse.o: in function get_contents:browse.c:205: error: undefined 
reference to 'g_error_free'
/usr/bin/ld: browse.o: in function get_contents:browse.c:207: error: undefined 
reference to 'g_error_free'
/usr/bin/ld: browse.o: in function open_directory:browse.c:429: error: 
undefined reference to 'g_chdir'
/usr/bin/ld: browse.o: in function add_file:browse.c:290: error: undefined 
reference to 'g_strjoin'
/usr/bin/ld: browse.o: in function add_file:browse.c:292: error: undefined 
reference to 'g_chdir'
/usr/bin/ld: browse.o: in function add_file:browse.c:301: error: undefined 
reference to 'g_strjoin'
/usr/bin/ld: browse.o: in function add_file:browse.c:303: error: undefined 
reference to 'g_filename_to_uri'
/usr/bin/ld: browse.o: in function add_file:browse.c:283: error: undefined 
reference to 'g_chdir'
/usr/bin/ld: browse.o: in function add_file:browse.c:284: error: undefined 
reference to 'g_get_current_dir'
/usr/bin/ld: browse.o: in function file_browser:browse.c:57: error: undefined 
reference to 'g_get_current_dir'
/usr/bin/ld: playlist_create.o: in function 
playlist_create:playlist_create.c:54: error: undefined reference to 
'g_filename_from_uri'
collect2: ld returned 1 exit status
make[1]: *** [audtty] Error 1




--- End Message ---
--- Begin Message ---
Source: audtty
Source-Version: 0.1.11-2

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

audtty_0.1.11-2.debian.tar.gz
  to main/a/audtty/audtty_0.1.11-2.debian.tar.gz
audtty_0.1.11-2.dsc
  to main/a/audtty/audtty_0.1.11-2.dsc
audtty_0.1.11-2_i386.deb
  to main/a/audtty/audtty_0.1.11-2_i386.deb



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Taylor <[email protected]> (supplier of updated audtty 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Tue, 03 Nov 2009 01:57:35 +0000
Source: audtty
Binary: audtty
Architecture: source i386
Version: 0.1.11-2
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor <[email protected]>
Changed-By: Chris Taylor <[email protected]>
Description: 
 audtty     - ncurses based frontend to audacious
Closes: 553936
Changes: 
 audtty (0.1.11-2) unstable; urgency=low
 .
   * Use source format 3.0 (quilt).
   * Fix building with binutils-gold in patch 01-binutils (Closes: #553936).
Checksums-Sha1: 
 15a4ef8721c4802ff5b06baa1da31daf44efb82b 1204 audtty_0.1.11-2.dsc
 97a23c7181ba40a290c11d92a3228361cbb678bf 3330 audtty_0.1.11-2.debian.tar.gz
 be5fb84f9486a875e00d77c87f791e7628f9c756 21290 audtty_0.1.11-2_i386.deb
Checksums-Sha256: 
 e5314a405b277803d75e177b7aedf42149ccd3288502e53744bc7b5e3f9cef48 1204 
audtty_0.1.11-2.dsc
 a9135345a8cf38a23f6f6486cf12f0050d64094b3d4a6462e0a658fc139adb54 3330 
audtty_0.1.11-2.debian.tar.gz
 b6c9181f4f94c9ff6da5108f3cb25174661ee4b6311c2f94541f2ea0b4772db9 21290 
audtty_0.1.11-2_i386.deb
Files: 
 4eec4fae027f875472bbaec3182ef4da 1204 sound optional audtty_0.1.11-2.dsc
 ca7da0f7327af910076659aa3b23009b 3330 sound optional 
audtty_0.1.11-2.debian.tar.gz
 44c20131b69321ed0f9f27374b62d266 21290 sound optional audtty_0.1.11-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEAREDAAYFAkrwR4kACgkQAQwuptkwlkQmOgCgiQDL2OGDedxlngME4qcKc9U9
TOgAnjqoSDkSb50UBG/4VkV/tMPFfrrr
=e4G9
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to