Your message dated Fri, 24 Jun 2011 11:47:09 +0000
with message-id <[email protected]>
and subject line Bug#615734: fixed in intone 0.77-1
has caused the Debian Bug report #615734,
regarding intone: ftbfs with gold or ld --no-add-needed
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.)
--
615734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: intone
Version: 0.66+svn20100620-2
Severity: important
Tags: sid
User: [email protected]
Usertags: no-add-needed
The package fails to build in a test rebuild on at least amd64 with
ld --no-add-needed. For details, please see:
http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html
http://wiki.debian.org/ToolChain/DSOLinking
Ubuntu might have a patch for this issue, but unfortunately it was
not forwarded to Debian. Please have a look at
http://packages.qa.debian.org/intone to see if an Ubuntu version for
this package exists, and if a fix is included in the Ubuntu diff.
[...]
callbacks.c: In function 'song_select_play':
callbacks.c:245:2: warning: passing argument 2 of 'ecore_timer_add' from
incompatible pointer type
/usr/include/Ecore.h:344:22: note: expected 'Eina_Bool (*)(void *)' but
argument is of type 'int (*)(void *)'
callbacks.c: In function 'prev_button_clicked':
callbacks.c:453:3: warning: passing argument 2 of 'ecore_timer_add' from
incompatible pointer type
/usr/include/Ecore.h:344:22: note: expected 'Eina_Bool (*)(void *)' but
argument is of type 'int (*)(void *)'
callbacks.c: In function 'next_button_clicked':
callbacks.c:518:3: warning: passing argument 2 of 'ecore_timer_add' from
incompatible pointer type
/usr/include/Ecore.h:344:22: note: expected 'Eina_Bool (*)(void *)' but
argument is of type 'int (*)(void *)'
callbacks.c: In function 'play_button_clicked':
callbacks.c:629:3: warning: passing argument 2 of 'ecore_timer_add' from
incompatible pointer type
/usr/include/Ecore.h:344:22: note: expected 'Eina_Bool (*)(void *)' but
argument is of type 'int (*)(void *)'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr//locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\"
-I/usr/include/elementary -I/usr/include/eina-0 -I/usr/include/eina-0/eina
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lua5.1
-I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -Wall -g -g -O2 -g -O2 -c main.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr//locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\"
-I/usr/include/elementary -I/usr/include/eina-0 -I/usr/include/eina-0/eina
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lua5.1
-I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -Wall -g -g -O2 -g -O2 -c dbus-stuff.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr//locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\"
-I/usr/include/elementary -I/usr/include/eina-0 -I/usr/include/eina-0/eina
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lua5.1
-I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -Wall -g -g -O2 -g -O2 -c gui.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr//locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\"
-I/usr/include/elementary -I/usr/include/eina-0 -I/usr/include/eina-0/eina
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lua5.1
-I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -Wall -g -g -O2 -g -O2 -c db_sqlite.c
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -g -O2 -g -O2
-Wl,--export-dynamic -o intone callbacks.o main.o dbus-stuff.o gui.o
db_sqlite.o -lelementary -leina -ldbus-1 -lpthread -lrt -lsqlite3 -ledbus
-lvorbisfile -lvorbis -lm -logg -lid3 -lvorbisfile
libtool: link: gcc -Wall -g -g -O2 -g -O2 -Wl,--export-dynamic -o intone
callbacks.o main.o dbus-stuff.o gui.o db_sqlite.o -lelementary -leina -ldbus-1
-lpthread -lrt /usr/lib/libsqlite3.so -ledbus /usr/lib/libvorbis.so -lm -logg
/usr/lib/libid3.so /usr/lib/libvorbisfile.so
/usr/bin/ld: callbacks.o: undefined reference to symbol
'evas_object_size_hint_weight_set'
/usr/bin/ld: note: 'evas_object_size_hint_weight_set' is defined in DSO
/usr/lib64/libevas-ver-svn-06.so.0 so try adding it to the linker command line
/usr/lib64/libevas-ver-svn-06.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [intone] Error 1
make[3]: Leaving directory
`/build/user-intone_0.66+svn20100620-2-amd64-alQK7m/intone-0.66+svn20100620/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/build/user-intone_0.66+svn20100620-2-amd64-alQK7m/intone-0.66+svn20100620'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/build/user-intone_0.66+svn20100620-2-amd64-alQK7m/intone-0.66+svn20100620'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: intone
Source-Version: 0.77-1
We believe that the bug you reported is fixed in the latest version of
intone, which is due to be installed in the Debian FTP archive:
intone_0.77-1.debian.tar.gz
to main/i/intone/intone_0.77-1.debian.tar.gz
intone_0.77-1.dsc
to main/i/intone/intone_0.77-1.dsc
intone_0.77-1_amd64.deb
to main/i/intone/intone_0.77-1_amd64.deb
intone_0.77.orig.tar.gz
to main/i/intone/intone_0.77.orig.tar.gz
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.
Sebastian Reichel <[email protected]> (supplier of updated intone 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: SHA256
Format: 1.8
Date: Fri, 24 Jun 2011 13:18:57 +0200
Source: intone
Binary: intone
Architecture: source amd64
Version: 0.77-1
Distribution: unstable
Urgency: low
Maintainer: Debian freesmartphone.org Team
<[email protected]>
Changed-By: Sebastian Reichel <[email protected]>
Description:
intone - Elementary based mplayer frontend for audio files
Closes: 615734
Changes:
intone (0.77-1) unstable; urgency=low
.
* New upstream release (Closes: #615734)
* Update my mail address
Checksums-Sha1:
722e0f916ed8aa926a6b654ab22e21473ae69399 2030 intone_0.77-1.dsc
4fbf8f29aa0ee86b16c7b897f6f3573ebb5f8001 436349 intone_0.77.orig.tar.gz
02e912fbe59609520ce0a8dfcee01806bee83d2c 3900 intone_0.77-1.debian.tar.gz
b0980943b0ddc225f2fb1d9f8eec11f8b92edd4a 177444 intone_0.77-1_amd64.deb
Checksums-Sha256:
94de1aafdb6d7a1b7fff8c27faa054879366887a3c2332e4119e6607b7fb3c5d 2030
intone_0.77-1.dsc
269cb6e44ad6bbe50edac073ca471f3fea3f5e664c32981a8e1070755d9e80b2 436349
intone_0.77.orig.tar.gz
53b4c70b2e5c85bc819ccd405cc000782e377ad24c377f333e3d8644c63d49e3 3900
intone_0.77-1.debian.tar.gz
280446c84ed16afc479e936906fc3e6ad043ad2cd4d98a97b20ef3a82dc279a5 177444
intone_0.77-1_amd64.deb
Files:
43db1305ccc8444b8d2a5e7c8315ce1d 2030 sound optional intone_0.77-1.dsc
16c4821ec53e3337e04d118a473c0f52 436349 sound optional intone_0.77.orig.tar.gz
b7bb18cd36256c7f4e5055e9c31d09ff 3900 sound optional
intone_0.77-1.debian.tar.gz
5b46253b09ce7f37cbb76971c34b4de0 177444 sound optional intone_0.77-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJOBHXOAAoJENju1/PIO/qamWIQAJuLC52Nc/7feQ6m6IHJkqT7
8AGtbec4rg3Ohzosv3vcib9rXfOMwuYX01H5gb8e9E5GJlHxow/zUIVWedsJZ89e
q4W2554VM7jArnuJEklSPRCkjlJ0QhvGW3nNHzuWvB/ZkS5LXfqbwNNYiN+ShccQ
RIM+OgiX2zFstLPLgAg1bXPrMOLmkerd1gClG7/EGCpOX2BuazlP0JTZFVTAGmB+
yw/gfsTcFzXR2kIZQGBFO3vrWeiJFtZrOkJNGRvhnHMZOt2/NwWuEZ4vrZgJo2jB
O1i/HCgBgWrqdIG5MrDBzhi58sYAxQbACeEzwEDLTz0AaLC7eG/W1/WT5RS2cjPY
cV19yIMbjhqLcyCmhDAWeircSGpsb61I02Cx6k7+PPAwVhQPTraZ4r2boSXy+77m
7R3PlkaV+m4dkKzD4kZlunkuv6yNzzVngVJc1O9emR7Ex0jME7oVPq2FIgKMaSyo
ISOby0V5fnvoCR3RFmwLoD8R5+Od/BNZKPJof6a9kRJ8TNfWySQlKC672GWtRBRs
B7EHPuOmAMig3nrOS8NPsIelNQGc+ykdWURaOgkI2whJfqHFzU/1M1oC+MrVlOsY
v2aT4uhmDOxtGuYfAWT8DfES/Gj/FIJ2SngibcCS3YXFgqA+dwFKtGMfhajBuwp8
QncXMAPLKjqNUFbHqqJu
=sT9T
-----END PGP SIGNATURE-----
--- End Message ---