public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Tibor Rudas <a9101556@unet.univie.ac.at>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] what does manual "make" do, portage doesn't ?
Date: Tue, 23 Jul 2002 16:42:05 +0200	[thread overview]
Message-ID: <200207231642.05165.a9101556@unet.univie.ac.at> (raw)

Hello
I'm currently trying to write an ebuild for mpich (implementation
of MPI) and am stuck with a peculiar error:

when I manually unpack the source and do a
./configure
make
everything works OK...

..._but_:
if I do the same steps in an ebuild:
<snip>
src_compile() {
        ./configure || die

        make || die
}
<snip>
make stops with an "unknown target" error in some subdir.
If I then enter '/scratch/tmp/portage/mpich-1.2.4/work/mpich-1.2.4' and
type "make" it works fine.

I must admit though that the machine is still runing portage-1.9.11. I had to 
freeze a working setup since I need this machine up and running :)

any ideas?

regards tigor


             reply	other threads:[~2002-07-23 14:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-23 14:42 Tibor Rudas [this message]
2002-07-24 15:40 ` [gentoo-dev] what does manual "make" do, portage doesn't ? Todd Heim
2002-07-24 19:12   ` Doug Goldstein
2002-07-25  8:54     ` Tibor Rudas
2002-07-25 14:27       ` Markus Krainer

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=200207231642.05165.a9101556@unet.univie.ac.at \
    --to=a9101556@unet.univie.ac.at \
    --cc=gentoo-dev@gentoo.org \
    /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