Re: xmlsecurity build error

2014-07-14 Thread Michael Stahl
On 13/07/14 19:36, Marina Latini wrote:
 
 
 Tried without success (with master sources updated before the build). :(
 
 [build CXX] xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
 /home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:
  In member function ‘virtual sal_Int32 
 SecurityEnvironment_NssImpl::verifyCertificate(const 
 com::sun::star::uno::Referencecom::sun::star::security::XCertificate, 
 const 
 com::sun::star::uno::Sequencecom::sun::star::uno::Referencecom::sun::star::security::XCertificate
  )’:
 /home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:732:66:
  error: ‘__CERT_NewTempCertificate’ was not declared in this scope
 PR_TRUE  /* copyDER */);
   ^
 make[1]: *** 
 [/home/build/sources/LibreOffice/libreoffice/workdir/CxxObject/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.o]
  Errore 1
 make[1]: *** Attesa per i processi non terminati

can you try to build with the attached patch, it should create a
preprocessed file
workdir/CxxObject/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.o.ii
that perhaps contains a clue about what is going on...

 This is my autogen.lastrun
 
 --enable-pch

does removing the --enable-pch do anything about the problem?

diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk
index 6c8c574..037d940 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -54,8 +54,8 @@ $(call gb_Helper_abbreviate_dirs,\
 		$(if $(WARNINGS_NOT_ERRORS),,$(gb_CFLAGS_WERROR)) \
 		$(if $(COMPILER_PLUGINS),$(gb_COMPILER_PLUGINS)) \
 		$(2) \
-		-c $(3) \
-		-o $(1) \
+		-E $(3) \
+		-o $(1).ii \
 		$(call gb_cxx_dep_generation_options,$(1),$(4)) \
 		-I$(dir $(3)) \
 		$(INCLUDE) \
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: xmlsecurity build error

2014-07-13 Thread Marina Latini


- Messaggio originale -
 Da: Michael Stahl mst...@redhat.com
 A: Marina Latini mar...@studiostorti.com, 
 LibreOffice@lists.freedesktop.org
 Inviato: Lunedì, 30 giugno 2014 13:20:30
 Oggetto: Re: xmlsecurity build error
 
 
 hello,
 
 no idea what could cause this problem, as a wild guess please try if
 this patch avoids the problem:
 
 https://gerrit.libreoffice.org/#/c/9939/
 
 you can cherry-pick it to your local git checkout from the web UI by
 clicking on the Download button and then copying the command line after
 Cherry-pick and running that command.
 

Tried without success (with master sources updated before the build). :(

[build CXX] xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.cxx
/home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:
 In member function ‘virtual sal_Int32 
SecurityEnvironment_NssImpl::verifyCertificate(const 
com::sun::star::uno::Referencecom::sun::star::security::XCertificate, const 
com::sun::star::uno::Sequencecom::sun::star::uno::Referencecom::sun::star::security::XCertificate
 )’:
/home/build/sources/LibreOffice/libreoffice/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx:732:66:
 error: ‘__CERT_NewTempCertificate’ was not declared in this scope
PR_TRUE  /* copyDER */);
  ^
make[1]: *** 
[/home/build/sources/LibreOffice/libreoffice/workdir/CxxObject/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.o]
 Errore 1
make[1]: *** Attesa per i processi non terminati


This is my autogen.lastrun

--prefix=/opt/LibreOfficeDev-20140713
--enable-ext-wiki-publisher
--enable-graphite
--enable-orcus
--enable-pch
--enable-epm
--enable-evolution2
--enable-avahi
--enable-symbols
--enable-crashdump
--enable-python=auto
--enable-gtk3
--enable-split-app-modules
--enable-split-opt-features
--disable-gio
--enable-gnome-vfs
--enable-telepathy
--enable-kde4
--enable-gstreamer
--enable-vlc
--enable-eot
--enable-icecream
--enable-extra-gallery
--enable-extra-template
--enable-extra-sample
--enable-extra-font
--enable-online-update
--enable-library-bin-tar
--enable-ext-validator
--enable-ext-barcode
--enable-ext-ct2n
--enable-ext-numbertext
--enable-ext-typo
--enable-ext-google-docs
--enable-ext-nlpsolver
--enable-ext-languagetool
--with-galleries=build
--with-theme=crystal default hicontrast human industrial oxygen sifr tango 
tango_testing
--with-epm=internal
--with-package-format=deb rpm
--with-help
--with-lang=it
--with-krb5
--with-branding=/home/build/sources/LibreOffice/graphics
--with-extra-buildid=Date:2014-07-13
--with-compat-oowrappers
--with-sun-templates
--with-parallelism=2
--with-boost=yes

I tried also to use the option --with-system-nss without success.
I'm building on Ubuntu 14.04 x86_64.
Any hints?

Thanks,
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


Re: xmlsecurity build error

2014-06-30 Thread Riccardo Magliocchetti

Hi Marina,

Il 27/06/2014 16:23, Marina Latini ha scritto:

hi all,

is this a known build error? I updated the master branch today with git pull.
http://pastebin.com/4NzPNaUC


If it's a common issue it'll be fixed shortly, if not your config.log 
may be helpful.


riccardo

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


Re: xmlsecurity build error

2014-06-30 Thread Michael Stahl
On 27/06/14 16:40, Marina Latini wrote:
 hi all,
  
 is this a known build error? I updated the master branch today with git pull.
 http://pastebin.com/4NzPNaUC

hello,

no idea what could cause this problem, as a wild guess please try if
this patch avoids the problem:

https://gerrit.libreoffice.org/#/c/9939/

you can cherry-pick it to your local git checkout from the web UI by
clicking on the Download button and then copying the command line after
Cherry-pick and running that command.

PS: libreoffice-qa is not the right list for build problems, please use
the development list instead
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


xmlsecurity build error

2014-06-29 Thread Marina Latini
hi all,

is this a known build error? I updated the master branch today with git pull.
http://pastebin.com/4NzPNaUC

Regards,
Marina

-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

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


[Libreoffice-qa] xmlsecurity build error

2014-06-27 Thread Marina Latini
hi all,
 
is this a known build error? I updated the master branch today with git pull.
http://pastebin.com/4NzPNaUC
 
Regards,
Marina


-- 

Marina Latini 
mar...@studiostorti.com


Studio Storti Srl
Viale Leonardo da Vinci, 18
36100 - Vicenza (VI)
http://www.studiostorti.com

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/