Hi, I've been messing around with building a package for Kdenlive (http://kdenlive.sourceforge.net) however I'm getting an odd error about the configure file missing. Attached below is the snipped output, attached are the rules and control files I'm using. Any advice is appreciated!
Thanks, Robert Stoffers -- Member, Ubuntu Linux - http://www.ubuntu.com Staff, Freenode IRC Network- http://www.freenode.net <snip> Copying source file -> copying [../kdenlive_0.3.dsc] -> copying [../kdenlive_0.3.tar.gz] Extracting source su: Authentication service cannot retrieve authentication info. (Ignored) dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-source: extracting kdenlive in kdenlive-0.3 dpkg-source: unpacking kdenlive_0.3.tar.gz -> Building the package su: Authentication service cannot retrieve authentication info. (Ignored) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-buildpackage: source package is kdenlive dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-buildpackage: source version is 0.3 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-buildpackage: source changed by Robert Stoffers <[EMAIL PROTECTED]> dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-buildpackage: host architecture i386 dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) fakeroot debian/rules clean dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test "obj-i486-linux-gnu" != "."; then rmdir obj-i486-linux-gnu; fi rmdir: obj-i486-linux-gnu: No such file or directory make: [cleanbuilddir] Error 1 (ignored) if test "obj-i486-linux-gnu" != "."; then rm -rf obj-i486-linux-gnu; fi for i in ./admin/config.guess ./admin/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean make -C obj-i486-linux-gnu -k distclean make: *** obj-i486-linux-gnu: No such file or directory. Stop. rm -f debian/stamp-makefile-build if [ -f "obj-i486-linux-gnu/config.log" ] && grep -i 'generated.*by.*autoconf' "obj-i486-linux-gnu/config.log" 1>/dev/null; then \ rm -f "obj-i486-linux-gnu/config.log"; \ fi rm -f debian/stamp-autotools-files if test -f obj-i486-linux-gnu/config.status && grep -i -q 'Generated.*by configure.' obj-i486-linux-gnu/config.status; then rm -f obj-i486-linux-gnu/config.status; fi if test -f obj-i486-linux-gnu/config.cache && grep -i -q 'shell.*script.*caches.*results.*configure' obj-i486-linux-gnu/config.cache; then rm -f obj-i486-linux-gnu/config.cache; fi rm -rf po/*.pot dpkg-source -b kdenlive-0.3 dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-source: building kdenlive in kdenlive_0.3.tar.gz dpkg-source: building kdenlive in kdenlive_0.3.dsc debian/rules build dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "obj-i486-linux-gnu" ]; then \ mkdir -p "obj-i486-linux-gnu"; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi if test -e /usr/share/misc/config.guess ; then \ for i in ./admin/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./admin/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi if test "" = "pre" ; then \ cd . && libtoolize -c -f ; \ fi if test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ elif test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoconf || which autoconf` ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoheader || which autoheader` ; fi ; \ fi if test -n "" ; then \ if test -e ./Makefile.am ; then cd . && automake- ; fi ; \ fi touch debian/stamp-autotools-files chmod a+x /tmp/buildd/kdenlive-0.3/./configure chmod: cannot access `/tmp/buildd/kdenlive-0.3/./configure': No such file or directory make: *** [obj-i486-linux-gnu/config.status] Error 1 pbuilder: Failed autobuilding of package -> Aborting with an error -> unmounting dev/pts filesystem -> unmounting proc filesystem -> cleaning the build env -> removing directory /var/cache/pbuilder/build//19615 and its subdirectories
Source: kdenlive
Section: multimedia
Priority: optional
Maintainer: Robert Stoffers <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-dev (>= 3.3),
autotools-dev, libsdl1.2-dev, libsamplerate0-dev, libogg-dev, libvorbis-dev,
liblame-dev, libdv4-dev, libquicktime-dev, libtheora-dev, libavcodec-dev
Standards-Version: 3.6.2
Package: kdenlive
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Non linear video editor for KDE
Kdenlive is a multi track video editor. It is based on the MLT
video framework and the FFMPEG libraries. You can directly
insert files in many formats (MPEG, dv, AVI, DIVX, PNG, JPEG, WAV, MP3)
and mix them using effects and transitions.
#!/usr/bin/make -f cdbs_kde_enable_debug = --disable-debug include /usr/share/cdbs/1/rules/debhelper.mk #include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/kde.mk include /usr/share/cdbs/1/class/autotools.mk DEB_INSTALL_MANPAGES_kdenlive = doc/en/index.docbook #
pgpA14scII9Fk.pgp
Description: PGP signature
-- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
