Gentoo Archives: gentoo-dev

From: Tibor Rudas <a9101556@××××××××××××××.at>
To: gentoo-dev@g.o
Subject: [gentoo-dev] what does manual "make" do, portage doesn't ?
Date: Tue, 23 Jul 2002 09:42:13
Message-Id: 200207231642.05165.a9101556@unet.univie.ac.at
1 Hello
2 I'm currently trying to write an ebuild for mpich (implementation
3 of MPI) and am stuck with a peculiar error:
4
5 when I manually unpack the source and do a
6 ./configure
7 make
8 everything works OK...
9
10 ..._but_:
11 if I do the same steps in an ebuild:
12 <snip>
13 src_compile() {
14 ./configure || die
15
16 make || die
17 }
18 <snip>
19 make stops with an "unknown target" error in some subdir.
20 If I then enter '/scratch/tmp/portage/mpich-1.2.4/work/mpich-1.2.4' and
21 type "make" it works fine.
22
23 I must admit though that the machine is still runing portage-1.9.11. I had to
24 freeze a working setup since I need this machine up and running :)
25
26 any ideas?
27
28 regards tigor

Replies

Subject Author
Re: [gentoo-dev] what does manual "make" do, portage doesn't ? Todd Heim <heim@××××××××.net>