irc/unreal

Peter Pentchev roam at ringlet.net
Mon Mar 26 14:50:18 UTC 2007


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 at ringlet.net    roam at cnsys.bg    roam at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20070326/bff11cc4/attachment.pgp


More information about the freebsd-ports mailing list