Re: issue with HelpLinker (Bus Error, core dumped)

2012-07-12 Thread Waitman Gobble
Waitman Gobble wait...@faqers.org wrote ..
 Lubos Lunak l.lu...@suse.cz wrote ..
 
  
   Try running it in valgrind in gdb manually. Other than that, you use a 
  development snapshot of gcc, so this is not very likely a LibreOffice 
  problem
  actually.
  
 
 Thanks Lubos, i appreciate the reply and helpful suggestions. 
 The build works without error, (except for the helpcontents2, which can be 
 avoided
 using --without-help). 
 'Help' is probably a good idea so I'll need to track down the problem.
 


Well I made a boo-boo, i had it in my mind I was working with 3.6.0.0 source 
but suddenly realized when I saw the splash screen I had pulled -HEAD. so it's 
more like 3700/3601 i suppose. 

I think I read something about major work on l10ntools.. might be the issue in 
the case with Help.

Thanks,

-- 
Waitman Gobble
San Jose California USA

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: issue with HelpLinker (Bus Error, core dumped)

2012-07-10 Thread Waitman Gobble
Lubos Lunak l.lu...@suse.cz wrote ..

 
  Try running it in valgrind in gdb manually. Other than that, you use a 
 development snapshot of gcc, so this is not very likely a LibreOffice problem 
 actually.
 

Thanks Lubos, i appreciate the reply and helpful suggestions. 
The build works without error, (except for the helpcontents2, which can be 
avoided using --without-help). 
'Help' is probably a good idea so I'll need to track down the problem.


-- 
Waitman Gobble
San Jose California USA
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Long delay after lpsolve

2012-07-09 Thread Waitman Gobble
Hello,


What is the general time delay after 'lpsolve deliver'? It sits for quite a 
long time, then stops on building sal.


mythes deliver
Module 'mythes' delivered successfully. 3 files copied, 2 files unchanged
In file included from ../lp_utils.c:8:0:
/usr/include/sys/timeb.h:42:2: warning: #warning this file includes 
sys/timeb.h which is deprecated [-Wcpp]
 #warning this file includes sys/timeb.h which is deprecated
  ^
lpsolve deliver
Module 'lpsolve' delivered successfully. 8 files copied, 6 files unchanged

{appears to sit indefinitely}



I lowered the cpus and processes with the switches to see if that alters the 
behavior. 

 9751  0  I+  0:00.01 gmake
 9752  0  I+  0:00.07 gmake -r -f /usr/home/waitman/libreoffice/libo/Makefi
29354  0  I+  0:01.78 gmake -f Makefile -j6 -rs all slowcheck gb_PARTIALBUI

This is on an amd64/A8 processor with 16GB of RAM. Running processes and memory 
utilization are light during the delay.

config.log:

## - ##
## Platform. ##
## - ##

hostname = hunny.waitman.net
uname -m = amd64
uname -r = 10.0-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 10.0-CURRENT #0: Sun Jun 10 08:10:59 PDT 2012 
root@:/usr/obj/usr/src/sys/KEYSHIA 

/usr/bin/uname -p = amd64
/bin/uname -X = unknown




autoconf invocation:

ccache --max-size 32G
export CC=gcc48
export CXX=g++48
export LDFLAGS=-L/usr/local/lib/db48 -L/usr/local/lib/gcc48 -L/usr/local/lib
export CFLAGS=-I/usr/local/include/db48
export CLASSPATH=/usr/local/share/java/classes
export PATH=/usr/local/apache-ant-1.8.4/bin:/usr/local/bin:$PATH
./autogen.sh \
--disable-mozilla \
--disable-systray \
--disable-nsplugin \
--disable-odk \
--without-doxygen \
--with-gnu-patch=/usr/local/bin/gpatch \
--with-ant-home=/usr/local/apache-ant-1.8.4 \
--with-system-cairo \
--with-system-graphite \
--with-system-nss \
--with-system-zlib \
--with-system-cppunit \
--with-system-openssl \
--with-system-jpeg \
--with-system-expat \
--with-system-lcms2 \
--with-system-libwpd \
--with-system-libwpg \
--with-system-libvisio \
--with-system-libxml \
--with-system-icu \
--with-system-poppler \
--with-system-db \
--with-system-apache-commons \
--with-commons-codec-jar=/usr/local/share/java/classes/commons-codec.jar \
--with-commons-lang-jar=/usr/local/share/java/classes/commons-lang.jar \
--with-commons-httpclient-jar=/usr/local/share/java/classes/commons-httpclient.jar
 \
--with-commons-logging-jar=/usr/local/share/java/classes/commons-logging.jar \
--with-junit=/usr/local/share/java/classes/junit.jar \
--with-system-mysql \
--with-libmysql-path=/usr/local/lib/mysql \
--with-system-mysql-cppconn \
--with-system-postgresql \
--with-libpq-path=/usr/local/lib \
--with-system-odbc \
--with-system-sane \
--with-system-curl \
--with-system-boost \
--with-system-neon \
--with-system-redland \
--with-system-gettext \
--with-system-libpng \
--with-ant-home=/usr/local \
--with-vendor=FreeBSD \
--with-build-version=n...@waitman.net \
--with-num-cpus=6 \
--with-max-jobs=6 \
--with-x 



Thanks,

-- 
Waitman Gobble
San Jose California USA
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Long delay after lpsolve

2012-07-09 Thread Waitman Gobble
Hello,


What is the general time delay after 'lpsolve deliver'? It sits for quite a 
long time, then stops on building sal.


mythes deliver
Module 'mythes' delivered successfully. 3 files copied, 2 files unchanged
In file included from ../lp_utils.c:8:0:
/usr/include/sys/timeb.h:42:2: warning: #warning this file includes 
sys/timeb.h which is deprecated [-Wcpp]
 #warning this file includes sys/timeb.h which is deprecated
  ^
lpsolve deliver
Module 'lpsolve' delivered successfully. 8 files copied, 6 files unchanged

{appears to sit indefinitely}



I lowered the cpus and processes with the switches to see if that alters the 
behavior. 

 9751  0  I+  0:00.01 gmake
 9752  0  I+  0:00.07 gmake -r -f /usr/home/waitman/libreoffice/libo/Makefi
29354  0  I+  0:01.78 gmake -f Makefile -j6 -rs all slowcheck gb_PARTIALBUI

This is on an amd64/A8 processor with 16GB of RAM. Running processes and memory 
utilization are light during the delay.

config.log:

## - ##
## Platform. ##
## - ##

hostname = hunny.waitman.net
uname -m = amd64
uname -r = 10.0-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 10.0-CURRENT #0: Sun Jun 10 08:10:59 PDT 2012 
root@:/usr/obj/usr/src/sys/KEYSHIA 

/usr/bin/uname -p = amd64
/bin/uname -X = unknown




autoconf invocation:

ccache --max-size 32G
export CC=gcc48
export CXX=g++48
export LDFLAGS=-L/usr/local/lib/db48 -L/usr/local/lib/gcc48 -L/usr/local/lib
export CFLAGS=-I/usr/local/include/db48
export CLASSPATH=/usr/local/share/java/classes
export PATH=/usr/local/apache-ant-1.8.4/bin:/usr/local/bin:$PATH
./autogen.sh \
--disable-mozilla \
--disable-systray \
--disable-nsplugin \
--disable-odk \
--without-doxygen \
--with-gnu-patch=/usr/local/bin/gpatch \
--with-ant-home=/usr/local/apache-ant-1.8.4 \
--with-system-cairo \
--with-system-graphite \
--with-system-nss \
--with-system-zlib \
--with-system-cppunit \
--with-system-openssl \
--with-system-jpeg \
--with-system-expat \
--with-system-lcms2 \
--with-system-libwpd \
--with-system-libwpg \
--with-system-libvisio \
--with-system-libxml \
--with-system-icu \
--with-system-poppler \
--with-system-db \
--with-system-apache-commons \
--with-commons-codec-jar=/usr/local/share/java/classes/commons-codec.jar \
--with-commons-lang-jar=/usr/local/share/java/classes/commons-lang.jar \
--with-commons-httpclient-jar=/usr/local/share/java/classes/commons-httpclient.jar
 \
--with-commons-logging-jar=/usr/local/share/java/classes/commons-logging.jar \
--with-junit=/usr/local/share/java/classes/junit.jar \
--with-system-mysql \
--with-libmysql-path=/usr/local/lib/mysql \
--with-system-mysql-cppconn \
--with-system-postgresql \
--with-libpq-path=/usr/local/lib \
--with-system-odbc \
--with-system-sane \
--with-system-curl \
--with-system-boost \
--with-system-neon \
--with-system-redland \
--with-system-gettext \
--with-system-libpng \
--with-ant-home=/usr/local \
--with-vendor=FreeBSD \
--with-build-version=n...@waitman.net \
--with-num-cpus=6 \
--with-max-jobs=6 \
--with-x 



Thanks,

-- 
Waitman Gobble
San Jose California USA
-- 
Waitman Gobble
San Jose California USA

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Long delay after lpsolve

2012-07-09 Thread Waitman Gobble
Michael Meeks michael.me...@suse.com wrote ..
 
 On Sat, 2012-07-07 at 23:18 -0700, Waitman Gobble wrote:
  What is the general time delay after 'lpsolve deliver'? It sits for quite a 
  long
 time, then stops on building sal.
 
   lpsolve deliver is usually rather quick. I suspect you're taking a hit
 from the next 'make'.
 
  {appears to sit indefinitely}
 
   :-)
 
  This is on an amd64/A8 processor with 16GB of RAM. Running processes and
  memory utilization are light during the delay.
 
   Odd; so presuambly it's blocked on I/O ... (?)
 
   I wonder if you're blocked on a make in 'tail_build' which has to
 collect together quite a lot of data before it can make any decision;
 try:
 
   make tail_build
 
   And without an up-to-date gnumake (which is sadly not released) that
 can be a bit over-slow.
 
   It'd be great to do a ps auwwwx and see what the full commandline of
 whichever the leaf node in the process tree is (use pstree I guess to
 find that pid).
 
   Thanks !
 
   Michael.
 
 -- 
 michael.me...@suse.com  , Pseudo Engineer, itinerant idiot
 
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice


Thanks for the reply Michael. I found that the unit tests take much time, so I 
cut them all out of the Makefiles. 

At the moment I'm trying to isolate an issue with HelpLinker, (i'll make a 
separate post) but after I work that out i'll give it another run and report 
back the ps.



Waitman

-- 
Waitman Gobble
San Jose California USA

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Long delay after lpsolve

2012-07-09 Thread Waitman Gobble
Michael Meeks michael.me...@suse.com wrote ..
 
 On Sat, 2012-07-07 at 23:18 -0700, Waitman Gobble wrote:
  What is the general time delay after 'lpsolve deliver'? It sits for quite a 
  long
 time, then stops on building sal.
 
   lpsolve deliver is usually rather quick. I suspect you're taking a hit
 from the next 'make'.
 
  {appears to sit indefinitely}
 
   :-)
 
  This is on an amd64/A8 processor with 16GB of RAM. Running processes and
  memory utilization are light during the delay.
 
   Odd; so presuambly it's blocked on I/O ... (?)
 
   I wonder if you're blocked on a make in 'tail_build' which has to
 collect together quite a lot of data before it can make any decision;
 try:
 
   make tail_build
 
   And without an up-to-date gnumake (which is sadly not released) that
 can be a bit over-slow.
 
   It'd be great to do a ps auwwwx and see what the full commandline of
 whichever the leaf node in the process tree is (use pstree I guess to
 find that pid).
 
   Thanks !
 
   Michael.
 
 -- 
 michael.me...@suse.com  , Pseudo Engineer, itinerant idiot
 
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice


Thanks for the reply Michael. I found that the unit tests take much time, so I 
cut them all out of the Makefiles. 

At the moment I'm trying to isolate an issue with HelpLinker, (i'll make a 
separate post) but after I work that out i'll give it another run and report 
back the ps.



Waitman

-- 
Waitman Gobble
San Jose California USA

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


issue with HelpLinker (Bus Error, core dumped)

2012-07-09 Thread Waitman Gobble
 0x000f in ?? ()
#14 0x in ?? ()




I'm linking against db5. I receive errors about extra parameters in db-related 
function calls when i use any db4.x
ie, 
w/db48 :
/usr/home/waitman/libreoffice/libo/l10ntools/source/help/HelpLinker.cxx: In 
member function 'void HelpKeyword::dump(DB*)':
/usr/home/waitman/libreoffice/libo/l10ntools/source/help/HelpLinker.cxx:215:54: 
error: invalid conversion from 'DBT*' to 'unsigned int' [-fpermissive]
 table-put(table, NULL, key, value, 0);



Suggestions, pointers appreciated. I have a few things here I need to check out!

Thanks.

-- 
Waitman Gobble
San Jose California USA
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice