[ 
https://issues.apache.org/jira/browse/SVN-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Branko Čibej resolved SVN-4653.
-------------------------------

Fixed in r1761334 and proposed for backport to 1.8.x and 1.9.x.

> SVN_LOCALE_DIR incorrectly interpolated when prefix is not set explicitly
> -------------------------------------------------------------------------
>
>                 Key: SVN-4653
>                 URL: https://issues.apache.org/jira/browse/SVN-4653
>             Project: Subversion
>          Issue Type: Bug
>          Components: compile, install, packaging, translations
>    Affects Versions: 1.9.4
>         Environment: FreeBSD 9.3, HP-UX 11.31
>            Reporter: Michael Osipov
>             Fix For: 1.8.17, 1.9.5, 1.10.0
>
>         Attachments: configure.tar.gz
>
>
> When Subversion is compiled from source and {{--prefix}} is not passed, 
> {{/usr/local}} is assumed but is not correctly passed to {{localedir}}, thus 
> {{SVN_LOCALE_DIR}} contains a bogus path:
> {noformat}
> /tmp/subversion-1.9.4$ sh -x ./configure --libdir=/usr/local/lib/hpux32 
> --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr  --without-apxs 
> --without-berkeley-db 2> configure.out
> /tmp/subversion-1.9.4$ grep LOCALE_DIR subversion/svn_private_config.h
> #define SVN_LOCALE_DIR "NONE/share/locale"
> {noformat}
> If you pass {{--prefix=/usr/local}} all is fine but is a mere workaround to 
> the issue. I consider lines 210 to 215 in {{configure.ac}} to be erronous.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to