-
Notifications
You must be signed in to change notification settings - Fork 236
Conversation
Codecov Report
@@ Coverage Diff @@
## master #737 +/- ##
=========================================
- Coverage 64.28% 61.4% -2.89%
=========================================
Files 393 392 -1
Lines 21082 21003 -79
=========================================
- Hits 13553 12897 -656
- Misses 7529 8106 +577
Continue to review full report at Codecov.
|
Thanks for this bug report and pull request. Can you please report the exact error message that you see without this patch applied? Which distribution of Linux and version of flock are you using? Please report the output of |
error message without patch
my linux is suse 10.1 32bit flock --version
flock
brew config
|
On Ubuntu 16.04…
Please report |
and I have no administrator permissions. |
I'm not familiar with SUSE's package management system. Are you able to determine which package provides the executable |
it's util-linux@2.12r |
SUSE 10.1 was released in 2006 and is now 12 years old. I'm afraid that we do not have the time available to support distributions of Linux that are this old. Are you able to use a newer distribution of Linux? Ubuntu supports their long-term-support (LTS) releases for five years. That's roughly also the age of distributions that we aim to support in Linuxbrew. You can if you like maintain this patch locally by committing it to your |
We're currently in the process of merging Linuxbrew/brew into Homebrew/brew (see #612). For that reason, I'm only merging PRs into Linxubrew/brew that would also be acceptable for eventual inclusion into Homebrew/brew. |
brew style
with your changes locally?brew tests
with your changes locally?some old flock has no
-n
flags which may cause flock failed in brew.so I use python's flock first which has more stable performance across platform