libreoffice on FreeBSD needs you :)

Baptiste Daroussin bapt at freebsd.org
Thu May 3 19:52:42 UTC 2012


On Wed, May 02, 2012 at 06:55:03PM -0400, Jung-uk Kim wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 2012-04-30 18:25:03 -0400, Baptiste Daroussin wrote:
> > Hi,
> > 
> > My time deserved to work to porting LibreOffice to FreeBSD is now
> > being very low, I really need help on LibreOffice.
> > 
> > While 3.5.2.2 works quite well on FreeBSD, it still has some know
> > issues: - not working with lpd from base (no clue on this for now),
> >  - fail to compile on recent current (clang 3.1 failure) all the
> > fixes should be in libreoffice git master and should be tracked and
> > backport
> 
> I was annoyed by this issue and did some research.  Actually, at least
> there are two problems, the first one is Clang causes ICE with
> hwpfilter/source/hbox.cxx.  This is because of a regression, which is
> only fixed recently:
> 
> http://llvm.org/bugs/show_bug.cgi?id=12226
> http://llvm.org/viewvc/llvm-project?view=rev&revision=154756
> 
> The second problem is some files (e.g.,
> editeng/source/editeng/editdbg.cxx,
> extensions/source/plugin/base/xplugin.cxx, etc.) cause this error:
> 
> error: invalid suffix on literal; C++11 requires a space between
> literal and identifier [-Wreserved-user-defined-literal]
> 
> This is because they use SAL_PRI macros without a space in printf
> formats, e.g.,
> 
> fprintf( fp, "\nControl: %"SAL_PRIxUINT32, pEE->GetControlWord() );
> 
> Fortunately, both issues can be simply worked around by not using
> C++11 standard, i.e.,
> 
> https://redports.org/changeset?reponame=&new=3489%40jkim%2Feditors%2Flibreoffice%2FMakefile&old=3478%40jkim%2Feditors%2Flibreoffice%2FMakefile
> 
> FYI...
> 
> Jung-uk Kim
> 

Wow thank you!!!
I asked decke@ to add you to office@ on bsdports so that you can commit on it

Do you want to be part of the office@ team?

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20120503/6c60a706/attachment.pgp


More information about the freebsd-ports mailing list