From owner-freebsd-current Sun Jun 3 22:29:32 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 8B78237B401 for ; Sun, 3 Jun 2001 22:29:28 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f545TSg78541 for ; Sun, 3 Jun 2001 22:29:28 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sun, 3 Jun 2001 22:29:28 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: current@freebsd.org Subject: compiler bug or source bug? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This has been going on for at least a week for alpha: cc -O -pipe -mcpu=ev4 -Wall -pedantic -c /usr/src/usr.bin/fetch/fetch.c /usr/src/usr.bin/fetch/fetch.c: In function `stat_display': /usr/src/usr.bin/fetch/fetch.c:131: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:131: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c:134: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:134: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c: In function `stat_end': /usr/src/usr.bin/fetch/fetch.c:173: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:173: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c: In function `fetch': /usr/src/usr.bin/fetch/fetch.c:301: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:301: warning: long long int format, off_t arg (arg 2) /usr/src/usr.bin/fetch/fetch.c:339: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:339: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c:339: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:339: warning: long long int format, off_t arg (arg 4) /usr/src/usr.bin/fetch/fetch.c:358: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:358: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c:361: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:361: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c:394: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:394: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c:394: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:394: warning: long long int format, off_t arg (arg 4) /usr/src/usr.bin/fetch/fetch.c:509: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:509: warning: long long int format, off_t arg (arg 3) /usr/src/usr.bin/fetch/fetch.c:509: warning: ANSI C does not support the `ll' length modifier /usr/src/usr.bin/fetch/fetch.c:509: warning: long long int format, off_t arg (arg 4) /usr/src/usr.bin/fetch/fetch.c: In function `main': /usr/src/usr.bin/fetch/fetch.c:758: `fetchAuthMethod' undeclared (first use in this function) /usr/src/usr.bin/fetch/fetch.c:758: (Each undeclared identifier is reported only once /usr/src/usr.bin/fetch/fetch.c:758: for each function it appears in.) *** Error code 1 Can somebody decide what's right here and let me know? It's blocking buildwords for alphas. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message