Bug 81 - Unresolved symbols in kernel/fs/binfmt_aout.o in 2.5.47 (CONFIG_BINFMT_AOUT=m)
Summary: Unresolved symbols in kernel/fs/binfmt_aout.o in 2.5.47 (CONFIG_BINFMT_AOUT=m)
Status: CLOSED CODE_FIX
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: IA-32 Linux
: P2 normal
Assignee: Martin J. Bligh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-17 08:33 UTC by Nathan W. Labadie
Modified: 2002-12-09 20:11 UTC (History)
0 users

See Also:
Kernel Version:
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
export ptrace_notify() (419 bytes, patch)
2002-11-23 21:47 UTC, Randy Dunlap
Details | Diff

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

Note You need to log in before you can comment on or make changes to this bug.