[vlc-devel] Problems with make install

Thomas Knauer lists-vlc-devel at gmx.net
Fri Aug 19 11:02:40 CEST 2005


Hi,

VLC version:  0.8.4-svn  (latest trunk)

since yesterday evening appr. 17:00 GMT, I've not been able to install
VLC into it's directories (--prefix=/usr/local):

Here's the output of "make install":

-------------------------------------------------------------------------

Making install in intl
make[1]: Entering directory `/usr/local/src/cvs/vlc/intl'
if test "vlc" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  /bin/sh `case "autotools/mkinstalldirs" in /*) echo "autotools/mkinstalldirs"
;; *) echo "../autotools/mkinstalldirs" ;; esac` /usr/local/lib /usr/local/include; \
  /usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
  @LIBTOOL@ --mode=install \
    /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
  : ; \
fi
if test 'no' = yes; then \
  test yes != no || /bin/sh `case "autotools/mkinstalldirs" in /*) echo "autotools/mkinstalldirs" ;; *) echo "../autotools/mkinstalldirs" ;; esac` /usr/local/lib; \
  temp=/usr/local/lib/t-charset.alias; \
  dest=/usr/local/lib/charset.alias; \
  if test -f /usr/local/lib/charset.alias; then \
    orig=/usr/local/lib/charset.alias; \
    sed -f ref-add.sed $orig > $temp; \
    /usr/bin/install -c -m 644 $temp $dest; \
    rm -f $temp; \
  else \
    if test yes = no; then \
      orig=charset.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    fi; \
  fi; \
  /bin/sh `case "autotools/mkinstalldirs" in /*) echo "autotools/mkinstalldirs"
;; *) echo "../autotools/mkinstalldirs" ;; esac` /usr/local/share/locale; \
  test -f /usr/local/share/locale/locale.alias \
    && orig=/usr/local/share/locale/locale.alias \
    || orig=./locale.alias; \
  temp=/usr/local/share/locale/t-locale.alias; \
  dest=/usr/local/share/locale/locale.alias; \
  sed -f ref-add.sed $orig > $temp; \
  /usr/bin/install -c -m 644 $temp $dest; \
  rm -f $temp; \
else \
  : ; \
fi
if test "vlc" = "gettext"; then \
  /bin/sh `case "autotools/mkinstalldirs" in /*) echo "autotools/mkinstalldirs"
;; *) echo "../autotools/mkinstalldirs" ;; esac` /usr/local/share/gettext/intl;
\
  /usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
  /usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c os2compat.c intl-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file \
                    /usr/local/share/gettext/intl/$file; \
  done; \
  chmod a+x /usr/local/share/gettext/intl/config.charset; \
  dists="plural.c"; \
  for file in $dists; do \
    if test -f $file; then dir=.; else dir=.; fi; \
    /usr/bin/install -c -m 644 $dir/$file \
                    /usr/local/share/gettext/intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c"; \
  for file in $dists; do \
    rm -f /usr/local/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/usr/local/src/cvs/vlc/intl'
Making install in loader
make[1]: Entering directory `/usr/local/src/cvs/vlc/loader'
make[2]: Entering directory `/usr/local/src/cvs/vlc/loader'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/src/cvs/vlc/loader'
make[1]: Leaving directory `/usr/local/src/cvs/vlc/loader'
Making install in modules
make[1]: Entering directory `/usr/local/src/cvs/vlc/modules'
Making install in access
make[2]: Entering directory `/usr/local/src/cvs/vlc/modules/access'
Making install in dshow
make[3]: Entering directory `/usr/local/src/cvs/vlc/modules/access/dshow'
make[4]: Entering directory `/usr/local/src/cvs/vlc/modules/access/dshow'
make[5]: Entering directory `/usr/local/src/cvs/vlc/modules/access/dshow'
"/usr/local/lib/vlc/access"
/bin/sh: /usr/local/lib/vlc/access: No such file or directory
make[5]: *** [install-exec-local] Error 127
make[5]: Leaving directory `/usr/local/src/cvs/vlc/modules/access/dshow'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/usr/local/src/cvs/vlc/modules/access/dshow'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/cvs/vlc/modules/access/dshow'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/cvs/vlc/modules/access'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/cvs/vlc/modules'
make: *** [install-recursive] Error 1

-----------------------------------------------------------------------

I completely removed /usr/local/lib/*vlc* and checked out vlc-trunk
from scratch.

Thanks for your help!

Regards,
Thomas

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list