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

Unbreak downstream build #35

Merged
merged 2 commits into from Oct 17, 2021
Merged

Unbreak downstream build #35

merged 2 commits into from Oct 17, 2021

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Oct 17, 2021

  • Many Unix distributions set CC for reproducibility
  • build/tiramisu breaks make target dependencies: no-change rebuilds, installation

$ CC=cc gmake
valac --pkg gio-2.0 src/notification.vala src/dbus.vala src/tiramisu.vala -d ./build -o tiramisu
Unknown option -I/usr/include/glib-2.0
Run 'valac --help' to see a full list of available command line options.
error: cc exited with status 256
Compilation failed: 1 error(s), 0 warning(s)
gmake: *** [Makefile:16: tiramisu] Error 1
$ gmake
valac --pkg gio-2.0 src/notification.vala src/dbus.vala src/tiramisu.vala -d ./build -o tiramisu
$ gmake
valac --pkg gio-2.0 src/notification.vala src/dbus.vala src/tiramisu.vala -d ./build -o tiramisu
$ gmake
valac --pkg gio-2.0 src/notification.vala src/dbus.vala src/tiramisu.vala -d ./build -o tiramisu

$ gmake install
[...]
mkdir -p /usr/local/bin
install -Dm755 tiramisu /usr/local/bin/tiramisu
install: tiramisu: No such file or directory
gmake: *** [Makefile:21: install] Error 71
@Sweets Sweets merged commit b3ce1ee into Sweets:master Oct 17, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants