From owner-freebsd-questions Fri Jan 15 13:45:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18838 for freebsd-questions-outgoing; Fri, 15 Jan 1999 13:45:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18833 for ; Fri, 15 Jan 1999 13:45:20 -0800 (PST) (envelope-from agifford@infowest.com) Received: from infowest.com (Tambler.infowest.com [207.49.57.143]) by infowest.com (8.8.8/8.8.8) with ESMTP id OAA14865 for ; Fri, 15 Jan 1999 14:45:17 -0700 (MST) Message-ID: <369FB6EF.318C40D8@infowest.com> Date: Fri, 15 Jan 1999 14:45:19 -0700 From: "Aaron D. Gifford" X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.8-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: 3.0-RELEASE to 3.0-CURRENT questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings! I installed 3.0-RELEASE on my dual PII-350 box, then cvsup'd latest source. 'make world' fails every time, as does 'make aout-to-elf'. This afternoon I cvsup'd again to see if it was just a temporary thing. It (make aout-to-elf) is still breaking: ... /usr/obj/aout/usr/src/gnu/usr.bin/perl/perl/thrdvar.h:73: warning: data definition has no type or storage class In file included from DynaLoader.xs:130: dlutils.c:10: `NULL' undeclared here (not in a function) dlutils.c: In function `dl_generic_private_init': dlutils.c:35: `NULL' undeclared (first use this function) dlutils.c:35: (Each undeclared identifier is reported only once dlutils.c:35: for each function it appears in.) dlutils.c: In function `SaveError': dlutils.c:50: `va_list' undeclared (first use this function) dlutils.c:50: parse error before `args' dlutils.c:56: `args' undeclared (first use this function) DynaLoader.c: In function `XS_DynaLoader_dl_load_file`: DynaLoader.c:155: dereferencing pointer to incomplete type DynaLoader.c:155: dereferencing pointer to incomplete type DynaLoader.c:165: dereferencing pointer to incomplete type DynaLoader.xs:163: warning: assignment makes pointer from integer without a case DynaLoader.xs:166: `NULL' undeclared (first use this function) DynaLoader.c: In function `XS_DynaLoader_dl_find_symbol': DynaLoader.c:197: dereferencing pointer to incomplete type DynaLoader.c:198: dereferencing pointer to incomplete type DynaLoader.c:198: dereferencing pointer to incomplete type DynaLoader.xs:183: warning: assignment makes pointer from integer without a case DynaLoader.xs:187: `NULL' undeclared (first use this function) DynaLoader.c: In function `XS_DynaLoader_dl_install_xsub': DynaLoader.c:240: dereferencing pointer to incomplete type DynaLoader.c:240: dereferencing pointer to incomplete type DynaLoader.c:241: dereferencing pointer to incomplete type DynaLoader.c:247: dereferencing pointer to incomplete type DynaLoader.c:247: dereferencing pointer to incomplete type DynaLoader.c: In function `boot_DynaLoader': DynaLoader.c:282 `NULL' undeclared (first use this function) DynaLoader.c:282: dereferencing pointer to incomplete type DynaLoader.c:282: dereferencing pointer to incomplete type DynaLoader.c:282: dereferencing pointer to incomplete type DynaLoader.c:282: dereferencing pointer to incomplete type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # Am I correct in assuming that I need to 'make aout-to-elf' BEFORE I 'make world'? Is the source tree just broken right now, or is this a symptom of something I did incorrectly? The UPDATING file I cvsup'd was not terribly clear as I tried to upgrade. Maybe I'm just one of those simple-minded 2.2.8-STABLE users who are easily baffled by CURRENT. Thanks for any/all ideas! Aaron out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message