Hi!

David Timms wrote:
> Hi, can someone shed some light on the following warning/abort during an
> rpm build of dvbcut for Fedora ? :
> =====
> cd .. && make src/version.h
> make[2]: Entering directory `/home/davidt/rpmbuild/BUILD/dvbcut-20090207'
> make[2]: *** No rule to make target `ffmpeg.src/COPYING', needed by
> `src/version.h'.  Stop.
> make[2]: Leaving directory `/home/davidt/rpmbuild/BUILD/dvbcut-20090207'
> make[1]: *** [version.h] Error 2
> make[1]: Leaving directory
> `/home/davidt/rpmbuild/BUILD/dvbcut-20090207/src'
> make: *** [all] Error 2
> =====
> My current build  grabs the svn release, nukes the ffmpeg.src and .svn
                                           ^^^^^^^^^^^^^^^^^^^^

That's exactly the problem. You must not delete files that are listed in
DISTFILES, otherwise the build won't work.

By the way, making a source distribution tarball from the svn release is
now supported by the build system:

        autoconf
        ./configure --your-usual-options
        make dist

To make a working source tarball without ffmpeg, all you should have to
do is delete every line with "ffmpeg.src" in it from DISTFILES, and then
follow the procedure above.

To verify that the created package works, run "make check-dist". Note
that you must have passed working options to configure earlier, i.e.
--with-qt3 and --with-ffmpeg matching your system, or the check will fail.

-- 
Michael "Tired" Riepe <mich...@mr511.de>
X-Tired: Each morning I get up I die a little

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to