pkgsrc-Users archive

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

Re: Problems building misc/openoffice3



On Wed, Jul 20, 2011 at 07:03:29PM -0700, Paul Goyette wrote:
> I updated my pkgsrc tree on Sunday (exact timestamp unavailable),
> and I removed ALL packages from my system.  Starting with a totally
> empty system, I've been re-installing all of my packages from
> scratch.  I've managed to get everything re-installed except for
> two:  net/samba (for which I've previously reported the problems a
> couple days ago), and misc/openoffice3

I think this is due to the bison update.  Try the attached
almost-patches that mkpatches didn't want to in a sane way for me.

        Jonathan Kollasch
$NetBSD$

--- 
/local/pkgsrc/work/misc/openoffice3/work/OOO310_m19/connectivity/unxbsdx3.pro/misc/sqlbison.cxx.orig
        2011-07-19 16:28:54.000000000 +0000
+++ 
/local/pkgsrc/work/misc/openoffice3/work/OOO310_m19/connectivity/unxbsdx3.pro/misc/sqlbison.cxx
@@ -6899,7 +6899,7 @@ void OSQLParser::reduceLiteral(OSQLParse
 }
 
 // -------------------------------------------------------------------------
-void OSQLParser::error(sal_Char *fmt)
+void OSQLParser::error(const sal_Char *fmt)
 {
        if(!m_sErrorMessage.getLength())
        {
$NetBSD$

--- 
/local/pkgsrc/work/misc/openoffice3/work/OOO310_m19/connectivity/inc/connectivity/sqlparse.hxx.orig
 2008-12-30 14:32:01.000000000 +0000
+++ 
/local/pkgsrc/work/misc/openoffice3/work/OOO310_m19/connectivity/inc/connectivity/sqlparse.hxx
@@ -213,7 +213,7 @@ namespace connectivity
 
 
 
-               void error(sal_Char *fmt);
+               void error(const sal_Char *fmt);
                int SQLlex();
 #ifdef YYBISON
                void setParseTree(OSQLParseNode * pNewParseTree);


Home | Main Index | Thread Index | Old Index