pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/34866: net/bind9



>Number:         34866
>Category:       pkg
>Synopsis:       net/bind9
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 20 10:15:00 +0000 2006
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_118855-19 i86pc


>Description:


=> Checking for work-directory references in bind-9.3.2nb2
ERROR: share/doc/bind9/arm/Makefile:    PERL =                  
/pkg/obj/net/bind9/work/.to
ols/bin/perl
ERROR: share/doc/bind9/arm/Makefile:            
/pkg/obj/net/bind9/work/.tools/bin/perl lat
ex-fixup.pl >$@.tmp 
ERROR: share/doc/bind9/misc/Makefile:   PERL =                  
/pkg/obj/net/bind9/work/.to
ols/bin/perl
ERROR: share/doc/bind9/misc/Makefile:   PERL = 
/pkg/obj/net/bind9/work/.tools/bin/perl
ERROR: *** The above files still have references to the build directory.
ERROR:     This is possibly an error that should be fixed by unwrapping
ERROR:     the files or adding missing tools to the package makefile!
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/net/bind9
*** Error code 1



>How-To-Repeat:


bmake install


>Fix:


Two problems one in compiling for x86_64 one in installing:
------------------compiling-----------------------------------------
--- lib/bind/include/arpa/nameser_compat.h.orig Thu Jul  1 06:43:41 2004
+++ lib/bind/include/arpa/nameser_compat.h      Wed Aug 30 16:25:11 2006
@@ -53,7 +53,7 @@
 
 #if defined(vax) || defined(ns32000) || defined(sun386) || defined(i386) || \
     defined(MIPSEL) || defined(_MIPSEL) || defined(BIT_ZERO_ON_RIGHT) || \
-    defined(__alpha__) || defined(__alpha) || \
+    defined(__alpha__) || defined(__alpha) || defined(__x86_64__) || \
     (defined(__Lynx__) && defined(__x86__))
 #define BYTE_ORDER     LITTLE_ENDIAN
 #endif
-------------------------------------------------------------

---------------installing-------------------------
--- Makefile.orig       Fri Oct 20 11:40:20 2006
+++ Makefile    Fri Oct 20 12:05:51 2006
@@ -19,6 +19,7 @@
 BUILD_DEFS+=   BIND_USER BIND_GROUP BIND_DIR VARBASE
 
 USE_LIBTOOL=           yes
+USE_TOOLS+=      perl
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-libtool=yes \
----------------------------------------------------------

or ${RM} ${PREFIX}/share/doc/bind9/*/Makefile before building PLIST





Home | Main Index | Thread Index | Old Index