Gentoo Archives: gentoo-science

From: "Matthew R. Lee" <gentoo@××××××××××.org>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] lapack 3.0?
Date: Sun, 25 Feb 2007 20:20:01
Message-Id: 200702251718.21765.gentoo@matthewlee.org
In Reply to: Re: [gentoo-science] lapack 3.0? by Patrice Beaud
1 On Saturday 24 February 2007 18:50, Patrice Beaud wrote:
2 > Matthew R. Lee a écrit :
3 > > I've just installed the science overlay because I want to use rkward
4 > > However when I try "emerge -pv rkward" it tells me there are no ebuilds
5 > > to satisfy ">=sci-libs/lapack-3.0"
6 > > This is the first time I've used an overlay, so is this a bug in the
7 > > ebuild of rkward or am I missing something?
8 > >
9 > > Matt
10 >
11 > It seems like the ebuild is outdated... (Note: I didn't know however
12 > RKward existed. Thank you!)
13 >
14 > I make a:
15 > cp -a /usr/portage/local/layman/science/sci-mathematics/rkward/
16 > /usr/local/portage/sci-mathematics/
17 >
18 > Change the name of the ebuild from rkward-0.3.7_pre1.ebuild to
19 > rkward-0.4.6.ebuild.
20 >
21 >
22 > Modify the ebuild:
23 >
24 > 10c10
25 > < SRC_URI="http://rkward.sourceforge.net/temp/rkward-0.3.7pre1.tar.gz"
26 > ---
27 >
28 > > SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
29 >
30 > 17c17
31 > < DEPEND=">=sci-libs/lapack-3.0
32 > ---
33 >
34 > > DEPEND=">=virtual/lapack-3.0
35 >
36 > 27c27
37 > < mv rkward-0.3.7pre1 rkward-0.3.7_pre1 || die
38 > ---
39 >
40 > > # mv rkward-0.3.7pre1 rkward-0.3.7_pre1 || die
41 >
42 > run
43 > ebuild /usr/local/portage/sci-mathematics/rkward/rkward-0.4.6.ebuild digest
44 >
45 >
46 > I started emerging and it stops with a sandbox violation:
47 > --------------------------- ACCESS VIOLATION SUMMARY
48 > ---------------------------
49 > LOG FILE =
50 > "/var/log/sandbox/sandbox-sci-mathematics_-_rkward-0.4.6-14654.log"
51 >
52 > open_wr: /usr/qt/3/etc/settings/.qtrc.lock
53 > open_wr: /usr/qt/3/etc/settings/.qtrc.lock
54 > ---------------------------------------------------------------------------
55 >-----
56 >
57 > I continue without sandbox... :-(
58 > RKward was installed and it works.
59 >
60 >
61 > Thank you (I can try R) and Good luck !
62 > Patrice
63
64 Patrice,
65 Thanks for the help. I made some modifications to the ebuild and I too now
66 have rkward-0.4.6 running. I didn't encounter the same problem with the sand
67 box, which is just as well as I don't know how to run an ebuild without the
68 sandbox :-)
69 Given that this ebuild is a. out of date, and b. doesn't work. Is there
70 anyone maintaining it? I would volunteer, but I have zero experience of
71 putting ebuilds together. If someone who knows what they are doing was
72 available on the end of the email to answer my (bleedin' obvious questions,
73 I'm just a marine ecologist :-)) I'd give it a go. I'd like to learn how to
74 create ebuilds as there are other packages in addition to rkward that I'd
75 like to see in the tree, like xtides
76
77 Matt
78 --
79 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
80 Dr. Matthew R. Lee
81 CASEB & ECIM
82 Departamento de Ecologia,
83 P. Universidad Catolica de Chile,
84 Alameda 340, Santiago.
85 CP 6513677
86 CHILE
87
88 matt@××××××××××.org
89 mlee@×××××××.cl
90
91 URL: meiochile.matthewlee.org
92 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
93 --
94 gentoo-science@g.o mailing list

Replies

Subject Author
Re: [gentoo-science] lapack 3.0? "M. Edward (Ed) Borasky" <znmeb@×××××××.net>