Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"make distcheck" fails on synfig-core #3063

Open
morevnaproject opened this issue May 6, 2023 · 4 comments
Open

"make distcheck" fails on synfig-core #3063

morevnaproject opened this issue May 6, 2023 · 4 comments

Comments

@morevnaproject
Copy link
Member

I started preparing 1.5.2 release, but hit the following error when running autobuild/synfigstudio-release.sh script (the error happens after "make distcheck" command in synfig-core) -

...
make[3]: Leaving directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/examples'
make[2]: Leaving directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/examples'
Making check in po
make[2]: Entering directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../../po /usr/bin/intltool-update --gettext-package synfig --pot
rm -f missing notexist
srcdir=../../../po /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[2]: Leaving directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/po'
Making check in test
make[2]: Entering directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/test'
make  angle benchmark bezier bline bone clock filesystem_path keyframe node pen reference_counter string surface_etl
make[3]: Entering directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/test'
  CXX      angle.o
  CXX      benchmark.o
  CXX      hermite.o
  CXX      bline.o
../../../test/hermite.cpp:29:10: fatal error: test_base.h: No such file or directory
 #include "test_base.h"
          ^~~~~~~~~~~~~
compilation terminated.
../../../test/angle.cpp:30:10: fatal error: test_base.h: No such file or directory
 #include "test_base.h"
          ^~~~~~~~~~~~~
compilation terminated.
Makefile:789: recipe for target 'hermite.o' failed
make[3]: *** [hermite.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:789: recipe for target 'angle.o' failed
make[3]: *** [angle.o] Error 1
../../../test/bline.cpp:36:10: fatal error: test_base.h: No such file or directory
 #include "test_base.h"
          ^~~~~~~~~~~~~
compilation terminated.
Makefile:789: recipe for target 'bline.o' failed
make[3]: *** [bline.o] Error 1
make[3]: Leaving directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/test'
Makefile:1148: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub/test'
Makefile:687: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/konstantin/sources/synfig/_release/synfig-core/synfig-1.5.1/_build/sub'
Makefile:893: recipe for target 'distcheck' failed
make: *** [distcheck] Error 1
@rodolforg
Copy link
Contributor

rodolforg commented May 6, 2023

I started preparing 1.5.2 release,

Please wait for one PR I need to propose. The master branch has an issue about the Toolbox panel not being properly responsive. For example, if user presses a Tool shortcut (e.g. E, for circle), the Circle tool button does not toggle.

@rodolforg
Copy link
Contributor

rodolforg commented May 6, 2023

Please wait for one PR I need to propose.

Done.
PR #3067

And please take a look at PR #3066 too :)

rodolforg added a commit to rodolforg/synfig that referenced this issue May 7, 2023
rodolforg added a commit to rodolforg/synfig that referenced this issue May 7, 2023
@rodolforg
Copy link
Contributor

Is this issue fixed by #3069?

@rodolforg
Copy link
Contributor

@morevnaproject ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants