-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
mtr: Fix compile with libcap #6560
Conversation
This fixes the compile, but you also need to adjust the makefile to install mtr-packet. Also, the version comes up as unknown for some reason root@rooter:~# mtr -v |
I don't maintain mtr. But I will fix those issues in a few hours. |
b83ab1d
to
b7278c8
Compare
Fixed the first issue. I don't think I fixed the second as it depends on the actual git repository being present. I tried switching to the official tarball but that just gave an error saying wrong version of automake. |
Selecting libcap in addition to mtr causes it to error with Package mtr is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Rosen Penev <[email protected]>
Can you please merge this pull request? |
Ask @hnyman |
@hnyman Thx! Works. :) |
This PR should not have been merged for various reasons: Please do proper reviews, especially if you merge PRs without maintainer approval! |
We have a growing problem of disappearing maintainers. In general, if there are PRs from regular submitters, there is maintainer timeout, the commit works in Travis, I have not been too picky on the coding style lately. Too many missing maintainers, even from among the Openwrt main repo committers... It is really disappointing to PR authors that there is no action regarding their PRs. Feel free to take part of reviewing and merging PRs. I can gladly stop participating in doing that and will let you handle the pile ;-) |
Second. Related: #6584 Patch vs. CONFIGURE_VARS was due to my unfamiliarity with autotools. The proper solution is to make it configurable, which I gave up on after failing. I am not an mtr user and as such, I do not see the value in adding a new dependency. |
Selecting libcap in addition to mtr causes it to error with
Package mtr is missing dependencies for the following libraries:
libcap.so.2
Signed-off-by: Rosen Penev [email protected]
Maintainer: @jmccrohan
Compile tested: ar71xx