bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: PSPP-BUG: SPSS


From: Yorik Fernando Tenes Mayen
Subject: Re: Fwd: PSPP-BUG: SPSS
Date: Sat, 24 Oct 2009 22:00:31 -0600

Sorry, I know you must be tired of me. Maybe I didnt explain it the right way. After the previous message I wrote the command "make install" and I got this:

make  install-recursive
make[1]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2'
Making install in gl
make[2]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
      echo '#define PREFIX "/usr/local"'; \
      echo '#define EXEC_PREFIX "/usr/local"'; \
      echo '#define BINDIR "/usr/local/bin"'; \
      echo '#define SBINDIR "/usr/local/sbin"'; \
      echo '#define LIBEXECDIR "/usr/local/libexec"'; \
      echo '#define DATAROOTDIR "/usr/local/share"'; \
      echo '#define DATADIR "/usr/local/share"'; \
      echo '#define SYSCONFDIR "/usr/local/etc"'; \
      echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
      echo '#define LOCALSTATEDIR "/usr/local/var"'; \
      echo '#define INCLUDEDIR "/usr/local/include"'; \
      echo '#define OLDINCLUDEDIR "/usr/include"'; \
      echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \
      echo '#define INFODIR "/usr/local/share/info"'; \
      echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \
      echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \
      echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \
      echo '#define PSDIR "/usr/local/share/doc/pspp"'; \
      echo '#define LIBDIR "/usr/local/lib"'; \
      echo '#define LISPDIR ""'; \
      echo '#define LOCALEDIR "/usr/local/share/locale"'; \
      echo '#define MANDIR "/usr/local/share/man"'; \
      echo '#define MANEXT ""'; \
      echo '#define PKGDATADIR "/usr/local/share/pspp"'; \
      echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \
      echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \
      echo '#define PKGLIBEXECDIR ""'; \
    } | sed '/""/d' > configmake.h-t
if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
      rm -f configmake.h-t; \
    else \
      rm -f configmake.h; mv configmake.h-t configmake.h; \
    fi
make  install-recursive
make[3]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl'
make[4]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
      echo '#define PREFIX "/usr/local"'; \
      echo '#define EXEC_PREFIX "/usr/local"'; \
      echo '#define BINDIR "/usr/local/bin"'; \
      echo '#define SBINDIR "/usr/local/sbin"'; \
      echo '#define LIBEXECDIR "/usr/local/libexec"'; \
      echo '#define DATAROOTDIR "/usr/local/share"'; \
      echo '#define DATADIR "/usr/local/share"'; \
      echo '#define SYSCONFDIR "/usr/local/etc"'; \
      echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
      echo '#define LOCALSTATEDIR "/usr/local/var"'; \
      echo '#define INCLUDEDIR "/usr/local/include"'; \
      echo '#define OLDINCLUDEDIR "/usr/include"'; \
      echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \
      echo '#define INFODIR "/usr/local/share/info"'; \
      echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \
      echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \
      echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \
      echo '#define PSDIR "/usr/local/share/doc/pspp"'; \
      echo '#define LIBDIR "/usr/local/lib"'; \
      echo '#define LISPDIR ""'; \
      echo '#define LOCALEDIR "/usr/local/share/locale"'; \
      echo '#define MANDIR "/usr/local/share/man"'; \
      echo '#define MANEXT ""'; \
      echo '#define PKGDATADIR "/usr/local/share/pspp"'; \
      echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \
      echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \
      echo '#define PKGLIBEXECDIR ""'; \
    } | sed '/""/d' > configmake.h-t
if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
      rm -f configmake.h-t; \
    else \
      rm -f configmake.h; mv configmake.h-t configmake.h; \
    fi
make[5]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/gl'
if test yes = no; then \
      case 'linux-gnu' in \
        darwin[56]*) \
          need_charset_alias=true ;; \
        darwin* | cygwin* | mingw* | pw32* | cegcc*) \
          need_charset_alias=false ;; \
        *) \
          need_charset_alias=true ;; \
      esac ; \
    else \
      need_charset_alias=false ; \
    fi ; \
    if $need_charset_alias; then \
      /bin/bash /home/yorik/Público/pspp-0.6.2/install-sh -d /usr/local/lib ; \
    fi ; \
    if test -f /usr/local/lib/charset.alias; then \
      sed -f ref-add.sed /usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ; \
      /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \
      rm -f /usr/local/lib/charset.tmp ; \
    else \
      if $need_charset_alias; then \
        sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \
        /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \
        rm -f /usr/local/lib/charset.tmp ; \
      fi ; \
    fi
make[5]: No se hace nada para `install-data-am'.
make[5]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl'
make[4]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl'
make[3]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl'
make[2]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/gl'
Making install in po
make[2]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2/po'
/bin/mkdir -p /usr/local/share
/usr/bin/install: no se puede borrar «/usr/local/share/locale/en_GB/LC_MESSAGES/pspp.mo»: Permiso denegado
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/pspp.mo
/usr/bin/install: no se puede borrar «/usr/local/share/locale/nl/LC_MESSAGES/pspp.mo»: Permiso denegado
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/pspp.mo
/usr/bin/install: no se puede borrar «/usr/local/share/locale/pt_BR/LC_MESSAGES/pspp.mo»: Permiso denegado
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/pspp.mo
if test "pspp" = "gettext-tools"; then \
      /bin/mkdir -p /usr/local/share/gettext/po; \
      for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed address@hidden address@hidden insert-header.sin Rules-quot   Makevars.template; do \
        /usr/bin/install -c -m 644 ./$file \
                /usr/local/share/gettext/po/$file; \
      done; \
      for file in Makevars; do \
        rm -f /usr/local/share/gettext/po/$file; \
      done; \
    else \
      : ; \
    fi
make[2]: se sale del directorio `/home/yorik/Público/pspp-0.6.2/po'
make[2]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2'
make[3]: se ingresa al directorio `/home/yorik/Público/pspp-0.6.2'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/bash ./libtool   --mode=install /usr/bin/install -c 'src/ui/terminal/pspp' '/usr/local/bin/pspp'
libtool: install: /usr/bin/install -c src/ui/terminal/pspp /usr/local/bin/pspp
/usr/bin/install: cannot remove `/usr/local/bin/pspp': Permission denied
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: se sale del directorio `/home/yorik/Público/pspp-0.6.2'
make[2]: *** [install-am] Error 2
make[2]: se sale del directorio `/home/yorik/Público/pspp-0.6.2'
make[1]: *** [install-recursive] Error 1
make[1]: se sale del directorio `/home/yorik/Público/pspp-0.6.2'
make: *** [install] Error 2

Maybe Im writing the wrong command, sorry for the problems


reply via email to

[Prev in Thread] Current Thread [Next in Thread]