Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 23:55:28 +0200
schrieb Pavel Sanda :

> On Wed, Jul 08, 2020 at 09:32:26PM +0200, Kornel Benko wrote:
> > This patch fixes it.  
> 
> Nice catch! Please commit. P

OK, done.

Kornel


pgpvPeZG_UN19.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Pavel Sanda
On Wed, Jul 08, 2020 at 09:32:26PM +0200, Kornel Benko wrote:
> This patch fixes it.

Nice catch! Please commit. P
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 14:28:23 +0200
schrieb Kornel Benko :

> Am Wed, 8 Jul 2020 13:54:18 +0200
> schrieb Pavel Sanda :
> 
> > On Wed, Jul 08, 2020 at 01:50:29PM +0200, Kornel Benko wrote:  
> > > All of the failed tests fail in style 'Description', defined probably in
> > > stdlists.inc. Roundtrip fails because of missing entry 'DocBookItemTag
> > > listitem'.
> > 
> > Do you know what is this 'Roundtrip' test suppose to test? P  
> 
> Not exactly.
> 
> Source: src/tests/check_layout.cpp
> 
> Looks like the interpreted data of input layout have an extra line (not found 
> in input)
> 
> input:
>   ...
> HTMLTitle 0
> DocBookTag variablelist
> DocBookItemTag varlistentry
> DocBookItemLabelTag term
> DocBookItemInnerTag para
> Spellcheck 1
> Interpreted:
>   ...
> HTMLTitle 0
> DocBookTag variablelist
> DocBookItemTag listitem
> DocBookItemTag varlistentry
> DocBookItemLabelTag term
> DocBookItemInnerTag para
> Spellcheck 1
> 
>   Kornel

This patch fixes it.

Kornel
diff --git a/src/Layout.cpp b/src/Layout.cpp
index 04cd74792f..c45fd5c101 100644
--- a/src/Layout.cpp
+++ b/src/Layout.cpp
@@ -1605,11 +1605,11 @@ void Layout::write(ostream & os) const
 	if(!docbookitemtag_.empty())
 		os << "\tDocBookItemTag " << docbookitemtag_ << '\n';
 	if(!docbookitemattr_.empty())
 		os << "\tDocBookItemAttr " << docbookitemattr_ << '\n';
 	if(!docbookitemwrappertag_.empty())
-		os << "\tDocBookItemTag " << docbookitemwrappertag_ << '\n';
+		os << "\tDocBookItemWrapperTag " << docbookitemwrappertag_ << '\n';
 	if(!docbookitemwrapperattr_.empty())
 		os << "\tDocBookItemWrapperAttr " << docbookitemwrapperattr_ << '\n';
 	if(!docbookitemlabeltag_.empty())
 		os << "\tDocBookItemLabelTag " << docbookitemlabeltag_ << '\n';
 	if(!docbookitemlabelattr_.empty())


pgpRmU6CZunKa.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 13:54:18 +0200
schrieb Pavel Sanda :

> On Wed, Jul 08, 2020 at 01:50:29PM +0200, Kornel Benko wrote:
> > All of the failed tests fail in style 'Description', defined probably in 
> > stdlists.inc.
> > Roundtrip fails because of missing entry 'DocBookItemTag listitem'.  
> 
> Do you know what is this 'Roundtrip' test suppose to test? P

Not exactly.

Source: src/tests/check_layout.cpp

Looks like the interpreted data of input layout have an extra line (not found 
in input)

input:
...
HTMLTitle 0
DocBookTag variablelist
DocBookItemTag varlistentry
DocBookItemLabelTag term
DocBookItemInnerTag para
Spellcheck 1
Interpreted:
...
HTMLTitle 0
DocBookTag variablelist
DocBookItemTag listitem
DocBookItemTag varlistentry
DocBookItemLabelTag term
DocBookItemInnerTag para
Spellcheck 1

Kornel


pgp4kl6ecOsgm.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Build failed in Jenkins: Build branch "master" ?? ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Pavel Sanda
On Wed, Jul 08, 2020 at 01:50:29PM +0200, Kornel Benko wrote:
> All of the failed tests fail in style 'Description', defined probably in 
> stdlists.inc.
> Roundtrip fails because of missing entry 'DocBookItemTag listitem'.

Do you know what is this 'Roundtrip' test suppose to test? P
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Kornel Benko
Am Wed, 8 Jul 2020 12:02:59 +0200
schrieb Jean-Marc Lasgouttes :

> Le 08/07/2020 à 11:58, ci-...@inria.fr a écrit :
> > FAIL: tests/test_layout  
> 
> Something is  wrong with this test...
> 
> JMarc

Yes, checking the layouts with "ctest -R check_layout" gives:
42% tests passed, 109 tests failed out of 187

All of the failed tests fail in style 'Description', defined probably in 
stdlists.inc.
Roundtrip fails because of missing entry 'DocBookItemTag listitem'.

Kornel


pgpAlr0urUctC.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread Jean-Marc Lasgouttes

Le 08/07/2020 à 11:58, ci-...@inria.fr a écrit :

FAIL: tests/test_layout


Something is  wrong with this test...

JMarc
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #1990

2020-07-08 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/1990/--
[...truncated 1153 lines...]
  CXX  insets/InsetSpace.o
  CXX  insets/InsetSpecialChar.o
  CXX  insets/InsetTabular.o
  CXX  insets/InsetText.o
  CXX  insets/InsetTOC.o
  CXX  insets/InsetVSpace.o
  CXX  insets/InsetWrap.o
  AR   liblyxinsets.a
  CXX  main.o
  CXX  BiblioInfo.o
  CXX  Box.o
  CXX  Compare.o
  CXX  Dimension.o
  CXX  EnchantChecker.o
  CXX  PersonalWordList.o
  CXX  LaTeXFonts.o
  CXX  Thesaurus.o
  CXXLDlyx
make[4]: Leaving directory '/build/workspace/src'
Making all in client
make[4]: Entering directory '/build/workspace/src/client'
  CXX  boost.o
  CXX  client.o
  CXXLDlyxclient
make[4]: Leaving directory '/build/workspace/src/client'
Making all in tex2lyx
make[4]: Entering directory '/build/workspace/src/tex2lyx'
  CXX  boost.o
  CXX  Context.o
  CXX  dummy_impl.o
  CXX  math.o
  CXX  Parser.o
  CXX  Preamble.o
  CXX  table.o
  CXX  tex2lyx.o
  CXX  text.o
  CXXLDtex2lyx
make[4]: Leaving directory '/build/workspace/src/tex2lyx'
Making all in convert
make[4]: Entering directory '/build/workspace/src/convert'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/workspace/src/convert'
make[3]: Leaving directory '/build/workspace/src'
make[2]: Leaving directory '/build/workspace/src'
Making all in sourcedoc
make[2]: Entering directory '/build/workspace/sourcedoc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/workspace/sourcedoc'
Making all in lib
make[2]: Entering directory '/build/workspace/lib'
Making all in doc
make[3]: Entering directory '/build/workspace/lib/doc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/workspace/lib/doc'
Making all in lyx2lyx
make[3]: Entering directory '/build/workspace/lib/lyx2lyx'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/workspace/lib/lyx2lyx'
make[3]: Entering directory '/build/workspace/lib'
  GEN  lyx.desktop
  GEN  lyx.png
  GEN  lyx.svg
make[3]: Leaving directory '/build/workspace/lib'
make[2]: Leaving directory '/build/workspace/lib'
Making all in src/client
make[2]: Entering directory '/build/workspace/src/client'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/workspace/src/client'
Making all in src/tex2lyx
make[2]: Entering directory '/build/workspace/src/tex2lyx'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/workspace/src/tex2lyx'
Making all in src/convert
make[2]: Entering directory '/build/workspace/src/convert'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/workspace/src/convert'
make[2]: Entering directory '/build/workspace'
make[2]: Leaving directory '/build/workspace'
make[1]: Leaving directory '/build/workspace'
# Executing: make check
Making check in autotests
make[1]: Entering directory '/build/workspace/autotests'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/workspace/autotests'
Making check in config
make[1]: Entering directory '/build/workspace/config'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/workspace/config'
Making check in development
make[1]: Entering directory '/build/workspace/development'
make[2]: Entering directory '/build/workspace/development'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/workspace/development'
make[1]: Leaving directory '/build/workspace/development'
Making check in po
make[1]: Entering directory '/build/workspace/po'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/workspace/po'
Making check in 3rdparty
make[1]: Entering directory '/build/workspace/3rdparty'
make[2]: Entering directory '/build/workspace/3rdparty'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/build/workspace/3rdparty'
make[1]: Leaving directory '/build/workspace/3rdparty'
Making check in src
make[1]: Entering directory '/build/workspace/src'
  CHK  lyx_commit_hash.h
make  check-recursive
make[2]: Entering directory '/build/workspace/src'
Making check in support
make[3]: Entering directory '/build/workspace/src/support'
make  check-am
make[4]: Entering directory '/build/workspace/src/support'
make  check_convert check_filetools check_lstrings check_trivstring
make[5]: Entering directory '/build/workspace/src/support'
  CXX  tests/check_convert.o
  CXX  tests/dummy_functions.o
  CXX  tests/boost.o
  CXXLDcheck_convert
  CXX  tests/check_filetools.o
  CXXLDcheck_filetools
  CXX  tests/check_lstrings.o
  CXXLDcheck_lstrings
  CXX  tests/check_trivstring.o
  CXXLDcheck_trivstring
make[5]: Leaving directory '/build/workspace/src/support'
make  check-TESTS
make[5]: Entering directory