Bug 81

Summary: Unresolved symbols in kernel/fs/binfmt_aout.o in 2.5.47 (CONFIG_BINFMT_AOUT=m)
Product: Other Reporter: Nathan W. Labadie (ab0781)
Component: OtherAssignee: Martin J. Bligh (mbligh)
Status: CLOSED CODE_FIX    
Severity: normal    
Priority: P2    
Hardware: IA-32   
OS: Linux   
Kernel Version: Subsystem:
Regression: --- Bisected commit-id:
Attachments: export ptrace_notify()

Description Nathan W. Labadie 2002-11-17 08:33:05 UTC
(Please check that the problem happens on Linus' tree if not then file under the
Alternate Trees category.)
Exact Kernel version: 2.5.47
Distribution: Gentoo 1.4
Hardware Environment:
Software Environment: GCC 3.2
Problem Description:

When CONFIG_BINFMT_AOUT=m is compiled, I'm getting the following error during a
'make modules_install':

---snip---
depmod: *** Unresolved symbols in /lib/modules/2.5.47/kernel/fs/binfmt_aout.o
depmod:         ptrace_notify
---snip---

Steps to reproduce:

Enable CONFIG_BINFMT_AOUT=m. The error is generated during 'make modules_install'.
Comment 1 Randy Dunlap 2002-11-23 21:47:20 UTC
Created attachment 26 [details]
export ptrace_notify()

Patch from lkml, updated to 2.5.49.
Comment 2 Randy Dunlap 2002-12-09 20:11:04 UTC
fixed in 2.5.51