From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 28 23:50:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45B8716A401 for ; Sat, 28 Apr 2007 23:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2704113C45A for ; Sat, 28 Apr 2007 23:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3SNo3sW067592 for ; Sat, 28 Apr 2007 23:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3SNo2UC067591; Sat, 28 Apr 2007 23:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 28 Apr 2007 23:50:02 GMT Resent-Message-Id: <200704282350.l3SNo2UC067591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jim C.Nasby" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00B5B16A400 for ; Sat, 28 Apr 2007 23:43:23 +0000 (UTC) (envelope-from decibel@decibel.org) Received: from noel.decibel.org (noel.decibel.org [67.100.216.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9491613C43E for ; Sat, 28 Apr 2007 23:43:22 +0000 (UTC) (envelope-from decibel@decibel.org) Received: by noel.decibel.org (Postfix, from userid 1001) id 5F9C0564B2; Sat, 28 Apr 2007 18:15:00 -0500 (CDT) Message-Id: <20070428231500.5F9C0564B2@noel.decibel.org> Date: Sat, 28 Apr 2007 18:15:00 -0500 (CDT) From: "Jim C.Nasby" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112221: irc/unreal won't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jim C.Nasby" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2007 23:50:03 -0000 >Number: 112221 >Category: ports >Synopsis: irc/unreal won't compile >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 28 23:50:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jim C. Nasby >Release: FreeBSD 6.1-RELEASE-p10 amd64 >Organization: >Environment: System: FreeBSD noel.decibel.org 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #2: Fri Oct 13 13:48:30 CDT 2006 root@noel.decibel.org:/usr/obj/usr/src/sys/NOEL amd64 >Description: ===> 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 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -L/usr/local/lib -rpath=/usr/lib:/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 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -L/usr/local/lib -rpath=/usr/lib:/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 Building in my home directory with the same config options works fine. ./configure --with-listen=5 --with-dpath=/usr/local/etc/Unreal --with-spath=/usr/local/libexec/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking --enable-hub --enable-ziplinks --enable-ssl ===> 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 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -L/usr/local/lib -rpath=/usr/lib:/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 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -L/usr/local/lib -rpath=/usr/lib:/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 Building in my home directory with the same config options works fine. ./configure --with-listen=5 --with-dpath=/usr/local/etc/Unreal --with-spath=/usr/local/libexec/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking --enable-hub --enable-ziplinks --enable-ssl ===> 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 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -L/usr/local/lib -rpath=/usr/lib:/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 -pipe -DNO_IDEA -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -L/usr/local/lib -rpath=/usr/lib:/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 Building in my home directory with the same config options works fine. ./configure --with-listen=5 --with-dpath=/usr/local/etc/Unreal --with-spath=/usr/local/libexec/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking --enable-hub --enable-ziplinks --enable-ssl ... decibel@noel.2[18:02]~/src/Unreal3.2:41>make Building src gcc -I../include -I/home/decibel/src/Unreal3.2/extras/regexp/include -I/home/decibel/src/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c timesynch.c gcc -I../include -I/home/decibel/src/Unreal3.2/extras/regexp/include -I/home/decibel/src/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c res.c gcc -I../include -I/home/decibel/src/Unreal3.2/extras/regexp/include -I/home/decibel/src/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -export-dynamic -c s_bsd.c The compile does eventually complete. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: