ports/112221: irc/unreal won't compile
Jim C.Nasby
decibel at decibel.org
Sat Apr 28 23:50:03 UTC 2007
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list