Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158895 - gentoo-sources-2.6.19-r2 fails to build vesa framebuffer
Summary: gentoo-sources-2.6.19-r2 fails to build vesa framebuffer
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-23 02:56 UTC by Eduard Bachmakov
Modified: 2007-01-11 19:06 UTC (History)
1 user (show)

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


Attachments
.config (.config,39.42 KB, text/plain)
2006-12-24 04:34 UTC, Eduard Bachmakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eduard Bachmakov 2006-12-23 02:56:50 UTC
drivers/built-in.o: In function `vesafb_thread':
(.text+0x2c8ca): undefined reference to `try_to_freeze'
make: *** [.tmp_vmlinux1] Fehler 1

(Fehler == error)

.config:
#
# Graphics support
#
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB=y
# CONFIG_FB_DDC is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VESA_STD is not set
CONFIG_FB_VESA_TNG=y
CONFIG_FB_VESA_DEFAULT_MODE="1600x1200-32@85"
# CONFIG_VIDEO_SELECT is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2006-12-24 03:28:16 UTC
Could you please attach your complete .config?
Comment 2 Eduard Bachmakov 2006-12-24 04:34:57 UTC
Created attachment 104678 [details]
.config
Comment 3 Michal Januszewski (RETIRED) gentoo-dev 2006-12-24 05:43:54 UTC
I've just successfully compiled two kernels using this config: gentoo-sources-2.6.19-r2 and suspend2-sources-2.6.19-r1. I see that you have some SUSPEND2 settings in your config and suspend2 is not included in gentoo-sources. Have you patched your kernel manually with any patches?

If so, please make sure that you can reproduce the problem using a clean gentoo-sources-2.6.19-r2 kernel installed by Portage.
Comment 4 Eduard Bachmakov 2006-12-24 12:34:33 UTC
No I didn't patch the kernel. After "make oldconfig" the script showed me that there is a new suspend config. I thought you guys did merge the suspend patches into the gentoo-sources kernel and so I activated them.
Comment 5 Michal Januszewski (RETIRED) gentoo-dev 2006-12-25 02:12:13 UTC
Please try running `make clean` on this kernel tree. Then copy your .config file into it, run `make` and see if you get anything like:

.config:214:warning: trying to assign nonexistent symbol SUSPEND2_CRYPTO
.config:215:warning: trying to assign nonexistent symbol SUSPEND2
.config:220:warning: trying to assign nonexistent symbol SUSPEND2_FILE
.config:221:warning: trying to assign nonexistent symbol SUSPEND2_SWAP
.config:226:warning: trying to assign nonexistent symbol SUSPEND2_DEFAULT_RESUME2
.config:227:warning: trying to assign nonexistent symbol SUSPEND2_KEEP_IMAGE
.config:228:warning: trying to assign nonexistent symbol SUSPEND2_REPLACE_SWSUSP
.config:229:warning: trying to assign nonexistent symbol SUSPEND_SHARED
.config:1736:warning: trying to assign nonexistent symbol CRYPTO_LZF
.config:1753:warning: trying to assign nonexistent symbol DYN_PAGEFLAGS
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2007-01-11 19:06:28 UTC
see comment #5