[Orca-users] make install fails on AIX 5.2 (orca-snapshot-r385)
Blair Zajac
blair at orcaware.com
Tue Nov 2 10:18:42 PST 2004
GKP Tharan wrote:
> Blair,
>
> I tried the make file changes that you suggested, ran configure, make
> & make install. It still fails with make install.
>
> I hope I interpreted your changes in the Makefile.in in Lib dir correctly.
>
> Here is the change in line 55.
>
> root at beach(./lib)pwd
> /chroot/vc/mk/orca-snapshot-r385/lib
>
> root at beach: diff Makefile.in Makefile.in.r385
> 55c55
> < @current_rev="`cd ..; svnversion . 2>/dev/null; true`"; \
> ---
>
>> @current_rev="`cd ..; svnversion . 2>/dev/null`"; \
Murali,
Normally, it's better to print a diff from the unmodified version to the
modified version, but you did type this in correctly.
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.
What version of make are you using? I'm guessing this is AIX's make?
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