GNOME Bugzilla – Bug 102843
Unable to create rpms from CVS
Last modified: 2004-12-22 21:47:04 UTC
Steps to reproduce: cvs update -d ./autogen.sh make dist rpmbuild -ta gst-plugins-0.5.1.1.tar.gz (doing this also cause a ffmpeg cvs checkout during the package making which is annoying and time consuming, but not critical in itself) Anyway compilation then fails with: gcc -O3 -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c In file included from avcodec.h:4, from common.c:21: common.h:20:24: config.h: No such file or directory make[5]: *** [common.o] Error 1 make[5]: Leaving directory `/home/cschalle/rpms/BUILD/gst-plugins-0.5.1.1/gst-libs/ext/ffmpeg/ffmpeg/libavcodec' make[4]: *** [lib] Error 2 make[4]: Leaving directory `/home/cschalle/rpms/BUILD/gst-plugins-0.5.1.1/gst-libs/ext/ffmpeg/ffmpeg' make[3]: *** [install] Error 2 make[3]: Leaving directory `/home/cschalle/rpms/BUILD/gst-plugins-0.5.1.1/gst-libs/ext/ffmpeg' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/cschalle/rpms/BUILD/gst-plugins-0.5.1.1/gst-libs/ext' make[1]: *** [install-recursive] Error 1
I can see that ffmpeg CVS get checkout due to this happening when I run rpmbuild -ta gst-plugins-0.5.1.1.tar.gz : checking for FLAC/all.h... yes configure: slurping FFmpeg CVS source configure: checking out ffmpeg cvs code from 2002-12-14 12:00 GMT into gst-libs/ext/ffmpeg cvs checkout: move away ffmpeg/COPYING; it is in the way cvs checkout: move away ffmpeg/CREDITS; it is in the way cvs checkout: move away ffmpeg/Changelog; it is in the way cvs checkout: move away ffmpeg/INSTALL; it is in the way cvs checkout: move away ffmpeg/Makefile; it is in the way cvs checkout: move away ffmpeg/README; it is in the way cvs checkout: move away ffmpeg/VERSION; it is in the way cvs checkout: move away ffmpeg/berrno.h; it is in the way cvs checkout: move away ffmpeg/configure; it is in the way cvs checkout: move away ffmpeg/cygwin_inttypes.h; it is in the way cvs checkout: move away ffmpeg/ffmpeg.c; it is in the way etc.
100% fixed in current CVS