X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by lists.alpinelinux.org (Postfix) with ESMTP id 225EF170000BA for ; Fri, 20 Feb 2009 10:36:08 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so1294064fgg.25 for ; Fri, 20 Feb 2009 02:36:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=NQyvQEdlmYW7eXvuXMQ8aPtp8I4wu0FoA3ITUzEywTg=; b=xX+/1bTTnz5ve4EsLRyNPp30PWaIP/s3CO/r+QazdP+3Fg7Bm0fi+EyKcpfDMWk3QK ObToyPLOMhi/DiJDyr+ePhtdzDn9yMSxaHiBuQBLwJJuFfV+Nn1mogVpqNm8zdAodRPu 4y0WXGJ7EWmzB1KHXGi4fM7ra1prdWdveBljA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=MLUEOJ1O9oMvinZC6z537luJvrW83tIiIjeoZRnPZfKVpd/JA2eIXyCCG2HC2OYZ2v esm7W+WHZbACmiQAd5frDKPoyF+kTDvCSVCnIABDXDI3B+9BPeXefab3jOvQEnbp/MLg Om0O7EToHCqv6k9UmMZ1jFRK7AwjoOQqhtnlw= Received: by 10.86.95.8 with SMTP id s8mr975266fgb.16.1235126167343; Fri, 20 Feb 2009 02:36:07 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id e20sm4850101fga.46.2009.02.20.02.36.06 (version=SSLv3 cipher=RC4-MD5); Fri, 20 Feb 2009 02:36:06 -0800 (PST) Subject: Re: [alpine-devel] Re: [PATCH] extra/nmap: new aport From: Natanael Copa To: Leonardo Arena Cc: Alpine-devel In-Reply-To: <9334be8a0902200135u23f1b9b7m12d855e58bd54b9e@mail.gmail.com> References: <9334be8a0902200127j33c89bd1h2831d973bf0d627a@mail.gmail.com> <9334be8a0902200135u23f1b9b7m12d855e58bd54b9e@mail.gmail.com> Content-Type: text/plain Date: Fri, 20 Feb 2009 11:36:04 +0100 Message-Id: <1235126164.16371.9.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit 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 > 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 ---