Bug 84648
| Summary: | RPM rebuilding process crashes | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Andres Becerra <anbesan> |
| Component: | rpm-build | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | duchier |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-02-20 15:57:24 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 85346 | ||
| Bug Blocks: | |||
|
Description
Andres Becerra
2003-02-19 23:42:40 UTC
The message
getUname: too many uid's
comes from execeeding an internal table of 1024
possible usernames.
I believe you have a packaging bug, no package should
need more than 1024 user4 id's.
Please, reopen this bug report. The problem that was reported NEVER occurred before and DOES NOT occur for everyone. I and others have successfully invoked rpmbuild --rebuild on the src rpm. Some people, however, have reported this getUname issue. I believe that the problem is with rpmbuild. Please, DO try to reproduce the problem. In all likelyhood, it won't happen for you (if it was a problem with the src rpm, it should). I am the packager for this src rpm, I can work with you and make whatever additional information you need available. What I cannot do, is reproduce the problem. If I could, I would have tried to debug rpmbuild by building from sources and running it under the debugger. There IS a bug in rpm-build causing the problem: See #85346. There seems to ALSO be a packaging problem in that the wrong uid (my name instead of root) gets into the src rpm. My guess is that it is due to effect of login vs non-login root shell. I don't know if that should be considered a bug in rpm, but it sure isn't helping. We never had that problem before. |