#21 closed defect (wontfix)
Static make problems regarding getloadavg and related
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.0-pre2 |
Severity: | normal | Keywords: | |
Cc: |
Description
Test the following fix:
Change Makefile: Before:
make_OBJECTS = ar.o arscan.o commands.o dir.o expand.o file.o \ function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o \ rule.o signame.o variable.o vpath.o default.o remote-$(REMOTE).o \ version.o getopt1.o
After:
make_OBJECTS = ar.o arscan.o commands.o dir.o expand.o file.o \ function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o \ rule.o signame.o variable.o vpath.o default.o getloadavg.o remote-$(REMOTE).o \ version.o getopt1.o
compile getloadavg.c by itself with "gcc -c getloadavg.c."
Attachments (1)
Change History (5)
comment:1 by , 24 years ago
Owner: | changed from | to
---|---|
qa_contact: | gerard@linuxfromscratch.org → lfs-book@linuxfromscratch.org |
by , 23 years ago
Attachment: | job.c.diff added |
---|
comment:2 by , 23 years ago
Resolution: | → later |
---|---|
Status: | new → closed |
There hasn't been anybody reporting this problem so I don't see a need to fix it right now. When the next person comes across this, we'll create a patch on-the-fly for him or her to try out.
comment:3 by , 23 years ago
Resolution: | later |
---|---|
Status: | closed → reopened |
comment:4 by , 23 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
I'm closing this bug. This problem doesn't occur enough to justify the trouble in creating a patch for make, having people download it and add notes when to apply it. It only happens once in a blue moon, so those people can go to the search engine and find their fix there.
Patch to job.c removing the getloadavg call