[ 
https://issues.apache.org/jira/browse/SVN-4654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15501415#comment-15501415
 ] 

Michael Osipov commented on SVN-4654:
-------------------------------------

It didn't get any better:

{noformat}
+ + /usr/local/apr/bin/apr-1-config --cppflags
CPPFLAGS=-I/usr/local/include   -DHPUX11 -D_REENTRANT -D_HPUX_SOURCE -D_LARGEFIL
+ test 0 -ne 0
+ + /usr/local/apr/bin/apr-1-config --cflags
CFLAGS=-g   -Ae +Z -mt
+ test 0 -ne 0
+ + /usr/local/apr/bin/apr-1-config --ldflags
apr_ldflags=
+ test 0 -ne 0
+
./configure[4888]: : Execute permission denied.
+
    fi
  done
  if test -n ; then
    printf %s
  fi

+ ./configure[4888]: Syntax error at line 4888 : `then' is not matched.
+ + /usr/local/apr/bin/apr-1-config --includes
SVN_APR_INCLUDES= -I/usr/local/apr/include/apr-1
+ test 0 -ne 0
+ test  = yes
+ + /usr/local/apr/bin/apr-1-config --link-ld
SVN_APR_LIBS= -L/usr/local/apr/lib -lapr-1
+ test 0 -ne 0
+
./configure[4923]: : Execute permission denied.
+
{noformat}

> configure: command substitution for SVN_REMOVE_STANDARD_LIB_DIRS fails with 
> non-POSIX backticks on HP-UX
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SVN-4654
>                 URL: https://issues.apache.org/jira/browse/SVN-4654
>             Project: Subversion
>          Issue Type: Bug
>          Components: compile, install
>    Affects Versions: 1.9.4, trunk
>         Environment: $ uname -a
> HP-UX blnn724x B.11.31 U ia64 HP-UX
>            Reporter: Michael Osipov
>         Attachments: SVN-4654.patch, configure.err.tar.gz
>
>
> When running {{configure}} on HP-UX, you see several times 
> {{./configure\[4880\]: : Execute permission denied.}} and 
> {{./configure\[4880\]: /lib64:  not found.}}.
> This is caused by having the command substitution perfomed by backticks 
> {{LDFLAGS="`SVN_REMOVE_STANDARD_LIB_DIR(...)`"}} and not with standard POSIX 
> {{$()}}.
> See attached trace output w/o patch and with patch applied.



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

Reply via email to