Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!pumpkin.pangea.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!Frankfurt.Germany.EU.net!Munich.Germany.EU.net!news.sdm.de!bsdti1.sdm.de!pichel From: Joerg Pichel <pichel@bsdti1.sdm.de> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 2.2.2 Make world Date: 11 Jul 1997 10:53:17 GMT Organization: sd&m GmbH & Co. KG Lines: 39 Message-ID: <868614584.634398@bsdti6.sdm.de> References: <5ptrta$k0v$1@eros.clara.net> NNTP-Posting-Host: bsdti6.sdm.de X-Newsreader: TIN [UNIX 1.3 unoff BETA 970309; i386 FreeBSD 2.2.1-RELEASE] Cache-Post-Path: bsdti6.sdm.de!unknown@bsdti1.sdm.de Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44267 Neil Levine <levine@ares.clara.net> wrote: : Anyone recognise this from a make lib-tools on 2.2.2R? : /usr/src/gnu/usr.bin/cc/cc_int/calls.c:363: macro `RETURN_POPS_ARGS' used : with only 2 args : /usr/src/gnu/usr.bin/cc/cc_int/calls.c:365: macro `RETURN_POPS_ARGS' used : with only 2 args : /usr/src/gnu/usr.bin/cc/cc_int/calls.c:442: macro `RETURN_POPS_ARGS' used : with only 2 args : /usr/src/gnu/usr.bin/cc/cc_int/calls.c:449: macro `RETURN_POPS_ARGS' used : with only 2 args : /usr/src/gnu/usr.bin/cc/cc_int/function.c:3846: macro `RETURN_POPS_ARGS' : used with only 2 args : mkdep: compile failed. : *** Error code 1 I did't see this. But what I get on my running 2.2.1 machine with 2.2.2R source is: [root@bsdti20]/usr/src > make world -DMAKE_EBONES [...] building shared readline library (version 3.0) ===> libreadline/doc ===> libreadline/doc/history ===> libreadline/doc/readline ===> libstdc++ [...] /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/isscan.cc:34: \ bad argument 2 for function `int streambuf::vscan\ (const char *, char *, class ios * = 0)' (type was void *) *** Error code 1 How did the FreeBSD-Team built the binaries out of this sources? I tried the 970618-Source too. Same effect! Any ideas? J"org Pichel