Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Nmap 4.85BETA5 ebuild (Conficker scanning)
Date: Tue, 31 Mar 2009 10:50:12
Message-Id: 6142e6140903310350n2a3d7cfq6d7cbcea2b57dfd3@mail.gmail.com
In Reply to: Re: [gentoo-user] Nmap 4.85BETA5 ebuild (Conficker scanning) by Stroller
1 2009/3/31 Stroller <stroller@××××××××××××××××××.uk>:
2 >
3 > On 31 Mar 2009, at 09:47, Daniel Pielmeier wrote:
4 >
5 >> 2009/3/31 Stroller <stroller@××××××××××××××××××.uk>:
6 >>>
7 >>> I tried copying nmap-4.76.ebuild (the latest in the Portage tree) to
8 >>> /usr/local/portage/net-analyzer/nmap/nmap-4.85_beta5.ebuild and added the
9 >>> MY_P="${P/_beta/BETA}" line from
10 >>> http://bugs.gentoo.org/attachment.cgi?id=8748&action=view but I still get
11 >>> "File nmap-4.85_beta5.tar.bz2 doesn't exist" when I try to create a
12 >>> manifest. I also tried using MY_P="${P/_beta/BETA/}" in case it needed
13 >>> that
14 >>> extra slash, but no joy.
15 >>
16 >> This replacement should do normally.
17 >>
18 >> Did you try "ebuild nmap-4.85_beta5.ebuild clean" before "ebuild
19 >> nmap-4.85_beta5.ebuild manifest"
20 >
21 > Nope. :(
22 >
23 > Output attached in case I'm missing something really stupid.
24 >
25 > Stroller.
26 >
27
28 Yes you need to adapt SRC_URI and you probably also need to set S to
29 the correct location.
30
31 MY_P="${P/_beta/BETA}"
32 SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tar.bz2"
33 S=${WORKDIR}/${MY_P}
34
35 --
36 Regards,
37 Daniel

Replies

Subject Author
Re: [gentoo-user] Nmap 4.85BETA5 ebuild (Conficker scanning) Stroller <stroller@××××××××××××××××××.uk>