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 102843 - Unable to create rpms from CVS
Unable to create rpms from CVS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-08 14:59 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2003-01-08 14:59:18 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
Comment 1 Christian Fredrik Kalager Schaller 2003-01-08 15:12:37 UTC
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.
Comment 2 Christian Fredrik Kalager Schaller 2003-01-12 10:19:38 UTC
100% fixed in current CVS