banix123 / neutrinohd2

Automatically exported from code.google.com/p/neutrinohd2
0 stars 0 forks source link

gst-plugin-subsink #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
lastChoice
--enable-maintainer-mode --prefix=/home/raxes/max-tdt/tdt/tufsbox 
--with-cvsdir=/home/raxes/max-tdt/tdt/cvs 
--with-customizationsdir=/home/raxes/max-tdt/tdt/custom 
--with-flashscriptdir=/home/raxes/max-tdt/tdt/flash 
--with-archivedir=/home/raxes/Archive --enable-ccache --host=i686-pc-linux-gnu 
--build=i686-pc-linux-gnu --enable-spark7162 --with-boxtype=spark7162 
--enable-stm24 --enable-p0211 --enable-player191 --enable-multicom324 
--enable-mediafwgstreamer
Eroor

 make yaud-neutrino-hd2-exp
make: Circular .deps/cross-sh4-libgcc <- .deps/glibc dependency dropped.
( rm -rf gst-plugin-subsink || /bin/true ) && (rm -rf gst-plugin-subsink; cp -a 
/home/raxes/Archive/gst-plugin-subsink.git gst-plugin-subsink)
export 
PATH=/home/raxes/max-tdt/tdt/tufsbox/host/bin:/home/raxes/max-tdt/tdt/tufsbox/ho
st/ccache-bin:/home/raxes/max-tdt/tdt/tufsbox/devkit/sh4/bin:/usr/lib/lightdm/li
ghtdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/u
sr/sbin && \
    cd gst-plugin-subsink && \
        touch NEWS README AUTHORS ChangeLog && \
        aclocal -I /home/raxes/max-tdt/tdt/tufsbox/host/share/aclocal -I m4 && \
        cp /home/raxes/max-tdt/tdt/tufsbox/host/share/libtool/config/ltmain.sh . && \
        autoheader && \
        autoconf && \
        automake --add-missing && \
        libtoolize --force && \
        source /home/raxes/max-tdt/tdt/cvs/cdk/build.env && \
        ./configure \
            --build=i686-pc-linux-gnu \
            --host=sh4-linux \
            --prefix=/usr && \
        make && \
        make install DESTDIR=/home/raxes/max-tdt/tdt/tufsbox/cdkroot
configure.ac:29: required file `../ltmain.sh' not found
Makefile.am: installing `./INSTALL'
make: *** [.deps/gst_plugin_subsink] Error 1

Original issue reported on code.google.com by fon.mobi...@gmail.com on 7 Dec 2013 at 6:21

GoogleCodeExporter commented 9 years ago
you can provide this build bug issue into the support forum hopefully max will 
fix this issue.

Original comment by mohousch on 15 Dec 2013 at 10:12

GoogleCodeExporter commented 9 years ago
This fix error

rm -rf gst-plugin-subsink
touch .deps/gst_plugin_subsink
( rm -rf gst-plugins-dvbmediasink-0.10.1 || /bin/true ) && ( ln -sf 
../apps/misc/tools/gst-plugins-dvbmediasink gst-plugins-dvbmediasink-0.10.1 || 
/bin/true )

http://forum.mbremer.de/viewtopic.php?f=86&t=1682&sid=6ac19e6abd45c74027c30fb7da
292167&start=45

Original comment by fon.mobi...@gmail.com on 29 Dec 2013 at 11:19