From owner-freebsd-ports@FreeBSD.ORG Sun Apr 19 21:53:49 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 616FF1065677 for ; Sun, 19 Apr 2009 21:53:49 +0000 (UTC) (envelope-from sbrabez@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id C28428FC1A for ; Sun, 19 Apr 2009 21:53:48 +0000 (UTC) (envelope-from sbrabez@gmail.com) Received: by ewy19 with SMTP id 19so1532637ewy.43 for ; Sun, 19 Apr 2009 14:53:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d2Kv+EMIKdo+pHO6uF65GMnQCod0QoAJVRSUW0clWdI=; b=xyCkYK0i4ofMA5k4RQKWW3dsOsaN54aUJV9OPwl+CgB1cNiKmi0GdfqB14BKHBWNNu Y/Lh+Q1bIKFQOLJQ3TfbjC9TbJOkF+kFK3aF5FMMwd5ii62rtSpmcnXL2gHiKuHfq3Gg PJsXxsb5lpC8koEvk1s+h3d2vi7/qVA3FkJEE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=r96BmJL8aZnKxvuvT5JmLjk00E91LWjfiVNKcdxoeShCMR8N2T7o/JgLcq8xb4PQhQ qL3TcTetFQoCfgFRgBFrAnfGOndTNI7P9RmVxofcyqUC0PfrRxDHhKK+uy2uMN+Km7S3 n7y/y4BZDyOox/Y2/x0Iykz1uJ/vzMC4jC784= MIME-Version: 1.0 Received: by 10.210.133.2 with SMTP id g2mr5086708ebd.31.1240176264750; Sun, 19 Apr 2009 14:24:24 -0700 (PDT) In-Reply-To: <28283d910904190747j2ae2e476h898cf6d36d893c28@mail.gmail.com> References: <28283d910904190747j2ae2e476h898cf6d36d893c28@mail.gmail.com> Date: Sun, 19 Apr 2009 23:24:24 +0200 Message-ID: <3456f9ca0904191424l4bc64fd9x9f858cdc41b4be4@mail.gmail.com> From: Sofian Brabez To: matt donovan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: dsniff fails linking X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 21:53:49 -0000 Hello matt, Indeed dsniff doesn't compile anymore, I see an update of libnids by roam@ yesterday [1]. As dsniff depends of libnids to compile, I think the problem come from libnids update. I will investigate and fix this. Thanks for warning me. [1] http://www.freebsd.org/cgi/getmsg.cgi?fetch=745549+0+/usr/local/www/db/text/2009/cvs-ports/20090322.cvs-ports On Sun, Apr 19, 2009 at 4:47 PM, matt donovan wrote: > when I try to compile the dsniff port it fails at linking. Sorry about > the long paste in this email but I sent this to the maintainer as > well. > > cc -o dsniff asn1.o base64.o buf.o hex.o magic.o mount.o pcaputil.o rpc.o tcp_r > aw.o trigger.o record.o dsniff.o decode.o decode_aim.o decode_citrix.o decode_cv > s.o decode_ftp.o decode_hex.o decode_http.o decode_icq.o decode_imap.o decode_ir > c.o decode_ldap.o decode_mmxp.o decode_mountd.o decode_napster.o decode_nntp.o d > ecode_oracle.o decode_ospf.o decode_pcanywhere.o decode_pop.o decode_portmap.o d > ecode_postgresql.o decode_pptp.o decode_rip.o decode_rlogin.o decode_smb.o decod > e_smtp.o decode_sniffer.o decode_snmp.o decode_socks.o decode_tds.o decode_telne > t.o decode_vrrp.o decode_yp.o decode_x11.o -lrpcsvc -L. -lmissing -L/usr/local/ > lib -lnids -lpcap -L/usr/local/lib/libnet10 -lnet -lssl -lcrypto > /usr/local/lib/libnids.a(libnids.o)(.text+0xa8): In function `nids_dispatch': > : undefined reference to `g_async_queue_push' > /usr/local/lib/libnids.a(libnids.o)(.text+0xec): In function `nids_dispatch': > : undefined reference to `g_thread_create_full' > /usr/local/lib/libnids.a(libnids.o)(.text+0x215): In function `cap_queue_process > _thread': > : undefined reference to `g_async_queue_pop' > /usr/local/lib/libnids.a(libnids.o)(.text+0x22a): In function `cap_queue_process > _thread': > : undefined reference to `g_thread_exit' > /usr/local/lib/libnids.a(libnids.o)(.text+0x335): In function `nids_exit': > : undefined reference to `g_async_queue_length' > /usr/local/lib/libnids.a(libnids.o)(.text+0x41f): In function `nids_run': > : undefined reference to `g_thread_create_full' > /usr/local/lib/libnids.a(libnids.o)(.text+0x478): In function `nids_run': > : undefined reference to `g_async_queue_push' > /usr/local/lib/libnids.a(libnids.o)(.text+0xec): In function `nids_dispatch': > : undefined reference to `g_thread_create_full' > /usr/local/lib/libnids.a(libnids.o)(.text+0x215): In function `cap_queue_process > _thread': > : undefined reference to `g_async_queue_pop' > /usr/local/lib/libnids.a(libnids.o)(.text+0x22a): In function `cap_queue_process > _thread': > : undefined reference to `g_thread_exit' > /usr/local/lib/libnids.a(libnids.o)(.text+0x335): In function `nids_exit': > : undefined reference to `g_async_queue_length' > /usr/local/lib/libnids.a(libnids.o)(.text+0x41f): In function `nids_run': > : undefined reference to `g_thread_create_full' > /usr/local/lib/libnids.a(libnids.o)(.text+0x478): In function `nids_run': > : undefined reference to `g_async_queue_push' > /usr/local/lib/libnids.a(libnids.o)(.text+0x63e): In function `nids_init': > : undefined reference to `g_thread_init' > /usr/local/lib/libnids.a(libnids.o)(.text+0x643): In function `nids_init': > : undefined reference to `g_async_queue_new' > /usr/local/lib/libnids.a(libnids.o)(.text+0xbc7): In function `nids_pcap_handler > ': > : undefined reference to `g_async_queue_lock' > /usr/local/lib/libnids.a(libnids.o)(.text+0xbd4): In function `nids_pcap_handler > ': > : undefined reference to `g_async_queue_length_unlocked' > /usr/local/lib/libnids.a(libnids.o)(.text+0xbf1): In function `nids_pcap_handler > ': > : undefined reference to `g_async_queue_push_unlocked' > /usr/local/lib/libnids.a(libnids.o)(.text+0xd40): In function `nids_next': > : undefined reference to `g_thread_create_full' > /usr/local/lib/libnids.a(libnids.o)(.text+0xd87): In function `nids_next': > : undefined reference to `g_async_queue_push' > /usr/local/lib/libnids.a(libnids.o)(.text+0xc0a): In function `nids_pcap_handler > ': > : undefined reference to `g_async_queue_unlock' > Regards -- sbz