From: Dario Rodriguez <soft.d4rio@gmail.com>
To: Tor Arntsen <tor@spacetec.no>
Cc: git@vger.kernel.org
Subject: Re: Installing on AIX fails
Date: Fri, 4 Jun 2010 14:21:32 -0300 [thread overview]
Message-ID: <AANLkTinLCLnpy5fkajsF5ICd97UtDB_q7T-kD4J-hFF4@mail.gmail.com> (raw)
In-Reply-To: <AANLkTilnFXUI9hnVJlAylCzTUqOStZAFvtgvNrh8Kisj@mail.gmail.com>
On Fri, Jun 4, 2010 at 11:38 AM, Tor Arntsen <tor@spacetec.no> wrote:
> On Fri, Jun 4, 2010 at 16:22, Dario Rodriguez <soft.d4rio@gmail.com> wrote:
>
>> AIX is 5.2(.0.0), PERL is 5.8.0, IBM(R) XL C/C++ Enterprise Edition V7.0
>
> I think that compiler is reasonably OK to use, it'll probably not
> choke on anything in particular. Perl OK too.
>
>> I'ill try compiling 'install' (i don't know where the sources are)
>
> It's in 'coreutils' these days, but that package includes a lot of stuff.
>
> Maybe you could get away with just using the script-version of install
> which comes with coreutils itself (because it'll need an install tool
> to use before 'install' itself is installed..).
>
> I'm attaching a copy. To use it it should be sufficient to use
> INSTALL=path-to/install-sh make install
> or something like that.
>
> -Tor
>
Hmm... I will check makefiles today, but there is something wrong
here, take a look:
$ INSTALL=$HOME/bin/install-sh /usr/linux/bin/make
prefix=$HOME/.gitbin NO_OPENSSL=1 NO_TCLTK=1 NO_EXPAT=1
PYTHON_PATH=/usr/local/bin/python install
SUBDIR perl
SUBDIR git_remote_helpers
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
SUBDIR templates
install -d -m 755 '/aplicaciones/D0/imei/usuarios/tximeid0/.gitbin/bin'
getopt: illegal option -- d
Usage: install [-c dira] [-f dirb] [-i] [-m] [-M mode] [-O owner]
[-G group] [-S] [-n dirc] [-o] [-s] file [dirx ...]
make: *** [install] Error 2
It's not using install-sh since it supports -d ... and lets take a
quick look at Makefiles:
$ find . -name Makefile -exec grep install {} \; | grep -v "^#" | grep INSTALL
INSTALL?=install
INSTALL_INFO=install-info
INSTALL = install
INSTALL = ginstall
INSTALL = ginstall
INSTALL = /usr/ucb/install
INSTALL = /bin/install
$(INSTALL) $(install_bindir_programs) '$(DESTDIR_SQ)$(bindir_SQ)'
INSTALL ?= install
INSTALL = install
INSTALL ?= install
INSTALL ?= install
It seems as if it's looking for /bin/install ... even when I wrote
'INSTALL=$HOME/bin/install-sh'
I have no more time, and will access the server next monday... but I'm
going home and may be i'ill take a look at this to know how to do it,
thanks 4 the script ; )
Cheers,
Dario
next prev parent reply other threads:[~2010-06-04 17:21 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-03 15:32 Installing on AIX fails Dario Rodriguez
2010-06-03 15:41 ` Ævar Arnfjörð Bjarmason
[not found] ` <AANLkTikfQdwDoZylaKC_siuwaLrLP4JkMh2fnvwNbxqe@mail.gmail.com>
2010-06-03 20:21 ` Ævar Arnfjörð Bjarmason
2010-06-03 21:22 ` Dario Rodriguez
2010-06-04 14:28 ` Ævar Arnfjörð Bjarmason
2010-06-04 15:07 ` Dario Rodriguez
2010-06-03 16:12 ` Michael J Gruber
2010-06-04 9:13 ` Tor Arntsen
2010-06-04 9:17 ` Tor Arntsen
2010-06-04 14:22 ` Dario Rodriguez
2010-06-04 14:38 ` Tor Arntsen
2010-06-04 17:21 ` Dario Rodriguez [this message]
2010-06-04 17:44 ` Ævar Arnfjörð Bjarmason
2010-06-04 21:03 ` Dario Rodriguez
2010-06-05 11:44 ` Jakub Narebski
2010-06-05 21:59 ` Dario Rodriguez
2010-06-06 22:26 ` Jakub Narebski
2010-06-06 22:29 ` Ævar Arnfjörð Bjarmason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTinLCLnpy5fkajsF5ICd97UtDB_q7T-kD4J-hFF4@mail.gmail.com \
--to=soft.d4rio@gmail.com \
--cc=git@vger.kernel.org \
--cc=tor@spacetec.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).