Re: compile/install Libreoffice Writer only

2012-10-08 Thread jb
jb jb.1234abcd at gmail.com writes:

 ...

A follow up.
I e-mailed FB office boyz and received a response, which is safe to share
with the list:

 
Baptiste Daroussin b...@freebsd.org

This is almost not doable for many reason:

1/ the ports itself will be over complicated to only allow compiler some part of
libreoffice imho (that is the main reason I didn't make it at first

2/ splitting the build won't give you much

3/ what linux distributions do it splitting the result of the build, not the
build itself, and the ports tree does not allow this for the moment.

regards,
Bapt


Well, if you have an opinion make it count now when this stuff is discussed.
jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile/install Libreoffice Writer only

2012-10-07 Thread Polytropon
On Sun, 7 Oct 2012 05:11:50 + (UTC), jb wrote:
 Hi,
 is there a way to do that right now in ports (config, make options) ?
 Or would that require separate source packaging per component ?

I'm not aware that this is possible, as LibreOffice (like
OpenOffice) is designed as an integrated package containing
various interconnected parts of office productivity programs.
So I assume it's not easy to build _only_ one component.

In case you are intending to just install a text processing
program, try AbiWord. It is the TP designed to be used with
Gnome, but builds independently (even though it requires lots
of Gtk dependencies). If installed, you will only have the
text processing program -- no spreadsheet, no database, no
presentation graphics. It's a quite versatile program and can
even read outdated MICROS~1 memory garbage formats. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile/install Libreoffice Writer only

2012-10-07 Thread jb
Polytropon freebsd at edvax.de writes:

 
 On Sun, 7 Oct 2012 05:11:50 + (UTC), jb wrote:
  Hi,
  is there a way to do that right now in ports (config, make options) ?
  Or would that require separate source packaging per component ?
 
 I'm not aware that this is possible, as LibreOffice (like
 OpenOffice) is designed as an integrated package containing
 various interconnected parts of office productivity programs.
 So I assume it's not easy to build _only_ one component.
 ...

It is possible - those Linux lollipops offer such in some distros, prepackaged.
I hope that FB's office team finds time to figure it out.
It would benefit FB-based OSs to reasonably customize their CDs.
jb
   




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile/install Libreoffice Writer only

2012-10-07 Thread Polytropon
On Sun, 7 Oct 2012 12:12:17 + (UTC), jb wrote:
 Polytropon freebsd at edvax.de writes:
 
  
  On Sun, 7 Oct 2012 05:11:50 + (UTC), jb wrote:
   Hi,
   is there a way to do that right now in ports (config, make options) ?
   Or would that require separate source packaging per component ?
  
  I'm not aware that this is possible, as LibreOffice (like
  OpenOffice) is designed as an integrated package containing
  various interconnected parts of office productivity programs.
  So I assume it's not easy to build _only_ one component.
  ...
 
 It is possible - those Linux lollipops offer such in some distros, 
 prepackaged.

Interesting, I didn't think that was possible. Does this come
with a _separated_ build for all the components that have such
a corresponding package, or is it simply not containing the
binaries for the other components?

For example, you could build a whole OO or LO suite and just
have one selected binary installed, but that wouldn't be very
precise regarding the question Writer only...

If it would be possible to have the components as separate
ports in FreeBSD it would be helpful for selectively installing
stuff, e. g. if only one or two components of the office suite
are really needed (or allowed!) to be _built_ and installed.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile/install Libreoffice Writer only

2012-10-07 Thread jb
Polytropon freebsd at edvax.de writes:

 
 On Sun, 7 Oct 2012 12:12:17 + (UTC), jb wrote:
  Polytropon freebsd at edvax.de writes:
  
   
   On Sun, 7 Oct 2012 05:11:50 + (UTC), jb wrote:
Hi,
is there a way to do that right now in ports (config, make options) ?
Or would that require separate source packaging per component ?
   
   I'm not aware that this is possible, as LibreOffice (like
   OpenOffice) is designed as an integrated package containing
   various interconnected parts of office productivity programs.
   So I assume it's not easy to build _only_ one component.
   ...
  
  It is possible - those Linux lollipops offer such in some distros,
  prepackaged.
 
 Interesting, I didn't think that was possible. Does this come
 with a _separated_ build for all the components that have such
 a corresponding package, or is it simply not containing the
 binaries for the other components?
 ...

For example, in Archlinux these are separate builds/packages:

libreoffice-common

libreoffice-base
libreoffice-calc
libreoffice-draw
libreoffice-impress
libreoffice-writer

libreoffice-sdk
libreoffice-sdk-doc

libreoffice-extension-nlpsolver
libreoffice-extension-pdfimport
libreoffice-extension-presentation-minimizer
libreoffice-extension-presenter-screen
libreoffice-gnome
libreoffice-kde4
libreoffice-math
libreoffice-postgresql-connector
libreoffice-scripting-javascript
...

So, there is a lot of functionality thru modularity.

For example, in CentOS (clone of RedHat) I can install libreoffice-writer
only, which pulls libreoffice-common, and perhaps some extension packages
(if so configured).
jb





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile/install Libreoffice Writer only

2012-10-07 Thread Walter Hurry
On Sun, 07 Oct 2012 15:44:15 +, jb wrote:

 Polytropon freebsd at edvax.de writes:
 
 
 On Sun, 7 Oct 2012 12:12:17 + (UTC), jb wrote:
  Polytropon freebsd at edvax.de writes:
  
  
   On Sun, 7 Oct 2012 05:11:50 + (UTC), jb wrote:
Hi,
is there a way to do that right now in ports (config, make
options) ?
Or would that require separate source packaging per component ?
   
   I'm not aware that this is possible, as LibreOffice (like
   OpenOffice) is designed as an integrated package containing
   various interconnected parts of office productivity programs.
   So I assume it's not easy to build _only_ one component.
   ...
  
  It is possible - those Linux lollipops offer such in some distros,
  prepackaged.
 
 Interesting, I didn't think that was possible. Does this come with a
 _separated_ build for all the components that have such a corresponding
 package, or is it simply not containing the binaries for the other
 components?
 ...
 
 For example, in Archlinux these are separate builds/packages:
 
 libreoffice-common
 
 libreoffice-base libreoffice-calc libreoffice-draw libreoffice-impress
 libreoffice-writer
 
 libreoffice-sdk libreoffice-sdk-doc
 
 libreoffice-extension-nlpsolver libreoffice-extension-pdfimport
 libreoffice-extension-presentation-minimizer
 libreoffice-extension-presenter-screen libreoffice-gnome
 libreoffice-kde4 libreoffice-math libreoffice-postgresql-connector
 libreoffice-scripting-javascript ...
 
 So, there is a lot of functionality thru modularity.
 
 For example, in CentOS (clone of RedHat) I can install
 libreoffice-writer only, which pulls libreoffice-common, and perhaps
 some extension packages (if so configured).

Yes, but libreoffice-common is essentially the whole thing; libreoffice-
base, libreoffice-calc, libreoffice-draw, libreoffice-impress and 
libreoffice-writer are (relatively) small front ends.

To all intents and purposes, Polytropon is right.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compile/install Libreoffice Writer only

2012-10-07 Thread jb
Walter Hurry walterhurry at gmail.com writes:

 ... 
 Yes, but libreoffice-common is essentially the whole thing; libreoffice-
 base, libreoffice-calc, libreoffice-draw, libreoffice-impress and 
 libreoffice-writer are (relatively) small front ends.
 
 To all intents and purposes, Polytropon is right.
 ...

Installed Size:
libreoffice-common224.7 MB
libreoffice-base7.2 MB
libreoffice-calc   17.9 MB
libreoffice-draw   48.0 KB
libreoffice-impress   732.0 KB
libreoffice-writer 11.2 MB
libreoffice-sdk26.2 MB
libreoffice-sdk-doc   104.8 MB 
and not counting many other extensions.

It may be relevant saving perhaps 100 MB when you compose CD functionality,
and you want to offer Libreoffice Writer on it.

Besides that, there is always a chance that one can look into the splits more
deeply and discover that it can be done differently (better ?) and make
libreoffice-common leaner, and offer some more stuff as separate packages or
extensions packages.
Who knows what FB office boyz could do with it if they really wanted.

Anyway, the objective would be to be able to install each of components
individually, as needed.
jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


compile/install Libreoffice Writer only

2012-10-06 Thread jb
Hi,
is there a way to do that right now in ports (config, make options) ?
Or would that require separate source packaging per component ?
jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LibreOffice 3.5.6 InteractiveAugmentedIOException run error

2012-08-27 Thread The Todds
I have 8.3 stable x86-64 system with the ports updated on 25 August
2012.  Libreoffice 3.5.6 compiled without any errors however when I
attempt to run it I get the following error messages:

javaPathHelper: not found
terminate called after throwing an instance of
'com::sun::star::ucb::InteractiveAugmentedIOException'

I understand the the javaPathHelper is just a nuisance message.
Attempting to run Libreoffice as root gives the following message.

GConf warning: failure listing pairs in `/desktop/gnome/interface':
Failed to contact configuration server; some possible causes are that
you need to enable TCP/IP networking for ORBit, or you have stale NFS
locks due to a system crash. See http://projects.gnome.org/gconf/ for
information. (Details -  1: Failed to get connection to session: The
connection is closed)GConf warning: failure listing pairs in
`/system/proxy': Failed to contact configuration server; some possible
causes are that you need to enable TCP/IP networking for ORBit, or you
have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ for information. (Details -  1: Failed
to get connection to session: The connection is closed)GConf warning:
failure listing pairs in `/system/http_proxy/host': Failed to contact
configuration server; some possible causes are that you need to enable
TCP/IP networking for ORBit, or you have stale NFS locks due to a system
crash. See http://projects.gnome.org/gconf/ for information. (Details -
1: Failed to get connection to session: The connection is closed)GConf
warning: failure listing pairs in `/desktop/gnome/url-handlers/mailto':
Failed to contact configuration server; some possible causes are that
you need to enable TCP/IP networking for ORBit, or you have stale NFS
locks due to a system crash. See http://projects.gnome.org/gconf/ for
information. (Details -  1: Failed to get connection to session: The
connection is closed)terminate called after throwing an instance of
'com::sun::star::ucb::InteractiveAugmentedIOException'

I rebuilt all the required libraries and dbus and gconf without success.

Any help would be appreciated.

Glenn

New Zealand

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice 3.5.6 InteractiveAugmentedIOException run error

2012-08-27 Thread Борис Самородов

27.08.2012 12:01, The Todds пишет:


I have 8.3 stable x86-64 system with the ports updated on 25 August
2012.  Libreoffice 3.5.6 compiled without any errors however when I
attempt to run it I get the following error messages:

javaPathHelper: not found
terminate called after throwing an instance of
'com::sun::star::ucb::InteractiveAugmentedIOException'


Seems that this error has been discussed at freebsd-office@ mail list.

--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Vaclav Kadlcik
Hi,

since there has been various issues building LibreOffice from
ports lately and not everyone can or wants follow all the patches
flying around, I'd like to share that the Linux binary build runs
fine for me.

I downloaded Linux' x86 tar package, did tar xf to get RPMs
and finally:
  for i in *rpm; do rpm2cpio $i | cpio -ivd; done
That created opt/libreoffice3.5. You can move where you like
and start it using libreoffice3.5/program/soffice.

(I'm tracking 9-STABLE with Linux compatibility enabled it this
matters.)

May this help someone lazy or impatient like me...
Oli
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Wojciech Puchar

ports lately and not everyone can or wants follow all the patches
flying around, I'd like to share that the Linux binary build runs
fine for me.

I downloaded Linux' x86 tar package, did tar xf to get RPMs
and finally:
 for i in *rpm; do rpm2cpio $i | cpio -ivd; done
That created opt/libreoffice3.5. You can move where you like
and start it using libreoffice3.5/program/soffice.

(I'm tracking 9-STABLE with Linux compatibility enabled it this
matters.)

May this help someone lazy or impatient like me...


what's wrong in /usr/ports/editors/openoffice-3

?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Alejandro Imass
On Thu, Jul 19, 2012 at 7:11 AM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:
 ports lately and not everyone can or wants follow all the patches
 flying around, I'd like to share that the Linux binary build runs

[...]


 May this help someone lazy or impatient like me...


 what's wrong in /usr/ports/editors/openoffice-3


Oracle
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Alejandro Imass
On Thu, Jul 19, 2012 at 2:41 AM, Vaclav Kadlcik kro...@gmail.com wrote:
 Hi,

 since there has been various issues building LibreOffice from
 ports lately and not everyone can or wants follow all the patches
 flying around, I'd like to share that the Linux binary build runs
 fine for me.

 I downloaded Linux' x86 tar package, did tar xf to get RPMs
 and finally:
   for i in *rpm; do rpm2cpio $i | cpio -ivd; done
 That created opt/libreoffice3.5. You can move where you like
 and start it using libreoffice3.5/program/soffice.

 (I'm tracking 9-STABLE with Linux compatibility enabled it this
 matters.)

 May this help someone lazy or impatient like me...
 Oli

Thanks for sharing this! OO should have been replaced by LO a long
time ago on FBSD
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Robert Huff

Vaclav Kadlcik writes:

  since there has been various issues building LibreOffice from
  ports lately and not everyone can or wants follow all the patches
  flying around, I'd like to share that the Linux binary build runs
  fine for me.

Excellent work.
Two questions:
1) Is there a port?
2) Have you considered submitting one?

:-)


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Wojciech Puchar



what's wrong in /usr/ports/editors/openoffice-3



Oracle


oracle donated everything to apache foundation.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Alejandro Imass
On Thu, Jul 19, 2012 at 8:02 AM, Wojciech Puchar
woj...@wojtek.tensor.gdynia.pl wrote:


 what's wrong in /usr/ports/editors/openoffice-3


 Oracle


 oracle donated everything to apache foundation.


Yes, but not before creating a big mess, stagnating development and
forcing the core team out of Oracle to create LO and I guess [pure
speculation] that in the end it backfired and Larry (aka we'll simply
take it) was left with no resources to maintain it and had no choice
but to let it go, maybe in an attempt to save face, who knows.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Alexander Kapshuk

On 07/19/12 09:41, Vaclav Kadlcik wrote:

Hi,

since there has been various issues building LibreOffice from
ports lately and not everyone can or wants follow all the patches
flying around, I'd like to share that the Linux binary build runs
fine for me.

I downloaded Linux' x86 tar package, did tar xf to get RPMs
and finally:
   for i in *rpm; do rpm2cpio $i | cpio -ivd; done
That created opt/libreoffice3.5. You can move where you like
and start it using libreoffice3.5/program/soffice.

(I'm tracking 9-STABLE with Linux compatibility enabled it this
matters.)

May this help someone lazy or impatient like me...
Oli
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
libreoffice-3.5.5
Just upgraded libreoffice to version 3.5.5 using ports. Didn't have any 
trouble installing is, nor upgrading it.


:; uname -a
FreeBSD box2 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 
01:47:53 UTC 2012 
r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386


:; pkg_info -x libreoffice
Information for libreoffice-3.5.5

What sort of errors did you encounter while building the package using 
the ports?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Robert Huff

Alexander Kapshuk writes:

  Just upgraded libreoffice to version 3.5.5 using ports. Didn't have any 
  trouble installing is, nor upgrading it.

deletia
  
  What sort of errors did you encounter while building the package using 
  the ports?

Check the last few weeks of office@ and ports@; there are
multiple people (including me) reporting problems, especially with
9.recent and -Current.


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Alexander Kapshuk

On 07/19/12 15:46, Robert Huff wrote:
Check the last few weeks of office@ and ports@; there are multiple 
people (including me) reporting problems, especially with 9.recent and 
-Current. Robert Huff 


Could be because I'm running the RELEASE version then.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Randal L. Schwartz
 Alejandro == Alejandro Imass a...@p2ee.org writes:

Alejandro Yes, but not before creating a big mess, stagnating
Alejandro development and forcing the core team out of Oracle to create
Alejandro LO and I guess [pure speculation] that in the end it
Alejandro backfired and Larry (aka we'll simply take it) was left
Alejandro with no resources to maintain it and had no choice but to let
Alejandro it go, maybe in an attempt to save face, who knows.

Repeat story with Hudson (Jenkins) and MySQL (MariaDB) and OpenSolaris
(Illumos).

The only good thing they seem *not* to have screwed with is VirtualBox.
Maybe they haven't discovered they own it yet. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
mer...@stonehenge.com URL:http://www.stonehenge.com/merlyn/
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread John Levine
What sort of errors did you encounter while building the package using 
the ports?

The first problem is that it now demands clang-devel, which conflicts
with chromium which still wants regular clang.

Any idea how likely it is that chromium will build if I tell it to use
clang-devel?

R's,
John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: for the impatient: Linux LibreOffice works on FreeBSD

2012-07-19 Thread Wojciech Puchar


The only good thing they seem *not* to have screwed with is VirtualBox.


not really. The backend part of virtualbox is great.
The frontend with is UUIDS for everything, XML and other trash is plain 
terrible. But still - nothing better exist for the need now.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LibreOffice with Java?

2012-07-16 Thread Walter Hurry
I note that in the Makefile for libreoffice
(/usr/ports/editors/libreoffice/Makefile) it says:

LibreOffice works only with Java 6

But I have Java 7. Is this a problem?

$ java -version
openjdk version 1.7.0_04
OpenJDK Runtime Environment (build 1.7.0_04-b22)
OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
$

LibreOffice seems to install (from the port) and run OK.
This is 9.0-RELEASE on amd64.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Building libreoffice on 8.3 x86-64, not

2012-06-22 Thread John Levine
I have an 8.3 x86-64 system, fully patched, all ports but one up to date.

When I try to build libreoffice, it fails in various sub-builds.  Most of
the sub-builds work when I retry them, except for tail_build which fails
repeatedly.

It's using clang for the build, but I don't see any option to use GCC.

Any suggestions?  I have 500 megabytes of build logs if anyone wants
to look at them.

R's,
John

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Building libreoffice on 8.3 x86-64, not

2012-06-22 Thread ajtiM
On Friday 22 June 2012 16:43:06 John Levine wrote:
 I have an 8.3 x86-64 system, fully patched, all ports but one up to date.
 
 When I try to build libreoffice, it fails in various sub-builds.  Most of
 the sub-builds work when I retry them, except for tail_build which fails
 repeatedly.
 
 It's using clang for the build, but I don't see any option to use GCC.
 
 Any suggestions?  I have 500 megabytes of build logs if anyone wants
 to look at them.
 
 R's,
 John
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org

It doesn't build with clan and nothing better is with gcc.
Next version should be okay.

Mitja

http://jpgmag.com/people/lumiwa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Building libreoffice on 8.3 x86-64, not

2012-06-22 Thread Robert Huff

John Levine writes:

  I have an 8.3 x86-64 system, fully patched, all ports but one up to date.
  
  When I try to build libreoffice, it fails in various sub-builds.
  Most of the sub-builds work when I retry them, except for
  tail_build which fails repeatedly.

There are known issues with libreoffice-3.5.2; the most common
have to do with problems choosing the correct library (usually
involving boost (port vs. libreoffice native)).
There is a work-around, described in a revent thread in
office@.
There is also reason for hope this will be fixed in 3.5.4.


Robert Huff

 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libreoffice package and port troubles

2012-06-16 Thread jb
jb jb.1234abcd at gmail.com writes:

 
 Hi,
 
 FreeBSD 9.0.
 
 I can not build a port of LibreOffice:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168717
 ...

I sent some build and debugging output there.
Hopefully it can be useful to somebody out there.
jb
   


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


libreoffice package and port troubles

2012-06-15 Thread jb
Hi,

FreeBSD 9.0.

I can not build a port of LibreOffice:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168717

I can not install package too:
# pkg_add -r libreoffice
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest
libreoffice.tbz...lib/libreoffice/basis3.4/program/libunopkgapp.so:
bzip decompression failed
...
 123 errors about dependencies out of sync due to prior ports updates 
...
pkg_add: warning: package 'libreoffice-3.4.4' requires 'libwpg-0.2.0_1', but
'libwpg-0.2.1_1' is installed
#

Could we somehow improve on this process ?
jb



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libreoffice package and port troubles

2012-06-15 Thread Matthias Petermann

   Hi,
   a couple of days ago I had the same issue. Install via pkg_add -r did
   result in the same error you reported.
   But building LIbreOffice from the ports worked well.
   The pkg_add issue only appeared on i386 system for me, it worked on
   amd64 so I guess the i386 packages are corrupted?
   Kind regards,
   Matthias
   Am Freitag, 15. Juni 2012 14:27 CEST, jb jb.1234a...@gmail.com
   schrieb:

 Hi,
 FreeBSD 9.0.
 I can not build a port of LibreOffice:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168717
 I can not install package too:
 # pkg_add -r libreoffice
 Fetching
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/L
 atest
 libreoffice.tbz...lib/libreoffice/basis3.4/program/libunopkgapp.so:
 bzip decompression failed
 ...
  123 errors about dependencies out of sync due to prior ports
 updates 
 ...
 pkg_add: warning: package 'libreoffice-3.4.4' requires
 'libwpg-0.2.0_1', but
 'libwpg-0.2.1_1' is installed
 #
 Could we somehow improve on this process ?
 jb
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libreoffice package and port troubles

2012-06-15 Thread jb
Matthias Petermann matthias at d2ux.net writes:

 
 
Hi,
a couple of days ago I had the same issue. Install via pkg_add -r did
result in the same error you reported.
But building LIbreOffice from the ports worked well.
The pkg_add issue only appeared on i386 system for me, it worked on
amd64 so I guess the i386 packages are corrupted?

Yes, it is a i386 system.

I am just wondering, is there any way to
pkg_add -r libreoffice
and ask to restore (download/install) all its dependencies (that is, the old 
deps that were there prior to ports updates that replaced them with newer 
ones) ?
Actually, I read the PKG_ADD(1) and see this:
 3.   Scan all the package dependencies (from @pkgdep directives, see
  pkg_create(1)) are read from the packing list.  If any of these
  required packages is not currently installed, an attempt is made to
  find and install it; if the missing package cannot be found or
  installed, the installation is terminated.
Is this not what I want it to do ? These old deps (packages) should be still
available - I am still on FB 9.0 and its original repo.

Or can I request the same (old package with old deps) with portmaster ?
portmaster some options libreoffice

jb


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with portupgrade libreoffice

2012-06-10 Thread Walter Hurry
On Sat, 09 Jun 2012 20:46:49 +, Walter Hurry wrote:

 On Sat, 09 Jun 2012 18:12:25 +0100, Dave Morgan wrote:
 
 On 09/06/12 at 04:41P, Walter Hurry wrote:
 FreeBSD 9 on x86_64.

 I am in the process of doing a portupgrade on libreoffice (from 3.4.4
 to 3.5.2.5). During the build it has (so far) errored out 4 times, in
 the following modules:

 vcl framework sfx2 tail_build

 Each time, it told me to go into the subdirectory, do a gmake clean
 and a gmake -r there, then return to the top level and rerun make.

 This I duly did, but to my surprise, each time I ran the gmake -r, it
 completed successfully.

 When the top-level make finally succeeds, I intend simply to rerun the
 portupgrade, on the theory that seeing everything already made, it
 will just do the uninstall/reinstall, sort out the dependencies and so
 forth.

 Q1) Is this a sensible approach?

 Q2) Has anyone else seen this? What is going on?

 There is a thread in the forums which recommends removing boost-libs
 and boost-jam, building libreoffice then reinstalling them.
 
 I did this and it worked for me.
 
 Thanks. I'll try that and report back.

Yes, that did the trick. It zoomed through!
Very many thanks. I'll need to keep an eye on the forum, methinks.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Problems with portupgrade libreoffice

2012-06-09 Thread Walter Hurry
FreeBSD 9 on x86_64.

I am in the process of doing a portupgrade on libreoffice (from 3.4.4 to 
3.5.2.5). During the build it has (so far) errored out 4 times, in the 
following modules:

vcl
framework
sfx2
tail_build

Each time, it told me to go into the subdirectory, do a gmake clean and a 
gmake -r there, then return to the top level and rerun make.

This I duly did, but to my surprise, each time I ran the gmake -r, it 
completed successfully.

When the top-level make finally succeeds, I intend simply to rerun the 
portupgrade, on the theory that seeing everything already made, it will 
just do the uninstall/reinstall, sort out the dependencies and so forth.

Q1) Is this a sensible approach?

Q2) Has anyone else seen this? What is going on?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with portupgrade libreoffice

2012-06-09 Thread Dave Morgan
On 09/06/12 at 04:41P, Walter Hurry wrote:
 FreeBSD 9 on x86_64.

 I am in the process of doing a portupgrade on libreoffice (from 3.4.4 to
 3.5.2.5). During the build it has (so far) errored out 4 times, in the
 following modules:

 vcl
 framework
 sfx2
 tail_build

 Each time, it told me to go into the subdirectory, do a gmake clean and a
 gmake -r there, then return to the top level and rerun make.

 This I duly did, but to my surprise, each time I ran the gmake -r, it
 completed successfully.

 When the top-level make finally succeeds, I intend simply to rerun the
 portupgrade, on the theory that seeing everything already made, it will
 just do the uninstall/reinstall, sort out the dependencies and so forth.

 Q1) Is this a sensible approach?

 Q2) Has anyone else seen this? What is going on?

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

There is a thread in the forums which recommends removing boost-libs and
boost-jam, building libreoffice then reinstalling them.

I did this and it worked for me.

--
Dave.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with portupgrade libreoffice

2012-06-09 Thread Walter Hurry
On Sat, 09 Jun 2012 18:12:25 +0100, Dave Morgan wrote:

 On 09/06/12 at 04:41P, Walter Hurry wrote:
 FreeBSD 9 on x86_64.

 I am in the process of doing a portupgrade on libreoffice (from 3.4.4
 to 3.5.2.5). During the build it has (so far) errored out 4 times, in
 the following modules:

 vcl framework sfx2 tail_build

 Each time, it told me to go into the subdirectory, do a gmake clean and
 a gmake -r there, then return to the top level and rerun make.

 This I duly did, but to my surprise, each time I ran the gmake -r, it
 completed successfully.

 When the top-level make finally succeeds, I intend simply to rerun the
 portupgrade, on the theory that seeing everything already made, it will
 just do the uninstall/reinstall, sort out the dependencies and so
 forth.

 Q1) Is this a sensible approach?

 Q2) Has anyone else seen this? What is going on?

 There is a thread in the forums which recommends removing boost-libs and
 boost-jam, building libreoffice then reinstalling them.
 
 I did this and it worked for me.

Thanks. I'll try that and report back.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: editors/libreoffice:internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj

2012-05-31 Thread Jens Jahnke
Hi,

On Fri, 04 May 2012 14:12:17 +0200
Hartmann, O. ohart...@zedat.fu-berlin.de wrote:

HO I found myself incapable of rebuilding/updating editors/libreoffice
HO on ALL FreeBSD 9-STABLE and FreeBSD 10-CURRENT (amd64) platforms
HO with the very same error message as shown below.

I ran into the same issue on my 9-STABLE box at home today.
If I follow the steps provides in the error message it compiles a bit
further and gives the exact same error message some modules later.
Anyhow I stepped through them and finally got another error message:

---snip---
[ build CUT ] lotuswordpro_test_lotuswordpro
R=/usr/ports/editors/libreoffice/work  S=$R/libreoffice-core-3.5.2.2
 O=$S/solver/unxfbsd.pro  W=$S/workdir/unxfbsd.pro   mkdir -p
$W/CppunitTest/  (LD_LIBRARY_PATH=$O/lib:$O/lib/sqlite
DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester
$W/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so
--headless --protector unoexceptionprotector.so unoexceptionprotector
-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry
-env:UNO_TYPES= file://$O/bin/udkapi.rdb  file://$O/bin/types.rdb
-env:UNO_SERVICES=file://$O/xml/ure/services.rdb
file://$O/xml/component/lotuswordpro/util/lwpfilter.component
file://$O/xml/configmgr.component  file://$O/xml/ucb1.component
file://$O/xml/ucpfile1.component
-env:URE_INTERNAL_LIB_DIR=file://$O/lib  -env:LO_LIB_DIR=file://$O/lib
 $W/CppunitTest/lotuswordpro_test_lotuswordpro.test.log 21 || 
(cat $W/CppunitTest/lotuswordpro_test_lotuswordpro.test.log  echo;
echo Error: a unit test failed, please do one of:; echo; echo export
DEBUGCPPUNIT=TRUE# for exception catching; echo export
GDBCPPUNITTRACE=\gdb --args\ # for interactive debugging; echo
export VALGRIND=memcheck# for memory checking ; echo and
retry.  false))

Abort trap (core dumped) File tested,Test
Result,Execution Time (ms)
file:///usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/lotuswordpro/qa/cppunit/data/pass/A14.lwp,Signal
11 during cups initialization called, ignoring cups

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE# for exception catching
export GDBCPPUNITTRACE=gdb --args # for interactive debugging
export VALGRIND=memcheck# for memory checking
and retry.
gmake: ***
[/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/CppunitTest/lotuswordpro_test_lotuswordpro.test]
Error 1
---snip---

The mysterious thing is that I have a nearly identical box at the office
running 9-STABLE and there libreoffice compiles fine.
It only differs in two hardware components:
CPU is core2 at home and core5i at the office.
RAM is 4gb at home and 8gb at the office.

System on both is clean installed and updated 9-STABLE.

So maybe this is a memory/cpu issue?

Regards,

Jens

-- 
31. Wonnemond 2012, 19:29
Homepage : http://www.jan0sch.de

I can resist anything but temptation.


pgpMlDoVbuRz9.pgp
Description: PGP signature


Re: editors/libreoffice:internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj

2012-05-31 Thread Leslie Jensen



2012-05-31 19:35, Jens Jahnke skrev:

Hi,

On Fri, 04 May 2012 14:12:17 +0200
Hartmann, O.ohart...@zedat.fu-berlin.de  wrote:

HO  I found myself incapable of rebuilding/updating editors/libreoffice
HO  on ALL FreeBSD 9-STABLE and FreeBSD 10-CURRENT (amd64) platforms
HO  with the very same error message as shown below.

I ran into the same issue on my 9-STABLE box at home today.
If I follow the steps provides in the error message it compiles a bit
further and gives the exact same error message some modules later.
Anyhow I stepped through them and finally got another error message:

---snip---
[ build CUT ] lotuswordpro_test_lotuswordpro
R=/usr/ports/editors/libreoffice/work  S=$R/libreoffice-core-3.5.2.2
  O=$S/solver/unxfbsd.pro  W=$S/workdir/unxfbsd.pro   mkdir -p
$W/CppunitTest/  (LD_LIBRARY_PATH=$O/lib:$O/lib/sqlite
DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester
$W/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so
--headless --protector unoexceptionprotector.so unoexceptionprotector
-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry
-env:UNO_TYPES= file://$O/bin/udkapi.rdb  file://$O/bin/types.rdb
-env:UNO_SERVICES=file://$O/xml/ure/services.rdb
file://$O/xml/component/lotuswordpro/util/lwpfilter.component
file://$O/xml/configmgr.component  file://$O/xml/ucb1.component
file://$O/xml/ucpfile1.component
-env:URE_INTERNAL_LIB_DIR=file://$O/lib  -env:LO_LIB_DIR=file://$O/lib

$W/CppunitTest/lotuswordpro_test_lotuswordpro.test.log 21 ||

(cat $W/CppunitTest/lotuswordpro_test_lotuswordpro.test.log  echo;
echo Error: a unit test failed, please do one of:; echo; echo export
DEBUGCPPUNIT=TRUE# for exception catching; echo export
GDBCPPUNITTRACE=\gdb --args\ # for interactive debugging; echo
export VALGRIND=memcheck# for memory checking ; echo and
retry.  false))

Abort trap (core dumped) File tested,Test
Result,Execution Time (ms)
file:///usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/lotuswordpro/qa/cppunit/data/pass/A14.lwp,Signal
11 during cups initialization called, ignoring cups

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE# for exception catching
export GDBCPPUNITTRACE=gdb --args # for interactive debugging
export VALGRIND=memcheck# for memory checking
and retry.
gmake: ***
[/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/CppunitTest/lotuswordpro_test_lotuswordpro.test]
Error 1
---snip---

The mysterious thing is that I have a nearly identical box at the office
running 9-STABLE and there libreoffice compiles fine.
It only differs in two hardware components:
CPU is core2 at home and core5i at the office.
RAM is 4gb at home and 8gb at the office.

System on both is clean installed and updated 9-STABLE.

So maybe this is a memory/cpu issue?

Regards,

Jens




I have the same problem on a 8.2-RELEASE system.

I posted it on the ports list. I got an answer and a patch that can be used.

Take a look at the archives for the ports list.

/Leslie


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


editors/libreoffice:internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj

2012-05-04 Thread Hartmann, O.
I found myself incapable of rebuilding/updating editors/libreoffice on
ALL FreeBSD 9-STABLE and FreeBSD 10-CURRENT (amd64) platforms with the
very same error message as shown below.

It doesn't matter whether I try to build/update with CLANG or the legacy
gcc 4.2.1. GCC 4.6 and 4.7 fail due to 32/64 bit incompatibilities (some
weird errors occur, not further investigated).

It seems impossible to rebuild even a former installed version of
libreoffice.

Resources are no problem, I build Libreoffice with DISABLE_MAKE_JOBS
and in one case the box has 32GB of RAM -  and is free of other duties
for the time building LibreOffice.


Regards,

O. Hartmann


[...]
/usr/local/bin/xsltproc --nonet --stringparam uri \
Compiling: lingucomponent/source/thesaurus/libnth/ntreg.cxx
Compiling: lingucomponent/source/thesaurus/libnth/nthesimp.cxx
'vnd.sun.star.expand:$LO_LIB_DIR/libspelllo.so' -o
../../../unxfbsd.pro/misc/spell.component \

/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/solenv/bin/createcomponent.xslt
spell.component
Compiling: lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx
Compiling:
lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
/usr/local/bin/xsltproc --nonet --stringparam uri \
'vnd.sun.star.expand:$LO_LIB_DIR/libhyphenlo.so' -o
../../../../unxfbsd.pro/misc/hyphen.component \

/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/solenv/bin/createcomponent.xslt
hyphen.component
/usr/local/bin/xsltproc --nonet --stringparam uri \
'vnd.sun.star.expand:$LO_LIB_DIR/liblnthlo.so' -o
../../../unxfbsd.pro/misc/lnth.component \

/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/solenv/bin/createcomponent.xslt
lnth.component
/usr/local/bin/xsltproc --nonet --stringparam uri \
'vnd.sun.star.expand:$LO_LIB_DIR/libguesslanglo.so' -o
../../unxfbsd.pro/misc/guesslang.component \

/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/solenv/bin/createcomponent.xslt
guesslang.component
Making:guesslang.lib
Making:libguesslanglo.so
Entering
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/lingucomponent/source/spellcheck/macosxspell

 Nothing to build for GUIBASE=unx
Making:spell.lib
Making:libspelllo.so
Making:hyphen_lib.lib
Making:libhyphenlo.so
Making:lnth.lib
Making:liblnthlo.so
lingucomponent deliver
Module 'lingucomponent' delivered successfully. 12 files copied, 2 files
unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj
ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/ucb/source/ucp/cmis
ERROR: error 65280 occurred while making
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/odk/pack/gendocu

 it seems you are using a threaded build, which means that the
 actual compile error is probably hidden far above, and could be
 inside any of these other modules:
 ucb vcl
 please re-run build inside each one to isolate the problem.
---

/usr/local/bin/bash
cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2
source ./Env.Host.sh
cd odk
rm -Rf
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/odk/unxfbsd.pro
# optional module 'clean'
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
gmake[1]: *** [build] Error 1
gmake[1]: Leaving directory
`/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2'
gmake: *** [source-env-and-recurse] Error 2
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

=== make failed for editors/libreoffice
=== Aborting update

=== Update for editors/libreoffice failed
=== Aborting update

Terminated

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Libreoffice daemon in rc script does not work (shell expansion problem)

2012-03-25 Thread Jose Garcia Juanino
Hi,

I am trying to make an rc script to start libreoffice daemon. The aim is
convert Open Document files to PDF, HTML and TXT.

The script is the following:

#!/bin/sh
#

# PROVIDE: libreoffice
# REQUIRE: LOGIN cleanvar usr
# KEYWORD: shutdown

. /etc/rc.subr

soffice_path=/usr/local/lib/libreoffice/program
name=soffice
#soffice_user=svn
procname=${soffice_path}/oosplash.bin
rcvar=`set_rcvar`
pidfile=/var/run/${name}.pid
command=/usr/sbin/daemon
command_args=-p $pidfile
command_args=$command_args ${soffice_path}/${name}
command_args=$command_args 
'--accept=socket,host=golem,port=8100,tcpNoDelay=1;urp'
command_args=$command_args --nologo --headless --nofirststartwizard 
--invisible
command_args=$command_args --nolockcheck --norestore
stop_precmd=${name}_prestop
soffice_prestop(){
# kill first child process
pkill -P `cat $pidfile`
}


load_rc_config $name
run_rc_command $1


This script works nicely, and starts libreoffice as a root daemon. But
I need to start it as another user (svn), thus I comment out the line

#soffice_user=svn

After that, something weird happens with then internal expasion in rc
functions, and I get:

# service soffice restart
Starting soffice.
Syntax error: Unterminated quoted string
eval: urp --nologo --headless --nofirststartwizard --invisible --nolockcheck 
--norestore: not found
/usr/local/etc/rc.d/soffice: WARNING: failed to start soffice

I am unable to fix this... I am trying escaping quotes, using
backslashes, etc.

Any advice will be wellcome.

Best regards


pgpT8hmIyuZVF.pgp
Description: PGP signature


Re: Libreoffice daemon in rc script does not work (shell expansion problem)

2012-03-25 Thread Keith McKenzie

On 25/03/12 19:22, Jose Garcia Juanino wrote:

Syntax error: Unterminated quoted string

I'm new here, so bear with me, just trying to help.

To find an unterminated quoted string, I would suggest loading your 
script into a programmers editor.


Keith
--
Sent from Free Open Source Software (FOSS).

Debian GNU/Linux
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LibreOffice printing, only gibberish comes out

2011-10-26 Thread Leslie Jensen


I wrote earlier about printing in Firefox. I have a similar problem in 
LibreOffice now. unreadable text but layout is almost correct.


Printing from Thunderbird and xpdf is ok.

Anyone else that have seen the problem with LibreOffice?

My solution at the moment and it's not a good one, is to have a virtual 
machine with Windows 7 and print from there.


/Leslie


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice Writer crashes when accessing the fonts pull down list

2011-10-13 Thread Otacílio

On Tue, 2011-10-04 at 09:41 +0200, Leslie Jensen wrote:
 Hi List

 I've got a problem with the above.

 I've not made any changes other than updated the ports when so is 
needed.


 If I do the setting/change of the font via the menu, I can get what I
 want. But if I pull down the fonts list and start scrolling, Writer 
will

 crash.

I just replaced openoffice with libreoffice and I see similar behaviour.
Simply opening the drop-down font list instigates the segfault or crash
- I've seen instances both where a segmentation fault is reported and
core dumped, and where the application exits silently.

Changing the font via the menus or typing in the font name text box
doesn't instigate the crash.

It also crashes when the menu Tools-Language-For all Text-More...
is accessed, but not for either of the For Selection-More... or For
Paragraph-More... menus.

# make showconfig
=== The following configuration options are available for
libreoffice-3.4.3_1:
 WEBDAV=off Support webdav protocol
 KDE4=off With Qt4/KDE4 vclplug support
 GTK=on With GTK vclplug support
 GNOME=on Better integration in gnome environnement
 JAVA=off Add Java support (XML Filters, macros)
 PYUNO=off Allow to script libreoffice in python
 SYSTRAY=off Enable systemtry quickstarter
 MMEDIA=off Enable multimedia backend for impress
 SDK=off Build with SDK
 DEBUG=off Build with debug symbols and verbose output
=== Use 'make config' to modify these settings
# uname -rms
FreeBSD 8.2-RELEASE i386


 PS: I could only find a list for freebsd-openoffice when I wanted to
 post this. So I choose the questions list instead.

The freebsd-openoffice@ list was closed recently, and freebsd-office@ is
now the common list for office applications.


Wayne


Dears

I have (exactly!) the same problem!
Simply opening the drop-down font list instigates the segfault or crash!

This is my system:


squitch# make showconfig
=== The following configuration options are available for 
libreoffice-3.4.3_1:

 WEBDAV=on Support webdav protocol
 KDE4=off With Qt4/KDE4 vclplug support
 GTK=on With GTK vclplug support
 GNOME=on Better integration in gnome environnement
 JAVA=off Add Java support (XML Filters, macros)
 PYUNO=on Allow to script libreoffice in python
 SYSTRAY=off Enable systemtry quickstarter
 MMEDIA=on Enable multimedia backend for impress
 SDK=off Build with SDK
 DEBUG=off Build with debug symbols and verbose output
=== Use 'make config' to modify these settings
squitch# uname -rms
FreeBSD 8.2-RELEASE-p2 i386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice Writer crashes when accessing the fonts pull down list

2011-10-13 Thread Любомир Григоров
Same crash issue on pull down of the fonts menu here as well. I used the
precompiled PBI in PCBSD 9.0-BETA3

$ uname -a
FreeBSD NEONZ 9.0-BETA3 FreeBSD 9.0-BETA3 #1: Tue Sep 27 13:47:21 PDT 2011
r...@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/GENERIC
amd64

-- 
Lyubomir Grigorov (bgalakazam)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LibreOffice Writer crashes when accessing the fonts pull down list

2011-10-04 Thread Leslie Jensen

Hi List

I've got a problem with the above.

I've not made any changes other than updated the ports when so is needed.

If I do the setting/change of the font via the menu, I can get what I 
want. But if I pull down the fonts list and start scrolling, Writer will 
crash.


Any suggestions?

Thanks

/Leslie

PS: I could only find a list for freebsd-openoffice when I wanted to 
post this. So I choose the questions list instead.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice Writer crashes when accessing the fonts pull down list

2011-10-04 Thread Razmig KECHICHIAN

I've not made any changes other than updated the ports when so is needed.

If I do the setting/change of the font via the menu, I can get what I
want. But if I pull down the fonts list and start scrolling, Writer will
crash.



I've also noticed random crashes in LibreOffice Writer component at 
least after the last system and ports update.
For example, it would crash if I click on the Check for updates button 
in the Extensions manager dialog, or upon selecting the Languages 
entry under Language settings in the Options dialog.


Could anyone have an idea on what's going on?

Configuration information follows.

 uname -rms
FreeBSD 8.2-STABLE amd64

 pkg_info | grep -i libreoffice
libreoffice-3.4.3_1 Full integrated office productivity suite

 gcc --version | head -1
gcc (GCC) 4.2.2 20070831 prerelease [FreeBSD]

 cat /etc/make.conf
CPUTYPE?=nocona
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS+= -fconserve-space
COPTFLAGS= -O -pipe
PERL_VERSION=5.12.4

 cd /usr/ports/editors/libreoffice
 make showconfig
=== The following configuration options are available for 
libreoffice-3.4.3_1:

 WEBDAV=off Support webdav protocol
 KDE4=on With Qt4/KDE4 vclplug support
 GTK=off With GTK vclplug support
 GNOME=off Better integration in gnome environnement
 JAVA=on Add Java support (XML Filters, macros)
 PYUNO=off Allow to script libreoffice in python
 SYSTRAY=off Enable systemtry quickstarter
 MMEDIA=off Enable multimedia backend for impress
 SDK=off Build with SDK
 DEBUG=off Build with debug symbols and verbose output


//rk

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice Writer crashes when accessing the fonts pull down list

2011-10-04 Thread Wayne Sierke
On Tue, 2011-10-04 at 09:41 +0200, Leslie Jensen wrote:
 Hi List
 
 I've got a problem with the above.
 
 I've not made any changes other than updated the ports when so is needed.
 
 If I do the setting/change of the font via the menu, I can get what I 
 want. But if I pull down the fonts list and start scrolling, Writer will 
 crash.

I just replaced openoffice with libreoffice and I see similar behaviour.
Simply opening the drop-down font list instigates the segfault or crash
- I've seen instances both where a segmentation fault is reported and
core dumped, and where the application exits silently. 

Changing the font via the menus or typing in the font name text box
doesn't instigate the crash.

It also crashes when the menu Tools-Language-For all Text-More...
is accessed, but not for either of the For Selection-More... or For
Paragraph-More... menus.

# make showconfig
=== The following configuration options are available for
libreoffice-3.4.3_1:
 WEBDAV=off Support webdav protocol
 KDE4=off With Qt4/KDE4 vclplug support
 GTK=on With GTK vclplug support
 GNOME=on Better integration in gnome environnement
 JAVA=off Add Java support (XML Filters, macros)
 PYUNO=off Allow to script libreoffice in python
 SYSTRAY=off Enable systemtry quickstarter
 MMEDIA=off Enable multimedia backend for impress
 SDK=off Build with SDK
 DEBUG=off Build with debug symbols and verbose output
=== Use 'make config' to modify these settings
# uname -rms
FreeBSD 8.2-RELEASE i386


 PS: I could only find a list for freebsd-openoffice when I wanted to 
 post this. So I choose the questions list instead.

The freebsd-openoffice@ list was closed recently, and freebsd-office@ is
now the common list for office applications.


Wayne


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


libreoffice-systray

2011-09-12 Thread ajtiM
First thank you for the Libreoffice 3.4.3_1.

I built it with systray support, enable in the options and it doesn't work on 
my FreeBSD 8.2, KDE 4.6.5.

Thanks.

Mitja

http://jpgmag.com/people/lumiwa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ATI libreoffice lock up Xorg

2011-08-15 Thread Jimmie James
I just noticed this, but I'm pretty sure it's a result of the last ATI 
driver update,


FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011

xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, 
keyboard LEDs work for a bit, can't change
to a console, kill X. ssh'ing in, running top shows Xorg at 100% CPU 
time. Nothing gets printed to the Xorg.0.log


xf86-video-vesa-2.3.0_1 + libreoffice-3.3.3_2 + xorg-7.5.1 = works fine.

vgapci0@pci0:6:3:0:	class=0x03 card=0x51571002 chip=0x4c571002 
rev=0x00 hdr=0x00

vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.'
device = 'Mobility Radeon 7500 (M7 [LW])'
class  = display
subclass   = VGA
vgapci0: VGA-compatible display port 0xb800-0xb8ff mem 
0xd000-0xdfff,0xff52-0xff52 irq 19 at device 3.0 on pci6

drm0: ATI Radeon LW RV200 Mobility 7500 M7 on vgapci0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ATI libreoffice lock up Xorg

2011-08-15 Thread Warren Block

On Mon, 15 Aug 2011, Jimmie James wrote:

I just noticed this, but I'm pretty sure it's a result of the last ATI driver 
update,


FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011

xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard lockup, 
keyboard LEDs work for a bit, can't change
to a console, kill X. ssh'ing in, running top shows Xorg at 100% CPU time. 
Nothing gets printed to the Xorg.0.log


xf86-video-vesa-2.3.0_1 + libreoffice-3.3.3_2 + xorg-7.5.1 = works fine.

vgapci0@pci0:6:3:0:	class=0x03 card=0x51571002 chip=0x4c571002 
rev=0x00 hdr=0x00

   vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.'
   device = 'Mobility Radeon 7500 (M7 [LW])'
   class  = display
   subclass   = VGA
vgapci0: VGA-compatible display port 0xb800-0xb8ff mem 
0xd000-0xdfff,0xff52-0xff52 irq 19 at device 3.0 on pci6

drm0: ATI Radeon LW RV200 Mobility 7500 M7 on vgapci0


We've been talking about ATI lockups on the forums:
http://forums.freebsd.org/showthread.php?t=25540

It's mystifying to me, since I haven't seen the lockups at all.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ATI libreoffice lock up Xorg

2011-08-15 Thread Jimmie James

On 08/15/11 21:06, Warren Block wrote:

On Mon, 15 Aug 2011, Jimmie James wrote:


I just noticed this, but I'm pretty sure it's a result of the last ATI
driver update,

FreeBSD 8.2-STABLE #0: Sun Jun 26 08:42:45 EDT 2011

xf86-video-ati-6.14.2 + libreoffice-3.3.3_2 + xorg-7.5.1 = hard
lockup, keyboard LEDs work for a bit, can't change
to a console, kill X. ssh'ing in, running top shows Xorg at 100% CPU
time. Nothing gets printed to the Xorg.0.log

xf86-video-vesa-2.3.0_1 + libreoffice-3.3.3_2 + xorg-7.5.1 = works fine.

vgapci0@pci0:6:3:0: class=0x03 card=0x51571002 chip=0x4c571002
rev=0x00 hdr=0x00
vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.'
device = 'Mobility Radeon 7500 (M7 [LW])'
class = display
subclass = VGA
vgapci0: VGA-compatible display port 0xb800-0xb8ff mem
0xd000-0xdfff,0xff52-0xff52 irq 19 at device 3.0 on pci6
drm0: ATI Radeon LW RV200 Mobility 7500 M7 on vgapci0


We've been talking about ATI lockups on the forums:
http://forums.freebsd.org/showthread.php?t=25540

It's mystifying to me, since I haven't seen the lockups at all.



Thanks for the heads up, replied to the thread there, and will here too.

Switching to XAA fixes this lock up for me. However, changing a window 
size, opening a new app causing flickering of said window.
Changing desktops is laggy, and windows from desktop 1 appear for about 
5-10 seconds on desktop 2.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


editors/libreoffice: can not compile, crash on FreeBSD 9.0-CUR/amd64

2011-05-18 Thread O. Hartmann
On all of my FreeBSD 9.0-CURRENT/amd64 boxes LibreOffice 3.3.X crashes 
after starting and dumping core with signal 8. The boxes are all FreeBSD 
9.0-CURRENT/amd64, the most recent version. The ports are up to date, I 
also tried to recompile every necessary port without success.


On all FreeBSD 9.0-CURRENT/amd64 boxes compiling LibreOffice 3.3.2 fails 
with the following error message.


Any hints?


Entering 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/sw/util


Compiling: sw/unxfbsdx.pro/misc/sw_dflt_version.c
Compiling: sw/unxfbsdx.pro/misc/swd_dflt_version.c
Compiling: sw/unxfbsdx.pro/misc/swui_dflt_version.c
Compiling: sw/unxfbsdx.pro/misc/msword_dflt_version.c
Compiling: sw/unxfbsdx.pro/misc/vbaswobj_dflt.uno_version.c
Making:swall.lib
Making:swui.lib
Making:libswfx.so
Making:libswdfx.so
Making:libswuifx.so
Making:libmswordfx.so
Making:libvbaswobjfx.uno.so
Making:swen-US.res
Making:swde.res
Compiling: rsc_sw
sw deliver
Module 'sw' delivered successfully. 245 files copied, 0 files unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loader


 it seems that the error is inside 'pyuno', please re-run build
 inside this module to isolate the error and/or test your fix:
---

/usr/local/bin/bash
cd 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice

source ./FreeBSDAMDEnv.Set.sh
cd pyuno
build

when the problem is isolated and fixed exit and re-run 'make' from the 
top-level

sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
gmake: *** [stamp/build] Error 1
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: editors/libreoffice: can not compile, crash on FreeBSD 9.0-CUR/amd64

2011-05-18 Thread Andriy Gapon
on 18/05/2011 12:10 O. Hartmann said the following:
 ---
 Oh dear - something failed during the build - sorry !
   For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development
 
   internal build errors:
 
 ERROR: error 65280 occurred while making
 /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loader
 
 
  it seems that the error is inside 'pyuno', please re-run build
  inside this module to isolate the error and/or test your fix:
 ---
 
 /usr/local/bin/bash
 cd 
 /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice
 source ./FreeBSDAMDEnv.Set.sh
 cd pyuno
 build

What happens if you try to follow this advice?

 when the problem is isolated and fixed exit and re-run 'make' from the 
 top-level
 sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module.
 gmake: *** [stamp/build] Error 1
 *** Error code 1
 
 Stop in /usr/ports/editors/libreoffice.
 *** Error code 1
 
 Stop in /usr/ports/editors/libreoffice.

-- 
Andriy Gapon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libreoffice not builds (sorry for codepage problem)

2011-04-21 Thread Lowell Gilbert
Гуляев Гоша gosha-n...@yandex.ru writes:

 Hi all! I'm try to install editors/libreoffice on my machine:
 OS: 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Apr 20 15:18:53 YEKST 2011 i386
 ls /var/db/pkg | grep jdk
 diablo-jdk-1.6.0.07.02_13
 jdk-1.6.0.3p4_22
  
 RAM: 2Gb + 4Gb swap file
 Hard disk space 29Gb
  
 I'm try disable all options, and try enable KDE + JAVA and KDE w/o JAVA.
  
 there is output of error:
  
 Entering 
 /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/connectivity/util

 Making: sdbc_hsqldb.dpj

 dmake: Executing shell macro: cd 
 $(MISC)/registry/data/org/openoffice/Office/DataAccess  ls *.xcu
 /usr/local/jdk1.6.0/bin/javac -source 1.5 -target 1.5 -classpath 
 .:../../../../../../unxfbsdi.pro/class:/usr/local/jdk1.6.0/jre/lib/rt.jar:.:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/hsqldb.jar::/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib
  -d ../../../../../../unxfbsdi.pro/class @/tmp/mkUcfJf6
 terminate called after throwing an instance of 
 'com::sun::star::lang::IllegalArgumentException'
 /usr/local/bin/bash: line 1: 2894 Abort trap: 6 
 LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/unxfbsdi.pro/lib:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib
  
 /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/cppunittester
  ../../unxfbsdi.pro/lib/test_metadatable.so
 dmake: Error code 134, while making 'test1'
 Making: sdbc_hsqldb.dpj

 echo Class-Path: hsqldb.jar ..  
 ../../../../../../unxfbsdi.pro/class/sdbc_hsqldb/META-INF/MANIFEST.MF
 updating: META-INF/MANIFEST.MF (deflated 7%)
 updating: com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.class 
 (deflated 55%)
 updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.class 
 (deflated 51%)
 updating: com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.class 
 (deflated 56%)
 updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.class 
 (deflated 50%)
 updating: com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.class (deflated 
 53%)
 updating: com/sun/star/sdbcx/comp/hsqldb/StorageAccess.class (deflated 54%)
 updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess$FileSync.class 
 (deflated 52%)
 updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.class (deflated 
 57%)
 updating: com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.class (deflated 46%)
 updating: org/hsqldb/lib/FileSystemRuntimeException.class (deflated 48%)
 connectivity deliver
 Module 'connectivity' delivered successfully. 0 files copied, 115 files 
 unchanged

 ---
  Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development

  internal build errors:

 ERROR: error 65280 occurred while making 
 /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/qa/cppunit
 ERROR: error 65280 occurred while making 
 /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loader

  it seems you are using a threaded build, which means that the
  actual compile error is probably hidden far above, and could be
  inside any of these other modules:
  sfx2
  please re-run build inside each one to isolate the problem.
 ---

 /usr/local/bin/bash
 cd /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice
 source ./FreeBSDX86Env.Set.sh
 cd pyuno
 build

 when the problem is isolated and fixed exit and re-run 'make' from the 
 top-level
 sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
 gmake: *** [stamp/build] Ошибка 1
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.
 *** Error code 1

 Stop in /usr/ports/editors/libreoffice.

Hard to tell from this.  Given that the port itself is building in other
places, I'll take a guess and ask if maybe it's running out of space for
the build?  I seem to recall that I had to set TMPDIR to keep
editors/libreoffice from filling up my /tmp directory...

Otherwise, the best advice is probably the advice which you quoted in
the output from the build.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Fails to install editors/libreoffice

2011-04-20 Thread Гуляев Гоша
divHi all! I'm try to install editors/libreoffice on my 
machine:/divdivOS: nbsp;8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Apr 20 
15:18:53 YEKST 2011 nbsp;i386/divdivls /var/db/pkg | grep 
jdk/divdivdiablo-jdk-1.6.0.07.02_13br 
/jdk-1.6.0.3p4_22/divdivnbsp;/divdivRAM: 2Gb + 4Gb swap 
file/divdivHard disk space 29Gb/divdivnbsp;/divdivI'm try disable 
all options, and try enable KDE + JAVA and KDE w/o 
JAVA./divdivnbsp;/divdivthere is output of 
error:/divdivnbsp;/divdivEntering 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/connectivity/utilbr /br 
/Making:sdbc_hsqldb.dpjbr /br /dmake: Executing shell macro: cd 
$(MISC)/registry/data/org/openoffice/Office/DataAccess amp;amp;  ls 
*.xcubr //usr/local/jdk1.6.0/bin/javac -source 1.5 -target 1.5 -classpath 
.:../../../../../../unxfbsdi.pro/class:/usr/local/jdk1.6.0/jre/lib/rt.jar:.:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/hsqldb.jar::/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib
 -d ../../../../../../unxfbsdi.pro/class  @/tmp/mkUcfJf6br /terminate called 
after throwing an instance of 
'com::sun::star::lang::IllegalArgumentException'br //usr/local/bin/bash: line 
1:  2894 Abort trap: 6   
LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/unxfbsdi.pro/lib:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib
 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/cppunittester
 ../../unxfbsdi.pro/lib/test_metadatable.sobr /dmake:  Error code 134, while 
making 'test1'br /Making:sdbc_hsqldb.dpjbr /br /echo Class-Path: 
hsqldb.jar  .. gt;gt; 
../../../../../../unxfbsdi.pro/class/sdbc_hsqldb/META-INF/MANIFEST.MFbr 
/updating: META-INF/MANIFEST.MF (deflated 7%)br /updating: 
com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.class (deflated 55%)br 
/updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.class 
(deflated 51%)br /updating: 
com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.class (deflated 56%)br 
/updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.class 
(deflated 50%)br /updating: 
com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.class (deflated 53%)br 
/updating: com/sun/star/sdbcx/comp/hsqldb/StorageAccess.class (deflated 
54%)br /updating: 
com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess$FileSync.class (deflated 
52%)br /updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.class 
(deflated 57%)br /updating: 
com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.class (deflated 46%)br 
/updating: org/hsqldb/lib/FileSystemRuntimeException.class (deflated 48%)br 
/connectivity deliverbr /Module 'connectivity' delivered successfully. 0 
files copied, 115 files unchangedbr /br 
/---br / 
Oh dear - something failed during the build - sorry !br / For more help with 
debugging build errors, please see the section in:br / 
http://wiki.documentfoundation.org/Developmentbr /br / internal build 
errors:br /br /ERROR: error 65280 occurred while making 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/qa/cppunitbr 
/ERROR: error 65280 occurred while making 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loaderbr 
/br / it seems you are using a threaded build, which means that thebr / 
actual compile error is probably hidden far above, and could bebr / inside 
any of these other modules:br / sfx2br / please re-run build inside each 
one to isolate the problem.br 
/---br 
/br //usr/local/bin/bashbr /cd 
/var/XXX/libreoffice-build-3.3.2.2/build/libreofficebr /source 
./FreeBSDX86Env.Set.shbr /cd pyunobr /buildbr /br /when the problem is 
isolated and fixed exit and re-run 'make' from the top-levelbr /sometimes 
(sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.br /gmake: *** 
[stamp/build] Ошибка 1br /*** Error code 1br /br /Stop in 
/usr/ports/editors/libreoffice.br /*** Error code 1br /br /Stop in 
/usr/ports/editors/libreoffice./div___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

libreoffice not builds (sorry for codepage problem)

2011-04-20 Thread Гуляев Гоша


Hi all! I'm try to install editors/libreoffice on my machine:
OS: 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Apr 20 15:18:53 YEKST 2011 i386
ls /var/db/pkg | grep jdk
diablo-jdk-1.6.0.07.02_13
jdk-1.6.0.3p4_22
 
RAM: 2Gb + 4Gb swap file
Hard disk space 29Gb
 
I'm try disable all options, and try enable KDE + JAVA and KDE w/o JAVA.
 
there is output of error:
 
Entering /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/connectivity/util

Making: sdbc_hsqldb.dpj

dmake: Executing shell macro: cd 
$(MISC)/registry/data/org/openoffice/Office/DataAccess  ls *.xcu
/usr/local/jdk1.6.0/bin/javac -source 1.5 -target 1.5 -classpath 
.:../../../../../../unxfbsdi.pro/class:/usr/local/jdk1.6.0/jre/lib/rt.jar:.:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/hsqldb.jar::/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib
 -d ../../../../../../unxfbsdi.pro/class @/tmp/mkUcfJf6
terminate called after throwing an instance of 
'com::sun::star::lang::IllegalArgumentException'
/usr/local/bin/bash: line 1: 2894 Abort trap: 6 
LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/unxfbsdi.pro/lib:/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/lib
 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdi.pro/bin/cppunittester
 ../../unxfbsdi.pro/lib/test_metadatable.so
dmake: Error code 134, while making 'test1'
Making: sdbc_hsqldb.dpj

echo Class-Path: hsqldb.jar ..  
../../../../../../unxfbsdi.pro/class/sdbc_hsqldb/META-INF/MANIFEST.MF
updating: META-INF/MANIFEST.MF (deflated 7%)
updating: com/sun/star/sdbcx/comp/hsqldb/NativeInputStreamHelper.class 
(deflated 55%)
updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.class 
(deflated 51%)
updating: com/sun/star/sdbcx/comp/hsqldb/NativeOutputStreamHelper.class 
(deflated 56%)
updating: com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.class 
(deflated 50%)
updating: com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.class (deflated 
53%)
updating: com/sun/star/sdbcx/comp/hsqldb/StorageAccess.class (deflated 54%)
updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess$FileSync.class 
(deflated 52%)
updating: com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.class (deflated 57%)
updating: com/sun/star/sdbcx/comp/hsqldb/NativeLibraries.class (deflated 46%)
updating: org/hsqldb/lib/FileSystemRuntimeException.class (deflated 48%)
connectivity deliver
Module 'connectivity' delivered successfully. 0 files copied, 115 files 
unchanged

---
 Oh dear - something failed during the build - sorry !
 For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

 internal build errors:

ERROR: error 65280 occurred while making 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/sfx2/qa/cppunit
ERROR: error 65280 occurred while making 
/var/XXX/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loader

 it seems you are using a threaded build, which means that the
 actual compile error is probably hidden far above, and could be
 inside any of these other modules:
 sfx2
 please re-run build inside each one to isolate the problem.
---

/usr/local/bin/bash
cd /var/XXX/libreoffice-build-3.3.2.2/build/libreoffice
source ./FreeBSDX86Env.Set.sh
cd pyuno
build

when the problem is isolated and fixed exit and re-run 'make' from the top-level
sometimes (sadly) it is necessary to rm -Rf unxfbsdi.pro in a module.
gmake: *** [stamp/build] Ошибка 1
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

-- 

 С уважением, Гуляев Гоша.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LibreOffice 3.3.0: incapable of opening M$ Office Excel sheets which could be opened by OO 3.2.1

2011-02-09 Thread O. Hartmann
I got a serious problem: LibeOffice 3.3.0 rejects opening Microsoft 
Office Excel created spreadsheets with an 'internal import error'. Is 
there anything to be aware of or is this a real bug?


Regards,
Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice 3.3.0: incapable of opening M$ Office Excel sheets which could be opened by OO 3.2.1

2011-02-09 Thread Herbert J. Skuhra
On Wed, 09 Feb 2011 13:05 +0100, O. Hartmann ohart...@zedat.fu-berlin.de 
wrote:

 I got a serious problem: LibeOffice 3.3.0 rejects opening Microsoft 
 Office Excel created spreadsheets with an 'internal import error'. Is 
 there anything to be aware of or is this a real bug?

The libreoffice port was updated today. One change:

- Fix input/output error on MS Office files

-Herbert
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


port reinstall does not update /var/db/pkg (libreoffice)

2011-02-08 Thread O. Hartmann
Libreoffice undergoes a lot of chenges these days, so updating the port 
from siurce takes more than four hours on my boxes. On one of the, 
running FreeBSD 9.0-CUR/amd64, portmaster fails to update to 
libreoffice-3.3.0_3, process quits with random strange errors. Doing the 
job from ports/editors/libreoffice via 'make reinstall' works fine, but 
this does not update /var/db/pkg/libreoffice-3.3.0_3 properly, so that 
everytime I perform portmaster -av, libreoffice shows up again, 
claiming being libreoffice-3.3.0_1, wanting to be updated to 
libreoffice-3.3.0_3 (not realising that it is already 
libreoffice-3.3.0_2, because I updated sunday the last time and after 
the today's update it is de facto libreoffice-3.3.0_3, but 
/var/db/pkg/libreoffice-3.3.0_1 clains still to be libreoffice-3.3.0_1).


How to fix this?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LibreOffice?

2010-10-05 Thread Paul Schmehl
--On Monday, October 04, 2010 21:50:27 -0700 Caleb Stein caleb.st...@me.com 
wrote:



When can we expect it in the ports?


Sure.  Just submit the port as usual.

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
It is as useless to argue with those who have
renounced the use of reason as to administer
medication to the dead. Thomas Jefferson
There are some ideas so wrong that only a very
intelligent person could believe in them. George Orwell

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LibreOffice?

2010-10-04 Thread Caleb Stein

When can we expect it in the ports?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org