#607 closed defect (fixed)
Logging installed files fails, when using <stageinfo>'s <user>
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | nALFS - Back End (XML Handlers) | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
When <user> in <stageinfo> is used inside <package>, nALFS doesn't check for installed files.
Change History (5)
comment:1 by , 21 years ago
qa_contact: | alfs-discuss@linuxfromscratch.org → alfs-log@linuxfromscratch.org |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Version: | CVS → 1.1.7 |
comment:3 by , 21 years ago
Version: | 1.1.7 → CVS |
---|
comment:4 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's NOT FIXME in logging.c. %-)
When <stage> that forks (using <user> or similar elements in <stageinfo>) is used inside <package>, run_status flags are changed inside a forked child. That information is lost after <stage>, so check for successful <package> execution fails.
Fix that asks frontend about that status is committed to CVS.
comment:5 by , 20 years ago
Version: | CVS → SVN |
---|
Note:
See TracTickets
for help on using tickets.
It's FIXME in logging.c:alloc_stamp_filename().