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

Build error: Makefile:8: *** missing separator. Stop #12

Open
barracuda156 opened this issue Jan 14, 2024 · 3 comments
Open

Build error: Makefile:8: *** missing separator. Stop #12

barracuda156 opened this issue Jan 14, 2024 · 3 comments

Comments

@barracuda156
Copy link

Something seems wrong with Makefile syntax:

--->  Building libsamcpp
Executing:  cd "/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_net_libsamcpp/libsamcpp/work/i2psam-49182ee50208baaa94fd43ec25220e87e4c2b00f" && /usr/bin/make -j8 -w libi2psam.a CC="/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_net_libsamcpp/libsamcpp/work/compwrap/cc/usr/bin/clang" CXX="/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_net_libsamcpp/libsamcpp/work/compwrap/cxx/usr/bin/clang++" OBJC="/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_net_libsamcpp/libsamcpp/work/compwrap/objc/usr/bin/clang" OBJCXX="/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_net_libsamcpp/libsamcpp/work/compwrap/objcxx/usr/bin/clang++" INSTALL="/usr/bin/install -c" 
make: Entering directory `/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_net_libsamcpp/libsamcpp/work/i2psam-49182ee50208baaa94fd43ec25220e87e4c2b00f'
Makefile:8: *** missing separator.  Stop.
@preland
Copy link

preland commented Sep 14, 2024

I ran into this issue: there should be tabs in front of lines 8 and 15, but for me it was four spaces

This might be the result of some user setting, so I'm not sure if the file needs to actually be changed or not

@barracuda156
Copy link
Author

Given that this nearly never happens (we build thousands of ports in MacPorts), I am pretty sure this is a bug to be fixed and not an outcome of a user setting.

@eyedeekay
Copy link
Contributor

Sorry about that, I've had issues with thousands of irrelevant github notifications and yours got buried in the avalanche. So, yeah, there are some spaces instead of tabs, which is very weird. Git blame says it's been there for ages. I changed it on the master branch. If it works we'll tag it.

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

3 participants