After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607657 - Build failure due undefined reference to `totem_pl_parser_write_with_title'
Build failure due undefined reference to `totem_pl_parser_write_with_title'
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
git master
Other Linux
: Normal blocker
: ---
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-01-21 13:40 UTC by Luca Ferretti
Modified: 2010-01-27 02:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ferretti 2010-01-21 13:40:24 UTC
As per summary, brasero (git master) fails to build against totem-pl-parser (git master)
Here is the build log

make[2]: ingresso nella directory «/home/betatester/checkout/gnome2/brasero/src»
  CC     brasero-project-parse.o
brasero-project-parse.c: In function ‘brasero_project_save_audio_project_playlist’:
brasero-project-parse.c:1129: warning: implicit declaration of function ‘totem_pl_parser_write_with_title’
brasero-project-parse.c:1129: warning: nested extern declaration of ‘totem_pl_parser_write_with_title’
  CC     brasero-playlist.o
  CCLD   brasero
brasero-project-parse.o: In function `brasero_project_save_audio_project_playlist':
/home/betatester/checkout/gnome2/brasero/src/brasero-project-parse.c:1129: undefined reference to `totem_pl_parser_write_with_title'
collect2: ld returned 1 exit status


Git web doesn't show any change related to this function
http://git.gnome.org/browse/totem-pl-parser/log/?qt=grep&q=totem_pl_parser_write_with_title

:(
Comment 1 Luca Ferretti 2010-01-24 13:19:36 UTC
The issue is related to changes applied by bug #604909 in totem-pl-parser
Comment 2 Luis Medinas 2010-01-26 01:24:41 UTC
I'm waiting for totem-pl-parser release to fix this issue. See https://bugzilla.gnome.org/show_bug.cgi?id=605314
Comment 3 Luis Medinas 2010-01-27 02:24:35 UTC
I guess we can close this bug now.

Thanks