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
On 2/18/13 11:45 PM, Joerg Sonnenberger wrote:
The following reply was made to PR pkg/47578; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
pkgsrc-bugs%netbsd.org@localhost,
        louis%zabrico.com@localhost
Subject: Re: pkg/47578: net/netatalk fails to build on netbsd-6, pkgsrc-2012Q4
Date: Tue, 19 Feb 2013 05:41:05 +0100
  On Tue, Feb 19, 2013 at 03:10:05AM +0000, David Holland wrote:
  > 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...
  This is a parallel build. Chances are very high the actual error message
  is just a bit higher up in the build. MAKE_JOBS_SAFE=no helps for
  getting something useful out of it.
  Joerg
The message is much clearer with MAKE_JOBS_SAFE=no. Thanks for looking...
libtool: link: ( cd ".libs" && rm -f "uams_dhx2_passwd.la" && ln -s 
"../uams_dhx2_passwd.la" "uams_dhx2_passwd.la" )
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I../..    -I/usr/include  -I../../sys/netbsd 
-I../../include -D_U_="__attribute__((unused))" -O2 -I/usr/include/krb5 
-I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I../../sys -MT 
uams_gss_la-uams_gss.lo -MD -MP -MF .deps/uams_gss_la-uams_gss.Tpo -c -o 
uams_gss_la-uams_gss.lo `test -f 'uams_gss.c' || echo './'`uams_gss.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. 
-I../../sys/netbsd -I../../include "-D_U_=__attribute__((unused))" -O2 
-I/usr/include/krb5 
-I/pkg_comp/obj/pkgsrc/net/netatalk/default/.buildlink/include 
-I/pkg_comp/obj/pkgsrc/net/netatalk/default/.buildlink/include/db4 
-I../../sys -MT uams_gss_la-uams_gss.lo -MD -MP -MF 
.deps/uams_gss_la-uams_gss.Tpo -c uams_gss.c  -fPIC -DPIC -o 
.libs/uams_gss_la-uams_gss.o
uams_gss.c:67:0: warning: "GSS_C_NT_HOSTBASED_SERVICE" redefined
/usr/include/gssapi/gssapi.h:354:0: note: this is the location of the 
previous definition
uams_gss.c: In function 'get_afpd_principal':
uams_gss.c:201:37: error: 'gss_nt_service_name' undeclared (first use in 
this function)
uams_gss.c:201:37: note: each undeclared identifier is reported only 
once for each function it appears in
gmake[4]: *** [uams_gss_la-uams_gss.lo] Error 1
gmake[4]: Leaving directory 
`/pkg_comp/obj/pkgsrc/net/netatalk/default/netatalk-2.2.1/etc/uams'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/pkg_comp/obj/pkgsrc/net/netatalk/default/netatalk-2.2.1/etc/uams'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/pkg_comp/obj/pkgsrc/net/netatalk/default/netatalk-2.2.1/etc'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/pkg_comp/obj/pkgsrc/net/netatalk/default/netatalk-2.2.1'
gmake: *** [all] Error 2
*** Error code 2
Home |
Main Index |
Thread Index |
Old Index