~alpine/devel

2 2

[alpine-devel] [PATCH] extra/nmap: new aport

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<9334be8a0902200127j33c89bd1h2831d973bf0d627a@mail.gmail.com>
Sender timestamp
1235122060
DKIM signature
missing
Download raw message
i've enabled lua because even --without-liblua insisted to compile NMap
Scripting Engine (NSE).
I've put NSE under a subpackage.
leo

[alpine-devel] Re: [PATCH] extra/nmap: new aport

Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<9334be8a0902200135u23f1b9b7m12d855e58bd54b9e@mail.gmail.com>
In-Reply-To
<9334be8a0902200127j33c89bd1h2831d973bf0d627a@mail.gmail.com> (view parent)
Sender timestamp
1235122531
DKIM signature
missing
Download raw message
ouch!

I think i forgot uclibc as depends..
pls discard previous patch
leo

On Fri, Feb 20, 2009 at 10:27 AM, Leonardo Arena <rnalrd@gmail.com> wrote:

> i've enabled lua because even --without-liblua insisted to compile NMap
> Scripting Engine (NSE).
> I've put NSE under a subpackage.
> leo
>

Re: [alpine-devel] Re: [PATCH] extra/nmap: new aport

Details
Message ID
<1235126164.16371.9.camel@nc>
In-Reply-To
<9334be8a0902200135u23f1b9b7m12d855e58bd54b9e@mail.gmail.com> (view parent)
Sender timestamp
1235126164
DKIM signature
missing
Download raw message
On Fri, 2009-02-20 at 10:35 +0100, Leonardo Arena wrote:
> ouch!
> 
> I think i forgot uclibc as depends..
> pls discard previous patch
> leo
> 
> On Fri, Feb 20, 2009 at 10:27 AM, Leonardo Arena <rnalrd@gmail.com>
> wrote:
>         i've enabled lua because even --without-liblua insisted to
>         compile NMap Scripting Engine (NSE).
>         I've put NSE under a subpackage.
>         leo
> 

nclab01:~/aports/extra/nmap$ scanelf -Rn pkg
 TYPE   NEEDED FILE 
ET_DYN libssl.so.0.9.8,libcrypto.so.0.9.8,liblua.so.5,libstdc++.so.6,libm.so.0,libgcc_s.so.1,libc.so.0,ld-uClibc.so.0 pkg/usr/bin/nmap 

note the libstdc++. It meas it needs g++ as a runtime dependency.

I think what we really want is use uclibc++ for this.

Do do that, add uclibc++-dev to makedepends and:

export CXX=g++-uc

that works normally without any more modification, but I think that nmap
needs one or 2 patches (unless those are committed to upstream nowdays)

I can take a look at it.

Thanks!




---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)