This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problems compiling grep and friends


On 04 October 2007 22:13, Siegfried Heintze wrote:

> Siegfried wrote:
> OK, I tried that. See below for the results. Looks like we have the same
> problem.


> mkdir //usr
> mkdir: cannot create directory `//usr': No such host or network path
> mkdir //usr/local
> mkdir: cannot create directory `//usr/local': No such host or network path
> mkdir //usr/local/share
> mkdir: cannot create directory `//usr/local/share': No such host or network
> path
> make[1]: *** [install-data-yes] Error 1
> make[1]: Leaving directory `/usr/src/grep-2.5.1a-4/po'
> make: *** [install-recursive] Error 1


  I whipped this up against grep-2.5.1a-3.  It might just apply cleanly to the
version you're working with; make sure it gets all the "$(DESTDIR)/" instances
and changes them to "$DDSLASH".  It WFM:

 '"  '"'---'
/usr/src/grep-2.5.1a-3 $ cd po
@_______. .
(       /"\
 ||--||(___)
 '"  '"'---'
/usr/src/grep-2.5.1a-3/po $ make install 2>&1 | tee inst.log
if test -n "" ; then \
  DDSLASH="/" ; \
else \
  DDSLASH="" ; \
fi
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs $DDSLASH/usr/local/share; \
else \
  /bin/sh ../mkinstalldirs $DDSLASH/usr/local/share; \
fi
mkdir /usr/local/share/locale/cs
mkdir /usr/local/share/locale/cs/LC_MESSAGES
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/grep.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/grep.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/grep.mo
mkdir /usr/local/share/locale/eo
mkdir /usr/local/share/locale/eo/LC_MESSAGES
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/grep.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/grep.mo
mkdir /usr/local/share/locale/et
mkdir /usr/local/share/locale/et/LC_MESSAGES
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/grep.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/grep.mo
mkdir /usr/local/share/locale/gl
mkdir /usr/local/share/locale/gl/LC_MESSAGES
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/grep.mo
mkdir /usr/local/share/locale/hr
mkdir /usr/local/share/locale/hr/LC_MESSAGES
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/grep.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/grep.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/grep.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/grep.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/grep.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/grep.mo
mkdir /usr/local/share/locale/no
mkdir /usr/local/share/locale/no/LC_MESSAGES
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/grep.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/grep.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/grep.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/grep.mo
mkdir /usr/local/share/locale/sl
mkdir /usr/local/share/locale/sl/LC_MESSAGES
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/grep.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/grep.mo
if test "grep" = "gettext"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs $DDSLASH/usr/local/share/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs $DDSLASH/usr/local/share/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
                  $DDSLASH/usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

Attachment: diffs.txt
Description: Text document

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]