Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Hiroto Kagotani
Hi

2012/6/6 Sergio de Almeida Lenzi lenzi.ser...@gmail.com:
 You MUST use the boost that comes with libreoffice,
 but somehow the makefiles searches /usr/local/include/*

Thank you for pointing out the problem.

To make the priority of /usr/local/include lower than those from libreoffice,
remove CPPFLAGS and LDFLAGS lines from Makefile,
and instead, add a line:
CONFIGURE_ARGS+=CPPFLAGS=-I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib

This should work with boost-* installed.
-- 
Hiroto Kagotani
hiroto.kagot...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Baptiste Daroussin
On Wed, Jun 06, 2012 at 12:51:16AM -0300, Sergio de Almeida Lenzi wrote:
 Hello all...
 finally I track down the problem with libreoffice,
 the problem is with the boost headers and files
 
 You MUST use the boost that comes with libreoffice,
 but somehow the makefiles searches /usr/local/include/* 
 
 Solution:
 
 remove (temporary) boost-lib, boost-jam,
 then go to the editors/libreoffice ...
 and then choose the language: in my case : LOCALIZED_LANG=pt-BR
 put it in the Makefile, (or /etc/make.conf)
 than..
 make install package,
 in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
 hours
 
 after that,
 reinstall boost-lib and boost-jam either from the ports, or from the
 packages..
 
 
 Works for me
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Ok now I understand why I can't reproduce. boost is not installed when building
libreoffice on tinderbox/pointyhat/poudriere I guess, I'll have to undbundle
boost again and upgrade to 3.5.4 which has the fix for recent boost iirc.

Thank you!
Bapt


pgpGOOHNmZUhm.pgp
Description: PGP signature


Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Warren Block

On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote:


Hello all...
finally I track down the problem with libreoffice,
the problem is with the boost headers and files

You MUST use the boost that comes with libreoffice,
but somehow the makefiles searches /usr/local/include/*

Solution:

remove (temporary) boost-lib, boost-jam,
then go to the editors/libreoffice ...
and then choose the language: in my case : LOCALIZED_LANG=pt-BR
put it in the Makefile, (or /etc/make.conf)
than..
make install package,
in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
hours

after that,
reinstall boost-lib and boost-jam either from the ports, or from the
packages..


Works for me


And here also.  And unlike the build I did yesterday, it actually runs. 
Thanks!

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


Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Rainer Hurling

On 06.06.2012 16:32 (UTC+2), Warren Block wrote:

On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote:


Hello all...
finally I track down the problem with libreoffice,
the problem is with the boost headers and files

You MUST use the boost that comes with libreoffice,
but somehow the makefiles searches /usr/local/include/*

Solution:

remove (temporary) boost-lib, boost-jam,
then go to the editors/libreoffice ...
and then choose the language: in my case : LOCALIZED_LANG=pt-BR
put it in the Makefile, (or /etc/make.conf)
than..
make install package,
in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
hours

after that,
reinstall boost-lib and boost-jam either from the ports, or from the
packages..


Works for me


And here also. And unlike the build I did yesterday, it actually runs.
Thanks!


It also builds for me on 10.0-CURRENT amd64, thanks.

But I am not able to save encrypted documents or open encrypted 
documents in libreoffice. Is anyone else seeing this?



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


Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Baptiste Daroussin
On Wed, Jun 06, 2012 at 04:54:18PM +0200, Rainer Hurling wrote:
 On 06.06.2012 16:32 (UTC+2), Warren Block wrote:
  On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote:
 
  Hello all...
  finally I track down the problem with libreoffice,
  the problem is with the boost headers and files
 
  You MUST use the boost that comes with libreoffice,
  but somehow the makefiles searches /usr/local/include/*
 
  Solution:
 
  remove (temporary) boost-lib, boost-jam,
  then go to the editors/libreoffice ...
  and then choose the language: in my case : LOCALIZED_LANG=pt-BR
  put it in the Makefile, (or /etc/make.conf)
  than..
  make install package,
  in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
  hours
 
  after that,
  reinstall boost-lib and boost-jam either from the ports, or from the
  packages..
 
 
  Works for me
 
  And here also. And unlike the build I did yesterday, it actually runs.
  Thanks!
 
 It also builds for me on 10.0-CURRENT amd64, thanks.
 
 But I am not able to save encrypted documents or open encrypted 
 documents in libreoffice. Is anyone else seeing this?
 

It needs a patch from upstream incorporated in 3.5.4.

regards,
Bapt


pgpwJO9UY8FPN.pgp
Description: PGP signature


Re: make failed for editors/libreoffice SOLVED

2012-06-06 Thread Leslie Jensen



2012-06-06 16:32, Warren Block skrev:

On Wed, 6 Jun 2012, Sergio de Almeida Lenzi wrote:


Hello all...
finally I track down the problem with libreoffice,
the problem is with the boost headers and files

You MUST use the boost that comes with libreoffice,
but somehow the makefiles searches /usr/local/include/*

Solution:

remove (temporary) boost-lib, boost-jam,
then go to the editors/libreoffice ...
and then choose the language: in my case : LOCALIZED_LANG=pt-BR
put it in the Makefile, (or /etc/make.conf)
than..
make install package,
in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
hours

after that,
reinstall boost-lib and boost-jam either from the ports, or from the
packages..


Works for me


And here also. And unlike the build I did yesterday, it actually runs.
Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



Me too :-)

Libreoffice runs fine now.

/Leslie




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


Re: make failed for editors/libreoffice SOLVED

2012-06-05 Thread Sergio de Almeida Lenzi
Hello all...
finally I track down the problem with libreoffice,
the problem is with the boost headers and files

You MUST use the boost that comes with libreoffice,
but somehow the makefiles searches /usr/local/include/* 

Solution:

remove (temporary) boost-lib, boost-jam,
then go to the editors/libreoffice ...
and then choose the language: in my case : LOCALIZED_LANG=pt-BR
put it in the Makefile, (or /etc/make.conf)
than..
make install package,
in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
hours

after that,
reinstall boost-lib and boost-jam either from the ports, or from the
packages..


Works for me

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


Re: make failed for editors/libreoffice SOLVED

2012-06-05 Thread Kevin Oberman
On Tue, Jun 5, 2012 at 8:51 PM, Sergio de Almeida Lenzi
lenzi.ser...@gmail.com wrote:
 Hello all...
 finally I track down the problem with libreoffice,
 the problem is with the boost headers and files

 You MUST use the boost that comes with libreoffice,
 but somehow the makefiles searches /usr/local/include/*

 Solution:

 remove (temporary) boost-lib, boost-jam,
 then go to the editors/libreoffice ...
 and then choose the language: in my case : LOCALIZED_LANG=pt-BR
 put it in the Makefile, (or /etc/make.conf)
 than..
 make install package,
 in a 8 cores cpu, with 8 jobs in paralell, libreoffice builds in 2
 hours

 after that,
 reinstall boost-lib and boost-jam either from the ports, or from the
 packages..


Here is an easy way:
# portmaster -g boost-libs boost-jam
# pkg_delete -f boost-libs-\* boost-jam-\*
# postmaster libreoffice
# portmaster -PP --local-packagedir=/usr/ports/packages boost-libs boost-jam
 or
use pkg_add

I'll admit that I am still building the packages, so I can't swear it
will work, but it should.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org