From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 12:17:35 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3DC51065670 for ; Fri, 23 Apr 2010 12:17:35 +0000 (UTC) (envelope-from prvs=722af385f=a@jenisch.at) Received: from mgaterz2.oekb.co.at (mgaterz2.oekb.co.at [143.245.5.112]) by mx1.freebsd.org (Postfix) with ESMTP id 373518FC15 for ; Fri, 23 Apr 2010 12:17:34 +0000 (UTC) Received: from exchh1.oekb.co.at ([143.245.3.20]) by mgaterz2.oekb.co.at with ESMTP; 23 Apr 2010 13:48:06 +0200 Received: from aurora.oekb.co.at (143.245.9.16) by exchh1.oekb.co.at (143.245.3.60) with Microsoft SMTP Server id 8.2.234.1; Fri, 23 Apr 2010 13:48:06 +0200 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.4/8.14.4) with ESMTP id o3NBm6X0059615 for ; Fri, 23 Apr 2010 13:48:06 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.4/8.14.4/Submit) id o3NBm623059614 for questions@freebsd.org; Fri, 23 Apr 2010 13:48:06 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Fri, 23 Apr 2010 13:48:05 +0200 From: Ewald Jenisch To: questions@freebsd.org Message-ID: <20100423114805.GA23733@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: nmap - error during compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 12:17:35 -0000 Hi, During a regular upgrade of my installed ports I ran into a problem wrt nmap: ------------------------------ < Cut here > ------------------------------ ===> Building for nmap-5.21_1 Makefile:341: makefile.dep: No such file or directory c++ -MM -I/usr/include/lua -I/usr/local/include/lua51 -Ilibdnet-stripped/include -I/usr/local/include -I/usr/local/include -Inbase -Insock/include main.cc nmap.cc targets.cc tcpip.cc nmap_error.cc utils.cc idle_scan.cc osscan.cc osscan2.cc output.cc payload.cc scan_engine.cc timing.cc charpool.cc services.cc protocols.cc nmap_rpc.cc portlist.cc NmapOps.cc TargetGroup.cc Target.cc FingerPrintResults.cc service_scan.cc NmapOutputTable.cc MACLookup.cc nmap_tty.cc nmap_dns.cc traceroute.cc portreasons.cc nse_main.cc nse_nsock.cc nse_fs.cc nse_nmaplib.cc nse_debug.cc nse_pcrelib.cc nse_binlib.cc nse_bit.cc nse_openssl.cc nse_ssl_cert.cc > makefile.dep In file included from nse_openssl.cc:11: /usr/include/openssl/md2.h:64:2: error: #error MD2 is disabled. gmake: *** [makefile.dep] Error 1 *** Error code 1 Stop in /usr/ports/security/nmap. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20100423-38886-c1qjuh-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=nmap-5.21 UPGRADE_PORT_VER=5.21 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! security/nmap (nmap-5.21) (unknown build error) ------------------------------ < Cut here > ------------------------------ Please note that all other ports are up2date. Here's what I tried: o) make clean o) make distclean o) cvsup for ports, followed by the usual make fetchindex, pkgdb -F ...always the same error. Any ideas what's wrong here? Thanks in advance for your help, -ewald