| Summary: | app-admin/apache-tools-2.2.6 does not install dbmmanage | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stefan Schmiedl <s> |
| Component: | New packages | Assignee: | Apache Team - Bugzilla Reports <apache-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
adding dbmmange to PROGRAMS variable
fix for ps warnings |
||
|
Description
Stefan Schmiedl
2008-01-30 10:32:37 UTC
Created attachment 142192 [details, diff]
adding dbmmange to PROGRAMS variable
Applying this patch in a local overlay works for me.
Created attachment 142194 [details, diff]
fix for ps warnings
the script used a "-" for arguments to ps, which my ps does not like.
(In reply to comment #2) > Created an attachment (id=142194) [edit] > fix for ps warnings > > the script used a "-" for arguments to ps, which my ps does not like. This patch should be sent to upstream: dev@httpd.apache.org or http://issues.apache.org/bugzilla/ (In reply to comment #3) > This patch should be sent to upstream: > dev@httpd.apache.org or http://issues.apache.org/bugzilla/ nope, since this is a regresseion from the apache-tools split ... fixed without revbump, please remerge (In reply to comment #4) > (In reply to comment #3) > > This patch should be sent to upstream: > > dev@httpd.apache.org or http://issues.apache.org/bugzilla/ > > nope, since this is a regresseion from the apache-tools split My comment was about the second patch. (In reply to comment #5) > > My comment was about the second patch. > I'm not sure where the bug belongs to, I seem to recall the "-" being used/allowed/required on some unix variants a while ago. Assuming that Gentoo has only one version of ps, removing the "-" might make sense. Especially since the functionality was there, only accompanied by warnings. Feel free to pass it along, if you think it should be. I don't know enough about apache workings to do this. I'm happy that I managed to fix it on the Gentoo level :-) Thanks, s. |