pkgsrc-Bugs archive

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

pkg/43887: building php-mysqli fails due to missing file my_compiler.h



>Number:         43887
>Category:       pkg
>Synopsis:       building php-mysqli fails due to missing file my_compiler.h
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 17 07:30:00 +0000 2010
>Originator:     Kurt Schreiner
>Release:        NetBSD 5.99.39, i.e. -current
>Organization:
Uni Mainz
>Environment:
NetBSD hmv-nbi386 5.99.39 NetBSD 5.99.39 (VMwNB99) #25: Thu Sep 16 08:29:43 
CEST 2010  ks@hmv-nbi386:/u/NetBSD/arch/i386/obj/sys/arch/i386/compile/VMwNB99 
i386

>Description:
With pkgsrc as of 17 September 2010, 7:00 GMT tying to build php-mysqli fails 
due to "my_compiler.h" missing.
>How-To-Repeat:
cd .../pkgsrc/databases/php-mysqli
make
>Fix:
Apply the following patch in  pkgsrc/databases/mysql51-client:

>-1044: cvs diff -u
cvs diff: Diffing .
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/databases/mysql51-client/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST       4 Mar 2010 16:27:18 -0000       1.1.1.1
+++ PLIST       17 Sep 2010 07:24:29 -0000
@@ -28,6 +28,7 @@
 include/mysql/m_string.h
 include/mysql/my_alloc.h
 include/mysql/my_attribute.h
+include/mysql/my_compiler.h
 include/mysql/my_config.h
 include/mysql/my_dbug.h
 include/mysql/my_dir.h
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/databases/mysql51-client/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo    8 Sep 2010 16:24:57 -0000       1.7
+++ distinfo    17 Sep 2010 07:24:29 -0000
@@ -13,7 +13,7 @@
 SHA1 (patch-ah) = 5fd4db0e04a97289f38a5467bbae5041f4082b51
 SHA1 (patch-ai) = 722364e59070ab2d3377a694698f32bf25427bf2
 SHA1 (patch-aj) = 476384877154dd8d2465c6c9a0e411c220d405e4
-SHA1 (patch-ak) = 5dd0982e9c9b2d0199a3a148a12a4dd219533e9d
+SHA1 (patch-ak) = b9621ebda305fe659fa90a8972f759fb3e55d09d
 SHA1 (patch-al) = 93ba34d66fd054fbcf9e1eb3a042770d4d6820ec
 SHA1 (patch-am) = 7cced70246776a64e782e0c7d335d5948a2189f1
 SHA1 (patch-an) = a608060cee7aadaf8bcde84016a73131a75dea32
cvs diff: Diffing patches
Index: patches/patch-ak
===================================================================
RCS file: /cvsroot/pkgsrc/databases/mysql51-client/patches/patch-ak,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ak
--- patches/patch-ak    4 Mar 2010 16:27:18 -0000       1.1.1.1
+++ patches/patch-ak    17 Sep 2010 07:24:29 -0000
@@ -1,8 +1,6 @@
-$NetBSD: patch-ak,v 1.1.1.1 2010/03/04 16:27:18 taca Exp $
-
---- include/Makefile.in.orig   2010-02-04 11:46:18.000000000 +0000
-+++ include/Makefile.in
-@@ -393,6 +393,7 @@ BUILT_SOURCES = $(HEADERS_GEN_MAKE) link
+--- include/Makefile.in.orig   2010-08-03 19:28:49.000000000 +0200
++++ include/Makefile.in        2010-09-17 08:53:29.000000000 +0200
+@@ -397,6 +397,7 @@
  HEADERS_GEN_CONFIGURE = mysql_version.h
  HEADERS_GEN_MAKE = my_config.h
  HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \
@@ -10,3 +8,21 @@
                        my_list.h my_alloc.h typelib.h mysql/plugin.h
  
  pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
+@@ -404,6 +405,7 @@
+                       my_pthread.h my_no_pthread.h \
+                       decimal.h errmsg.h my_global.h my_net.h \
+                       my_getopt.h sslopt-longopts.h my_dir.h \
++                      my_compiler.h \
+                       sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
+                       m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
+                       $(HEADERS_GEN_MAKE)
+@@ -416,7 +418,8 @@
+                       my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
+                       thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
+                       my_handler.h my_time.h my_vle.h my_user.h \
+-                      my_libwrap.h my_stacktrace.h my_compiler.h
++                      my_libwrap.h my_stacktrace.h
++# my_compiler.h
+ 
+ EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp
+ 



Home | Main Index | Thread Index | Old Index