-
Notifications
You must be signed in to change notification settings - Fork 63
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
add official bzip2 and curl pc files names #25
Conversation
Thank you for your contribution. I'd like to push the changes you are proposing to the (upstream) Mercurial repository. For that, I'd need your name and a valid email address. Could you please share that information? |
May I propose a different PR that everytime user will make a PR here, it will trigger the ci? |
I don't know yet when I'll be able to push your changes. I'll try to do it some time this week. |
Thank you! |
I slightly adapted your changes to Octave's coding style, added GNU-style commit messages and pushed the patches with you as the author upstream. They should be appearing shortly in this repository. Thanks again for your contribution. |
* configure.ac: The pkg-config file for the bzip2 library is named "bzip2.pc". See: #25
* configure.ac: The pkg-config file for the curl library is named "libcurl.pc". See: #25
That appears broke readline on MacOS. |
I don't have macos to test octave on it. In the discussion you found working solution:
https://savannah.gnu.org/bugs/?66745#comment5 I am not sure how to tell configure to detect correctly the path for pkg config path. |
Taken from discussion.
This curl you compile from source code? |
From the ci:
In the ci, is the curl detected from .pc file? |
If I understand correctly, it is:
I don't know which |
I will add prints |
It must be the system |
I'm not sure they do. If I understood your analysis on Savannah correctly, the issue arises because At the moment, I'm inclined to think that it is an issue with your |
@talrgev kindly confirmed that the
Yet,
So, the issue that @dasergatskov is seeing is likely something local to his system. |
add official bzip2 pc file name:
https://gitlab.com/federicomenaquintero/bzip2/-/blob/master/bzip2.pc.in?ref_type=heads
Add official curl pc file name
https://github.com/curl/curl/blob/master/libcurl.pc.in