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 170022 - libid3tag dependency is missing in configure.in
libid3tag dependency is missing in configure.in
Status: RESOLVED INCOMPLETE
Product: muine
Classification: Other
Component: general
trunk
Other All
: Normal normal
: ---
Assigned To: Muine Maintainers
Muine Maintainers
: 327336 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-12 02:45 UTC by Samuel Abels
Modified: 2006-10-08 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Does this fix it ? (889 bytes, patch)
2005-05-01 14:52 UTC, Jorn Baayen
none Details | Review

Description Samuel Abels 2005-03-12 02:45:44 UTC
Please describe the problem:
I tried to build from CVS today. ./configure is successful, however:

In file included from id3-vfs.c:23:
id3-vfs.h:27:20: id3tag.h: No such file or directory

After "apt-get install libid3tag0-dev" it works.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
I wasn't sure of the right fix. Should this go into the conditional ID3 checking
stuff in configure.in? If so, it may be necessary to set some additional
#ifdefs, so I didn't look into it too closely.
Comment 1 Jorn Baayen 2005-05-01 14:17:10 UTC
Perhaps you forgot to rerun autogen, as there have been some building changes in
CVS ?

The id3tag detection by first checking for a pkg-config file, and if not found,
checks for a id3tag.h. If still not found, id3 support is disabled from the build.
Comment 2 Samuel Abels 2005-05-01 14:45:19 UTC
I looked a bit closer into this. Actually, it /does/ detect that libid3 is
missing, the problem is that it still tries to build libmuine/id3-vfs/id3-vfs.c.
I don't know automake well enough to tell whether there is a way to exclude that
file.
Otherwise, adding an "#ifdef HAVE_ID3TAG" in id3-vfs.c should fix this.
Comment 3 Jorn Baayen 2005-05-01 14:52:33 UTC
Created attachment 45904 [details] [review]
Does this fix it ?
Comment 4 Samuel Abels 2005-05-01 15:01:45 UTC
Doesn't seem to change the behavior.
Comment 5 Joachim Beckers 2006-01-17 14:01:16 UTC
*** Bug 327336 has been marked as a duplicate of this bug. ***
Comment 6 Wouter Bolsterlee (uws) 2006-09-29 15:55:36 UTC
Is this reproducible with the latest version? Does config.log contain any info?
Comment 7 Wouter Bolsterlee (uws) 2006-10-08 15:37:20 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!