bug-coreutils
[Top][All Lists]
Advanced

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

[coreutils-5.92] make install failure


From: Ralf Menzel
Subject: [coreutils-5.92] make install failure
Date: Mon, 24 Oct 2005 14:08:26 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, usg-unix-v)

Hi,

when I try to do a `make install' I get the following failure:

--- snip ---
[---]
Making install in po
/home/menzel/src/4.0/coreutils-5.92/po
make[1]: Entering directory `/home/menzel/src/4.0/coreutils-5.92/po'
/bin/sh ../build-aux/mkinstalldirs 
mkdir -p -- /locale/af/LC_MESSAGES
mkdir: cannot create directory `/locale': Permission denied
/home/menzel/sw64-5.9-gcc4.0/bin/install: cannot create regular file `/locale/af
/LC_MESSAGES/coreutils.mo': No such file or directory
installing af.gmo as /locale/af/LC_MESSAGES/coreutils.mo
/bin/sh: /locale/af: does not exist
mkdir: cannot create directory `/locale/af/LC_TIME': No such file or directory
cp: cannot stat `/locale/af/LC_MESSAGES/coreutils.mo': No such file or directory
installing af.gmo link as /locale/af/LC_TIME/coreutils.mo
[...]
--- snip ---

This is for SPARC/Solaris 2.9 using gcc 4.0.2.

The following patch seems to help

--- snip ---
diff -ur coreutils-5.92/po/Makefile.in.in 
coreutils-5.92-patched/po/Makefile.in.in
--- coreutils-5.92/po/Makefile.in.in    2004-01-12 23:58:36.000000000 +0100
+++ coreutils-5.92-patched/po/Makefile.in.in    2005-10-24 13:40:25.640501000 
+0200
@@ -23,6 +23,7 @@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
+datarootdir = @datarootdir@
 localedir = $(datadir)/locale
 gettextsrcdir = $(datadir)/gettext/po
 
--- snip ---

Bye,
Ralf Menzel




reply via email to

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