http://oss.sgi.com/bugzilla/show_bug.cgi?id=242
Summary: XFS 1.2/ia64 linux-2.4.19 build fails in "make dep" with
"arch/ia64/sn/sn1: No such file or directory"
Product: Linux XFS
Version: 1.2.x
Platform: IA64
OS/Version: Linux
Status: NEW
Severity: major
Priority: High
Component: XFS kernel code
AssignedTo: xfs-master@xxxxxxxxxxx
ReportedBy: dwe@xxxxxxxxxxxxxxxxxx
1. Downloaded 2.4.19 source from http://www.kernel.org/pub/linux/kernel/v2.4/
linux-2.4.19.tar.bz2 02-Aug-2002 17:39 24.8M
2. Downloaded XFS 1.2 Kernel patches from
ftp://ftp.thebarn.com/mirror/SGI/Release-1.2/kernel_patches/
linux-2.4.19-core-xfs-1.2.0.patch.gz 40 KB 02/12/03 10:26:00
linux-2.4.19-xfs-1.2.0.patch.gz 849 KB 02/12/03 10:26:00
3 Applied SGI XFS linux-2.4.19 kernel patches
patch -p1 < ../sgixfs1.2.patch/linux-2.4.19-core-xfs-1.2.0.patch
patch -p1 < ../sgixfs1.2.patch/linux-2.4.19-xfs-1.2.0.patch
4. Copy in default ia64 smp config file from Red Hat release
cp /usr/src/linux-2.4/configs/kernel-2.4.18-ia64-smp.config ./.config
5. Add XFS lines to config file after "# CONFIG_DDFS is not set" but
before "# Network File Systems".
CONFIG_XFS_FS=y
# CONFIG_XFS_RT is not set
CONFIG_XFS_QUOTA=y
CONFIG_XFS_DMAPI=y
# CONFIG_XFS_DEBUG is not set
# CONFIG_PAGEBUF_DEBUG is not set
6. run "make oldconfig"
7. run "make dep"
make -C arch/ia64/hp fastdep
make[2]: Entering directory
`/h/dwe/XFS1.2/linux-2.4.19-pristine.sgixfs/arch/ia64/hp'
/h/dwe/XFS1.2/linux-2.4.19-pristine.sgixfs/scripts/mkdep -D__KERNEL__
-I/h/dwe/XFS1.2/linux-2.4.19-pristine.sgixfs/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-ffixed-r13 -mfixed-range=f10-f15,f32-f127 -falign-functions=32 -nostdinc -I
/usr/lib/gcc-lib/ia64-redhat-linux/2.96/include -- hpsim_console.c hpsim_irq.c
hpsim_machvec.c hpsim_setup.c hpsim_ssc.h > .depend
make[2]: Leaving directory
`/h/dwe/XFS1.2/linux-2.4.19-pristine.sgixfs/arch/ia64/hp'
make -C arch/ia64/sn/sn1 fastdep
make: Entering an unknown directory
make: *** arch/ia64/sn/sn1: No such file or directory. Stop.
make: Leaving an unknown directory
make[1]: *** [_sfdep_arch/ia64/sn/sn1] Error 2
make[1]: Leaving directory `/h/dwe/XFS1.2/linux-2.4.19-pristine.sgixfs'
make: *** [dep-files] Error 2
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|