what if I wanted to laugh at a funny Linux meme, but see a whingefest with a screenshot of a terminal
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
There is always more information. Error 2 just means the make script couldn't finish I think. Scroll up :)
It's quite a bad UX, but generally error 2 from make means the called program resulted into an error.
Usually this is accompanied with another error somewhere up the log. Multiple cores can make this a challenge to scan the log for however, so maybe try compiling without the -j
argument, that should get the actual error closer to the end.
From my experience, it's usually an outdated config for the kernel (like using a config for 5.1 while compiling 6.7) or a missing dependency. However the real error will be somewhere among the logs, who knows, maybe it's a missing processor instruction (it's really bad UX).
In C exit codes are numbers, in the Makefile it says line nΒ° 2014, error 2 probably has some kind of special meaning, you could take a look and search from there.
Look at the build output for the error. Run the build again with "-j1" if neccessary.
Also, try searching the web before crying on social media. If you can't solve your problems without being spoon-fed then GNU/Linux probably isn't for you.
Also, try searching web before crying on social media. If you can't solve your problems by searching the web then GNU/Linux probably isn't for you.
Sheesh, let them be frustrated already. Besides, asking for help is totally valid.
Yeha, but you can ask for help without taking a shit on the effort of thousands of engineers.
If you're using a whole kernel for free, at least be nice when very deep technical things that you clearly don't understand don't go as you expected.
It's called having etiquette
Yeha, but you can ask for help without taking a shit on the effort of thousands of engineers.
I doubt OP thought, 'I'm going to take a shit on thousands of engineers.' It's okay to not know what to do, including asking for help. If they don't know what to do with "error 2," they're obviously lost. This unwelcoming attitude to newcomers is a big problem, and in my opinion, it's probably best not to contribute to it.
You can rephrase what you're saying and provide better help to someone who's completely lost in a much more polite and informative way. It's better for everyone.
He's the one who should ask for help nicely.
- He's the one asking for help.
- This is a 100% free and extremely complex piece of technology built by very smart people, so chances are that he is the problem and not the kernel.
- Always be nice, even if the product is the problem. Specially when it is given to you for free.
- People are answering to him with the same attitude he used to ask for help. You get what you give.
Imagine you clean your friend's house for free because you're a good friend. 2 hours later he calls you and says "What the fuck am I supposed to do with the shoes you forgot to pick from the living room?".
Can you even call that asking for help? He's clearly just bitching.
Did you not read his post? He is absolutely taking a shit on all the engineers. You can ask for help without cursing at and insulting the work of the engineers.
I'm giving them a little empathy because they are frustrated; that's all. We've all been there.
unwelcoming attitude to newcomers
There isn't an unwelcoming attitude to newcomers, there's an unwelcoming attitude to idiots.