fix ranlib (libtool) can't rename file #126

Open
philippe44 wants to merge 3 commits from philippe44/master into master
philippe44 commented 2022-10-21 12:27:26 -05:00 (Migrated from github.com)

rename() will fail at least on ranlib (libtool.c) when used on non-local filesystems because the memory map was not released

rename() will fail at least on ranlib (libtool.c) when used on non-local filesystems because the memory map was not released
philippe44 commented 2023-07-29 06:07:01 -05:00 (Migrated from github.com)

No interest in that PR ?

No interest in that PR ?
tpoechtrager commented 2023-07-29 08:32:31 -05:00 (Migrated from github.com)

I can't do much testing right now. I'd have to blindly merge it.

I can't do much testing right now. I'd have to blindly merge it.
philippe44 commented 2023-07-29 09:05:17 -05:00 (Migrated from github.com)

Understood - Let me know if I can help in some way, but that's not very important anyway as I guess most people build on local FS (which makes sense ...)

Understood - Let me know if I can help in some way, but that's not very important anyway as I guess most people build on local FS (which makes sense ...)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin philippe44/master:philippe44/master
git switch philippe44/master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff philippe44/master
git switch philippe44/master
git rebase master
git switch master
git merge --ff-only philippe44/master
git switch philippe44/master
git rebase master
git switch master
git merge --no-ff philippe44/master
git switch master
git merge --squash philippe44/master
git switch master
git merge --ff-only philippe44/master
git switch master
git merge philippe44/master
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
miles/cctools-port!126
No description provided.