Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55265 - sys-kernel/hppa-sources-2.4.26-p4 don't compile, ld problem
Summary: sys-kernel/hppa-sources-2.4.26-p4 don't compile, ld problem
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: HPPA Linux
: High minor (vote)
Assignee: HPPA Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 11:20 UTC by Richard Walter
Modified: 2004-09-08 19:34 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 Richard Walter 2004-06-26 11:20:15 UTC
When I try to compile the above kernel, make dep is running fine, but make vmlinux fails with an undefined reference in hil.o

Reproducible: Always
Steps to Reproduce:
1. I made a fresh stage1 install on my HP9000 735/99, with conservative
CFLAGS="-march=1.1 -mschedule=7100 -fomit-frame-pinter -O2 -pipe"
CXXFLAGS="-march=1.1 -mschedule=7100 -fomit-frame-pointers -=1 -pipe"
CHOST="hppa1.1-unknown-gnu-linux"
comment: the emerge sync was between the 21st and the 24th of Juli 2004
2. I proceeded througt the installation handbook until "emerge hppa-sources"
3. I did make menuconfig, make dep, then make vmlinux
Actual Results:  
The Kernel compile aborted, where the last lines were the following: 
make[1] Leaving directory '/usr/src/linux-2.4.26-pa4/arch/parisc/math-emu' 
ld -T /usr/src/linux-2.4.26-pa4/arch/parisc/vmlinux.lds 
arch/parisc/kernel/head.o init/main.o init/version.o init/do_mounts.o \ 
--start-group \ 
arch/parisc/kernel/pdc_cons.o arch/parisc/kernel/process.o 
arch/parisc/lib/lib.a arch/parisc/mm/mm.o arch/parisc/kernel/kernel.o 
arch/parisc/hpux/hpux.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o 
arch/parisc/kernel/init_task.o \ 
 drivers/parport/driver.o drivers/char/char.o drivers/block/block.o 
drivers/misc/misc.o drivers/net/net.o drivers/scsi/scsidrv.o 
drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/video/video.o 
drivers/media/media.o drivers/input/inputdrv.o drivers/hil/hil.o 
drivers/gsc/gscbus.o arch/parisc/math-emu/math.o \ 
net/network.o \ 
'gcc 
-print-libgcc-file-name' /usr/src/linux-2.4.26-pa4/arch/parisc/lib/lib.a /usr/src/linux-2.4.26-pa4/lib/lib.a 
\ 
        --end-group \ 
        -o vmlinux 
drivers/hil/hil.o(.text.hil:bkd_connect+0x424): In function 'hil_kbd_connect': 
: undefined reference to 'register_ps2_keybfuncs' 
make: *** [vmlinux] Error 1 

Expected Results:  
The kernel should have compile till the bitter end 

Computer: HP9000 735/99 (Hardball) with 99 MHz PA-RISC 7100 CPU running at 99 
MHz 
RAM: 176 MB 
Harddisk, CDROM: external SCSI 
running programs: none 
livecd / # emerge info 
Gentoo Base System version 1.4.16 
Portage 2.0.50-r8 (default-hppa-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 
2.4.26-pa1-livecd-32) 
================================================================= 
System uname: 2.4.26-pa1-livecd-32 parisc  
Autoconf: sys-devel/autoconf-2.59-r3 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="hppa" 
AUTOCLEAN="yes" 
CFLAGS="-march=1.1 -mschedule=7100 -fomit-frame-pointer -O2 -pipe" 
CHOST="hppa1.1-unknown-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=1.1 -mschedule=7100 -fomit-frame-pointer -O1 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="ccache" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk gtk2 hppa 
imlib jpeg kde libg++ libwww mikmod motif ncurses nls oggvorbis opengl oss pam 
pdflib perl png python qt quicktime readline sdl slang spell ssl tcpd truetype 
xml2 xmms xv zlib" 
 
 
And here is the .config from the kernel 
# 
# Automatically generated by make menuconfig: don't edit 
# 
CONFIG_PARISC=y 
# CONFIG_UID16 is not set 
CONFIG_RWSEM_GENERIC_SPINLOCK=y 
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set 
 
# 
# Code maturity level options 
# 
CONFIG_EXPERIMENTAL=y 
 
# 
# Loadable module support 
# 
CONFIG_MODULES=y 
# CONFIG_MODVERSIONS is not set 
CONFIG_KMOD=y 
 
# 
# Processor type 
# 
CONFIG_PA7100=y 
# CONFIG_PA7200 is not set 
# CONFIG_PA7100LC is not set 
# CONFIG_PA8X00 is not set 
CONFIG_PA11=y 
 
# 
# General options 
# 
# CONFIG_SMP is not set 
CONFIG_CHASSIS_LCD_LED=y 
CONFIG_PDC_CHASSIS=y 
CONFIG_IOMMU_CCIO=y 
CONFIG_GSC=y 
CONFIG_GSC_LASI=y 
CONFIG_GSC_WAX=y 
CONFIG_EISA=y 
CONFIG_ISA=y 
# CONFIG_PCI is not set 
 
# 
# General setup 
# 
# CONFIG_HOTPLUG is not set 
# CONFIG_PCMCIA is not set 
# CONFIG_HOTPLUG_PCI is not set 
CONFIG_NET=y 
CONFIG_SYSVIPC=y 
# CONFIG_BSD_PROCESS_ACCT is not set 
CONFIG_SYSCTL=y 
CONFIG_KCORE_ELF=y 
CONFIG_BINFMT_ELF=y 
# CONFIG_BINFMT_SOM is not set 
CONFIG_BINFMT_MISC=y 
# CONFIG_PM is not set 
 
# 
# Memory Technology Devices (MTD) 
# 
# CONFIG_MTD is not set 
 
# 
# Parallel port support 
# 
CONFIG_PARPORT=y 
# CONFIG_PARPORT_PC is not set 
# CONFIG_PARPORT_AMIGA is not set 
# CONFIG_PARPORT_MFC3 is not set 
# CONFIG_PARPORT_ATARI is not set 
CONFIG_PARPORT_GSC=y 
# CONFIG_PARPORT_SUNBPP is not set 
# CONFIG_PARPORT_IP22 is not set 
# CONFIG_PARPORT_OTHER is not set 
# CONFIG_PARPORT_1284 is not set 
 
# 
# Block devices 
# 
# CONFIG_BLK_DEV_FD is not set 
# CONFIG_BLK_DEV_XD is not set 
# CONFIG_PARIDE is not set 
# CONFIG_BLK_CPQ_DA is not set 
# CONFIG_BLK_CPQ_CISS_DA is not set 
# CONFIG_CISS_SCSI_TAPE is not set 
# CONFIG_CISS_MONITOR_THREAD is not set 
# CONFIG_BLK_DEV_DAC960 is not set 
# CONFIG_BLK_DEV_UMEM is not set 
CONFIG_BLK_DEV_LOOP=y 
# CONFIG_BLK_DEV_NBD is not set 
# CONFIG_BLK_DEV_RAM is not set 
# CONFIG_BLK_DEV_INITRD is not set 
CONFIG_BLK_STATS=y 
 
# 
# Multi-device support (RAID and LVM) 
# 
# CONFIG_MD is not set 
# CONFIG_BLK_DEV_MD is not set 
# CONFIG_MD_LINEAR is not set 
# CONFIG_MD_RAID0 is not set 
# CONFIG_MD_RAID1 is not set 
# CONFIG_MD_RAID5 is not set 
# CONFIG_MD_MULTIPATH is not set 
# CONFIG_BLK_DEV_LVM is not set 
 
# 
# Networking options 
# 
CONFIG_PACKET=y 
CONFIG_PACKET_MMAP=y 
CONFIG_NETLINK_DEV=y 
# CONFIG_NETFILTER is not set 
CONFIG_FILTER=y 
CONFIG_UNIX=y 
CONFIG_INET=y 
CONFIG_IP_MULTICAST=y 
# CONFIG_IP_ADVANCED_ROUTER is not set 
# CONFIG_IP_PNP is not set 
# CONFIG_NET_IPIP is not set 
# CONFIG_NET_IPGRE is not set 
# CONFIG_IP_MROUTE is not set 
# CONFIG_ARPD is not set 
# CONFIG_INET_ECN is not set 
# CONFIG_SYN_COOKIES is not set 
# CONFIG_IPV6 is not set 
# CONFIG_KHTTPD is not set 
 
# 
#    SCTP Configuration (EXPERIMENTAL) 
# 
# CONFIG_IP_SCTP is not set 
# CONFIG_ATM is not set 
# CONFIG_VLAN_8021Q is not set 
# CONFIG_IPX is not set 
# CONFIG_ATALK is not set 
 
# 
# Appletalk devices 
# 
# CONFIG_DEV_APPLETALK is not set 
# CONFIG_DECNET is not set 
# CONFIG_BRIDGE is not set 
# CONFIG_X25 is not set 
# CONFIG_LAPB is not set 
# CONFIG_LLC is not set 
# CONFIG_NET_DIVERT is not set 
# CONFIG_ECONET is not set 
# CONFIG_WAN_ROUTER is not set 
# CONFIG_NET_FASTROUTE is not set 
# CONFIG_NET_HW_FLOWCONTROL is not set 
 
# 
# QoS and/or fair queueing 
# 
# CONFIG_NET_SCHED is not set 
 
# 
# Network testing 
# 
# CONFIG_NET_PKTGEN is not set 
 
# 
# ATA/IDE/MFM/RLL support 
# 
# CONFIG_IDE is not set 
# CONFIG_BLK_DEV_HD is not set 
 
# 
# SCSI support 
# 
CONFIG_SCSI=y 
CONFIG_BLK_DEV_SD=y 
CONFIG_SD_EXTRA_DEVS=40 
# CONFIG_CHR_DEV_ST is not set 
# CONFIG_CHR_DEV_OSST is not set 
CONFIG_BLK_DEV_SR=y 
# CONFIG_BLK_DEV_SR_VENDOR is not set 
CONFIG_SR_EXTRA_DEVS=2 
CONFIG_CHR_DEV_SG=y 
# CONFIG_SCSI_DEBUG_QUEUES is not set 
# CONFIG_SCSI_MULTI_LUN is not set 
# CONFIG_SCSI_CONSTANTS is not set 
# CONFIG_SCSI_LOGGING is not set 
 
# 
# SCSI low-level drivers 
# 
# CONFIG_SCSI_7000FASST is not set 
# CONFIG_SCSI_ACARD is not set 
# CONFIG_SCSI_AHA152X is not set 
# CONFIG_SCSI_AHA1542 is not set 
# CONFIG_SCSI_AHA1740 is not set 
# CONFIG_SCSI_AACRAID is not set 
# CONFIG_SCSI_AIC7XXX is not set 
# CONFIG_SCSI_AIC79XX is not set 
# CONFIG_SCSI_AIC7XXX_OLD is not set 
# CONFIG_SCSI_DPT_I2O is not set 
# CONFIG_SCSI_ADVANSYS is not set 
# CONFIG_SCSI_IN2000 is not set 
# CONFIG_SCSI_AM53C974 is not set 
# CONFIG_SCSI_MEGARAID is not set 
# CONFIG_SCSI_MEGARAID2 is not set 
# CONFIG_SCSI_BUSLOGIC is not set 
# CONFIG_SCSI_DMX3191D is not set 
# CONFIG_SCSI_DTC3280 is not set 
# CONFIG_SCSI_EATA is not set 
# CONFIG_SCSI_EATA_DMA is not set 
# CONFIG_SCSI_EATA_PIO is not set 
# CONFIG_SCSI_FUTURE_DOMAIN is not set 
# CONFIG_SCSI_GDTH is not set 
# CONFIG_SCSI_GENERIC_NCR5380 is not set 
# CONFIG_SCSI_INITIO is not set 
# CONFIG_SCSI_INIA100 is not set 
# CONFIG_SCSI_PPA is not set 
# CONFIG_SCSI_IMM is not set 
# CONFIG_SCSI_NCR53C406A is not set 
CONFIG_SCSI_LASI700=y 
CONFIG_53C700_MEM_MAPPED=y 
CONFIG_53C700_LE_ON_BE=y 
CONFIG_53C700_USE_CONSISTENT=y 
# CONFIG_SCSI_NCR53C7xx is not set 
# CONFIG_ASK_ZALON is not set 
# CONFIG_ASK_NCR53C8XX is not set 
# CONFIG_ASK_SYM53C8XX is not set 
# CONFIG_SCSI_ZALON is not set 
# CONFIG_SCSI_PAS16 is not set 
# CONFIG_SCSI_PCI2000 is not set 
# CONFIG_SCSI_PCI2220I is not set 
# CONFIG_SCSI_PSI240I is not set 
# CONFIG_SCSI_QLOGIC_FAS is not set 
# CONFIG_SCSI_SIM710 is not set 
# CONFIG_SCSI_SYM53C416 is not set 
# CONFIG_SCSI_T128 is not set 
# CONFIG_SCSI_U14_34F is not set 
# CONFIG_SCSI_NSP32 is not set 
# CONFIG_SCSI_DEBUG is not set 
 
# 
# Network device support 
# 
CONFIG_NETDEVICES=y 
 
# 
# ARCnet devices 
# 
# CONFIG_ARCNET is not set 
# CONFIG_DUMMY is not set 
# CONFIG_BONDING is not set 
# CONFIG_EQUALIZER is not set 
# CONFIG_TUN is not set 
# CONFIG_ETHERTAP is not set 
 
# 
# Ethernet (10 or 100Mbit) 
# 
CONFIG_NET_ETHERNET=y 
CONFIG_LASI_82596=y 
# CONFIG_SUNLANCE is not set 
# CONFIG_SUNBMAC is not set 
# CONFIG_SUNQE is not set 
# CONFIG_SUNGEM is not set 
# CONFIG_NET_VENDOR_3COM is not set 
# CONFIG_LANCE is not set 
# CONFIG_NET_VENDOR_SMC is not set 
# CONFIG_NET_VENDOR_RACAL is not set 
# CONFIG_AT1700 is not set 
# CONFIG_DEPCA is not set 
# CONFIG_HP100 is not set 
# CONFIG_NET_ISA is not set 
# CONFIG_NET_PCI is not set 
# CONFIG_NET_POCKET is not set 
 
# 
# Ethernet (1000 Mbit) 
# 
# CONFIG_ACENIC is not set 
# CONFIG_DL2K is not set 
# CONFIG_E1000 is not set 
# CONFIG_MYRI_SBUS is not set 
# CONFIG_NS83820 is not set 
# CONFIG_HAMACHI is not set 
# CONFIG_YELLOWFIN is not set 
# CONFIG_R8169 is not set 
# CONFIG_SK98LIN is not set 
# CONFIG_TIGON3 is not set 
# CONFIG_FDDI is not set 
# CONFIG_HIPPI is not set 
# CONFIG_PLIP is not set 
# CONFIG_PPP is not set 
# CONFIG_SLIP is not set 
 
# 
# Wireless LAN (non-hamradio) 
# 
# CONFIG_NET_RADIO is not set 
 
# 
# Token Ring devices 
# 
# CONFIG_TR is not set 
# CONFIG_NET_FC is not set 
# CONFIG_RCPCI is not set 
# CONFIG_SHAPER is not set 
 
# 
# Wan interfaces 
# 
# CONFIG_WAN is not set 
 
# 
# Input core support 
# 
CONFIG_INPUT=y 
CONFIG_INPUT_KEYBDEV=y 
CONFIG_INPUT_MOUSEDEV=y 
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 
# CONFIG_INPUT_JOYDEV is not set 
# CONFIG_INPUT_EVDEV is not set 
# CONFIG_INPUT_UINPUT is not set 
 
# 
# Character devices 
# 
CONFIG_VT=y 
CONFIG_VT_CONSOLE=y 
# CONFIG_GSC_PS2 is not set 
CONFIG_SERIAL=y 
CONFIG_SERIAL_CONSOLE=y 
CONFIG_SERIAL_GSC=y 
# CONFIG_HP_DIVA is not set 
# CONFIG_SERIAL_EXTENDED is not set 
CONFIG_SERIAL_NONSTANDARD=y 
# CONFIG_COMPUTONE is not set 
# CONFIG_ROCKETPORT is not set 
# CONFIG_CYCLADES is not set 
# CONFIG_DIGIEPCA is not set 
# CONFIG_DIGI is not set 
# CONFIG_ESPSERIAL is not set 
# CONFIG_MOXA_INTELLIO is not set 
# CONFIG_MOXA_SMARTIO is not set 
# CONFIG_ISI is not set 
# CONFIG_SYNCLINK is not set 
# CONFIG_SYNCLINKMP is not set 
# CONFIG_N_HDLC is not set 
# CONFIG_RISCOM8 is not set 
# CONFIG_SPECIALIX is not set 
# CONFIG_SX is not set 
# CONFIG_RIO is not set 
# CONFIG_STALDRV is not set 
CONFIG_PDC_CONSOLE=y 
CONFIG_UNIX98_PTYS=y 
CONFIG_UNIX98_PTY_COUNT=256 
CONFIG_PRINTER=y 
# CONFIG_LP_CONSOLE is not set 
# CONFIG_PPDEV is not set 
# CONFIG_TIPAR is not set 
 
# 
# I2C support 
# 
# CONFIG_I2C is not set 
 
# 
# Mice 
# 
# CONFIG_BUSMOUSE is not set 
CONFIG_MOUSE=y 
# CONFIG_PSMOUSE is not set 
# CONFIG_82C710_MOUSE is not set 
# CONFIG_PC110_PAD is not set 
# CONFIG_MK712_MOUSE is not set 
 
# 
# Joysticks 
# 
# CONFIG_INPUT_GAMEPORT is not set 
# CONFIG_INPUT_NS558 is not set 
# CONFIG_INPUT_LIGHTNING is not set 
# CONFIG_INPUT_PCIGAME is not set 
# CONFIG_INPUT_CS461X is not set 
# CONFIG_INPUT_EMU10K1 is not set 
CONFIG_INPUT_SERIO=y 
CONFIG_INPUT_SERPORT=y 
# CONFIG_INPUT_ANALOG is not set 
# CONFIG_INPUT_A3D is not set 
# CONFIG_INPUT_ADI is not set 
# CONFIG_INPUT_COBRA is not set 
# CONFIG_INPUT_GF2K is not set 
# CONFIG_INPUT_GRIP is not set 
# CONFIG_INPUT_INTERACT is not set 
# CONFIG_INPUT_TMDC is not set 
# CONFIG_INPUT_SIDEWINDER is not set 
# CONFIG_INPUT_IFORCE_USB is not set 
# CONFIG_INPUT_IFORCE_232 is not set 
# CONFIG_INPUT_WARRIOR is not set 
# CONFIG_INPUT_MAGELLAN is not set 
# CONFIG_INPUT_SPACEORB is not set 
# CONFIG_INPUT_SPACEBALL is not set 
# CONFIG_INPUT_STINGER is not set 
# CONFIG_INPUT_DB9 is not set 
# CONFIG_INPUT_GAMECON is not set 
# CONFIG_INPUT_TURBOGRAFX is not set 
# CONFIG_QIC02_TAPE is not set 
# CONFIG_IPMI_HANDLER is not set 
# CONFIG_IPMI_PANIC_EVENT is not set 
# CONFIG_IPMI_DEVICE_INTERFACE is not set 
# CONFIG_IPMI_KCS is not set 
# CONFIG_IPMI_WATCHDOG is not set 
 
# 
# Watchdog Cards 
# 
# CONFIG_WATCHDOG is not set 
CONFIG_GEN_RTC=y 
# CONFIG_SCx200 is not set 
# CONFIG_SCx200_GPIO is not set 
# CONFIG_AMD_PM768 is not set 
# CONFIG_NVRAM is not set 
# CONFIG_RTC is not set 
# CONFIG_DTLK is not set 
# CONFIG_R3964 is not set 
# CONFIG_APPLICOM is not set 
 
# 
# Ftape, the floppy tape device driver 
# 
# CONFIG_FTAPE is not set 
# CONFIG_AGP is not set 
 
# 
# Direct Rendering Manager (XFree86 DRI support) 
# 
# CONFIG_DRM is not set 
 
# 
# HIL support 
# 
CONFIG_HIL=y 
# CONFIG_HIL_KBD_BASIC is not set 
CONFIG_HP_SDC=y 
CONFIG_HP_SDC_RTC=y 
CONFIG_HIL_MLC=y 
CONFIG_HP_SDC_MLC=y 
CONFIG_HIL_KBD=y 
CONFIG_HIL_PTR=y 
 
# 
# Multimedia devices 
# 
# CONFIG_VIDEO_DEV is not set 
 
# 
# File systems 
# 
# CONFIG_QUOTA is not set 
# CONFIG_QFMT_V2 is not set 
# CONFIG_AUTOFS_FS is not set 
# CONFIG_AUTOFS4_FS is not set 
CONFIG_REISERFS_FS=y 
# CONFIG_REISERFS_CHECK is not set 
# CONFIG_REISERFS_PROC_INFO is not set 
# CONFIG_ADFS_FS is not set 
# CONFIG_ADFS_FS_RW is not set 
# CONFIG_AFFS_FS is not set 
# CONFIG_HFS_FS is not set 
# CONFIG_HFSPLUS_FS is not set 
# CONFIG_BEFS_FS is not set 
# CONFIG_BEFS_DEBUG is not set 
# CONFIG_BFS_FS is not set 
CONFIG_EXT3_FS=y 
CONFIG_JBD=y 
# CONFIG_JBD_DEBUG is not set 
CONFIG_FAT_FS=y 
# CONFIG_MSDOS_FS is not set 
# CONFIG_UMSDOS_FS is not set 
CONFIG_VFAT_FS=y 
# CONFIG_EFS_FS is not set 
# CONFIG_JFFS_FS is not set 
# CONFIG_JFFS2_FS is not set 
# CONFIG_CRAMFS is not set 
CONFIG_TMPFS=y 
CONFIG_RAMFS=y 
CONFIG_ISO9660_FS=y 
CONFIG_JOLIET=y 
CONFIG_ZISOFS=y 
# CONFIG_JFS_FS is not set 
# CONFIG_JFS_DEBUG is not set 
# CONFIG_JFS_STATISTICS is not set 
# CONFIG_MINIX_FS is not set 
# CONFIG_VXFS_FS is not set 
# CONFIG_NTFS_FS is not set 
# CONFIG_NTFS_RW is not set 
# CONFIG_HPFS_FS is not set 
CONFIG_PROC_FS=y 
CONFIG_DEVFS_FS=y 
CONFIG_DEVFS_MOUNT=y 
# CONFIG_DEVFS_DEBUG is not set 
# CONFIG_DEVPTS_FS is not set 
# CONFIG_QNX4FS_FS is not set 
# CONFIG_QNX4FS_RW is not set 
# CONFIG_ROMFS_FS is not set 
CONFIG_EXT2_FS=y 
# CONFIG_SYSV_FS is not set 
# CONFIG_UDF_FS is not set 
# CONFIG_UDF_RW is not set 
# CONFIG_UFS_FS is not set 
# CONFIG_UFS_FS_WRITE is not set 
# CONFIG_XFS_FS is not set 
# CONFIG_XFS_QUOTA is not set 
# CONFIG_XFS_RT is not set 
# CONFIG_XFS_TRACE is not set 
# CONFIG_XFS_DEBUG is not set 
 
# 
# Network File Systems 
# 
# CONFIG_CODA_FS is not set 
# CONFIG_INTERMEZZO_FS is not set 
CONFIG_NFS_FS=y 
CONFIG_NFS_V3=y 
# CONFIG_NFS_DIRECTIO is not set 
# CONFIG_ROOT_NFS is not set 
CONFIG_NFSD=y 
CONFIG_NFSD_V3=y 
# CONFIG_NFSD_TCP is not set 
CONFIG_SUNRPC=y 
CONFIG_LOCKD=y 
CONFIG_LOCKD_V4=y 
CONFIG_SMB_FS=y 
CONFIG_SMB_NLS_DEFAULT=y 
CONFIG_SMB_NLS_REMOTE="cp850" 
# CONFIG_SMB_UNIX is not set 
# CONFIG_NCP_FS is not set 
# CONFIG_NCPFS_PACKET_SIGNING is not set 
# CONFIG_NCPFS_IOCTL_LOCKING is not set 
# CONFIG_NCPFS_STRONG is not set 
# CONFIG_NCPFS_NFS_NS is not set 
# CONFIG_NCPFS_OS2_NS is not set 
# CONFIG_NCPFS_SMALLDOS is not set 
# CONFIG_NCPFS_NLS is not set 
# CONFIG_NCPFS_EXTRAS is not set 
CONFIG_ZISOFS_FS=y 
 
# 
# Partition Types 
# 
# CONFIG_PARTITION_ADVANCED is not set 
CONFIG_MSDOS_PARTITION=y 
CONFIG_SMB_NLS=y 
CONFIG_NLS=y 
 
# 
# Native Language Support 
# 
CONFIG_NLS_DEFAULT="iso8859-1" 
CONFIG_NLS_CODEPAGE_437=y 
# CONFIG_NLS_CODEPAGE_737 is not set 
# CONFIG_NLS_CODEPAGE_775 is not set 
CONFIG_NLS_CODEPAGE_850=y 
# CONFIG_NLS_CODEPAGE_852 is not set 
# CONFIG_NLS_CODEPAGE_855 is not set 
# CONFIG_NLS_CODEPAGE_857 is not set 
# CONFIG_NLS_CODEPAGE_860 is not set 
# CONFIG_NLS_CODEPAGE_861 is not set 
# CONFIG_NLS_CODEPAGE_862 is not set 
# CONFIG_NLS_CODEPAGE_863 is not set 
# CONFIG_NLS_CODEPAGE_864 is not set 
# CONFIG_NLS_CODEPAGE_865 is not set 
# CONFIG_NLS_CODEPAGE_866 is not set 
# CONFIG_NLS_CODEPAGE_869 is not set 
# CONFIG_NLS_CODEPAGE_936 is not set 
# CONFIG_NLS_CODEPAGE_950 is not set 
# CONFIG_NLS_CODEPAGE_932 is not set 
# CONFIG_NLS_CODEPAGE_949 is not set 
# CONFIG_NLS_CODEPAGE_874 is not set 
# CONFIG_NLS_ISO8859_8 is not set 
# CONFIG_NLS_CODEPAGE_1250 is not set 
# CONFIG_NLS_CODEPAGE_1251 is not set 
CONFIG_NLS_ISO8859_1=y 
# CONFIG_NLS_ISO8859_2 is not set 
# CONFIG_NLS_ISO8859_3 is not set 
# CONFIG_NLS_ISO8859_4 is not set 
# CONFIG_NLS_ISO8859_5 is not set 
# CONFIG_NLS_ISO8859_6 is not set 
# CONFIG_NLS_ISO8859_7 is not set 
# CONFIG_NLS_ISO8859_9 is not set 
# CONFIG_NLS_ISO8859_13 is not set 
# CONFIG_NLS_ISO8859_14 is not set 
CONFIG_NLS_ISO8859_15=y 
# CONFIG_NLS_KOI8_R is not set 
# CONFIG_NLS_KOI8_U is not set 
CONFIG_NLS_UTF8=y 
 
# 
# Console drivers 
# 
 
# 
# Frame-buffer support 
# 
CONFIG_FB=y 
CONFIG_DUMMY_CONSOLE=y 
# CONFIG_FB_CYBER2000 is not set 
CONFIG_FB_STI=y 
# CONFIG_FB_VIRTUAL is not set 
# CONFIG_FBCON_ADVANCED is not set 
CONFIG_FBCON_CFB8=y 
CONFIG_FBCON_CFB32=y 
CONFIG_FBCON_STI=y 
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set 
# CONFIG_FBCON_FONTS is not set 
CONFIG_FONT_8x8=y 
CONFIG_FONT_8x16=y 
CONFIG_STI_CONSOLE=y 
CONFIG_DUMMY_CONSOLE=y 
CONFIG_FBCON=y 
CONFIG_FBCON_FONT=y 
CONFIG_FONT_8x8=y 
CONFIG_FONT_8x16=y 
CONFIG_FONT_6x11=y 
CONFIG_FONT_SUN12x22=y 
 
# 
# Sound 
# 
CONFIG_SOUND=y 
# CONFIG_SOUND_ALI5455 is not set 
# CONFIG_SOUND_BT878 is not set 
# CONFIG_SOUND_CMPCI is not set 
# CONFIG_SOUND_EMU10K1 is not set 
# CONFIG_MIDI_EMU10K1 is not set 
# CONFIG_SOUND_FUSION is not set 
# CONFIG_SOUND_CS4281 is not set 
# CONFIG_SOUND_ES1370 is not set 
# CONFIG_SOUND_ES1371 is not set 
# CONFIG_SOUND_ESSSOLO1 is not set 
# CONFIG_SOUND_MAESTRO is not set 
# CONFIG_SOUND_MAESTRO3 is not set 
# CONFIG_SOUND_FORTE is not set 
# CONFIG_SOUND_ICH is not set 
CONFIG_SOUND_HARMONY=y 
# CONFIG_SOUND_RME96XX is not set 
# CONFIG_SOUND_SONICVIBES is not set 
# CONFIG_SOUND_TRIDENT is not set 
# CONFIG_SOUND_MSNDCLAS is not set 
# CONFIG_SOUND_MSNDPIN is not set 
# CONFIG_SOUND_VIA82CXXX is not set 
# CONFIG_MIDI_VIA82CXXX is not set 
# CONFIG_SOUND_OSS is not set 
# CONFIG_SOUND_TVMIXER is not set 
# CONFIG_SOUND_AD1980 is not set 
# CONFIG_SOUND_WM97XX is not set 
 
# 
# USB support 
# 
# CONFIG_USB is not set 
 
# 
# Support for USB gadgets 
# 
# CONFIG_USB_GADGET is not set 
 
# 
# Kernel hacking 
# 
CONFIG_MAGIC_SYSRQ=y 
# CONFIG_DEBUG_SPINLOCK is not set 
# CONFIG_FRAME_POINTER is not set 
CONFIG_LOG_BUF_SHIFT=0 
 
# 
# Cryptographic options 
# 
# CONFIG_CRYPTO is not set 
 
# 
# Library routines 
# 
CONFIG_CRC32=y 
CONFIG_ZLIB_INFLATE=y 
CONFIG_ZLIB_DEFLATE=m
Comment 1 Guy Martin (RETIRED) gentoo-dev 2004-06-28 04:13:24 UTC
Try to set CONFIG_GSC_PS2 in your .config. It should fix your problem.
Comment 2 Richard Walter 2004-06-28 10:02:45 UTC
Setting CONFIG_GSC_PS2 (Support for Lasi/Dino PS2 port) helped, the kernel compiled.
This fix is rather unintuitive as the 735 does not have a PS/2 port.
If I understood the intention of make dep, it should rule out such things, or am I wrong? Is it possible that the kernel compiling system adds such necessary options automagically?
Comment 3 Richard Walter 2004-06-29 08:16:12 UTC
as a workaround is available, an the kernel runs on the machine, i change the severity to minor.
Comment 4 SpanKY gentoo-dev 2004-07-04 07:48:04 UTC
should just send this to the parisc e-mail list and forget about it ;)
Comment 5 SpanKY gentoo-dev 2004-07-05 12:48:16 UTC
ok, sent to the parisc dev list
Comment 6 SpanKY gentoo-dev 2004-09-08 19:34:55 UTC
upstream knows about it and will be working to resolve it