Bug 205339
| Summary: | libc-client-debuginfo contains symlinks to a buildroot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Radek Bíba <rbiba> | ||||
| Component: | libc-client | Assignee: | Joe Orton <jorton> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | jorton | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2004g-3 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-11-15 13:19:19 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: | 204435 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Radek Bíba
2006-09-06 06:51:46 UTC
Well, a custom-built package has an analogical issue: lrwxrwxrwx 1 root root 56 Sep 6 08:55 /usr/src/debug/imap-2004g/c-client/auth_gss.c -> /usr/src/redhat/BUILD/imap-200 4g/src/c-client/auth_gss.c lrwxrwxrwx 1 root root 56 Sep 6 08:55 /usr/src/debug/imap-2004g/c-client/auth_log.c -> /usr/src/redhat/BUILD/imap-200 4g/src/c-client/auth_log.c ... I'd say this is a find-debuginfo.sh bug, it should dereference those symlinks when populating /usr/src/redhat. Created attachment 135661 [details]
proposed patch for find-debuginfo.sh
(I meant /usr/src/debug of course in comment 2). Above patch does that. Thanks for narrowing the problem down, Joe. However, I'd rather leave this report filed against libc-client. The original bug, which was filed against brew, should be reassigned to rpm (I'll do it), it's a tracker bug for this debuginfo issue already, and this one should be closed once rpm is fixed AND libc-client is rebuilt. Rebuilt to pick up find-debuginfo.sh fix. |