On 2010/07/30 21:24, Michael Lechtermann wrote:
> Hi,
>
> are (snapshot) packages for ladvd and p5-IP-Country not build anymore or
> just not for sparc64?
>
> Both ports build fine for me with 4.8-beta on sparc64.
p5-IP-Country was never added to net/Makefile, I've added it.
ports/net/ladvd is broken (looks like -Wsystem-headers fallout).
..
depbase=`echo child.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool
--tag=CC --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -Wall -Werror
-Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fno-delete-null-pointer-checks
-fstack-protector -fPIE -O2 -pipe -MT child.lo -MD -MP -MF $depbase.Tpo -c -o
child.lo child.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile: cc -std=gnu99 -DHAVE_CONFIG_H -I. -Wall -Werror -Wformat
-Wformat-security -D_FORTIFY_SOURCE=2 -fno-delete-null-pointer-checks
-fstack-protector -O2 -pipe -MT child.lo -MD -MP -MF .deps/child.Tpo -c child.c
-fPIC -DPIC -o .libs/child.o
cc1: warnings being treated as errors
In file included from common.h:34,
from child.c:20:
/usr/include/signal.h:71: warning: C99 inline functions are not supported;
using GNU89
/usr/include/signal.h:71: warning: to disable this warning use -fgnu89-inline
or the gnu_inline function attribute
/usr/include/signal.h:82: warning: C99 inline functions are not supported;
using GNU89
/usr/include/signal.h:93: warning: C99 inline functions are not supported;
using GNU89
*** Error code 1