Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2322 - CONFIG_SOFTWARE_SUSPEND breaks 2.4.19-gentoo-r1 kernel
Summary: CONFIG_SOFTWARE_SUSPEND breaks 2.4.19-gentoo-r1 kernel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-01 20:39 UTC by Väinö Järvelä
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
vmlinux.lds.S (vmlinux.lds.S,1.87 KB, text/plain)
2002-05-02 13:57 UTC, Daniel Robbins (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Väinö Järvelä 2002-05-01 20:39:45 UTC
---CUT---
ld -m elf_i386 -T /usr/src/linux-2.4.19-gentoo-r1/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o
init/do_mounts.o \
	--start-group \
	arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o
ipc/ipc.o \
	 drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o
drivers/media/media.o drivers/char/agp/agp.o drivers/ide/idedriver.o
drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o
drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o drivers/md/mddev.o \
	net/network.o \
	/usr/src/linux-2.4.19-gentoo-r1/arch/i386/lib/lib.a
/usr/src/linux-2.4.19-gentoo-r1/lib/lib.a
/usr/src/linux-2.4.19-gentoo-r1/arch/i386/lib/lib.a \
	--end-group \
	-o vmlinux
kernel/kernel.o: In function `count_and_copy_data_pages':
kernel/kernel.o(.text+0x141dc): undefined reference to `__nosave_begin'
kernel/kernel.o(.text+0x141e3): undefined reference to `__nosave_end'
make: *** [vmlinux] Error 1
---CUT---
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-05-02 13:57:58 UTC
Created attachment 782 [details]
vmlinux.lds.S

Copy this file to arch/i386 to fix the software suspend compile problem.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-05-02 13:58:34 UTC
OK, just attached a fix.  This will be fixed in our new gentoo-sources release.