Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#21 closed defect (wontfix)

Static make problems regarding getloadavg and related

Reported by: gerard@… Owned by: lfs-book@…
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)

job.c.diff (770 bytes ) - added by gerard@… 23 years ago.
Patch to job.c removing the getloadavg call

Download all attachments as: .zip

Change History (5)

comment:1 by gerard@…, 23 years ago

Owner: changed from gerard@… to lfs-book@…
qa_contact: gerard@linuxfromscratch.orglfs-book@linuxfromscratch.org

by gerard@…, 23 years ago

Attachment: job.c.diff added

Patch to job.c removing the getloadavg call

comment:2 by gerard@…, 23 years ago

Resolution: later
Status: newclosed

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 gerard@…, 23 years ago

Resolution: later
Status: closedreopened

comment:4 by gerard@…, 23 years ago

Resolution: wontfix
Status: reopenedclosed

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.

Note: See TracTickets for help on using tickets.