[Orca-users] make install fails on AIX 5.2 (orca-snapshot-r385)

Blair Zajac blair at orcaware.com
Tue Nov 2 21:56:52 PST 2004


Blair Zajac wrote:
> Can you try changing these lines as they originally appear in 
> lib/Makefile.in from this
> 
>     @echo 'cd ..; svnversion . 2>/dev/null'
>     @current_rev="`cd ..; svnversion . 2>/dev/null`"; \
> 
> to this
> 
>     @echo "cd ..; sh -c 'svnversion .' 2>/dev/null || true"
>     @current_rev="`cd ..; sh -c 'svnversion .' 2>/dev/null || true`"; \
> 
> Make sure the leading spaces are replaced by a single tab in your 
> Makefile.in.
> 
> Let me know how this works.

This change has been committed to the Orca subversion repository in 
revision 401.  The latest snapshot in

http://www.orcaware.com/orca/pub/snapshots/

now has this fix.

Thanks for the bug report.

Regards,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/



More information about the Orca-users mailing list