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

Typo in configure script line 535, confusing libbson error message #162

Closed
telerman opened this issue Jul 9, 2020 · 7 comments · Fixed by #171
Closed

Typo in configure script line 535, confusing libbson error message #162

telerman opened this issue Jul 9, 2020 · 7 comments · Fixed by #171
Labels
type:bug Something's broken!

Comments

@telerman
Copy link

telerman commented Jul 9, 2020

In case libbson-devel is not installed (or version mismatch) the error message says:
libnson not found. Install its header files.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.90. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the type:bug Something's broken! label Jul 9, 2020
@ThomasAdam
Copy link
Member

Hi @telerman,

Thanks for spotting this. Surely you can send a pull request through to fix this? :-)

@telerman
Copy link
Author

telerman commented Jul 9, 2020

Hi @ThomasAdam
Thanks for reply.
I'll be glad to fix it, but I'm pretty new in such projects in Github and I'm not familiar with pull requests policies. Should I create a branch? How should the change be merged to master? Could you please instruct me or link to a documentation?
Thanks

@ThomasAdam
Copy link
Member

Hi @telerman,

Sure, that's pretty much it. Have a read of:

https://github.com/fvwmorg/fvwm3/blob/master/dev-docs/DEVELOPERS.md#submitting-pull-requests

Let me know if there's anything you need my help with.

@telerman
Copy link
Author

telerman commented Jul 14, 2020 via email

@ThomasAdam
Copy link
Member

Hi @telerman,

So it seems that your origin remote is pointing to fvwmorg's fvwm3 repository -- origin should be pointing to your fork of fvwm3. If you look in ./.git/config in your cloned repository, you should have a section which looks similar to this:

[remote "origin"]
	url = [email protected]:fvwmorg/fvwm3.git
	fetch = +refs/heads/*:refs/remotes/origin/*

Here, the url should match the location of your fork on Github.

@telerman
Copy link
Author

telerman commented Jul 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants