pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47578: net/netatalk fails to build on netbsd-6, pkgsrc-2012Q4
The following reply was made to PR pkg/47578; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/47578: net/netatalk fails to build on netbsd-6, pkgsrc-2012Q4
Date: Tue, 19 Feb 2013 03:06:13 +0000
On Tue, Feb 19, 2013 at 12:00:02AM +0000, louis%zabrico.com@localhost wrote:
> libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..
-I/usr/include/openssl
-I/pkg_comp/obj/pkgsrc/net/netatalk/default/.buildlink/include
-I../../sys/netbsd -I../../include "-D_U_=__attribute__((unused))" -O2
-I/usr/include/krb5
-I/pkg_comp/obj/pkgsrc/net/netatalk/default/.buildlink/include/db4 -I../../sys
-MT uams_guest.lo -MD -MP -MF .deps/uams_guest.Tpo -c uams_guest.c -o
uams_guest.o >/dev/null 2>&1
> gmake[4]: *** [uams_gss_la-uams_gss.lo] Error 1
Hurray for libtool, sending the error messages you need to
/dev/null...
Try building it with MAKE_JOBS_SAFE=no, in case that helps; if not, as
far as I know the only way to figure out this kind of problem is to
manually walk through what libtool's trying to do, which is a pain.
But try this:
make build-env
cd [the directory that stuff is failing in]
then paste the gcc line above without the >/dev/null 2>&1, and with
luck you can see what fails.
(then exit the shell that make build-env starts)
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index