Hello all: The following error occurs while compiling sysvinit-2.86.ds1 source files:
cd /SI/4.2.x/initrd_source/src/sysvinit-2.86.ds1.orig && cat /SI/4.2.x/initrd_source/patches/sysvinit.compile_portability.patch /SI/4.2.x/initrd_source/patches/sysvinit.debian_rules.patch /SI/4.2.x/initrd_source/patches/sysvinit.Makefile.patch < /dev/null | patch -p1 patching file src/bootlogd.c patching file debian/rules Hunk #1 FAILED at 9. 1 out of 1 hunk FAILED -- saving rejects to file debian/rules.rej patching file src/Makefile make: *** [/SI/4.2.x/initrd_source/src/sysvinit-2.86.ds1.orig.unpack] Error 1 I made the following change to the file initrd_source/make.d/sysvinit.rul: SYSVINIT_DIFF_VERSION = 14.1ubuntu45.1 (there is no 1.1ubuntu6 at the URL http://us.archive.ubuntu.com/ubuntu/pool/main/s/sysvinit/). Contents of the file debian/rules.rej: --- debian/rules 2006-03-26 19:38:08.000000000 -0800 +++ debian/rules 2006-03-26 19:35:17.000000000 -0800 @@ -9,9 +9,9 @@ SHELL = /bin/bash LC_ALL = POSIX -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +#DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +#DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) +#DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) LIBC6 = libc6 ifeq ($(DEB_HOST_ARCH), alpha) Can someone propose a solution to this problem ? ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
