Date: Sun, 27 May 2001 14:14:39 +0200 From: clemensF <rabat@web.de> To: freebsd-questions@FreeBSD.org Cc: freebsd-stable@FreeBSD.org Subject: make buildworld Message-ID: <20010527141439.A1714@spotteswoode.yi.org>
next in thread | raw e-mail | index | archive | help
hi y'all! make buildworld after downloading a recent freebsd-stable from "releng4.freebsd.org:/pub/FreeBSD/snapshots/i386" leads to: ---------8<------------------ cc -pipe -pipe -pipe -I/usr/src/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/pr eproc/refer -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1 -DHAVE_GETCWD=1 -DHAVE_STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSEP=1 -DHAVE_STRDUP=1 -DSYS_SIGLIST_DECLARED=1 -I/usr/src/gnu/usr.bin/groff/src/preproc/refer/../../../../../../contrib/groff/src/in clude -I/usr/src/gnu/usr.bin/groff/src/preproc/refer/../../../src/include -I/usr/obj/usr/src/i386/usr/include -static -o refer command.o label.o ref.o refer.o token.o ibbib/libbib.a /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/groff/src/preproc/refer/../../../src/libs/l /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/groff/src/preproc/refer/../../../src/libs/l ibgroff/libgroff.a -lm command.o: In function `database_command(int, argument *)': command.o(.text+0xbd8): undefined reference to `search_list::add_file(char const *, int)' command.o: In function `search_ignore_command(int, argument *)': command.o(.text+0xeba): undefined reference to `linear_ignore_fields' command.o: In function `no_search_ignore_command(int, argument *)': command.o(.text+0xec5): undefined reference to `linear_ignore_fields' command.o: In function `search_truncate_command(int, argument *)': command.o(.text+0xee0): undefined reference to `linear_truncate_len' command.o(.text+0xeea): undefined reference to `linear_truncate_len' command.o: In function `no_search_truncate_command(int, argument *)': command.o(.text+0xef9): undefined reference to `linear_truncate_len' refer.o: In function `main': refer.o(.text+0x206): undefined reference to `verify_flag' refer.o(.text+0x51b): undefined reference to `linear_ignore_fields' refer.o(.text+0x7d4): undefined reference to `search_list::add_file(char const *, int)' refer.o(.text+0x8a5): undefined reference to `linear_truncate_len' refer.o: In function `possibly_load_default_database(void)': refer.o(.text+0xb12): undefined reference to `search_list::add_file(char const *, int)' refer.o(.text+0xb2c): undefined reference to `search_list::add_file(char const *, int)' refer.o: In function `find_reference(char const *, int)': refer.o(.text+0x2bc9): undefined reference to `search_list_iterator::search_list_iterator(search_list *, char const *)' refer.o(.text+0x2bf0): undefined reference to `search_list_iterator::next(char const **, int *, reference_id *)' refer.o(.text+0x2c45): undefined reference to `search_list_iterator::~search_list_iterator(void)' refer.o(.text+0x2d00): undefined reference to `search_list_iterator::~search_list_iterator(void)' refer.o(.text+0x2d62): undefined reference to `search_list_iterator::next(char const **, int *, reference_id *)' refer.o(.text+0x2dba): undefined reference to `search_list_iterator::~search_list_iterator(void)' refer.o: In function `__static_initialization_and_destruction_0': refer.o(.text+0x37c1): undefined reference to `search_list::search_list(void)' refer.o(.text+0x381f): undefined reference to `search_list::~search_list(void)' *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff/src/preproc/refer. *** Error code 1 ---------8<------------------ this is, of course, not all. doing "make most" leaves ls(1), of all things, complaining about missing externals in libtermcap, and i'd bet my fathers shoes that the next build will fail for the same reason. my question: is there a freebsd 4.3 stable to be got where "make buildworld" will succeed with the option of upgrading and reconfiguring the kernel as well? clemens fischer ps: please Cc: me, i'm not on freebsd-questions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010527141439.A1714>