Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2007 18:15:00 -0500 (CDT)
From:      "Jim C.Nasby" <decibel@decibel.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/112221: irc/unreal won't compile
Message-ID:  <20070428231500.5F9C0564B2@noel.decibel.org>
Resent-Message-ID: <200704282350.l3SNo2UC067591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070428231500.5F9C0564B2>