I can't build gegl anymore...
This discussion is connected to the gimp-developer-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.
I can't build gegl anymore... | Marco Ciampa via gimp-developer-list | 31 Oct 06:48 |
I can't build gegl anymore... | Shlomi Fish | 31 Oct 08:45 |
I can't build gegl anymore... | Marco Ciampa via gimp-developer-list | 31 Oct 10:34 |
I can't build gegl anymore... | Øyvind Kolås | 31 Oct 08:48 |
I can't build gegl anymore...
Dear devs,
I can't build GEGL anymore...
This is the error...
make[2]: Leaving directory '/home/marco/git/gnome/gegl/perf'
Making all in po
make[2]: Entering directory '/home/marco/git/gnome/gegl/po'
make[2]: *** No rule to make target 'all'. Stop.
make[2]: Leaving directory '/home/marco/git/gnome/gegl/po'
Makefile:629: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/marco/git/gnome/gegl'
Makefile:536: recipe for target 'all' failed
make: *** [all] Error 2
It seems it has to do with the po generation ... in the po dir Makefile is not build and it is therfore it is missing ... what can I do?
TIA
Regards,
--
Marco Ciampa
I know a joke about UDP, but you might not get it.
------------------------
GNU/Linux User #78271 FSFE fellow #364
------------------------
I can't build gegl anymore...
Hi Marco,
On Tue, 31 Oct 2017 07:48:43 +0100 Marco Ciampa via gimp-developer-list wrote:
Dear devs,
I can't build GEGL anymore...
This is the error...
GEGL builds, tests, and installs fine here (Mageia v7 x86-64) using this script
-
https://github.com/shlomif/shlomif-computer-settings/blob/master/shlomif-settings/build-scripts/build/gimp-git-all-deps.bash .
I am on commit 006b898da49f9139907c6dbb63575b25e05b970d . Can you try cleaning up your working tree and try rebuilding again? Also - which system are you running?
Regards,
make[2]: Leaving directory '/home/marco/git/gnome/gegl/perf' Making all in po
make[2]: Entering directory '/home/marco/git/gnome/gegl/po' make[2]: *** No rule to make target 'all'. Stop. make[2]: Leaving directory '/home/marco/git/gnome/gegl/po' Makefile:629: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/marco/git/gnome/gegl' Makefile:536: recipe for target 'all' failed make: *** [all] Error 2It seems it has to do with the po generation ... in the po dir Makefile is not build and it is therfore it is missing ... what can I do?
TIA
Regards,
--
Marco Ciampa
I know a joke about UDP, but you might not get it.
------------------------
GNU/Linux User #78271 FSFE fellow #364
------------------------
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list
----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ http://www.shlomifish.org/lecture/C-and-CPP/bad-elements/ Knuth is not God! God has already released TeX version 4.0. — http://www.shlomifish.org/humour/bits/facts/Knuth/ Please reply to list if it's a mailing list post - http://shlom.in/reply .
I can't build gegl anymore...
Most probably related to this commit:
commit 37262520be05d3903d142c6cfe655bc727596ded
Author: Niels De Graef
Date: Sun Oct 15 12:50:34 2017 +0200
Migrated from intltool to GNU gettext.
Signed-off-by: Niels De Graef
----
do you have gettext installed?
/pippin
On Tue, Oct 31, 2017 at 7:48 AM, Marco Ciampa via gimp-developer-list wrote:
Dear devs,
I can't build GEGL anymore...
This is the error...make[2]: Leaving directory '/home/marco/git/gnome/gegl/perf' Making all in po
make[2]: Entering directory '/home/marco/git/gnome/gegl/po' make[2]: *** No rule to make target 'all'. Stop. make[2]: Leaving directory '/home/marco/git/gnome/gegl/po' Makefile:629: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/marco/git/gnome/gegl' Makefile:536: recipe for target 'all' failed make: *** [all] Error 2It seems it has to do with the po generation ... in the po dir Makefile is not build and it is therfore it is missing ... what can I do?
TIA
Regards,
--
Marco Ciampa
I know a joke about UDP, but you might not get it.
------------------------
GNU/Linux User #78271 FSFE fellow #364
------------------------
_______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list
I can't build gegl anymore...
On Tue, Oct 31, 2017 at 10:45:34AM +0200, Shlomi Fish wrote:
Hi Marco,
On Tue, 31 Oct 2017 07:48:43 +0100 Marco Ciampa via gimp-developer-list wrote:
Dear devs,
I can't build GEGL anymore...
This is the error...GEGL builds, tests, and installs fine here (Mageia v7 x86-64) using this script -
https://github.com/shlomif/shlomif-computer-settings/blob/master/shlomif-settings/build-scripts/build/gimp-git-all-deps.bash .I am on commit 006b898da49f9139907c6dbb63575b25e05b970d . Can you try cleaning up your working tree and try rebuilding again? Also - which system are you running?
Regards,
make[2]: Leaving directory '/home/marco/git/gnome/gegl/perf' Making all in po
make[2]: Entering directory '/home/marco/git/gnome/gegl/po' make[2]: *** No rule to make target 'all'. Stop. make[2]: Leaving directory '/home/marco/git/gnome/gegl/po' Makefile:629: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/marco/git/gnome/gegl' Makefile:536: recipe for target 'all' failed make: *** [all] Error 2It seems it has to do with the po generation ... in the po dir Makefile is not build and it is therfore it is missing ... what can I do?
TIA
Regards,
Seen now:
./autogen.sh
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
file requires the infrastructure from gettext-0.19.8 but this version
is older. Please upgrade to gettext-0.19.8 or newer.
autopoint: *** Stop.
Mine (Ubuntu 16.04-64):
gettext --version gettext (GNU gettext-runtime) 0.19.7
----
Really? From .7 to .8 incompatibility issues? How the .n version numbering is for I wonder !!!!
Sorry for the noise ...
Marco Ciampa I know a joke about UDP, but you might not get it. ------------------------ GNU/Linux User #78271 FSFE fellow #364 ------------------------