apache.org/httpd & apr-util --includedir fix#1798
Conversation
PR Summary
|
|
Hm strange 🧐 Everything worked on my mac. |
|
that fact that's it's trying to make directories that already exist suggest that the concurrency could be at issue. try make without |
|
Something wrong |
|
That's similar to what I was getting for Makes me wonder if GitHub's GraphQL endpoint it ailing; except that it works locally. GHA might be more susceptible to a slow endpoint (or it might be getting different responses than we). |
|
That said, the fix in that PR fixes |
Wow, it worked. 🥳 Thank you, I would spend a lot of time to find this solution |
|
That basically means that the makefile isn't set up with all the correct dependencies, since it's can parallelize something that needs to be concurrent. |
|
I was curious why apachectl wasn't listed in the provides section. I use apachectl on all of my web servers. I also know it's easy to get around this error by specifying the config on the cli, but by default running httpd produces this error. |
Yes indeed you are right, thanks. I will fix 🤓 |
closed #333