From jason@jw.lds.net.ua  Tue Mar 12 13:04:05 2013
Return-Path: <jason@jw.lds.net.ua>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id B943AF47
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Mar 2013 13:04:05 +0000 (UTC)
	(envelope-from jason@jw.lds.net.ua)
Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74])
	by mx1.freebsd.org (Postfix) with ESMTP id 177D7383
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Mar 2013 13:04:04 +0000 (UTC)
Received: from jw.lds.net.ua (localhost [127.0.0.1])
	by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id r2CD3ufF032198
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Mar 2013 15:03:57 +0200 (EET)
	(envelope-from jason@jw.lds.net.ua)
Received: (from jason@localhost)
	by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r2CD3p9Z032197;
	Tue, 12 Mar 2013 15:03:51 +0200 (EET)
	(envelope-from jason)
Message-Id: <201303121303.r2CD3p9Z032197@jw.lds.net.ua>
Date: Tue, 12 Mar 2013 15:03:51 +0200 (EET)
From: Sayetsky Anton <vsjcfm@gmail.com>
Reply-To: Sayetsky Anton <vsjcfm@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: editors/libreoffice: calc crashes when trying to change cell format
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176880
>Category:       ports
>Synopsis:       editors/libreoffice: calc crashes when trying to change cell format
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jkim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 12 13:10:00 UTC 2013
>Closed-Date:    Wed Mar 13 17:47:48 UTC 2013
>Last-Modified:  Thu Mar 14 10:30:00 UTC 2013
>Originator:     Sayetsky Anton
>Release:        FreeBSD 9.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD jw.local 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247145: Fri Feb 22 11:53:22 EET 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64

>Description:
When trying to change cell options in Calc, soffice.bin crashes. Backtrace below:

jason@jw:~/docs$ gdb
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd".
(gdb) core soffice.bin.core 
Core was generated by `soffice.bin'.
Program terminated with signal 11, Segmentation fault.
#0  0x000000080060ac61 in ?? ()
(gdb) bt
#0  0x000000080060ac61 in ?? ()
Cannot access memory at address 0x7fffffff9ad0
(gdb)

Here is my configs:
jason@jw:/usr/ports/editors/libreoffice$ make showconfig
===> The following configuration options are available for libreoffice-4.0.1:
     CUPS=on: CUPS printing system
     DEBUG=off: Install debug symbols
     GNOME=off: GNOME desktop environment
     GTK2=off: GTK+ 2 GUI toolkit
     GTK3=off: GTK+ 3 GUI toolkit
     JAVA=off: Add java support (XML Filters, macros)
     KDE4=on: KDE 4 desktop environment
     MERGELIBS=on: Enable linking of big merged library
     MMEDIA=off: Enable multimedia backend for impress
     PGSQL=off: Build with PostgreSQL-SDBC driver
     SDK=off: Build with SDK
     SYSTRAY=off: Enable systemtray quickstarter
     TEST=off: Run all regression tests
     WEBDAV=off: Enable webdav protocol
===> Use 'make config' to modify these settings
jason@jw:/usr/ports/editors/libreoffice$ cat /etc/make.conf
#
CPUTYPE?=core2
CFLAGS= -O2 -pipe -fno-strict-aliasing
COPTFLAGS= -O2 -pipe -fno-strict-aliasing
WITHOUT_MODULES= xfs
MAKE_JOBS_NUMBER=5
FORCE_MAKE_JOBS=yes

WITHOUT_GCONF=yes

.if ${.CURDIR:M*/ports/print/freetype2}
WITH_LCD_FILTERING=yes
.endif

.if ${.CURDIR:M*/ports/x11-fonts/webfonts}
WITH_MSWINDOWS_LICENSE=yes
.endif

.if ${.CURDIR:M*/ports/www/firefox-i18n}
WITHOUT_SWITCHER=yes
.endif

.if ${.CURDIR:M*/ports/mail/thunderbird-i18n}
WITHOUT_SWITCHER=yes
THUNDERBIRD_I18N=ru
.endif

.if ${.CURDIR:M*/ports/multimedia/mplayer}
WITH_LANG=ru
.endif

.if ${.CURDIR:M*/ports/graphics/vigra}
CC=clang
CXX=clang++
CPP=clang-cpp
.endif

.if ${.CURDIR:M*/ports/security/p11-kit}
MAKE_JOBS_UNSAFE=yes
.endif

# added by use.perl 2013-03-11 12:19:50
PERL_VERSION=5.14.2
jason@jw:/usr/ports/editors/libreoffice$ pkg_info -r libreoffice-4.0.1
Information for libreoffice-4.0.1:

Depends on:
Dependency: xineramaproto-1.2.1
Dependency: xf86vidmodeproto-2.3.1
Dependency: xextproto-7.2.0
Dependency: videoproto-2.3.1
Dependency: renderproto-0.11.1
Dependency: recordproto-1.14.1
Dependency: randrproto-1.3.2
Dependency: printproto-1.0.5
Dependency: kbproto-1.0.5
Dependency: inputproto-2.0.2
Dependency: glproto-1.4.15
Dependency: fixesproto-5.0
Dependency: dri2proto-2.6
Dependency: damageproto-1.2.1
Dependency: fontcacheproto-0.1.3
Dependency: xmlcatmgr-2.2
Dependency: xmlcharent-0.3_2
Dependency: libexttextcat-3.4.0
Dependency: iso8879-1986_3
Dependency: hyphen-2.8.6
Dependency: expat-2.0.1_2
Dependency: docbook-xml-4.5
Dependency: docbook-xml-4.4_1
Dependency: docbook-xml-4.3
Dependency: docbook-xml-4.2_1
Dependency: docbook-sk-4.1.2_4
Dependency: docbook-5.0_1
Dependency: docbook-4.5_2
Dependency: docbook-4.4_2
Dependency: docbook-4.3
Dependency: docbook-4.2
Dependency: docbook-4.1_4
Dependency: docbook-1.4
Dependency: docbook-xsl-1.76.1
Dependency: gnome_subr-1.0
Dependency: dmidecode-2.11
Dependency: ca_root_nss-3.14.3
Dependency: openldap-client-2.4.34
Dependency: mDNSResponder-333.10
Dependency: xvid-1.3.2,1
Dependency: x264-0.125.2201
Dependency: libvpx-1.1.0
Dependency: qt4-doc-4.8.4
Dependency: pciids-20130308
Dependency: kdehier4-1.0.11
Dependency: kde4-icons-oxygen-4.9.5
Dependency: hicolor-icon-theme-0.12
Dependency: gnomehier-3.0
Dependency: lp_solve-5.5.2.0
Dependency: gmp-5.1.1
Dependency: perl-threaded-5.14.2_3
Dependency: poppler-data-0.4.5
Dependency: png-1.5.14
Dependency: jpeg-8_4
Dependency: jbigkit-1.6
Dependency: tiff-4.0.3
Dependency: lcms2-2.4
Dependency: openjpeg-1.5.0_2
Dependency: lcms-1.19_1,1
Dependency: libmng-1.0.10_2
Dependency: ilmbase-1.0.3
Dependency: OpenEXR-1.7.1
Dependency: yajl-2.0.4_1
Dependency: pkgconf-0.8.12
Dependency: xproto-7.0.22
Dependency: shared-desktop-ontologies-0.10.0
Dependency: rtmpdump-2.4_1
Dependency: pixman-0.24.2
Dependency: libfontenc-1.1.0
Dependency: libXdmcp-1.1.0
Dependency: libXau-1.0.6
Dependency: libICE-1.0.7,1
Dependency: libSM-1.2.0,1
Dependency: freetype2-2.4.11
Dependency: mkfontscale-1.1.0
Dependency: mkfontdir-1.0.7
Dependency: fontconfig-2.9.0,1
Dependency: linuxlibertine-g-20120116
Dependency: dejavu-2.33
Dependency: GentiumBasic-110
Dependency: pcre-8.32
Dependency: orc-0.4.16_1
Dependency: schroedinger-1.0.11_1
Dependency: nspr-4.9.5
Dependency: libvolume_id-0.81.1
Dependency: libpthread-stubs-0.3_3
Dependency: libxcb-1.7
Dependency: xcb-util-0.3.9_1,1
Dependency: xcb-util-renderutil-0.3.8
Dependency: libX11-1.4.4,1
Dependency: liberation-fonts-ttf-2.00.1,1
Dependency: libXt-1.1.1,1
Dependency: libXrender-0.9.6
Dependency: libXfixes-5.0
Dependency: libXext-1.3.0_1,1
Dependency: libXxf86vm-1.1.1
Dependency: libXv-1.0.6,1
Dependency: libXrandr-1.3.2
Dependency: libXpm-3.5.9
Dependency: libXp-1.0.1,1
Dependency: libXmu-1.1.0,1
Dependency: xprop-1.2.1
Dependency: xauth-1.0.7
Dependency: libXinerama-1.1.1,1
Dependency: libXi-1.4.5,1
Dependency: libXtst-1.2.0
Dependency: libXfontcache-1.0.5
Dependency: xset-1.2.2_1
Dependency: xdg-utils-1.0.2_8
Dependency: libXdamage-1.1.3
Dependency: libXcursor-1.1.12
Dependency: libXaw-1.0.9,2
Dependency: giflib-4.2.1_1
Dependency: libpciaccess-0.12.1
Dependency: libdrm-2.4.17_1
Dependency: libGL-7.6.1_3
Dependency: libva-1.1.0_3
Dependency: libGLU-7.6.1_2
Dependency: freeglut-2.8.0
Dependency: jasper-1.900.1_10
Dependency: libltdl-2.4.2
Dependency: libffi-3.0.12
Dependency: libexecinfo-1.1_3
Dependency: libdaemon-0.14
Dependency: icu-50.1.2
Dependency: boost-libs-1.52.0_1
Dependency: sqlite3-3.7.14.1
Dependency: nss-3.14.3
Dependency: libiodbc-3.52.8
Dependency: gdbm-1.9.1
Dependency: db41-4.1.25_4
Dependency: libiconv-1.14
Dependency: libxml2-2.7.8_5
Dependency: liblangtag-0.4.0
Dependency: hunspell-1.3.2_1
Dependency: mythes-1.2.3
Dependency: graphite2-1.2.0
Dependency: gettext-0.18.1.1
Dependency: python27-2.7.3_6
Dependency: tdb-1.2.11,1
Dependency: talloc-2.0.8
Dependency: samba36-libsmbclient-3.6.12
Dependency: libidn-1.26
Dependency: libgpg-error-1.11
Dependency: libgcrypt-1.5.0_1
Dependency: libxslt-1.1.28
Dependency: glib-2.34.3
Dependency: qt4-corelib-4.8.4_1
Dependency: qt4-xml-4.8.4
Dependency: qt4-sql-4.8.4
Dependency: qt4-sqlite-plugin-4.8.4
Dependency: qt4-script-4.8.4
Dependency: qt4-qtestlib-4.8.4
Dependency: qt4-network-4.8.4
Dependency: qt4-xmlpatterns-4.8.4
Dependency: qt4-gui-4.8.4
Dependency: qt4-svg-4.8.4
Dependency: qt4-qt3support-4.8.4
Dependency: qt4-opengl-4.8.4
Dependency: qt4-imageformats-4.8.4
Dependency: qt4-declarative-4.8.4
Dependency: qt4-clucene-4.8.4
Dependency: qt4-help-4.8.4
Dependency: qca-2.0.3_1
Dependency: gamin-0.1.10_4
Dependency: gio-fam-backend-2.34.3
Dependency: shared-mime-info-1.0_2
Dependency: libgsf-1.14.21_1
Dependency: libwpd-0.9.6
Dependency: libwps-0.2.7
Dependency: libwpg-0.2.1_2
Dependency: libvisio-0.0.25
Dependency: libmspub-0.0.5
Dependency: libcdr-0.0.11
Dependency: kde4-shared-mime-info-1.2
Dependency: gobject-introspection-1.34.2
Dependency: gstreamer-0.10.36
Dependency: gstreamer-plugins-0.10.36_2,3
Dependency: qt4-webkit-4.8.4_1
Dependency: qt4-assistant-4.8.4
Dependency: exiv2-0.23,1
Dependency: dbus-1.6.8
Dependency: qt4-dbus-4.8.4
Dependency: qzeitgeist-0.8.0
Dependency: qt4-qdbusviewer-4.8.4
Dependency: polkit-0.105_1
Dependency: phonon-4.6.0_1
Dependency: qt4-designer-4.8.4
Dependency: libdbusmenu-qt-0.9.2_1
Dependency: hupnp-1.0.0_1
Dependency: dbus-glib-0.100.1
Dependency: policykit-0.9_6
Dependency: eggdbus-0.6_1
Dependency: polkit-qt-0.103.0_1
Dependency: curl-7.24.0_2
Dependency: raptor2-2.0.8_2
Dependency: rasqal-0.9.30
Dependency: redland-1.0.16
Dependency: soprano-2.9.0
Dependency: libcmis-0.3.1
Dependency: cups-client-1.5.4_1
Dependency: consolekit-0.4.3
Dependency: hal-0.5.14_20
Dependency: clucene-2.3.3.4
Dependency: cairo-1.10.2_5,2
Dependency: poppler-0.18.4_2
Dependency: avahi-app-0.6.29_3
Dependency: attica-0.4.1,2
Dependency: aspell-0.60.6.1_2
Dependency: enchant-1.6.0
Dependency: en-aspell-7.1.0_1
Dependency: libogg-1.3.0,4
Dependency: libvorbis-1.3.3_1,3
Dependency: libtheora-1.1.1_3
Dependency: alsa-lib-1.0.26
Dependency: ffmpeg-0.7.15,1
Dependency: strigi-0.7.7_5
Dependency: kdelibs-4.9.5_1
Dependency: libzip-0.10.1
Dependency: liborcus-0.3.0

jason@jw:/usr/ports/editors/libreoffice$

>How-To-Repeat:
Create a spreadsheet in calc, right click on any cell try to change its format.

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->office 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 12 13:10:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176880 

From: r4721@tormail.org
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to
 change cell format
Date: Wed, 13 Mar 2013 02:21:27 -0000

 i have found that turning "mergelibs" option off makes this crash stop
 occurring.
 

From: =?utf-8?B?0JPQvtC70Y/RiNC+0LIg0KHQtdGA0LPQtdC5?= <svvord@soft-wizard.ru>
To: bug-followup@freebsd.org, vsjcfm@gmail.com
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to change cell format
Date: Wed, 13 Mar 2013 13:52:34 +1100

 This is a multi-part message in MIME format.
 
 --nextPart2466577.Qt9buDsbqX
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="utf-8"
 
 I confirm bug and would add that there are more cases crashing libreoffice.
 
 1. When try to sort cells ("Data -> Sort..." in main menu)
 2. When try to change the properties of a chart axis ("Format Axis" in context menu)
 
 Regards,
 Golyashov Sergey
 
 --nextPart2466577.Qt9buDsbqX
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/html; charset="utf-8"
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
 p, li { white-space: pre-wrap; }
 </style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a name="result_box"></a>I confirm bug and would add that there are more cases crashing libreoffice.</p>
 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; ">&nbsp;</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">1. <a name="result_box"></a>When try to sort cells (&quot;Data -&gt; Sort...&quot; in main menu)</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">2. <a name="result_box"></a>When try to change the properties of a chart axis (&quot;Format Axis&quot; in <a name="result_box"></a>context menu)</p>
 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; ">&nbsp;</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Regards,</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Golyashov Sergey</p>
 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; ">&nbsp;</p></body></html>
 --nextPart2466577.Qt9buDsbqX--
 

From: Golyashov Sergey <svvord@ulona.org>
To: bug-followup@freebsd.org, vsjcfm@gmail.com
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to change cell format
Date: Wed, 13 Mar 2013 14:52:09 +1100

 This is a multi-part message in MIME format.
 
 --nextPart3350835.I5oAiYva9Y
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="utf-8"
 
 I found that libreoffice and its dependencies must be built with gcc4.6+ or clang.
 System GCC does not support C++11...
 --nextPart3350835.I5oAiYva9Y
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/html; charset="utf-8"
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
 p, li { white-space: pre-wrap; }
 </style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a name="result_box"></a>I found that libreoffice and its dependencies must be built with gcc4.6+ or clang.</p>
 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><a name="result_box"></a>System GCC does not support C++11...</p></body></html>
 --nextPart3350835.I5oAiYva9Y--
 

From: Sayetsky Anton <vsjcfm@gmail.com>
To: Golyashov Sergey <svvord@ulona.org>, bug-followup@freebsd.org
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to
 change cell format
Date: Wed, 13 Mar 2013 09:44:17 +0200

 2013/3/13 Golyashov Sergey <svvord@ulona.org>:
 > I found that libreoffice and its dependencies must be built with gcc4.6+ or
 > clang.
 >
 > System GCC does not support C++11...
 Yep. Even the clang-3.1 in 9.1-RELEASE base system cannot build
 libreoffice, according to makefile. My libreoffice was built by
 clang-3.2 from ports.

From: Sayetsky Anton <vsjcfm@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to
 change cell format
Date: Wed, 13 Mar 2013 09:46:59 +0200

 libreoffice also crashes when i'm trying to print document.
 
 > i have found that turning "mergelibs" option off makes this crash stop occurring.
 I'll try this today.

From: Sayetsky Anton <vsjcfm@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to
 change cell format
Date: Wed, 13 Mar 2013 12:49:52 +0200

 --047d7bdc0594a7d5f904d7cc2b58
 Content-Type: text/plain; charset=ISO-8859-1
 
 2013/3/13 Sayetsky Anton <vsjcfm@gmail.com>:
 > libreoffice also crashes when i'm trying to print document.
 >
 >> i have found that turning "mergelibs" option off makes this crash stop occurring.
 > I'll try this today.
 Yep, turning MERGELIBS off solved the problem. Fix attached.
 
 --047d7bdc0594a7d5f904d7cc2b58
 Content-Type: text/plain; charset=US-ASCII; name="patch.txt"
 Content-Disposition: attachment; filename="patch.txt"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_he8d9hqw1
 
 SW5kZXg6IC91c3IvcG9ydHMvZWRpdG9ycy9saWJyZW9mZmljZS9NYWtlZmlsZQo9PT09PT09PT09
 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
 Ci0tLSAvdXNyL3BvcnRzL2VkaXRvcnMvbGlicmVvZmZpY2UvTWFrZWZpbGUJKHJldmlzaW9uIDMx
 NDAzNCkKKysrIC91c3IvcG9ydHMvZWRpdG9ycy9saWJyZW9mZmljZS9NYWtlZmlsZQkod29ya2lu
 ZyBjb3B5KQpAQCAtMiw3ICsyLDcgQEAKIAogLmluY2x1ZGUgIiR7LkNVUkRJUn0vTWFrZWZpbGUu
 Y29tbW9uIgogCi1QT1JUUkVWSVNJT049CTAKK1BPUlRSRVZJU0lPTj0JMQogTUFTVEVSX1NJVEVT
 Kz0JaHR0cDovL2Rldi13d3cubGlicmVvZmZpY2Uub3JnL3NyYy86c3JjIFwKIAkJaHR0cDovL2Rl
 di13d3cubGlicmVvZmZpY2Uub3JnL2V4dGVybi86ZXh0CiBNQVNURVJfU0lURV9TVUJESVI9CXNy
 Yy8ke1BPUlRWRVJTSU9OfS8KQEAgLTE5NSw2ICsxOTUsMTAgQEAKIAogLmluY2x1ZGUgPGJzZC5w
 b3J0Lm9wdGlvbnMubWs+CiAKKy5pZiAke1BPUlRfT1BUSU9OUzpNTUVSR0VMSUJTfQorQlJPS0VO
 PVdpbGwgY3Jhc2ggd2l0aCBtZXJnaW5nIGxpYnMgZW5hYmxlZAorLmVuZGlmCisKIC5pZiAke1BP
 UlRfT1BUSU9OUzpNQ1VQU30KIExJQl9ERVBFTkRTKz0JCWN1cHM6JHtQT1JUU0RJUn0vcHJpbnQv
 Y3Vwcy1jbGllbnQKIENPTkZJR1VSRV9BUkdTKz0JLS1lbmFibGUtY3VwcyAtLXdpdGhvdXQtcHBk
 cwo=
 --047d7bdc0594a7d5f904d7cc2b58--

From: Sayetsky Anton <vsjcfm@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to
 change cell format
Date: Wed, 13 Mar 2013 14:55:46 +0200

 --047d7b677358e2e72204d7cded78
 Content-Type: text/plain; charset=ISO-8859-1
 
 Sorry, previous patch isn't correct. Attached a new one.
 
 --047d7b677358e2e72204d7cded78
 Content-Type: text/plain; charset=US-ASCII; name="patch.txt"
 Content-Disposition: attachment; filename="patch.txt"
 Content-Transfer-Encoding: base64
 X-Attachment-Id: f_he8hs3901
 
 SW5kZXg6IC91c3IvcG9ydHMvZWRpdG9ycy9saWJyZW9mZmljZS9NYWtlZmlsZQo9PT09PT09PT09
 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
 Ci0tLSAvdXNyL3BvcnRzL2VkaXRvcnMvbGlicmVvZmZpY2UvTWFrZWZpbGUJKHJldmlzaW9uIDMx
 NDAzNCkKKysrIC91c3IvcG9ydHMvZWRpdG9ycy9saWJyZW9mZmljZS9NYWtlZmlsZQkod29ya2lu
 ZyBjb3B5KQpAQCAtMiw3ICsyLDcgQEAKIAogLmluY2x1ZGUgIiR7LkNVUkRJUn0vTWFrZWZpbGUu
 Y29tbW9uIgogCi1QT1JUUkVWSVNJT049CTAKK1BPUlRSRVZJU0lPTj0JMQogTUFTVEVSX1NJVEVT
 Kz0JaHR0cDovL2Rldi13d3cubGlicmVvZmZpY2Uub3JnL3NyYy86c3JjIFwKIAkJaHR0cDovL2Rl
 di13d3cubGlicmVvZmZpY2Uub3JnL2V4dGVybi86ZXh0CiBNQVNURVJfU0lURV9TVUJESVI9CXNy
 Yy8ke1BPUlRWRVJTSU9OfS8KQEAgLTI5Niw2ICsyOTYsNyBAQAogLmVuZGlmCiAKIC5pZiAke1BP
 UlRfT1BUSU9OUzpNTUVSR0VMSUJTfQorQlJPS0VOPVdpbGwgY3Jhc2ggd2l0aCBtZXJnaW5nIGxp
 YnMgZW5hYmxlZAogQ09ORklHVVJFX0FSR1MrPQktLWVuYWJsZS1tZXJnZWxpYnMKIC5lbHNlCiBD
 T05GSUdVUkVfQVJHUys9CS0tZGlzYWJsZS1tZXJnZWxpYnMK
 --047d7b677358e2e72204d7cded78--
Responsible-Changed-From-To: office->jkim 
Responsible-Changed-By: jkim 
Responsible-Changed-When: Wed Mar 13 16:24:46 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176880 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176880: commit references a PR
Date: Wed, 13 Mar 2013 17:38:59 +0000 (UTC)

 Author: jkim
 Date: Wed Mar 13 17:38:47 2013
 New Revision: 314100
 URL: http://svnweb.freebsd.org/changeset/ports/314100
 
 Log:
   Disable MERGELIBS by default and mark it broken for now.  Currently, it
   seems to cause weird run-time link issues but we are not sure whether the
   culprit is rtld(1) or clang 3.2.  Stability always outweighs performance.
   
   PR:	ports/176880
 
 Modified:
   head/editors/libreoffice/Makefile
 
 Modified: head/editors/libreoffice/Makefile
 ==============================================================================
 --- head/editors/libreoffice/Makefile	Wed Mar 13 17:37:03 2013	(r314099)
 +++ head/editors/libreoffice/Makefile	Wed Mar 13 17:38:47 2013	(r314100)
 @@ -182,7 +182,7 @@ MANCOMPRESSED=	yes
  
  OPTIONS_DEFINE=	CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MERGELIBS MMEDIA PGSQL \
  		SDK SYSTRAY TEST WEBDAV
 -OPTIONS_DEFAULT=CUPS GTK2 MERGELIBS
 +OPTIONS_DEFAULT=CUPS GTK2
  
  JAVA_DESC=	Add java support (XML Filters, macros)
  MERGELIBS_DESC=	Enable linking of big merged library
 @@ -296,6 +296,7 @@ CONFIGURE_ARGS+=	--disable-kde4
  .endif
  
  .if ${PORT_OPTIONS:MMERGELIBS}
 +BROKEN=		mergelibs causes runtime problems
  CONFIGURE_ARGS+=	--enable-mergelibs
  .else
  CONFIGURE_ARGS+=	--disable-mergelibs
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: jkim 
State-Changed-When: Wed Mar 13 17:42:29 UTC 2013 
State-Changed-Why:  
Committed (an improved version), thanks!  We need to find the real culprit, 
however.  It will be interesting to see how GCC-built binaries behave, too. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176880 

From: Sayetsky Anton <vsjcfm@gmail.com>
To: jkim@freebsd.org, bug-followup@freebsd.org
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to
 change cell format
Date: Thu, 14 Mar 2013 00:16:18 +0200

 2013/3/13  <jkim@freebsd.org>:
 > Committed (an improved version), thanks!  We need to find the real culprit,
 > however.  It will be interesting to see how GCC-built binaries behave, too.
 I can try GCC build, but only after a few days.

From: ajtiM <lumiwa@gmail.com>
To: bug-followup@freebsd.org, vsjcfm@gmail.com
Cc:  
Subject: Re: ports/176880: editors/libreoffice: calc crashes when trying to change cell format
Date: Thu, 14 Mar 2013 05:29:23 -0500

 I rebuilt on FreeBSD 9.1-Release with Clang 3.2 and LibreOffice still doesn't 
 start - crashed:
 
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
 Type "show copying" to see the conditions.
 There is absolutely no warranty for GDB.  Type "show warranty" for details.
 This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols 
 found)...
 Core was generated by `soffice.bin'.
 Program terminated with signal 11, Segmentation fault.
 -----
 -----
 #0  0x2e602010 in XFree@plt () from 
 /usr/local/lib/libreoffice/program/libvclplug_genlo.so
 [New Thread 2c804c00 (LWP 117910/soffice.bin)]
 [New Thread 2c804300 (LWP 118316/soffice.bin)]
 (gdb) 
 
 Thank you.
 
 Mitja
 ----------
 http://www.redbubble.com/people/lumiwa
>Unformatted:
