Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2007 14:00:10 -0500
From:      Jim Nasby <decibel@decibel.org>
To:        freebsd-ports@freebsd.org
Subject:   irc/unreal won't compile
Message-ID:  <DC321E33-CB80-493A-8EBB-1FDDC6D0492B@decibel.org>

next in thread | raw e-mail | index | archive | help
I'm getting the following when trying to compile unrealircd:

Building src
/usr/local/bin/ccache gcc -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
/usr/local/bin/ccache gcc -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

It compiles fine when I untar to my home directory and run the exact  
same configure as reported by config.log in the ports work directory:

./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

I attempted to submit a pr on this with send-pr, but never got a  
reply back...
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DC321E33-CB80-493A-8EBB-1FDDC6D0492B>