Ports Crash Report (hplip-3.9.8)
Marcin Wisnicki
mwisnicki+freebsd at gmail.com
Thu Mar 18 00:03:44 UTC 2010
On Wed, 10 Mar 2010 20:12:06 +0530, USM Bish wrote:
> <snip>
>
> ...(lots snipped) ...
> checking for CRYPTO_free in -lcrypto... yes checking for snmp_timeout in
> -lnetsnmp... no checking for snmp_timeout in -lsnmp... no configure:
> error: cannot find net/ucd-snmp support (or --disable-network-build)
> ===> Script "configure" failed unexpectedly. Please report the problem
> to ports at FreeBSD.org [maintainer] and attach the
> "/usr/ports/print/hplip3/work/hplip-3.9.8/config.log" including the
> output of the failure of your make command. Also, it might be a good
> idea to provide
> an overview of all packages installed on your system (e.g. an `ls
> /var/db/pkg`).
> *** Error code 1
>
> Stop in /usr/ports/print/hplip3.
> *** Error code 1
>
> </snip>
See this: http://www.freebsd.org/cgi/query-pr.cgi?pr=144833
As a temporary workaround you can try adding this to make.conf:
.if ${.CURDIR:M/usr/ports/print/hplip3*}
# workaround ports/144833
CFLAGS+= -fstack-protector
.endif
More information about the freebsd-ports
mailing list