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 xcursorgen #109

Closed
quozl opened this issue Mar 13, 2019 · 1 comment
Closed

make distcheck fails on xcursorgen #109

quozl opened this issue Mar 13, 2019 · 1 comment
Assignees

Comments

@quozl
Copy link
Contributor

quozl commented Mar 13, 2019

On Ubuntu 16.04, after 62cc314 by @ezequielpereira, the make distcheck step fails with;

config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub'
make  all-recursive
make[2]: Entering directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub'
Making all in cursor
make[3]: Entering directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub/cursor'
Making all in sugar
make[4]: Entering directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub/cursor/sugar'
mkdir -p ../../cursor/sugar/cursors
xcursorgen hand_closed.in ../../cursor/sugar/cursors/hand_closed
Error reading config file!
Makefile:559: recipe for target 'sugar.stamp' failed
make[4]: *** [sugar.stamp] Error 1
make[4]: Leaving directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub/cursor/sugar'
Makefile:361: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub/cursor'
Makefile:407: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub'
Makefile:339: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/c/olpc/sugar-artwork/sugar-artwork-0.113/_build/sub'
Makefile:612: recipe for target 'distcheck' failed
make: *** [distcheck] Error 1

Workaround is to use make dist. Building the tar.xz on Ubuntu 18.04 works fine.

@quozl
Copy link
Contributor Author

quozl commented Sep 4, 2019

I've a fix for this.

@quozl quozl self-assigned this Sep 4, 2019
@quozl quozl closed this as completed in 39014c8 Sep 5, 2019
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

1 participant