RSS/Atom feed Twitter
Site is read-only, email is disabled

make distcheck

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

make distcheck Roman Joost 29 May 09:20
  make distcheck Ulf-D. Ehlert 29 May 11:33
   make distcheck Roman Joost 30 May 00:11
    make distcheck Ulf-D. Ehlert 31 May 11:08
     make distcheck Ulf-D. Ehlert 02 Jun 18:56
      make distcheck Roman Joost 03 Jun 08:46
       make distcheck Ulf-D. Ehlert 04 Jun 10:57
Roman Joost
2012-05-29 09:20:23 UTC (almost 12 years ago)

make distcheck

Hi,

I'm currently looking a bit puzzled over an error message when running:

make distcheck

The build fails with an error message:

make: *** No rule to make target `stylesheets/plainhtml.xsl.in', needed by `distdir'. Stop.
http://build.node.mooball.net:8080/job/gimp-help-dist-check/4/console

Any ideas why? I checked already the Makefile and my guess is that it is simply not implemented?

Cheers,

Roman Joost
www: http://www.romanofski.de
email: romanofski@gimp.org
Ulf-D. Ehlert
2012-05-29 11:33:33 UTC (almost 12 years ago)

make distcheck

On Tue, May 29, 2012 at 07:20:23PM +1000, Roman Joost wrote:

Hi,

I'm currently looking a bit puzzled over an error message when running:

make distcheck

The build fails with an error message:

make: *** No rule to make target `stylesheets/plainhtml.xsl.in', needed by `distdir'. Stop.
http://build.node.mooball.net:8080/job/gimp-help-dist-check/4/console

Any ideas why? I checked already the Makefile and my guess is that it is simply not implemented?

Our usual autotools problems...
I get

ERROR: files left in build directory after distclean: ./install-sh
./config.guess
./config.sub
./missing
make[1]: *** [distcleancheck] Fehler 1

distcleancheck seems to be the last test, so I assume that stylesheets/plainhtml.xsl.in didn't make any problems:

"config.status: creating stylesheets/plainhtml.xsl"

My tools:

configure: 2.8.0 autoconf: 2.68
automake: 1.11.1

HTH

Ulf

Wenn die Affen katholisch wrden und der Kirche ntzten,
ich bin sicher, sie sprchen einige heilig. - Aber haben
wir denn diesen Fall nicht schon?
		-- Karlheinz Deschner
_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list
Roman Joost
2012-05-30 00:11:15 UTC (almost 12 years ago)

make distcheck

On Tue, May 29, 2012 at 01:33:33PM +0200, Ulf-D. Ehlert wrote:

On Tue, May 29, 2012 at 07:20:23PM +1000, Roman Joost wrote:

Hi,

I'm currently looking a bit puzzled over an error message when running:

make distcheck

The build fails with an error message:

make: *** No rule to make target `stylesheets/plainhtml.xsl.in', needed by `distdir'. Stop.

Our usual autotools problems...
I get

ERROR: files left in build directory after distclean: ./install-sh
./config.guess
./config.sub
./missing
make[1]: *** [distcleancheck] Fehler 1

hmpf ... that is quite different.

distcleancheck seems to be the last test, so I assume that stylesheets/plainhtml.xsl.in didn't make any problems:

"config.status: creating stylesheets/plainhtml.xsl"

My tools:

configure: 2.8.0 autoconf: 2.68
automake: 1.11.1

My tools:
autoconf: 2.68
automake: 1.11.1
confiugre: 2.8.0

Doesn't seem to be that different. I've created a package and checked it. It seem to be all fine. I would be nice to use the distcheck as a verification when doing releases.

Cheers,

Roman Joost
www: http://www.romanofski.de
email: romanofski@gimp.org
Ulf-D. Ehlert
2012-05-31 11:08:08 UTC (almost 12 years ago)

make distcheck

On Wed, May 30, 2012 at 10:11:15AM +1000, Roman Joost wrote:

On Tue, May 29, 2012 at 01:33:33PM +0200, Ulf-D. Ehlert wrote:

[...]

I get

ERROR: files left in build directory after distclean: ./install-sh
./config.guess
./config.sub
./missing
make[1]: *** [distcleancheck] Fehler 1

hmpf ... that is quite different.

Weird news:

================================================= gimp-help-2.8.0 archives ready for distribution: gimp-help-2.8.0.tar.gz
gimp-help-2.8.0.tar.bz2
=================================================

The only difference is the ALL_LINGUAS variable - I reduced the number of languages to

a) "de en fr" failed (distcleancheck!) b) "de en fr it nn" passed!
c) "de en fr" passed!!
d) "de en fr" passed again

With ALL_LINGUAS set to all or nearly all languages:

e) (all) 'ca' failed f) (all but 'ca') 'en_GB' failed g) (all but 'ca', 'en_GB') tbd.

Does this help? ;-)

Ulf

Ich finde es nicht nur schner, sondern auch
ntzlicher, meinem Hund zu folgen als der Obrigkeit.
		-- Karlheinz Deschner
_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list
Ulf-D. Ehlert
2012-06-02 18:56:38 UTC (almost 12 years ago)

make distcheck

I added missing po files and fixed a small bug in quickreference/Makefile.am, now 'make distcheck' succeeds.

'make validate-xx' still failes for a few languages xx; I will check this later.

Ulf

Verdient eine Menschheit, die Trilliarden Tiere
ttet, nicht eben das, was sie dem Tier antut?
		-- Karlheinz Deschner
_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list
Roman Joost
2012-06-03 08:46:43 UTC (almost 12 years ago)

make distcheck

Hi Ulf,

On Sat, Jun 02, 2012 at 08:56:38PM +0200, Ulf-D. Ehlert wrote:

I added missing po files and fixed a small bug in quickreference/Makefile.am, now 'make distcheck' succeeds.

Thank you so much for this.

I've created a 2.8.0 release and updated the web site.

Your changes seem to work well!

http://build.node.mooball.net:8080/job/gimp-help-other-formats/15/console

'make validate-xx' still failes for a few languages xx; I will check this later.

I can put this into Jenkins too if you want. That way we know if something is b0rked, or the distribution got a new set of autotools :)

Cheers,

Roman Joost
www: http://www.romanofski.de
email: romanofski@gimp.org
Ulf-D. Ehlert
2012-06-04 10:57:27 UTC (almost 12 years ago)

make distcheck

Ok, 'make-validate-LANG' should work now for every language, but...

On Sun, Jun 03, 2012 at 06:46:43PM +1000, Roman Joost wrote:

I've created a 2.8.0 release and updated the web site.

...the released glossary files are probably completely useless for 'fi', 'hr', 'lt', 'nl', and 'pl'.
For future releases, I have replaced the glossary.po files with new, empty templates.

I can put this into Jenkins too if you want. That way we know if something is b0rked, or the distribution got a new set of autotools :)

Sounds like a good idea to me. Should we add a 'validate-all' target to the Makefile to simplify usage?

Ulf

Wer beleidigt, braucht nicht unrecht haben; es gibt Kpfe, denen
man erst Verstand liefern mte, um sie berzeugen zu knnen.
		-- Karlheinz Deschner
_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list