GNOME Bugzilla – Bug 104689
[0.6.1] make dist fails if arts not installed
Last modified: 2004-12-22 21:47:04 UTC
Somewhere in ext/arts/Makefile.am is a reference to gst_artsio.cc, even if arts isn't installed. It causes make dist to fail because that file doesn't exist, which is because it can't be built.
Postponed as it affects very very few people.
Since all these bugs are listed as needing to be fixed in 0.6.x, they are by definition bugs in 0.6.0
Fixed in HEAD. Could be applied to 0.6.1, but doesn't affect too many people. http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/ext/arts/Makefile.am.diff?r1=1.14&r2=1.15
In that case, don't fix it in 0.6.1. There's not too many people that will do make dist anyway.
On second thought, this bites me too so I'll put it in 0.6.1. *Totally biased*.
Applied to 0.6.1 CVS.
Reopening, because I borked it.
Created attachment 15579 [details] [review] subsequent patch
Shouldn't you add the .idl file to EXTRA_DIST? It seems like it isn't disted right now...
Yes, you are correct. http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/ext/arts/Makefile.am.diff?r1=1.16&r2=1.17
Fixed again in 0.6.1.