Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44987 - pkg_postinst() in sys-apps/pcmcia-cs shows incomplete proper kernel config
Summary: pkg_postinst() in sys-apps/pcmcia-cs shows incomplete proper kernel config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 18:03 UTC by Octavio Ruiz (Ta^3)
Modified: 2004-09-26 22:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Octavio Ruiz (Ta^3) 2004-03-17 18:03:17 UTC
If you compile sys-apps/pcmcia-cs with a kernel compiled without
CONFIG_CRC32 (CRC32 functions in Library routines) you will get 
unresolved symbols:

# depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.25/net/8390.o
depmod:         bitreverse_Rbaeb160c
depmod:         crc32_le_Ra34f1ef5
depmod: *** Unresolved symbols in /lib/modules/2.4.25/pcmcia/epic_cb.o
depmod:         crc32_le_Ra34f1ef5
depmod: *** Unresolved symbols in /lib/modules/2.4.25/pcmcia/fmvj18x_cs.o
depmod:         crc32_le_Ra34f1ef5
depmod: *** Unresolved symbols in /lib/modules/2.4.25/pcmcia/smc91c92_cs.o
depmod:         bitreverse_Rbaeb160c
depmod:         crc32_le_Ra34f1ef5
depmod: *** Unresolved symbols in /lib/modules/2.4.25/pcmcia/tulip_cb.o
depmod:         bitreverse_Rbaeb160c
depmod:         crc32_le_Ra34f1ef5

So, if pcmcia-cs ebuild takes care about informing proper kernel config to 
the user it must inform complete information.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2004-09-22 09:39:12 UTC
Cardoe: (note to self) make change when you get home.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2004-09-26 22:26:10 UTC
Done.