From owner-freebsd-current Sat Oct 26 21:21:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA03395 for current-outgoing; Sat, 26 Oct 1996 21:21:40 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA03390 for ; Sat, 26 Oct 1996 21:21:36 -0700 (PDT) Received: from baud.eng.umd.edu (baud.eng.umd.edu [129.2.98.183]) by po1.glue.umd.edu (8.8.2/8.7.3) with ESMTP id AAA23318; Sun, 27 Oct 1996 00:21:32 -0400 (EDT) Received: from localhost (chuckr@localhost) by baud.eng.umd.edu (8.7.5/8.7.3) with SMTP id AAA04705; Sun, 27 Oct 1996 00:21:31 -0400 (EDT) X-Authentication-Warning: baud.eng.umd.edu: chuckr owned process doing -bs Date: Sun, 27 Oct 1996 00:21:31 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@baud.eng.umd.edu To: Veggy Vinny cc: "Marc G. Fournier" , current@FreeBSD.org Subject: Re: -current failed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 26 Oct 1996, Veggy Vinny wrote: > > > On Sat, 26 Oct 1996, Marc G. Fournier wrote: > > > I realize that this might not apply to you, but when I first > > upgraded my "old-current" machine to the more recent one, I had alot > > of similar problems. From what I read here, I ended up doing a > > 'make -k cleandir depend all install', which basically goes through > > everything, makes and installs what it can. Then I did a second > > pass over everything using just 'make', and the stuff that originally > > failed, now succeeded as expected... > > I tried the make -k cleandir depend all install and it worked fine > but the second make did the following: Geeze. When you did the make cleandir, you wiped out your /usr/obj/usr/src/gnu/usr.bin/cc directories. when you did everything alfter that, you scattered obj files in your source directories (you should have done a make obj first!) Your archive is messed up now. If you have cvs, cd /usr/src/gnu/usr.bin, then rm -rf cc. After that completes, cvs co cc (is that a module? I think so...), then cd into cc, do the make obj to make object directories for it, THEN do the make depend all install. Don't complain about bugs in cc right now, there aren't any (I just reverfied that). If it doesn't work for you, then your sources are messed up. I don't know sup or cvsup, if you use those someone else will have to help you (I use ctm on the cvs archive). > > ===> gnu/lib/libdialogWarning: Using /usr/src/gnu/lib/libdialog/obj as > object directory instead of canonical > /usr/obj/usr/src/gnu/lib/libdialog===> gnu/lib/libg++Warning: Using > /usr/src/gnu/lib/libg++/obj as object directory instead of canonical > /usr/obj/usr/src/gnu/lib/libg++c++ -O > -I/usr/src/gnu/lib/libg++/../../../contrib/libg++/include > -I/usr/include/g++ > -I/usr/src/gnu/lib/libg++/../../../contrib/libg++/include > -I/usr/src/gnu/lib/libg++/../../../contrib/libg++/libio > -I/usr/src/gnu/lib/libg++/../../../contrib/libg++/libstdc++ -c > /usr/src/gnu/lib/libg++/../../../contrib/libg++/libg++/src/BitSet.cc -o > BitSet.oIn file included from /usr/include/g++/libio.h:30, > from /usr/include/g++/streambuf.h:36, from > /usr/include/g++/iostream.h:31, from > /usr/include/g++/BitSet.h:26, from > /usr/src/gnu/lib/libg++/../../../contrib/libg++/libg++/src/BitSet.cc:25:/usr/include/g++/_G_config.h:37: > unknown machine mode `typedef int > _G_int8_t'/usr/include/g++/_G_config.h:38: unknown machine mode `typedef > unsigned int _G_uint8_t'/usr/include/g++/_G_config.h:39: unknown machine > mode `typedef int _G_int16_t'/usr/include/g++/_G_config.h:40: unknown > machine mode `typedef unsigned int > _G_uint16_t'/usr/include/g++/_G_config.h:41: unknown machine mode `typedef > int _G_int32_t'/usr/include/g++/_G_config.h:42: unknown machine mode > `typedef unsigned int _G_uint32_t'/usr/include/g++/_G_config.h:43: unknown > machine mode `typedef int _G_int64_t'/usr/include/g++/_G_config.h:44: > unknown machine mode `typedef unsigned int > _G_uint64_t'/usr/include/g++/BitSet.h: In function `class BitSet operator > &(const class BitSet &, const class BitSet &)':In file included from > /usr/src/gnu/lib/libg++/../../../contrib/libg++/libg++/src/BitSet.cc:25:/usr/include/g++/BitSet.h:251: > no matching function for call to `BitSet::BitSet (BitSet > *)'/usr/include/g++/BitSet.h:81: candidates are: BitSet::BitSet(const > BitSet &, const BitSet &, BitSet::BS_op)/usr/include/g++/BitSet.h:83: > BitSet::BitSet(const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:204: > BitSet::BitSet()/usr/include/g++/BitSet.h:206: > BitSet::BitSet(const BitSet &)/usr/include/g++/BitSet.h:251: in base > initialization for class `BitSet'/usr/include/g++/BitSet.h: In function > `class BitSet operator |(const class BitSet &, const class BitSet > &)':/usr/include/g++/BitSet.h:256: no matching function for call to > `BitSet::BitSet (BitSet *)'/usr/include/g++/BitSet.h:81: candidates are: > BitSet::BitSet(const BitSet &, const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:83: > BitSet::BitSet(const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:204: > BitSet::BitSet()/usr/include/g++/BitSet.h:206: > BitSet::BitSet(const BitSet &)/usr/include/g++/BitSet.h:256: in base > initialization for class `BitSet'/usr/include/g++/BitSet.h: In function > `class BitSet operator ^(const class BitSet &, const class BitSet > &)':/usr/include/g++/BitSet.h:261: no matching function for call to > `BitSet::BitSet (BitSet *)'/usr/include/g++/BitSet.h:81: candidates are: > BitSet::BitSet(const BitSet &, const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:83: > BitSet::BitSet(const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:204: > BitSet::BitSet()/usr/include/g++/BitSet.h:206: > BitSet::BitSet(const BitSet &)/usr/include/g++/BitSet.h:261: in base > initialization for class `BitSet'/usr/include/g++/BitSet.h: In function > `class BitSet operator -(const class BitSet &, const class BitSet > &)':/usr/include/g++/BitSet.h:266: no matching function for call to > `BitSet::BitSet (BitSet *)'/usr/include/g++/BitSet.h:81: candidates are: > BitSet::BitSet(const BitSet &, const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:83: > BitSet::BitSet(const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:204: > BitSet::BitSet()/usr/include/g++/BitSet.h:206: > BitSet::BitSet(const BitSet &)/usr/include/g++/BitSet.h:266: in base > initialization for class `BitSet'/usr/include/g++/BitSet.h: In function > `class BitSet operator ~(const class BitSet > &)':/usr/include/g++/BitSet.h:271: no matching function for call to > `BitSet::BitSet (BitSet *)'/usr/include/g++/BitSet.h:81: candidates are: > BitSet::BitSet(const BitSet &, const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:83: > BitSet::BitSet(const BitSet &, > BitSet::BS_op)/usr/include/g++/BitSet.h:204: > BitSet::BitSet()/usr/include/g++/BitSet.h:206: > BitSet::BitSet(const BitSet &)/usr/include/g++/BitSet.h:271: in base > initialization for class `BitSet'*** Error code 1Stop.*** Error code > 1Stop.*** Error code 1Stop.*** Error code 1Stop. > > Vince > GaiaNet Corporation - Unix Networking Operations > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------