pkgsrc-Bugs archive

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

Re: pkg/28322: make install of subversion-base fails on NetBSD 1.6.2 i386



Eric Gillespie wrote:
carl%bl.echidna.id.au@localhost writes:


when running a "make install" for subversion-base from today's pkgsrc, I see this :

subversion/svnversion/svnversion . /repos/svn/trunk > /usr/pkg/include/subver
sion-1/svn-revision.txt
svnversion: error: cannot set LC_ALL locale
svnversion: error: environment variable LC_ALL is en_US.ISO_8859-1
svnversion: error: please check that your locale name is correct
*** Error code 1


I'm pretty sure this is a duplicate of pkg/24259, which was user
error.


My /etc/csh.cshrc file has :

#       $NetBSD: csh.cshrc,v 1.2 1996/05/08 17:19:27 thorpej Exp $
#
# System-wide .cshrc file for csh(1).
setenv LC_ALL   en_US.ISO_8859-1
setenv LC_CTYPE en_US.ISO_8859-1
setenv LANG en_US.ISO_8859-1
setenv LESSCHARSET latin1

which is the default from my original install of the O/S


I don't think it is:

Hrm.  I must have edited it for something.  commenting out the
setenv's fixed the make install.

thankyou

Carl




Home | Main Index | Thread Index | Old Index