NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lib/39285: libc doesn't build after lukem's "tmp_" changes
>Number: 39285
>Category: lib
>Synopsis: libc doesn't build after lukem's "tmp_" changes
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: lib-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Aug 04 17:15:00 +0000 2008
>Originator: Juan RP
>Release: Latest HEAD
>Organization:
Not NetBSD
>Environment:
>Description:
libc seems to fail at the LintSysNormal.c target specified at
src/lib/libc/sys/Makefile.inc.
The problem is that "tmp_lwp_getprivate" is not found at this stage, and the
following error is printed:
"syscall tmp_lwp_getprivate not found!"
>How-To-Repeat:
cd lib/libc && make USETOOLS=no dependall
>Fix:
Replace the line 151 (lib/libc/sys/Makefile.inc):
_LINTASM= ${ASM:Nsa_*.S} ${WEAKASM:Nsa_*.S}
with
_LINTASM= ${ASM:Nsa_*.S:S/tmp_//} ${WEAKASM:Nsa_*.S}
Home |
Main Index |
Thread Index |
Old Index