Date: Sun, 3 Jun 2001 22:29:28 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: current@freebsd.org Subject: compiler bug or source bug? Message-ID: <Pine.BSF.4.21.0106032228220.78535-100000@beppo.feral.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0106032228220.78535-100000>