From owner-freebsd-ports@FreeBSD.ORG Mon Mar 26 16:06:38 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7629D16A400 for ; Mon, 26 Mar 2007 16:06:38 +0000 (UTC) (envelope-from gexlie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id D818613C45B for ; Mon, 26 Mar 2007 16:06:37 +0000 (UTC) (envelope-from gexlie@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so2682539nfc for ; Mon, 26 Mar 2007 09:06:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I58OhDVmAJEBkNnCOLvOrMZbMy6Huy+eb2GKQiDCNwH4IqGWheiB2Jr8l3S09ktGVbaS0aepjGzWCSDrDDYBMnby8+XlvDblLEytmjmUmOWBFIzmpTd4iCgqXhA6rH4l6yy0sPqecNGfVeu9ptrGhxXwsvCY8u4aVaakuAU+D1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=A19S3x7csNZ4w5lkvK3uAhxt9Tc/iNvVVw7422FVX3u5P6Plhk5R8zXOaYpQDRKhmwPOlQ13WpPRdCFnwjDrRrXZ+Xd1kh1IPIiwORuSjeZJMS1HlnIcdBeyKSG7ADEPqeiRlBkx9h1D+hmhxp05B3HyDQ2qx1OHcHlynvIjG+A= Received: by 10.82.163.13 with SMTP id l13mr14092646bue.1174925196131; Mon, 26 Mar 2007 09:06:36 -0700 (PDT) Received: by 10.82.126.3 with HTTP; Mon, 26 Mar 2007 09:06:35 -0700 (PDT) Message-ID: <53cc795f0703260906n39764611t722bb25d100c8ec1@mail.gmail.com> Date: Mon, 26 Mar 2007 20:06:35 +0400 From: sekes To: sekes , freebsd-ports@freebsd.org In-Reply-To: <20070326145013.GA1085@straylight.m.ringlet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <53cc795f0703240541w6953db30m337b4beb66bc8cdf@mail.gmail.com> <20070326145013.GA1085@straylight.m.ringlet.net> Cc: Subject: Re: irc/unreal 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: Mon, 26 Mar 2007 16:06:38 -0000 sorry for disturbance. it was my fault to not upgrade all ports at once On 3/26/07, Peter Pentchev wrote: > On Sat, Mar 24, 2007 at 03:41:20PM +0300, sekes wrote: > > I'm trying to build irc/unreal on 6.2-RELEASE and failing: > > > > ===> Building for Unreal-3.2.6 > > Building src > > cc -I../include > > -I/usr/ports/irc/unreal/work/Unreal3.2/extras/regexp/include -pipe > > -I/usr/local/include -O2 -fno-strict-aliasing -pipe -funsigned-char > > -fno-strict-aliasing -export-dynamic -L/usr/local/lib -c timesynch.c > > cc -I../include > > -I/usr/ports/irc/unreal/work/Unreal3.2/extras/regexp/include -pipe > > -I/usr/local/include -O2 -fno-strict-aliasing -pipe -funsigned-char > > -fno-strict-aliasing -export-dynamic -L/usr/local/lib -c res.c > > res.c: In function `m_dns': > > res.c:718: error: storage size of 'inf' isn't known > > *** Error code 1 > > > > Stop in /usr/ports/irc/unreal/work/Unreal3.2/src. > > *** Error code 1 > > > > Stop in /usr/ports/irc/unreal/work/Unreal3.2. > > *** Error code 1 > > > > Stop in /usr/ports/irc/unreal. > > [xnet] /usr/ports/irc/unreal# > > > > Ideas? > > Do you have the c-ares library installed? What is the output of > pkg_info | fgrep -e c-ares -e curl > > If this does not display a line saying "c-ares-config-1.3.2", then > you need to either upgrade or reinstall your c-ares library, with > the ares_config_info patch. To do that: > > - deinstall anything that provides a libcares.so in your path (you can > find out what it is by first running "ldconfig -r | fgrep cares" to > find the library itself and then > "pkg_info -qW /usr/local/lib/libcares.so.1" to see which package has > installed it) > - cd /usr/ports/dns/c-ares > - make config (as root) > - make sure the CONFIG_INFO option is checked > - make all install clean > > After that, try building unreal-ircd again. > > G'luck, > Peter > > -- > Peter Pentchev roam@ringlet.net roam@cnsys.bg roam@FreeBSD.org > PGP key: http://people.FreeBSD.org/~roam/roam.key.asc > Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 > This sentence would be seven words long if it were six words shorter. > >