|
Bugzilla – Full Text Bug Listing |
| Summary: | build: clean up /boot/efi error messages on rpm removal | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Greg Edwards <edwardsg> |
| Component: | Other | Assignee: | Michael Schröder <mls> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | gp, sbahling, susedev |
| Version: | Beta 5 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| See Also: | http://bugworks.engr.sgi.com/query.cgi/949800 | ||
| Whiteboard: | |||
| Found By: | Third Party Developer/Partner | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
create /boot/efi on ia64 during build root setup
ignore failed stat on rpm removal fixed patch header |
||
|
Description
Greg Edwards
2006-03-01 15:08:04 UTC
Created attachment 70814 [details]
create /boot/efi on ia64 during build root setup
Creating all the directories in /proc/mounts is IMHO the wrong approach (it's not just /boot/efi, rpm only reports the first error). Instead build should be called with '--ignoresize'. Yeah, I agree. I didn't know rpm had that option. Thanks for pointing it out. We now use this option. I'm still seeing this with the latest version in factory (build-2006.3.27-2), or is there a newer version this is fixed in? Do you see it when packages are installed or when packages are removed? Standard rpm only supports the "--ignoresize" option for package installation, not removal. It's on package removal, for example, reusing the build root for the next package build. It cleans out the rpms no longer required. I'm pretty sure I tested adding --ignoresize to rpm -e lines and it worked. I'll test again this morning. Reopening. Yes, it works 'cause I patched the code. The problem is that it doesn't work with the rpm of the older distributions... Ah, ok. Thanks. Created attachment 78412 [details]
ignore failed stat on rpm removal
How about this instead of adding --ignoresize to the
rpm -e lines?
Created attachment 78413 [details]
fixed patch header
Looks sane. I'll apply it. Fixed in STABLE. |