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

Root Makefile errors #475

Open
Pysis868 opened this issue Dec 13, 2022 · 0 comments
Open

Root Makefile errors #475

Pysis868 opened this issue Dec 13, 2022 · 0 comments

Comments

@Pysis868
Copy link

Pysis868 commented Dec 13, 2022

Expected behavior

Make success messages.
Directory created.
Any supporting blocks compiled.

Actual behavior

Make error message.
Directory not created.
Any supporting blocks not compiled?

i3blocks config relevant to blocklet(s)

N/A

Output of blocklet(s) when run from command line

N/A

Output of any relevant other commands that might help diagnostics

> make --debug --trace
GNU Make 4.3
Built for x86_64-redhat-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating makefiles....
Makefile:20: target 'Makefile' does not exist
install -m755 Makefile $HOME/.local/libexec/i3blocks
install: cannot create regular file '$HOME/.local/libexec/i3blocks': No such file or directory
make: *** [Makefile:20: Makefile] Error 1

> find "$HOME/.local" -maxdepth 1 -iname 'libexec*'

> neofetch
OS: Fedora release 37 (Thirty Seven) x86_64
Kernel: 6.0.8-300.fc37.x86_64
Shell: fish 3.5.1
WM: i3
Terminal: gnome-terminal

Tried getting better target trace information, but not seeing much.
Should be all, build, $(_MAKEBLOCKS), the make commands, but seems to go straight to _BLOCKS. Even clean breaks the same way.

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