Re: make distcheck: cannot remove '../../po/lyx.pot'

2017-04-20 Thread Scott Kostyshak
On Thu, Apr 20, 2017 at 04:57:00PM +0200, Jean-Marc Lasgouttes wrote: > Le 01/07/2016 à 03:44, Scott Kostyshak a écrit : > > > I just tried 1.15 with Ubuntu 15.10 and I do get the same error. The > > > mystery remains. > > > > I still see this with current master and Ubuntu 16.04. > > > > Does th

Re: make distcheck: cannot remove '../../po/lyx.pot'

2017-04-20 Thread Jean-Marc Lasgouttes
Le 01/07/2016 à 03:44, Scott Kostyshak a écrit : I just tried 1.15 with Ubuntu 15.10 and I do get the same error. The mystery remains. I still see this with current master and Ubuntu 16.04. Does the following work for anyone on current master? git reset --hard && git clean -xdf && ./autogen.s

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-07-05 Thread Georg Baum
Pavel Sanda wrote: > This was a tough one. distcheck was broken for a while (while showing it's > famous lyx.pot message) and bisecting nowadays master is like walking > through the minefield where bunch of commits do not compile at all or git > gets crazy due to cr-lf mismanagement. I still do n

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-07-04 Thread Scott Kostyshak
On Mon, Jul 04, 2016 at 02:42:47PM -0700, Pavel Sanda wrote: > Scott Kostyshak wrote: > > Does the following work for anyone on current master? > > > > git reset --hard && git clean -xdf && ./autogen.sh && > > ./configure --enable-build-type=pre && > > make && > > make check && > > make distcheck &

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-07-04 Thread Pavel Sanda
Scott Kostyshak wrote: > Does the following work for anyone on current master? > > git reset --hard && git clean -xdf && ./autogen.sh && > ./configure --enable-build-type=pre && > make && > make check && > make distcheck && > echo "GOOD" This was a tough one. distcheck was broken for a while

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-06-30 Thread Scott Kostyshak
On Sat, Jan 23, 2016 at 01:45:58AM -0500, Scott Kostyshak wrote: > On Tue, Jan 12, 2016 at 02:47:35PM +0100, Jean-Marc Lasgouttes wrote: > > Le 12/01/2016 03:51, Scott Kostyshak a écrit : > > > >It would be nice to know what happens with 1.15. Ubuntu 15.10 has 1.15 > > >so I will try to do a fresh

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-28 Thread Kornel Benko
Am Donnerstag, 28. Januar 2016 um 12:08:20, schrieb Scott Kostyshak > On Tue, Jan 12, 2016 at 02:47:35PM +0100, Jean-Marc Lasgouttes wrote: > > Le 12/01/2016 03:51, Scott Kostyshak a écrit : > > >I wonder if the difference in behavior is due to: > > >http://lists.gnu.org/archive/html/automake/201

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-28 Thread Jean-Marc Lasgouttes
I would say that parallel building can be a bad idea. The fact that we have added some dependencies in po/Rules-lyx is probably a factor too, but it is not new to 2.2. JMarc Le 28 janvier 2016 18:08:20 GMT+01:00, Scott Kostyshak a écrit : >On Tue, Jan 12, 2016 at 02:47:35PM +0100, Jean-Marc L

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-28 Thread Scott Kostyshak
On Tue, Jan 12, 2016 at 02:47:35PM +0100, Jean-Marc Lasgouttes wrote: > Le 12/01/2016 03:51, Scott Kostyshak a écrit : > >I wonder if the difference in behavior is due to: > >http://lists.gnu.org/archive/html/automake/2012-07/msg00023.html > > > >That thread is linked to on the main page: > >https:

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-22 Thread Scott Kostyshak
On Tue, Jan 12, 2016 at 02:47:35PM +0100, Jean-Marc Lasgouttes wrote: > Le 12/01/2016 03:51, Scott Kostyshak a écrit : > >It would be nice to know what happens with 1.15. Ubuntu 15.10 has 1.15 > >so I will try to do a fresh install and check it out. Not sure when > >though. > > I just tried it an

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-12 Thread Kornel Benko
Am Dienstag, 12. Januar 2016 um 14:47:35, schrieb Jean-Marc Lasgouttes > Le 12/01/2016 03:51, Scott Kostyshak a écrit : > > I wonder if the difference in behavior is due to: > > http://lists.gnu.org/archive/html/automake/2012-07/msg00023.html > > > > That thread is linked to on the main page: > >

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-12 Thread Jean-Marc Lasgouttes
Le 12/01/2016 03:51, Scott Kostyshak a écrit : I wonder if the difference in behavior is due to: http://lists.gnu.org/archive/html/automake/2012-07/msg00023.html That thread is linked to on the main page: https://www.gnu.org/software/automake/ It is interesting but I fail to see how this could

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-11 Thread Scott Kostyshak
On Thu, Jan 07, 2016 at 01:48:59PM -0800, Pavel Sanda wrote: > Georg Baum wrote: > > Pavel Sanda wrote: > > > > > Scott Kostyshak wrote: > > >> > > >> Can you reproduce now? > > > > > > Nope. Smells like automake/autoconf versions. What is your config? > > > > These versions produce the error f

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-08 Thread Kornel Benko
Am Freitag, 8. Januar 2016 um 21:43:17, schrieb Georg Baum > Scott Kostyshak wrote: > > > On Thu, Jan 07, 2016 at 02:30:58PM -0800, Pavel Sanda wrote: > >> Scott Kostyshak wrote: > >> > > > These versions produce the error for me: > >> > > > > >> > > > $ ./autogen.sh > >> > > > Using automake (

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-08 Thread Georg Baum
Scott Kostyshak wrote: > On Thu, Jan 07, 2016 at 02:30:58PM -0800, Pavel Sanda wrote: >> Scott Kostyshak wrote: >> > > > These versions produce the error for me: >> > > > >> > > > $ ./autogen.sh >> > > > Using automake (GNU automake) 1.14.1 >> > > > Using autoconf (GNU Autoconf) 2.69 >> > > > >>

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-08 Thread Pavel Sanda
Scott Kostyshak wrote: > I do observe this problem on 2.1.x. Cool, so we don't see regression in terms of lyx codebase :) P

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Scott Kostyshak
On Thu, Jan 07, 2016 at 02:30:58PM -0800, Pavel Sanda wrote: > Scott Kostyshak wrote: > > > > These versions produce the error for me: > > > > > > > > $ ./autogen.sh > > > > Using automake (GNU automake) 1.14.1 > > > > Using autoconf (GNU Autoconf) 2.69 > > > > > > > > > > > > Georg > > > > >

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Pavel Sanda
Scott Kostyshak wrote: > > > These versions produce the error for me: > > > > > > $ ./autogen.sh > > > Using automake (GNU automake) 1.14.1 > > > Using autoconf (GNU Autoconf) 2.69 > > > > > > > > > Georg > > > > I have the same, with the error too. > > I have the same as Kornel and Georg. A

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Scott Kostyshak
On Thu, Jan 07, 2016 at 10:59:26PM +0100, Kornel Benko wrote: > Am Donnerstag, 7. Januar 2016 um 22:42:03, schrieb Georg Baum > > > Pavel Sanda wrote: > > > > > Scott Kostyshak wrote: > > >> > > >> Can you reproduce now? > > > > > > Nope. Smells like automake/autoconf versions. What is your co

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Kornel Benko
Am Donnerstag, 7. Januar 2016 um 22:42:03, schrieb Georg Baum > Pavel Sanda wrote: > > > Scott Kostyshak wrote: > >> > >> Can you reproduce now? > > > > Nope. Smells like automake/autoconf versions. What is your config? > > These versions produce the error for me: > > $ ./autogen.sh > Using

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Pavel Sanda
Georg Baum wrote: > Pavel Sanda wrote: > > > Scott Kostyshak wrote: > >> > >> Can you reproduce now? > > > > Nope. Smells like automake/autoconf versions. What is your config? > > These versions produce the error for me: > > $ ./autogen.sh > Using automake (GNU automake) 1.14.1 > Using autoco

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Pavel Sanda
Scott Kostyshak wrote: > > Nope. Smells like automake/autoconf versions. What is your config? > > First part is below. Do you want the whole (long) config.log file? Sorry I just meant these two commands: automake --version autoconf --version P

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Georg Baum
Pavel Sanda wrote: > Scott Kostyshak wrote: >> >> Can you reproduce now? > > Nope. Smells like automake/autoconf versions. What is your config? These versions produce the error for me: $ ./autogen.sh Using automake (GNU automake) 1.14.1 Using autoconf (GNU Autoconf) 2.69 Georg

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Scott Kostyshak
On Thu, Jan 07, 2016 at 01:24:45PM -0800, Pavel Sanda wrote: > Scott Kostyshak wrote: > > --- > > mkdir /tmp/tmp.EI1jW3t6A1 > > cd /path/to/git/repo > > git reset --hard > > git clean -xdf > > ./autogen.sh > > cd /tmp/tmp.EI1jW3t6A1 && /path/to/git/repo/configure > > --enable-build-type=pre --enab

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Pavel Sanda
Scott Kostyshak wrote: > --- > mkdir /tmp/tmp.EI1jW3t6A1 > cd /path/to/git/repo > git reset --hard > git clean -xdf > ./autogen.sh > cd /tmp/tmp.EI1jW3t6A1 && /path/to/git/repo/configure --enable-build-type=pre > --enable-monolithic-build=no > make -j4 > make -j4 check > make -j4 distcheck > echo

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-07 Thread Scott Kostyshak
On Wed, Jan 06, 2016 at 02:22:35PM -0800, Pavel Sanda wrote: > Georg Baum wrote: > > Pavel Sanda wrote: > > > > > Scott Kostyshak wrote: > > >> (although I still don't understand why). I get another instance of the > > >> same error though when using a build directory instead of an in-source > > >

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-06 Thread Pavel Sanda
Georg Baum wrote: > Pavel Sanda wrote: > > > Scott Kostyshak wrote: > >> (although I still don't understand why). I get another instance of the > >> same error though when using a build directory instead of an in-source > >> build. > > > > Recipe? P > > Starting from the top level source directo

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-06 Thread Georg Baum
Pavel Sanda wrote: > Scott Kostyshak wrote: >> (although I still don't understand why). I get another instance of the >> same error though when using a build directory instead of an in-source >> build. > > Recipe? P Starting from the top level source directory: ./autogen.sh mkdir buildtest cd b

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-06 Thread Pavel Sanda
Scott Kostyshak wrote: > (although I still don't understand why). I get another instance of the > same error though when using a build directory instead of an in-source > build. Recipe? P

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-05 Thread Scott Kostyshak
On Tue, Jan 05, 2016 at 08:10:55PM -0800, Pavel Sanda wrote: > Jean-Marc Lasgouttes wrote: > > Le 25/11/2015 08:54, Scott Kostyshak a écrit : > >> Can anyone else reproduce this error from the following command? > >> > >> # make sure no local changes you want to keep in your LyX directory > >> # fi

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-05 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 25/11/2015 08:54, Scott Kostyshak a écrit : >> Can anyone else reproduce this error from the following command? >> >> # make sure no local changes you want to keep in your LyX directory >> # first do 'git reset --hard' >> # then 'git clean -xdf' >> ./autogen.sh && .

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-05 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Le 03/01/2016 13:08, Kornel Benko a écrit : >> I think, we cannot solve it now. As I understand, automake expects that >> the source dir will not be changed, but our po-handling changes not only >> lyx.pot but also all files in the po directory. Lyx.pot is only the fi

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-03 Thread Jean-Marc Lasgouttes
Le 03/01/2016 13:08, Kornel Benko a écrit : I think, we cannot solve it now. As I understand, automake expects that the source dir will not be changed, but our po-handling changes not only lyx.pot but also all files in the po directory. Lyx.pot is only the first one found. Normally, a fresh un

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-03 Thread Kornel Benko
Am Sonntag, 20. Dezember 2015 um 16:39:33, schrieb Scott Kostyshak > On Sat, Dec 19, 2015 at 10:19:59AM -0800, Pavel Sanda wrote: > > Scott Kostyshak wrote: > > > It would be nice to fix this so that we can run all of the compilation > > > tests before releasing beta. > > > > Did you try to bise

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-01-03 Thread Scott Kostyshak
On Sat, Dec 19, 2015 at 12:17:08PM +0100, Georg Baum wrote: > > It would be nice to fix this so that we can run all of the compilation > > tests before releasing beta. > > Definitely. Would you say this should be a beta blocker? If so, what about an alpha blocker? If so, I will make this clear i

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-20 Thread Jean-Marc Lasgouttes
Le 19/12/2015 12:17, Georg Baum a écrit : This code is executed in build-dir/po, so ../../po/lyx.pot points to the file in the source tree. lyx.pot exists and is writable, so the only thing I can imagine is some trickery that tries to forbid writing into the source tree by faking permissions, but

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-20 Thread Scott Kostyshak
On Sat, Dec 19, 2015 at 11:41:02AM +0100, Kornel Benko wrote: > Am Samstag, 19. Dezember 2015 um 05:24:48, schrieb Scott Kostyshak > > > On Tue, Dec 15, 2015 at 12:28:32PM -0500, Scott Kostyshak wrote: > > > On Tue, Dec 15, 2015 at 02:20:50PM +0100, Jean-Marc Lasgouttes wrote: > > > > > > > > I

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-20 Thread Scott Kostyshak
On Sat, Dec 19, 2015 at 10:19:59AM -0800, Pavel Sanda wrote: > Scott Kostyshak wrote: > > It would be nice to fix this so that we can run all of the compilation > > tests before releasing beta. > > Did you try to bisect? Pavel Yes I did this for a previous instance of the error. I bisected on two

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-19 Thread Pavel Sanda
Scott Kostyshak wrote: > It would be nice to fix this so that we can run all of the compilation > tests before releasing beta. Did you try to bisect? Pavel

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-19 Thread Georg Baum
Scott Kostyshak wrote: > I am still seeing the error. I don't know if it is another instance of > it or the same one. Is there anyone that does not see the error that > would be interested in investigating? If so, I will give the precise > steps to reproduce. I get it as well. It seems to be caus

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-19 Thread Kornel Benko
Am Samstag, 19. Dezember 2015 um 05:24:48, schrieb Scott Kostyshak > On Tue, Dec 15, 2015 at 12:28:32PM -0500, Scott Kostyshak wrote: > > On Tue, Dec 15, 2015 at 02:20:50PM +0100, Jean-Marc Lasgouttes wrote: > > > > > > I have no idea why, but the attached patch seems to fix 'make > > > > distc

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-19 Thread Scott Kostyshak
On Tue, Dec 15, 2015 at 12:28:32PM -0500, Scott Kostyshak wrote: > On Tue, Dec 15, 2015 at 02:20:50PM +0100, Jean-Marc Lasgouttes wrote: > > > > I have no idea why, but the attached patch seems to fix 'make > > > distcheck' for me. > > > > > > Can it go in? > > > > It is strange that it can fix

Re: 'make distcheck' fails for me when --disable-nls

2015-12-15 Thread Scott Kostyshak
On Tue, Dec 15, 2015 at 02:31:50PM +0100, Kornel Benko wrote: > Am Dienstag, 15. Dezember 2015 um 07:23:58, schrieb Scott Kostyshak > > > 'make distcheck' fails with --disable-nls. > > > > After applying my patch at > > https://www.mail-archive.com/search?l=mid&q=20151214211415.GA17643%40cotopax

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-15 Thread Scott Kostyshak
On Tue, Dec 15, 2015 at 02:20:50PM +0100, Jean-Marc Lasgouttes wrote: > > I have no idea why, but the attached patch seems to fix 'make > > distcheck' for me. > > > > Can it go in? > > It is strange that it can fix anything. But it should definitely go > in. OK it's in at 7c4a1e16. > Did you

Re: 'make distcheck' fails for me when --disable-nls

2015-12-15 Thread Kornel Benko
Am Dienstag, 15. Dezember 2015 um 07:23:58, schrieb Scott Kostyshak > 'make distcheck' fails with --disable-nls. > > After applying my patch at > https://www.mail-archive.com/search?l=mid&q=20151214211415.GA17643%40cotopaxi > > from the following command > ./autogen.sh && ./configure --enable-b

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-15 Thread Jean-Marc Lasgouttes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 14/12/2015 22:14, Scott Kostyshak a écrit : > On Thu, Dec 10, 2015 at 09:35:57PM +0100, Georg Baum wrote: >> Scott Kostyshak wrote: >> >>> Interesting idea. In this case, a git bisect would be worthless >>> so I will wait before doing it. Is there

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-14 Thread Scott Kostyshak
On Thu, Dec 10, 2015 at 09:35:57PM +0100, Georg Baum wrote: > Scott Kostyshak wrote: > > > Interesting idea. In this case, a git bisect would be worthless so I > > will wait before doing it. Is there a way to test your theory? If we use > > 'touch' to update a file and then try? > > I'd think so.

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-10 Thread Georg Baum
Scott Kostyshak wrote: > Interesting idea. In this case, a git bisect would be worthless so I > will wait before doing it. Is there a way to test your theory? If we use > 'touch' to update a file and then try? I'd think so. Georg

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-10 Thread Jean-Marc Lasgouttes
Le 10/12/2015 03:30, Scott Kostyshak a écrit : On Wed, Dec 09, 2015 at 10:11:53PM +0100, Georg Baum wrote: This is just a shot in the dark, but when I try to compile from a fresh git checkout with autotools, it updates all po and gmo files once, including lyx.pot. This dos not happen anymore for

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-09 Thread Scott Kostyshak
On Wed, Dec 09, 2015 at 10:11:53PM +0100, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > > I run out of ideas and my makefile debugging skills are limited. > > > > Pavel, would you have an idea? > > - make distcheck works on 2.1, not 2.2 > > - --disable-nls does not matter here > > - t

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-09 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I run out of ideas and my makefile debugging skills are limited. > > Pavel, would you have an idea? > - make distcheck works on 2.1, not 2.2 > - --disable-nls does not matter here > - the Makefile.in.in is the same in both cases > - actually everything seems to

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-09 Thread Pavel Sanda
Scott Kostyshak wrote: > > Pavel, would you have an idea? > > - make distcheck works on 2.1, not 2.2 > > I did not realize it worked on 2.1. I still have not confirmed this, but > if it does work for me, I do not mind doing a git bisect. Would that > help? That would help, I might have little bi

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-09 Thread Scott Kostyshak
On Wed, Dec 09, 2015 at 05:06:10PM +0100, Jean-Marc Lasgouttes wrote: > Le 25/11/2015 08:54, Scott Kostyshak a écrit : > >Can anyone else reproduce this error from the following command? > > > ># make sure no local changes you want to keep in your LyX directory > ># first do 'git reset --hard' > >#

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-12-09 Thread Jean-Marc Lasgouttes
Le 25/11/2015 08:54, Scott Kostyshak a écrit : Can anyone else reproduce this error from the following command? # make sure no local changes you want to keep in your LyX directory # first do 'git reset --hard' # then 'git clean -xdf' ./autogen.sh && ./configure --enable-build-type=pre --disable-

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-11-27 Thread Scott Kostyshak
On Fri, Nov 27, 2015 at 02:41:12PM +0100, Jean-Marc Lasgouttes wrote: > Le 25/11/2015 08:54, Scott Kostyshak a écrit : > >rm: cannot remove ‘../../po/lyx.pot’: Permission denied > >Makefile:368: recipe for target 'lyx.pot-update' failed > > > >I wouldn't be surprised if this is something specific t

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-11-27 Thread Jean-Marc Lasgouttes
Le 25/11/2015 08:54, Scott Kostyshak a écrit : rm: cannot remove ‘../../po/lyx.pot’: Permission denied Makefile:368: recipe for target 'lyx.pot-update' failed I wouldn't be surprised if this is something specific to my computer but thought I would check in just to make sure. All I can say for

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-11-25 Thread Scott Kostyshak
On Wed, Nov 25, 2015 at 09:29:28PM +0100, Jean-Marc Lasgouttes wrote: > Le 25/11/2015 08:54, Scott Kostyshak a écrit : > >Can anyone else reproduce this error from the following command? > > > ># make sure no local changes you want to keep in your LyX directory > ># first do 'git reset --hard' > >#

Re: make distcheck: cannot remove '../../po/lyx.pot'

2015-11-25 Thread Jean-Marc Lasgouttes
Le 25/11/2015 08:54, Scott Kostyshak a écrit : Can anyone else reproduce this error from the following command? # make sure no local changes you want to keep in your LyX directory # first do 'git reset --hard' # then 'git clean -xdf' ./autogen.sh && ./configure --enable-build-type=pre --disable-

Re: make distcheck

2007-02-21 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Georg Baum <[EMAIL PROTECTED]> > writes: > > | Andre Poenitz wrote: > | > | > > | > I get hundreds (really) warnings as in > | > > | > ... > | > Warning: Adding nested encoding iso8859-1. > | > Warning: Removing nested encoding iso8859-1. > | > PYTHONPATH=../../lib

Re: make distcheck

2007-02-21 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Andre Poenitz wrote: | | > | > I get hundreds (really) warnings as in | > | > ... | > Warning: Adding nested encoding iso8859-1. | > Warning: Removing nested encoding iso8859-1. | > PYTHONPATH=../../lib/lyx2lyx python -tt | > ../../../trunk/lib/doc/doc_t

Re: make distcheck

2007-02-21 Thread Georg Baum
Andre Poenitz wrote: > > I get hundreds (really) warnings as in > > ... > Warning: Adding nested encoding iso8859-1. > Warning: Removing nested encoding iso8859-1. > PYTHONPATH=../../lib/lyx2lyx python -tt > ../../../trunk/lib/doc/doc_toc.py nb > Warning: Adding nested encoding iso8859-1. > Warn

Re: make distcheck is failing

2007-02-18 Thread José Matos
On Monday 19 February 2007 1:23:03 am Lars Gullik Bjønnes wrote: > Due to stale tests. > > You probably should run "make check" once in a while. (and also add > more tests, perhaps even clever ones instead of the stupid ones I have > added.) I know this, make distcheck has been failing for some

Re: make distcheck not working

2004-05-27 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > | | make distcheck is not working. > | I am getting there, slowly. YES! Finally! Several small fixes... all taking ages to test. Index: mkinstalldirs

Re: make distcheck not working

2004-05-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | lyx2lyx | already has one by the way. Does it? -- Lgb

Re: make distcheck not working

2004-05-27 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: >> >> | make distcheck is not working. >> >> I am getting there, slowly. Doing a "make distcheck" takes time... >> and for a lot of the distcheck stuff you have to run it t

Re: make distcheck not working

2004-05-27 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | make distcheck is not working. > > I am getting there, slowly. Doing a "make distcheck" takes time... > and for a lot of the distcheck stuff you have to run it to > completeion and from the beginning for everythin

Re: make distcheck not working

2004-05-27 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | make distcheck is not working. I am getting there, slowly. Doing a "make distcheck" takes time... and for a lot of the distcheck stuff you have to run it to completeion and from the beginning for everything you fix/test. Anyway, it seems most of

Re: make distcheck

2002-12-16 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I am having a hard time getting "make distcheck" working as it should. | | I'd really like if somebody else could also try one, and see if there | is something obvious that is wrong. | | I'm a bit flummoxed. btw. srcdir == builddir (I do not ex

Re: make distcheck broken

2002-05-03 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] wrote: > On Thu, Apr 25, 2002 at 10:19:23AM +0200, Jean-Marc Lasgouttes wrote: > >>>"adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: >> >>adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes >>adrien> wrote: >> OK, send the config.log (or the

Re: make distcheck broken

2002-04-25 Thread adrien . rebollo
On Thu, Apr 25, 2002 at 10:19:23AM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes > adrien> wrote: > >> OK, send the config.log (or the relevant parts), along with some >

Re: make distcheck broken

2002-04-25 Thread adrien . rebollo
On Thu, Apr 25, 2002 at 10:19:23AM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes > adrien> wrote: > >> OK, send the config.log (or the relevant parts), along with some >

Re: make distcheck broken

2002-04-25 Thread Jean-Marc Lasgouttes
> "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: adrien> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes adrien> wrote: >> OK, send the config.log (or the relevant parts), along with some >> configuration details. >> adrien> I have the same error as John, with autoco

Re: make distcheck broken

2002-04-18 Thread John Levon
On Thu, Apr 18, 2002 at 07:49:22PM +0200, Jean-Marc Lasgouttes wrote: > I have not tried that for a long time. What compiler is that? If it > does really fussy C++ standard stuff (like compaq cxx), then it will gcc 2.96-85, Linux x86 regards john -- "Be advised. Your bedroom may quietly detac

Re: make distcheck broken

2002-04-18 Thread adrien . rebollo
On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes wrote: > > OK, send the config.log (or the relevant parts), along with some > configuration details. > I have the same error as John, with autoconf 2.52 and automake 1.5 I join the config.log, gzipped because it's big. Adrien Rebol

Re: make distcheck broken

2002-04-18 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes John> wrote: make distcheck with 2.52 + automake 1.5 fails, somehow John> neither HAVE_MKSTEMP or HAVE_MKTEMP get defined so it #error's John> in src/support/tempname.C >>

Re: make distcheck broken

2002-04-18 Thread John Levon
On Thu, Apr 18, 2002 at 06:02:01PM +0200, Jean-Marc Lasgouttes wrote: > John> make distcheck with 2.52 + automake 1.5 fails, somehow neither > John> HAVE_MKSTEMP or HAVE_MKTEMP get defined so it #error's in > John> src/support/tempname.C > > OK, send the config.log (or the relevant parts), along

Re: make distcheck broken

2002-04-18 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Apr 18, 2002 at 12:03:34PM +0200, Jean-Marc Lasgouttes John> wrote: >> It is more than compatibility hacks. It is supposed to work >> perfectly with autoconf 2.52, as far as I am concerned (minus the >> ac2.52 bugs). Ac 2.53 is

Re: make distcheck broken

2002-04-18 Thread John Levon
On Thu, Apr 18, 2002 at 12:03:34PM +0200, Jean-Marc Lasgouttes wrote: > It is more than compatibility hacks. It is supposed to work perfectly > with autoconf 2.52, as far as I am concerned (minus the ac2.52 bugs). > Ac 2.53 is a different story, since it dropped the ac2.13 > compatibility stuff.

Re: make distcheck broken

2002-04-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> | It is more than compatibility hacks. It is supposed to work | Lars> perfectly | with autoconf 2.52, as far as I am concerned (minus | Lars> the ac2.52 bugs). | Ac 2.53 is

Re: make distcheck broken

2002-04-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | It is more than compatibility hacks. It is supposed to work Lars> perfectly | with autoconf 2.52, as far as I am concerned (minus Lars> the ac2.52 bugs). | Ac 2.53 is a different story, since it Lars> dropped the ac2.13 | com

Re: make distcheck broken

2002-04-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> We have not switched to using autoconf 2.5x in lyx yet, we are | Lars> still very much 2.13 based even if J-M have put in some | Lars> compatability hacks. > | It is more th

Re: make distcheck broken

2002-04-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> We have not switched to using autoconf 2.5x in lyx yet, we are Lars> still very much 2.13 based even if J-M have put in some Lars> compatability hacks. It is more than compatibility hacks. It is supposed to work perfectly with