[Orca-dev] Build/install problems....

Jon Tankersley jon.tankersley at eds.com
Fri Jul 23 11:12:49 PDT 2004


Found a couple of things, the first I reported already to Blair.

1) lib/Makefile.in has hardcoded path to a Linux perl
        @current_rev="`cd ..; svnversion . 2>/dev/null`"; \
        if test "$$current_rev" != "" && \
           test "$$current_rev" != "exported"; then \
          echo "Found good svnversion for `cd ..; pwd`: $$current_rev"; \
          echo /opt/i386-linux/perl/bin/perl -w -p -i \
            -e 's/^(\$$ORCA_VER_REVISION\s*=\s*).*/$${1}"'$$current_rev'";/'
\
            $(libdir)/Orca/Constants.pm; \
          /opt/i386-linux/perl/bin/perl -w -p -i \
            -e 's/^(\$$ORCA_VER_REVISION\s*=\s*).*/$${1}"'$$current_rev'";/'
\
            $(libdir)/Orca/Constants.pm; \
        fi

That should be an easy fix.
================================

2) data_gatherers/winallator fails on the make install
Not sure what needs to be fixed here.  This whole subdir may need to be
'ignored'?
================================
for file in   ; do \
  echo /home/test/svn/orcadist/config/install-sh -c $file
/usr/local/gnu/test2/bin; \
 /home/test/svn/orcadist/config/install-sh -c $file
/usr/local/gnu/test2/bin; \
Done
========================
$file is coming from BIN_TARGETS
        for file in $(BIN_TARGETS); do \
          echo $(INSTALL) $$file $(bindir); \
          $(INSTALL) $$file $(bindir); \
        done
========================
BIN_TARGETS           = $(BIN_PERL_SCRIPTS) \
                        $(BIN_SHELL_SCRIPTS)
========================
BIN_PERL_SCRIPTS      =
LIBEXEC_PERL_SCRIPTS  =
NOINST_PERL_SCRIPTS   =
PERL_SCRIPTS          = $(BIN_PERL_SCRIPTS) \
                        $(LIBEXEC_PERL_SCRIPTS) \
                        $(NOINST_PERL_SCRIPTS)

BIN_SHELL_SCRIPTS     =
LIBEXEC_SHELL_SCRIPTS =
NOINST_SHELL_SCRIPTS  =
SHELL_SCRIPTS         = $(BIN_SHELL_SCRIPTS) \
                        $(LIBEXEC_SHELL_SCRIPTS) \
                        $(NOINST_SHELL_SCRIPTS)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 2232 bytes
Desc: not available
Url : /pipermail/orca-dev/attachments/20040723/fdf8cd7c/attachment.bin 


More information about the Orca-dev mailing list