From: "Mitani" <mitani@ryobi.co.jp>
To: 'Garrett Cooper' <yanegomi@gmail.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] 2010-01-20 cvs build failed
Date: Thu, 21 Jan 2010 13:01:09 +0900 [thread overview]
Message-ID: <000001ca9a4e$5daaed50$1900c7f0$@co.jp> (raw)
In-Reply-To: <364299f41001200525v31721544t521c73aceaa4b515@mail.gmail.com>
Garrett,
>Solved. Typo that I didn't pick up earlier..
I succeeded to build in RHEL5.4 system with 2010-01-21 cvs.
>You have to use make all when compiling `all' with make instead of just
specifying `make' with 3.81 because make 3.80 doesn't have a concept of
default goals/targets.
Thank you for your advice.
It was my mistake.
I succeeded to build in RHEL4.8 system by using "make3.80"!
Great!
Thank you--
-Tomonori Mitani
-----Original Message-----
From: Garrett Cooper [mailto:yanegomi@gmail.com]
Sent: Wednesday, January 20, 2010 10:26 PM
To: Mitani
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] 2010-01-20 cvs build failed
On Tue, Jan 19, 2010 at 8:37 PM, Mitani <mitani@ryobi.co.jp> wrote:
> Thank you for your great effort for "make3.80" supporting.
>
> But in my system, there are several problems.
>
> Because it is necessary to report about them hastily, I report them
> without investigation first of all.
>
> I tried to make with 2010-01-20 version cvs in my several systems.
> - RHEL5.4 x86
> - RHEL5.4 x86_64
> - RHEL5.4 ia64
> - RHEL4.8 x86 (using make3.80/3.81)
> - RHEL4.8 x86_64 (using make3.80/3.81)
>
> I show below the results.
>
>
> 1) <RHEL5.4 x86>
> "make" succeeded, but "make install" failed as follows:
> ------------
> mkdir -m 00755 -p "//opt/ltp"
> mkdir -m 00755 -p "//opt/ltp/bin"
> make -C "doc" \
> -f "/home/LTP/ltp-2010-01-20/doc/Makefile" install
> make[1]: Entering directory `/home/LTP/ltp-2010-01-20/doc'
> make[2]: Entering directory `/home/LTP/ltp-2010-01-20/doc/man1'
> make[2]: *** No rule to make target `/opt/ltp/share/man/man1', needed by
> `/opt/ltp/share/man/man1/doio.1'. Stop.
> make[2]: Leaving directory `/home/LTP/ltp-2010-01-20/doc/man1'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/home/LTP/ltp-2010-01-20/doc'
> make: *** [doc-install] Error 2
> ------------
Solved. Typo that I didn't pick up earlier..
> 2) <RHEL5.4 x86_64>
> 3) <RHEL5.4 ia64>
> 4) <RHEL4.8 x86> (using make3.81)
> 5) <RHEL4.8 x86_64> (using make3.81)
> In above systems, results were same as <RHEL5.4 x86>.
>
>
> 6) <RHEL4.8 x86> (using make3.80)
> Strangely, the "make" command returned immediately.
> "echo $?" was 0. But log was only several lines as follows:
You have to use make all when compiling `all' with make instead of
just specifying `make' with 3.81 because make 3.80 doesn't have a
concept of default goals/targets.
> ------------
> make -C testcases/realtime autotools
> make[1]: Entering directory `/home/LTP/ltp-2010-01-20/testcases/realtime'
> autoheader
> make[1]: Leaving directory `/home/LTP/ltp-2010-01-20/testcases/realtime'
> ------------
>
> Is this message same as what is written in the "INSTALL" file?
>
> Just in case, I tried "make install".
> But the result was as follows:
>
> ------------
> make -C "pan" \
> -f "/home/LTP/ltp-2010-01-20/pan/Makefile" install
> make[1]: Entering directory `/home/LTP/ltp-2010-01-20/pan'
> test -d "/opt/ltp/bin" || mkdir -p "/opt/ltp/bin"
> install -m 00775 "/home/LTP/ltp-2010-01-20/pan/ltp-bump"
> "/opt/ltp/bin/ltp-bump"
> install: cannot stat `/home/LTP/ltp-2010-01-20/pan/ltp-bump': No such file
> or directory
> make[1]: *** [/opt/ltp/bin/ltp-bump] Error 1
> make[1]: Leaving directory `/home/LTP/ltp-2010-01-20/pan'
> make: *** [pan-install] Error 2
> ------------
>
>
> 7) <RHEL4.8 x86_64> (using make3.80)
> Results were same as <RHEL4.8 x86> (using make3.80).
HTH,
-Garrett
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2010-01-21 4:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-20 4:37 [LTP] 2010-01-20 cvs build failed Mitani
2010-01-20 13:25 ` Garrett Cooper
2010-01-21 4:01 ` Mitani [this message]
2010-01-21 6:41 ` Garrett Cooper
2010-01-21 5:04 ` Mike Frysinger
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='000001ca9a4e$5daaed50$1900c7f0$@co.jp' \
--to=mitani@ryobi.co.jp \
--cc=ltp-list@lists.sourceforge.net \
--cc=yanegomi@gmail.com \
/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