Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Kornel Benko
Am Mittwoch, 18. Januar 2017 um 18:53:17, schrieb Pavel Sanda > Christian Ridderström wrote: > > The Jenkins SW is capable of sending an e-mail, I just tested to two of my > > e-mail addresses. > > But to where should e-mails be sent - lyx-devel-list? > > I would think so, unless

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Christian Ridderström
On 19 January 2017 at 03:53, Pavel Sanda wrote: > Christian Ridderström wrote: > > The Jenkins SW is capable of sending an e-mail, I just tested to two of > my > > e-mail addresses. > > But to where should e-mails be sent - lyx-devel-list? > > I would think so, unless other people

Re: [CONFIRMED] Display Problem in Stable with \notin, etc.

2017-01-19 Thread Jean-Marc Lasgouttes
Le 18/01/2017 à 19:23, Enrico Forestieri a écrit : I am not completely sure what this styleName thing does. Is it mac/windows only? No, it is platform independent. For example, if you ask for a font with name cmsy10, Qt would pick the first cmsy10.ttf it stumbles upon. This would be

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Jean-Marc Lasgouttes
Le 19/01/2017 à 12:44, Christian Ridderström a écrit : Could someone perhaps ask Maté (?) if he can add ci-...@inria.fr to the devel-list? I did this and he did that. JMarc

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Christian Ridderström
On 19 January 2017 at 09:28, Kornel Benko wrote: > The equivalent target for cmake is called "package_source". The result can > be > LyX-2.3.tar.gz, LyX-2.3.tar.xz, or LyX-2.3.zip > depending on configure parameters. > > e.g. > #cmake .. -DLYX_USE_QT=QT5

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Kornel Benko
Am Donnerstag, 19. Januar 2017 um 15:45:43, schrieb Christian Ridderström > On 19 January 2017 at 09:28, Kornel Benko wrote: > > > The equivalent target for cmake is called "package_source". The result can > > be > > LyX-2.3.tar.gz,

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Christian Ridderström
On 19 January 2017 at 16:30, Kornel Benko wrote: > > # Change directory to folder with cloned LyX repository > > Clone is not needed normally iff used only by cmake. > The cloning is automatically done by the CI server / CI job, pulling the latest changes from git.lyx.org. >

Re: Q: Should the CI-job also e-mail individuals who last committed to a broken build?

2017-01-19 Thread Pavel Sanda
Christian Ridderström wrote: > When a CI job is using e-mail notifications, there's an option to in > addition to e-mailing the devel-list, also e-mail individuals who recently > committed. Do we want that? I think it's better to use only lyx-devel and let people sort it out rather than spam

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Christian Ridderström
On 19 January 2017 at 20:57, Pavel Sanda wrote: > > If you want test cmake as well you can, but please run autotools, I am > going to debug > primarily that. > I actually wanted to test building with Qt5, but I couldn't (easily) get it to work with autotools... I assume I'm

Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #4

2017-01-19 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/4/-- [...truncated 113 lines...] -- Looking for include file stdlib.h -- Looking for include file stdlib.h - found -- Looking for include file sys/stat.h -- Looking for include file

Re: Test email #5

2017-01-19 Thread Christian Ridderström
FYI, this was an e-mail from the CI server (which runs the software called "Jenkins") which I sent to verify that the CI server is now able to mail the lyx-devel-list. /Christian PS. I'll now configure one of the CI jobs to mail the devel-list when the jobs fails, and I'll also make the job fail

Q: Should the CI-job also e-mail individuals who last committed to a broken build?

2017-01-19 Thread Christian Ridderström
Hi, When a CI job is using e-mail notifications, there's an option to in addition to e-mailing the devel-list, also e-mail individuals who recently committed. Do we want that? Note: The CI server will extract the e-mail addresses of the individiuals from the Git commits. /Christian PS. Here's

Re: Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #4

2017-01-19 Thread Christian Ridderström
FYI, I forced this build to fail intentionally to trigger this e-mail (I SSH'd to the CI worker and deleted the src/-folder while CMake was running...). I'll for now activate e-mails to the devel-list for the two jobs that builds from master. /Christian On 19 January 2017 at 23:32,

Jenkins build is back to normal : Build branch "master" » ubuntu-latest-qt5-cmake #5

2017-01-19 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/5/

Re: Q: Should the CI-job also e-mail individuals who last committed to a broken build?

2017-01-19 Thread Christian Ridderström
On 19 January 2017 at 23:58, Pavel Sanda wrote: > Christian Ridderström wrote: > > When a CI job is using e-mail notifications, there's an option to in > > addition to e-mailing the devel-list, also e-mail individuals who > recently > > committed. Do we want that? > > I think it's

Test email #5

2017-01-19 Thread ci-lyx
This is test email #5 sent from Jenkins

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Pavel Sanda
Christian Ridderström wrote: > On 19 January 2017 at 09:28, Kornel Benko wrote: > > > The equivalent target for cmake is called "package_source". The result can > > be > > LyX-2.3.tar.gz, LyX-2.3.tar.xz, or LyX-2.3.zip > > depending on configure parameters. > > > > e.g. >

undefined reference to `lyx::theCiteEnginesList

2017-01-19 Thread Pavel Sanda
Maybe this is related to the recent work on citations? make check ... CXXLD check_layout check_layout-TextClass.o: In function `lyx::getDocumentClass(lyx::LayoutFile const&, lyx::LayoutModuleList const&, lyx::LayoutModuleList const&, bool)': lyx/devel/src/TextClass.cpp:1706: undefined

Auto-Re: undefined reference to `lyx::theCiteEnginesList

2017-01-19 Thread 李虎
邮件已收到,谢谢。保持联系!

Re: Documentation Question

2017-01-19 Thread Richard Heck
On 01/19/2017 12:28 PM, Scott Kostyshak wrote: > On Thu, Jan 19, 2017 at 11:41:34AM -0500, Richard Heck wrote: >> I've added some info to the User Guide in master about defining >> formatted references. If I want to backport this to stable, what is the >> procedure? I presumably should not use

Re: [CONFIRMED] Display Problem in Stable with \notin, etc.

2017-01-19 Thread Richard Heck
On 01/19/2017 02:35 PM, Enrico Forestieri wrote: > On Thu, Jan 19, 2017 at 04:04:15PM +0100, Jean-Marc Lasgouttes wrote: > >> Le 18/01/2017 à 19:23, Enrico Forestieri a écrit : I am not completely sure what this styleName thing does. Is it mac/windows only? >>> No, it is platform

Re: undefined reference to `lyx::theCiteEnginesList

2017-01-19 Thread Pavel Sanda
Pavel Sanda wrote: > Maybe this is related to the recent work on citations? > > make check > ... > CXXLD check_layout > check_layout-TextClass.o: In function `lyx::getDocumentClass(lyx::LayoutFile > const&, lyx::LayoutModuleList const&, lyx::LayoutModuleList const&, bool)': >

monolithic build broken

2017-01-19 Thread Pavel Sanda
In the rise of possible automatic testing I gave a shot to monolithic builds (i.e. ./configure --enable-monolithic-build) and the was the first err in case it rings bell to someone: In file included from liblyxqt4.cpp:99:0: Menus.cpp: In member function 'void

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Pavel Sanda
Christian Ridderström wrote: > I actually wanted to test building with Qt5, but I couldn't (easily) get it > to work with autotools... > I assume I'm either missing some dependencies or I'm not using correct > arguments to e.g. ./configure. If you have all deps, then configure needs --enable-qt5.

Re: System for continuous integration (CI) of LyX master branch, compiled on Ubuntu

2017-01-19 Thread Pavel Sanda
Pavel Sanda wrote: > > However, I expect that this job will fail like before, but at least the job > > is setup. > > Yes, it will, hopefully we will get this fixed within next few days. distcheck works for me right now. Pavel

Auto-Re: monolithic build broken

2017-01-19 Thread 李虎
邮件已收到,谢谢。保持联系!

Re: [CONFIRMED] Display Problem in Stable with \notin, etc.

2017-01-19 Thread Enrico Forestieri
On Thu, Jan 19, 2017 at 04:04:15PM +0100, Jean-Marc Lasgouttes wrote: > Le 18/01/2017 à 19:23, Enrico Forestieri a écrit : > > > I am not completely sure what this styleName thing does. Is it mac/windows > > > only? > > > > No, it is platform independent. For example, if you ask for a font with

Re: Documentation Question

2017-01-19 Thread Scott Kostyshak
On Thu, Jan 19, 2017 at 11:41:34AM -0500, Richard Heck wrote: > I've added some info to the User Guide in master about defining > formatted references. If I want to backport this to stable, what is the > procedure? I presumably should not use change tracking there, right? > What about

Documentation Question

2017-01-19 Thread Richard Heck
I've added some info to the User Guide in master about defining formatted references. If I want to backport this to stable, what is the procedure? I presumably should not use change tracking there, right? What about translations? Richard