From owner-freebsd-current Sat Mar 25 6:35:21 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail-2.viaduk.net (mail-2.viaduk.net [195.5.4.28]) by hub.freebsd.org (Postfix) with ESMTP id 24D3837B78C for ; Sat, 25 Mar 2000 06:35:15 -0800 (PST) (envelope-from maxkol@viaduk.net) Received: from resolver.viaduk.net (maxkol@ns.viaduk.net [195.5.4.1]) by mail-2.viaduk.net (8.9.1/8.9.1) with ESMTP id QAA27489 for ; Sat, 25 Mar 2000 16:35:13 +0200 (EET) Received: from localhost (maxkol@localhost) by resolver.viaduk.net (8.9.3/8.9.1) with ESMTP id QAA56333 for ; Sat, 25 Mar 2000 16:35:13 +0200 (EET) (envelope-from maxkol@viaduk.net) Date: Sat, 25 Mar 2000 16:35:12 +0200 (EET) From: Maxim Kolinko X-Sender: maxkol@res To: freebsd-current@freebsd.org Subject: 2.2.8 to 4.0 upgrade Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how to upgrade 2.2.8-STABLE to 4.0-STABLE ? cd /usr/src; make aout-to-elf-build -------------------------------------------------------------- >>> stage 3: cross tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/aout/i386/usr/src/ibm-pc DESTDIR=/usr/obj/aout/i386/usr/src/ibm-pc INSTALL="sh /usr/src/tools/install.sh" MACHINE_ARCH=ibm-pc TOOLS_PREFIX=/usr/obj/aout/i386/usr/src/ibm-pc PATH=/usr/obj/aout/i386/usr/src/ibm-pc/usr/sbin:/usr/obj/aout/i386/usr/src/ibm-pc/usr/bin:/usr/obj/aout/i386/usr/src/ibm-pc/usr/games:/sbin:/bin:/usr/sbin:/usr/bin TARGET_ARCH=i386 make -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML -DNO_FORTRAN -DNO_GDB cross-tools cd /usr/src/usr.sbin/btxld; make obj; make depend; make all; make install /usr/obj/aout/i386/usr/src/ibm-pc/usr/src/usr.sbin/btxld created for /usr/src/usr.sbin/btxld rm -f .depend mkdep -f .depend -a -I/usr/obj/aout/i386/usr/src/ibm-pc/usr/include /usr/src/usr.sbin/btxld/btxld.c /usr/src/usr.sbin/btxld/elfh.c cd /usr/src/usr.sbin/btxld; make _EXTRADEPEND echo btxld: `cc -Wl,-f -O -pipe -Wall -I/usr/obj/aout/i386/usr/src/ibm-pc/usr/include ` >> .depend cc -O -pipe -Wall -I/usr/obj/aout/i386/usr/src/ibm-pc/usr/include -c /usr/src/usr.sbin/btxld/btxld.c In file included from /usr/src/usr.sbin/btxld/btxld.c:47: /usr/src/usr.sbin/btxld/btx.h:42: parse error before `uint8_t' /usr/src/usr.sbin/btxld/btx.h:42: warning: no semicolon at end of struct or union /usr/src/usr.sbin/btxld/btx.h:43: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:44: parse error before `btx_magic' /usr/src/usr.sbin/btxld/btx.h:44: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:45: parse error before `btx_majver' /usr/src/usr.sbin/btxld/btx.h:45: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:46: parse error before `btx_minver' /usr/src/usr.sbin/btxld/btx.h:46: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:47: parse error before `btx_flags' /usr/src/usr.sbin/btxld/btx.h:47: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:48: parse error before `btx_pgctl' /usr/src/usr.sbin/btxld/btx.h:48: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:49: parse error before `btx_textsz' /usr/src/usr.sbin/btxld/btx.h:49: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btx.h:50: parse error before `btx_entry' /usr/src/usr.sbin/btxld/btx.h:50: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:67: parse error before `uint32_t' /usr/src/usr.sbin/btxld/btxld.c:67: warning: no semicolon at end of struct or union /usr/src/usr.sbin/btxld/btxld.c:68: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:69: parse error before `size' /usr/src/usr.sbin/btxld/btxld.c:69: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:70: parse error before `text' /usr/src/usr.sbin/btxld/btxld.c:70: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:71: parse error before `data' /usr/src/usr.sbin/btxld/btxld.c:71: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:72: parse error before `bss' /usr/src/usr.sbin/btxld/btxld.c:72: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:73: parse error before `org' /usr/src/usr.sbin/btxld/btxld.c:73: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:74: parse error before `entry' /usr/src/usr.sbin/btxld/btxld.c:74: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:99: parse error before `centry' /usr/src/usr.sbin/btxld/btxld.c:99: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:100: parse error before `lentry' /usr/src/usr.sbin/btxld/btxld.c:100: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c:120: parse error before `optaddr' /usr/src/usr.sbin/btxld/btxld.c:120: warning: data definition has no type or storage class /usr/src/usr.sbin/btxld/btxld.c: In function `btxld': /usr/src/usr.sbin/btxld/btxld.c:195: storage size of `btx' isn't known /usr/src/usr.sbin/btxld/btxld.c:196: storage size of `ihdr' isn't known /usr/src/usr.sbin/btxld/btxld.c:196: storage size of `ohdr' isn't known /usr/src/usr.sbin/btxld/btxld.c:196: warning: unused variable `ohdr' /usr/src/usr.sbin/btxld/btxld.c:196: warning: unused variable `ihdr' /usr/src/usr.sbin/btxld/btxld.c:195: warning: unused variable `btx' /usr/src/usr.sbin/btxld/btxld.c: In function `getbtx': /usr/src/usr.sbin/btxld/btxld.c:299: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:299: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:300: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:301: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:302: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c: In function `gethdr': /usr/src/usr.sbin/btxld/btxld.c:319: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:324: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:325: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:328: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:332: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:333: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:339: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:341: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:342: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:343: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:344: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:346: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:351: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:352: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:354: `uint8_t' undeclared (first use this function) /usr/src/usr.sbin/btxld/btxld.c:354: (Each undeclared identifier is reported only once /usr/src/usr.sbin/btxld/btxld.c:354: for each function it appears in.) /usr/src/usr.sbin/btxld/btxld.c:354: parse error before `)' /usr/src/usr.sbin/btxld/btxld.c:359: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:360: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:362: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:365: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:366: dereferencing pointer to incomplete type /usr/src/usr.sbin/btxld/btxld.c:374: deref incomplete type /usr/src/usr.sbin/btxld/btxld.c: At top level: /usr/src/usr.sbin/btxld/btxld.c:500: parse error before `optaddr' /usr/src/usr.sbin/btxld/btxld.c:501: warning: return-type defaults to `int' *** Error code 1 Stop in /usr/src/usr.sbin/btxld. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message