Re: make world failure

2003-11-17 Thread sethbc
What do you have your CFLAGS/CPUTYPE set to? I've run into this before with aggressive CFLAGS/CPUTYPE i believe (-O3 with athlon-mp) seth > Hi, > > I end up with the following when I run `make world` on 5.1-RELEASE-p10. > > > /usr/src/contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: unwind.h: No

Re: make world

2003-11-10 Thread Doug White
On Mon, 10 Nov 2003, Aleksandar Simonovski wrote: > after making make buildworld,installworld mergemaster and everything > that i suposed to do ( reading UPDATING) i get this error: > > init: can't exec getty `/usr/libexec/getty` for /dev/ttyv1: No souch file or > directory > init: can't exec get

Re: make world failure: tar/cleaning object tree

2003-06-16 Thread Matthias Andree
On Mon, 16 Jun 2003, Kris Kennaway wrote: > On Mon, Jun 16, 2003 at 10:21:51AM +0200, Matthias Andree wrote: > > "make world" fails, "rm -rf /usr/obj ; make -DNOCLEAN world" is fine. > > Always update with 'cvs update -PdA' I used cvsup without -s. -- Matthias Andree _

Re: make world failure: tar/cleaning object tree

2003-06-16 Thread Kris Kennaway
On Mon, Jun 16, 2003 at 10:21:51AM +0200, Matthias Andree wrote: > Hi, > > "make world" fails, "rm -rf /usr/obj ; make -DNOCLEAN world" is fine. Always update with 'cvs update -PdA' Kris pgp0.pgp Description: PGP signature

Re: make world fails in libexec/pt_chown

2003-02-24 Thread David Wolfskill
>Date: Mon, 24 Feb 2003 15:43:34 +0100 >From: Christoph Kukulies <[EMAIL PROTECTED]> >Freshly supped and got: >===> libexec/pt_chown >cc -O -pipe -mcpu=pentiumpro -Wformat=2 -Wno-format-extra-args -Werror -c >/usr/src/libexec/pt_chown/pt_chown.c >cc1: warnings being treated as errors >/usr/sr

Re: make world stops...

2002-04-14 Thread David W. Chapman Jr.
On Sun, Apr 14, 2002 at 07:22:33PM +0200, Jeroen Ruigrok/asmodai wrote: > -On [20020414 19:14], Matthias Schuendehuette ([EMAIL PROTECTED]) wrote: > >make: don't know how to make neqn. Stop > >*** Error code 2 > > I think David O`Brien fixed this by backing out a commit to make. > > In general,

Re: make world stops...

2002-04-14 Thread Niels Chr. Bank-Pedersen
On Sun, Apr 14, 2002 at 07:22:33PM +0200, Jeroen Ruigrok/asmodai wrote: > -On [20020414 19:14], Matthias Schuendehuette ([EMAIL PROTECTED]) wrote: > >make: don't know how to make neqn. Stop > >*** Error code 2 > > I think David O`Brien fixed this by backing out a commit to make. I don't think he

Re: make world stops...

2002-04-14 Thread Jeroen Ruigrok/asmodai
-On [20020414 19:14], Matthias Schuendehuette ([EMAIL PROTECTED]) wrote: >make: don't know how to make neqn. Stop >*** Error code 2 I think David O`Brien fixed this by backing out a commit to make. In general, wait a couple of hours or a day before reporting a failure, since chances are good it

Re: make world broken in -current

2001-08-28 Thread Jim Pirzyk
On Monday 27 August 2001 05:58 pm, David O'Brien wrote: > On Mon, Aug 27, 2001 at 11:10:55AM -0700, [EMAIL PROTECTED] wrote: > > Compiling sources cvs'ed this morning (Aug 27th), I get this error: > > > > cd /auto/roy/dist/pub/FreeBSD/CURRENT/src/usr.bin/file; make build-tools > > make: don't know

Re: make world broken in -current

2001-08-27 Thread David O'Brien
On Mon, Aug 27, 2001 at 11:10:55AM -0700, [EMAIL PROTECTED] wrote: > Compiling sources cvs'ed this morning (Aug 27th), I get this error: > > cd /auto/roy/dist/pub/FreeBSD/CURRENT/src/usr.bin/file; make build-tools > make: don't know how to make build-tools. Stop > *** Error code 2 Are you sure y

Re: make world broken by STDIN_ changes

2001-07-27 Thread Sheldon Hearn
On Thu, 26 Jul 2001 15:26:27 MST, Steve Kargl wrote: > ===> usr.sbin/pcvt/vttest > cc -O -pipe -march=k6 -traditional -DUSEMYSTTY -I/usr/obj/usr/src/i386/usr/include > -c /usr/src/usr.sbin/pcvt/vttest/main.c > /usr/src/usr.sbin/pcvt/vttest/main.c: In function `readnl': > /usr/src/usr.sbin/pc

Re: Make world hosed ?

2001-07-18 Thread Bruce Evans
On Wed, 18 Jul 2001, David Malone wrote: > I would have thought that any file included with > > #include <...> > > would count as a system header file, but it seems gcc has some > other criteron for deciding. I've managed to trace it back to cpp > writing out lines like: > > # 1 "/usr/include/

Re: Make world hosed ?

2001-07-18 Thread David Malone
> On Tue, Jul 17, 2001 at 07:55:18PM +0100, David Malone wrote: > > I suspect that this is my fault for not doing a buildworld after > > turning on WARNS stuff in inetd. > YES! Why are you committing these "very easy to break the build, as > we've seen" changes w/o full `make buildworld' testing

Re: Make world hosed ?

2001-07-17 Thread David O'Brien
On Tue, Jul 17, 2001 at 07:55:18PM +0100, David Malone wrote: > I suspect that this is my fault for not doing a buildworld after > turning on WARNS stuff in inetd. YES! Why are you committing these "very easy to break the build, as we've seen" changes w/o full `make buildworld' testing?!? > I'l

Re: Make world hosed ?

2001-07-17 Thread David Malone
> >I'll back out the WARNS stuff and find out what's going on. > Well, for whatever it's worth, I didn't see the complaints that phk did, > and when I built today's -CURRENT, usr.sbin/inetd/Makefile was at rev. > 1.23. The compiles for inetd look pretty normal; log excerpts (courtesy > of "scrip

Re: Make world hosed ?

2001-07-17 Thread David Wolfskill
>Date: Tue, 17 Jul 2001 19:55:18 +0100 >From: David Malone <[EMAIL PROTECTED]> >On Tue, Jul 17, 2001 at 08:38:13PM +0200, Poul-Henning Kamp wrote: >> Am I the only one who sees this ? >I suspect that this is my fault for not doing a buildworld after >turning on WARNS stuff in inetd. I think the

Re: Make world hosed ?

2001-07-17 Thread David Malone
On Tue, Jul 17, 2001 at 08:38:13PM +0200, Poul-Henning Kamp wrote: > Am I the only one who sees this ? I suspect that this is my fault for not doing a buildworld after turning on WARNS stuff in inetd. I think the problem must be that -nostdinc must cause errors to be issued for files which wouldn

Re: make world bXrked ?

2001-05-03 Thread Matthew Jacob
Yes- And David has checked in a hack to avoid this for now too. > On Thu, 03 May 2001 18:15:38 +0200, Poul-Henning Kamp <[EMAIL PROTECTED]> said: > > > > eelf_i386.c:158: elf-hints.h: No such file or directory mkdep: > > compile failed *** Error code 1 1 error *** Error code 2 > > I p

Re: make world bXrked ?

2001-05-03 Thread Michael Harnois
On Thu, 03 May 2001 18:15:38 +0200, Poul-Henning Kamp <[EMAIL PROTECTED]> said: > eelf_i386.c:158: elf-hints.h: No such file or directory mkdep: > compile failed *** Error code 1 1 error *** Error code 2 I puzzled over this, and finally found that beginning the magical incantations with

Re: make world stops during i4b compilation

2001-03-25 Thread Gary Jennejohn
On Sunday 25 March 2001 13:53, Marc van Woerkom wrote: > > i4b is an ethernet interface, how do you think PPP/HDLC works ? The > > interface is registered with the networking stack, just like a "real" > > networking card is. This make the ether device mandatory. > > Hi Gary! > > I simply lack know

Re: make world stops during i4b compilation

2001-03-25 Thread Marc van Woerkom
> i4b is an ethernet interface, how do you think PPP/HDLC works ? The > interface is registered with the networking stack, just like a "real" > networking card is. This make the ether device mandatory. Hi Gary! I simply lack knowledge of how network devices are organized. It might have been pos

Re: make world stops during i4b compilation

2001-03-25 Thread Gary Jennejohn
On Sunday 25 March 2001 00:11, Marc van Woerkom wrote: > > >Ok, I did an ediff against NOTES. Perhaps it was the "1" argument to > > > > > >device loop1 #Network loopback device > > > > > >that was missing. I'll try again. > > > > Hmmm Seems odd. If you get a re

Re: make world stops during i4b compilation

2001-03-24 Thread Marc van Woerkom
> >Ok, I did an ediff against NOTES. Perhaps it was the "1" argument to > > >device loop1 #Network loopback device > > >that was missing. I'll try again. > > Hmmm Seems odd. If you get a recurrence, you might want to share a > diff between GENERIC and what

Re: make world failure...

2001-02-11 Thread Udo Erdelhoff
On Sun, Feb 11, 2001 at 10:56:18PM +0100, Robert Drehmel wrote: > In <38689.981926085@critter>, Poul-Henning Kamp wrote: > > [buildworld failure lib/libc/locale/lmessages.c] > > It should work with '#include '. Yep, that seems to be enough to get past this point. I don't know if there are any o

Re: make world failure...

2001-02-11 Thread Robert Drehmel
In <38689.981926085@critter>, Poul-Henning Kamp wrote: > cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/syv/src/lib/libc/include -D__DBINTERFACE > _PRIVATE -DINET6 -I/usr/obj/syv/src/lib/libc -DPOSIX_MISTAKE -I/syv/src/lib/libc > /../libc/locale -DBROKEN_DES -DYP -DHESIOD -I/usr/obj/syv/src/i386/usr/incl

Re: Make World Time Format

2000-12-05 Thread Jordan Hubbard
Thanks, good compromise. > On Tue, Dec 05, 2000 at 07:02:35PM -0800, Thomas D. Dean wrote: > > Is it possible to go back to the old style of reporting world time in > > Makefile? I have been collecting make time stats. > > I added it back, but in a way I think will not be objectionable for the

Re: Make World Time Format

2000-12-05 Thread David O'Brien
On Tue, Dec 05, 2000 at 07:02:35PM -0800, Thomas D. Dean wrote: > Is it possible to go back to the old style of reporting world time in > Makefile? I have been collecting make time stats. I added it back, but in a way I think will not be objectionable for the reason it was removed. To Unsubs

Re: Make World

2000-09-28 Thread Salvo Bartolotta
>> Original Message << On 9/28/00, 10:53:21 PM, [EMAIL PROTECTED] wrote regarding Make World: > I recently cvsup'ped my source to the Current 5.0 version of FreeBSD. I > recompiled the kernel and did all of that jazz and ultimately decided I wanted > to go ba

Re: make world libcrypto Undefined symbol "RSA_PKCS1"

2000-09-11 Thread Kris Kennaway
On Sun, 10 Sep 2000, Mark Hittinger wrote: > > It may be because of something screwy that I did, I had been cvsup'ing from > cvsup3. Saw the note about 3 not having a full crypto mirror so I tried a > cvsup from 2 and make world completed, but when running ssh I get this: > > /usr/libexec/ld-

Re: make world breakage

2000-08-04 Thread David O'Brien
On Fri, Aug 04, 2000 at 08:38:17PM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, "David O'Brien" writes: > >Quite sorry, my contrib/gdb/ activities were suppose to be shielded from > >users. > And vice-versa I presume :-) G. I should go back to bed -- that's what I meant

Re: make world breakage

2000-08-04 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "David O'Brien" writes: >Quite sorry, my contrib/gdb/ activities were suppose to be sheilded from >users. And vice-versa I pressume :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam membe

Re: make world breakage

2000-08-04 Thread David O'Brien
On Fri, Aug 04, 2000 at 08:24:30PM +0300, Ruslan Ermilov wrote: > On Fri, Aug 04, 2000 at 10:16:32AM -0700, Scott Flatman wrote: > > In file included from > > /u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/mdebugread.c:2774: > > mkdep: compile failed > > *** Error code 1 > 99 conflic

Re: make world breakage

2000-08-04 Thread Ruslan Ermilov
On Fri, Aug 04, 2000 at 10:16:32AM -0700, Scott Flatman wrote: > Fresh bits supped this morning: > > In file included from > /u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/mdebugread.c:2774: > /u1/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/partial-stab.h:268: >macro >

Re: Make World is hosed...

2000-06-27 Thread Sheldon Hearn
On Mon, 26 Jun 2000 19:04:47 +0200, Poul-Henning Kamp wrote: > Who knows the cure for this ? Mark's busy working on it. You shouldn't have to wait too much longer now. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the messag

Re: Make World is hosed...

2000-06-26 Thread Soren Schmidt
It seems Poul-Henning Kamp wrote: > > Who knows the cure for this ? I do :) Rip out perl from the base system ... (ducks and runs) -Søren > ===> gnu/usr.bin/perl/perl > Extracting config.h (with variable substitutions) > Extracting cflags (with variable substitutions) > Extracting writemain

Re: Make World kdump failure

2000-05-14 Thread David O'Brien
On Sun, May 14, 2000 at 05:02:48PM +, Andrew M. Miklic wrote: > I'm getting a "make world" failure with Alpha -current (cvsup'ed fresh > as of a few minutes ago, although this problem has persisted for over a > week, as far as I can tell)..it seems to be dying in kdump, strangely > apparently

Re: make world left me with an unbootable system

2000-04-21 Thread Daniel C. Sobral
Nickolay Dudorov wrote: > > > There is some problems with "/boot/loader". You can just > hit the key due to "|/-..." propelling and load "/boot/loader.old" > instead of "/boot/loader". (And the first thing I make on the > booted system - "cp /boot/loader.old /boot/loader.good" ;-) Ah, m

Re: make world left me with an unbootable system

2000-04-20 Thread Adam
Using loader.old worked! Thanks to all who suggested it, I was fearing actual damage. Now time to figure out if its really fixed yet, or why not :) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make world left me with an unbootable system

2000-04-20 Thread Nickolay Dudorov
In <[EMAIL PROTECTED]> Adam <[EMAIL PROTECTED]> wrote: > Last night around midnight EST I cvsupped and did make buildworld, config > -r'ed my kernel, compiled it, installed the kernel and did make > installworld. I rebooted expecting the system to come up fine but it > failed with "Invalid partit

Re: make world left me with an unbootable system

2000-04-20 Thread Manfred Antar
At 03:55 PM 4/20/2000 -0400, Adam wrote: >Last night around midnight EST I cvsupped and did make buildworld, config >-r'ed my kernel, compiled it, installed the kernel and did make >installworld. I rebooted expecting the system to come up fine but it >failed with "Invalid partition table". This w

Re: make world left me with an unbootable system

2000-04-20 Thread Adam
I was updating from a -current less than a week old and there is nothing more recent than 2 weeks olf in UPDATING, but thanks for reminding me to check. On Thu, 20 Apr 2000, Thomas T. Veldhouse wrote: >What did you update from? 3.4? Also, did you read /usr/src/UPDATING. If >you didn't, you ha

Re: 'make world' fails

2000-04-01 Thread Will Andrews
On Sun, Apr 02, 2000 at 01:39:15AM +0200, Patrick Mau wrote: > Hi all, > > the subject says it all. It fails with the follwing messages: > > ===> libssh > cd /usr/src/gnu/lib/libgcc; make depend; make all; make install > echo '#include '> config.h > echo '#include "gansidecl.h"'

Re: make world: install-info: unrecognized option

2000-03-15 Thread Ruslan Ermilov
On Wed, Mar 15, 2000 at 03:54:05PM +0100, Rasmus Skaarup wrote: > > Hiya, > > I just cvsupped a couple of hours ago, after a successful build, the > install phase fails: > > ** snip snip ** > ===> lib/libcom_err/doc > install-info --quiet --defsection="Programming & development > tools." --d

Re: make world: install-info: unrecognized option

2000-03-15 Thread Jim Bloom
Please read UPDATING for details on how to upgrade to 4.0 from earlier releases. The quick summary to deal with your problem is: make -DNOINFO installworld make installworld There are other problems you might bump into, so do your homework first. Jim Bloom [EMAIL PROTECTED] Rasmus Skaarup wro

Re: Make world error.....

2000-03-11 Thread Kris Kennaway
On Sat, 11 Mar 2000, Kris Kennaway wrote: > the fix isn't immediately obvious to me - make world doesn't seem to run a > full 'make includes' prior to doing the perl thing (it just does 'make Well, that was probably the stupidest thing I've said all day (I say the fix isn't obvious and then proc

Re: Make world error.....

2000-03-11 Thread Kris Kennaway
On Fri, 10 Mar 2000, John Polstra wrote: > This is still broken. I ran into it when upgrading a Feb. 29 -current > system to today's -current. I didn't use make -j and I didn't take > any shortcuts. Okay, the problem is indeed caused by the fact that there's a dangling symlink from des.h to op

Re: Make world error.....

2000-03-10 Thread Brian Dean
John Polstra wrote: > I don't believe I've ever used any special options, and my make.conf > file is "normal" except that it has "USA_RESIDENT=YES" in it. I know for certain that when I ran into this that I did not do anything other than a "make world" on a standard -current system, i.e., nothing

Re: Make world error.....

2000-03-10 Thread John Polstra
In article <[EMAIL PROTECTED]>, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Fri, 10 Mar 2000, John Polstra wrote: > > > This is still broken. I ran into it when upgrading a Feb. 29 -current > > system to today's -current. I didn't use make -j and I didn't take > > any shortcuts. > > Both we

Re: Make world error.....

2000-03-10 Thread Kris Kennaway
On Fri, 10 Mar 2000, John Polstra wrote: > This is still broken. I ran into it when upgrading a Feb. 29 -current > system to today's -current. I didn't use make -j and I didn't take > any shortcuts. Both were compiled with the same options (i.e. you didn't do the first one NO_OPENSSL or someth

Re: Make world error.....

2000-03-10 Thread John Polstra
In article <[EMAIL PROTECTED]>, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Sun, 5 Mar 2000, Brian Dean wrote: > > > The perl script h2ph does not exit immediately on des.h, it sets it's > > $Exit value to 1, but continues processing. If the original poster > > would check further back in his

Re: Make world error.....

2000-03-06 Thread Mark Murray
> On Sun, 5 Mar 2000, Brian Dean wrote: > > > The perl script h2ph does not exit immediately on des.h, it sets it's > > $Exit value to 1, but continues processing. If the original poster > > would check further back in his log file, he'll see: > > Ah, okay. There might be an ordering problem wi

Re: Make world error.....

2000-03-05 Thread Kris Kennaway
On Sun, 5 Mar 2000, Brian Dean wrote: > The perl script h2ph does not exit immediately on des.h, it sets it's > $Exit value to 1, but continues processing. If the original poster > would check further back in his log file, he'll see: Ah, okay. There might be an ordering problem with the des.h s

Re: Make world error.....

2000-03-05 Thread Brian Dean
The perl script h2ph does not exit immediately on des.h, it sets it's $Exit value to 1, but continues processing. If the original poster would check further back in his log file, he'll see: [...] ===> gnu/usr.bin/perl/utils/h2ph install -c -o root -g wheel -m 555 h2ph /usr/bin install -c -o r

Re: Make world error.....

2000-03-05 Thread Kris Kennaway
On Sat, 4 Mar 2000, Brian Dean wrote: > William Woods wrote: > > vm/vnode_pager.h -> vm/vnode_pager.ph > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > > *** Error code 1 > > I got the same thing here. h2ph does not like /usr/include/des.h > which is a symlink to /u

Re: Make world error.....

2000-03-04 Thread Mike Tancsa
On 4 Mar 2000 02:01:03 -0500, in sentex.lists.freebsd.current you wrote: >William Woods wrote: >> >> Running 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Wed Mar 1 10:25:09 PST 2000 on a >> IBM thinkpad 600E, 128 megs. while doing a make world of todays CVSUP I get >> this: > > What command line

Re: Make world error.....

2000-03-04 Thread Brian Dean
William Woods wrote: > vm/vnode_pager.h -> vm/vnode_pager.ph > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > *** Error code 1 > > Ideas about what died and why? I got the same thing here. h2ph does not like /usr/include/des.h which is a symlink to /usr/include/openssl/d

Re: Make world error.....

2000-03-03 Thread Doug Barton
William Woods wrote: > > Running 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Wed Mar 1 10:25:09 PST 2000 on a > IBM thinkpad 600E, 128 megs. while doing a make world of todays CVSUP I get > this: What command line did you use? This looks to me like 'make -jN' breakage. I would try the followi

Re: make world problems at vm/vnode_pager.h -> vm/vnode_pager.ph

2000-03-01 Thread Mike Tancsa
At 03:48 PM 3/1/00 -0500, Andrew Gallatin wrote: >I recently saw this on some alphas. This is happening as part of >installworld. > >My guess is that something about the installed perl or h2ph is just >broken. I closed my eyes, crossed my fingers & did 'make -i >installworld'.After install

Re: make world problems at vm/vnode_pager.h -> vm/vnode_pager.ph

2000-03-01 Thread Andrew Gallatin
Mike Tancsa [[EMAIL PROTECTED]] wrote: <..> > vm/vnode_pager.h -> vm/vnode_pager.ph > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph. > *** Error code 1 <..> I recently saw this on some alphas. This is happening as part of installworld. My guess is that something about the

Re: make world

2000-02-20 Thread John Baldwin
On 20-Feb-00 Ben Smithurst wrote: > Kai Großjohann wrote: > >> Omachonu Ogali <[EMAIL PROTECTED]> writes: >> >>> ===> lib/libcom_err/doc >>> install-info --quiet --defsection="Programming & development tools." >--defentry="* libcom_err: >>> (com_err).A Common Error Description Librar

Re: make world

2000-02-20 Thread kibbet
On 20-Feb-00 kibbet wrote: > Hey all, > > I got this error, and the 2205 entry in UPDATING didn't seem to cover > enough for me, I was comming from a clean bin install of 3.2. > > UPDATING - 2205 entry; > > make buildworld > make installworld Thi

Re: make world

2000-02-20 Thread Ben Smithurst
Kai Großjohann wrote: > Omachonu Ogali <[EMAIL PROTECTED]> writes: > >> ===> lib/libcom_err/doc >> install-info --quiet --defsection="Programming & development tools." >--defentry="* libcom_err: (com_err).A Common Error Description Library for >UNIX." com_err.info /usr/share/info/di

Re: make world

2000-02-20 Thread Kai Großjohann
Omachonu Ogali <[EMAIL PROTECTED]> writes: > ===> lib/libcom_err/doc > install-info --quiet --defsection="Programming & development tools." --defentry="* >libcom_err: (com_err).A Common Error Description Library for UNIX." >com_err.info /usr/share/info/dir > install-info: unrecognize

Re: make world

2000-02-19 Thread kibbet
Hey all, I got this error, and the 2205 entry in UPDATING didn't seem to cover enough for me, I was comming from a clean bin install of 3.2. UPDATING - 2205 entry; make buildworld make installworld This will fail cd usr.bin/xinstal

Re: make world

2000-02-19 Thread Jim Bloom
See the file src/UPDATING. This is one of a couple problems that one sees when trying to install current on an older system. If this error isn't mentioned explicitly, check the sections relating to flags and xinstall (install). Jim Bloom [EMAIL PROTECTED] Omachonu Ogali wrote: > > Anyone else

Re: make world

2000-02-17 Thread Kris Kennaway
On Sun, 13 Feb 2000, Amancio Hasty wrote: > uudecode < /usr/src/share/isdn/msg.al.uu > uudecode: > input file: stdin > encoded file: msg.al > character out of range: [33-96] > *** Error code 1 Looks like corruption. Kris "How many roads must a man walk down, befor

Re: Make world problems

2000-02-02 Thread Matthew Sean Thyer
On Tue, 1 Feb 2000, Edwin Culp wrote: > Marc Schneiders wrote: > > Some problems have disappeared, some remain, to wit: > > > > /kernel: cmd ntpd pid 86 tried to use non-present sched_get_priority_max > > /kernel: cmd ntpd pid 86 tried to use non-present sched_setscheduler > > ntpd [86]: sched_set

Re: Make world problems

2000-02-01 Thread Marc Schneiders
On Tue, 1 Feb 2000, Edwin Culp wrote: > Marc Schneiders wrote: > > > As far as this is possible for me in rather heterogenous threads, I've > > tried to follow the messages about recent make world problems. I've > > done exactly what is in src/UPDATING (and like another poster here I > > did *no

Re: Make world problems

2000-02-01 Thread Edwin Culp
Marc Schneiders wrote: > As far as this is possible for me in rather heterogenous threads, I've > tried to follow the messages about recent make world problems. I've > done exactly what is in src/UPDATING (and like another poster here I > did *not* get the 24/01/2000 message until today...): buil

Re: Make world problems

2000-02-01 Thread Yoshinobu Inoue
> inetd[117]: IPv6 for RPC is not supported yet Sorry, there is my buggy incorrect error check. Please apply following patch to use RPC services for now. Yoshinobu Inoue Index: inetd.c === RCS file: /home/ncvs/src/usr.sbin/inetd/i

Re: Make world problems

2000-02-01 Thread Mike Bristow
On Tue, Feb 01, 2000 at 03:34:51AM +0100, Marc Schneiders wrote: > As far as this is possible for me in rather heterogenous threads, I've > tried to follow the messages about recent make world problems. I've > done exactly what is in src/UPDATING (and like another poster here I > did *not* get the

Re: make world break

2000-01-19 Thread Charles Anderson
On Wed, Jan 19, 2000 at 12:52:21PM -0800, Kris Kennaway wrote: > On Wed, 19 Jan 2000, Charles Anderson wrote: > > > be successful. But my last question still remains, why is it looking at > > anything outside of the /usr/src, /usr/obj world? > > It was supposed to just pick up the rsaref librar

Re: make world break

2000-01-19 Thread Kris Kennaway
On Wed, 19 Jan 2000, Charles Anderson wrote: > be successful. But my last question still remains, why is it looking at > anything outside of the /usr/src, /usr/obj world? It was supposed to just pick up the rsaref library so you can use RSA crypto in openssl, but was also picking up the stale l

Re: make world break

2000-01-19 Thread Damon M. Conway
Stephan van Beerschoten wrote: >cc -O -pipe -DMONOLITH -DNO_IDEA >-I/mnt/archive/CVS/4.0-CURRENT/src/secure/usr.bin/opens sl -DRSAref -I/usr/obj/mnt/archive/CVS/4.0-CURRENT/src/i386/usr/include -o openssl app s.o asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dsa.o dsaparam.o enc.o er

Re: make world break

2000-01-19 Thread Charles Anderson
And of course right after I post this I go back a page in my current mail folder and spot the message from Kris saying to move the old openssl out of /usr/local/lib. So I'm rebuilding again, with high hopes that it will be successful. But my last question still remains, why is it looking at anyt

Re: make world break

2000-01-19 Thread Kris Kennaway
On Wed, 19 Jan 2000, Stephan van Beerschoten wrote: > cc -O -pipe -DMONOLITH -DNO_IDEA >-I/mnt/archive/CVS/4.0-CURRENT/src/secure/usr.bin/openssl -DRSAref >-I/usr/obj/mnt/archive/CVS/4.0-CURRENT/src/i386/usr/include -o openssl apps.o >asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dsa

Re: make world break

2000-01-19 Thread Charles Anderson
I'm blowing up in the same place, only mine is more spectacular. I get: cc -O -pipe -DMONOLITH -DNO_IDEA -I/usr/src/secure/usr.bin/openssl -DRSAref -I /usr/obj/usr/src/i386/usr/include -o openssl apps.o asn1pars.o ca.o ciphers.o c rl.o crl2p7.o dgst.o dh.o dsa.o dsaparam.o enc.o errstr.o gendh

Re: Make world break on openssl...

2000-01-18 Thread Kris Kennaway
On Tue, 18 Jan 2000, Patrick Bihan-Faou wrote: > cc -O -pipe -DMONOLITH -DNO_IDEA -I/usr/src-freebsd-4.x/secure/usr.bin/opens > sl -DRSAref -I/usr/obj/usr/src-freebsd-4.x/i386/usr/include -o openssl > apps.o asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dsa.o dsaparam.o > enc.o errstr.o

Re: make world breaks in /usr/src/usr.bin/xlint

2000-01-18 Thread Marcel Moolenaar
Sheldon Hearn wrote: > > On Sat, 15 Jan 2000 12:02:09 +0100, Marcel Moolenaar wrote: > > > No. build-tools are those tiny little utilities that are part of the > > sources and are only used to build the sources. > > Okay, so how do we boot-strap lint? Ultimately, the build of the lint > librar

Re: make world breaks in /usr/src/usr.bin/xlint

2000-01-16 Thread Sheldon Hearn
On Sat, 15 Jan 2000 12:02:09 +0100, Marcel Moolenaar wrote: > No. build-tools are those tiny little utilities that are part of the > sources and are only used to build the sources. Okay, so how do we boot-strap lint? Ultimately, the build of the lint libraries requires a working lint, which m

Re: Make world breakage...

2000-01-14 Thread Wilko Bulte
On Thu, Jan 13, 2000 at 02:00:14PM -0800, Jason Evans wrote: > On Thu, Jan 13, 2000 at 08:35:16PM +0100, Wilko Bulte wrote: > > I resurrected things by grabbing an 'old' .4 library from another Alpha. > > Now things work again. > > In case you missed it, I checked in a probable fix for the bug th

Re: Make world breakage...

2000-01-14 Thread Jeroen C. van Gelderen
Mark Murray wrote: > > > BTW, we can soon stop worrying about the crypto stuff, right? :) > > It sure seems so! :-) > > RSA will be the only problem for USA, Only until 20 September 2000 IIRC. > and IDEA will be aproblem in Europe. And the rest of the world. It's patented in Japan and USA

Re: Make world breakage...

2000-01-13 Thread Mark Murray
> BTW, we can soon stop worrying about the crypto stuff, right? :) It sure seems so! :-) RSA will be the only problem for USA, and IDEA will be aproblem in Europe. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscr

Re: Make world breakage...

2000-01-13 Thread Satoshi - Ports Wraith - Asami
* From: Mark Murray <[EMAIL PROTECTED]> * ...then your source tree is not up to date. It seems the crypto part of the tree was not updated. Probably from the time I was juggling cvsupfiles around trying to figure out the "can't build in US" problem. I'll let you know if I have any more probl

Re: Make world breakage...

2000-01-13 Thread Jason Evans
On Thu, Jan 13, 2000 at 08:35:16PM +0100, Wilko Bulte wrote: > I resurrected things by grabbing an 'old' .4 library from another Alpha. > Now things work again. In case you missed it, I checked in a probable fix for the bug that got you last time around. You might try again now. Jason To Unsu

Re: Make world breakage...

2000-01-13 Thread Wilko Bulte
On Thu, Jan 13, 2000 at 08:30:24AM +0100, Wilko Bulte wrote: > On Wed, Jan 12, 2000 at 05:25:22PM -0800, David O'Brien wrote: > > On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote: > > > I copied libc.so.4 manually to /usr/lib but that is not sufficient. > > > It looks like ld-elf sticks

Re: Make world breakage...

2000-01-13 Thread Mark Murray
> I blew away /usr/obj but still get the same error. ...then your source tree is not up to date. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Make world breakage...

2000-01-13 Thread Marcel Moolenaar
Peter Wemm wrote: > > Satoshi - Ports Wraith - Asami wrote: > > * From: Jason Evans <[EMAIL PROTECTED]> > > > > * > In function `_gettemp': > > * > mktemp.c(.text+0x3f0): undefined reference to `_libc_open' > > * > mktemp.c(.text+0x3f4): undefined reference to `_libc_open' > > > > * libc suc

Re: Make world breakage...

2000-01-13 Thread Satoshi - Ports Wraith - Asami
* From: Peter Wemm <[EMAIL PROTECTED]> * > === * > : * > ln -sf libutil.so.2 /usr/obj/usr/src/i386/usr/lib/libutil.so * > cd /usr/src/lib; make depend; make all; make install * > ===> csu/i386-elf * > ===> libcom_err * > ===> libcom_err/doc * > ===> msun * > ===> libmd * > ===>

Re: Make world breakage...

2000-01-13 Thread Peter Wemm
Satoshi - Ports Wraith - Asami wrote: > * From: Jason Evans <[EMAIL PROTECTED]> > > * > In function `_gettemp': > * > mktemp.c(.text+0x3f0): undefined reference to `_libc_open' > * > mktemp.c(.text+0x3f4): undefined reference to `_libc_open' > > * libc successfully builds on Alpha with the

Re: Make world breakage...

2000-01-13 Thread Satoshi - Ports Wraith - Asami
* From: Jason Evans <[EMAIL PROTECTED]> * > In function `_gettemp': * > mktemp.c(.text+0x3f0): undefined reference to `_libc_open' * > mktemp.c(.text+0x3f4): undefined reference to `_libc_open' * libc successfully builds on Alpha with the changes I committed, though the * bootstrapping pro

Re: Make world breakage...

2000-01-12 Thread Wilko Bulte
On Wed, Jan 12, 2000 at 05:25:22PM -0800, David O'Brien wrote: > On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote: > > I copied libc.so.4 manually to /usr/lib but that is not sufficient. > > It looks like ld-elf sticks to libc.so.4 even if I move the symlink > > libc.so back from libc.

Re: Make world breakage...

2000-01-12 Thread David O'Brien
On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote: > I copied libc.so.4 manually to /usr/lib but that is not sufficient. > It looks like ld-elf sticks to libc.so.4 even if I move the symlink > libc.so back from libc.so.4 to libc.so.3 Yes. Each shared library knows it's name when it wa

Re: Make world breakage...

2000-01-12 Thread Jason Evans
On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote: > On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote: > > On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote: > > > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > > > > Hi > > > > > > > > Anyone else se

Re: Make world breakage...

2000-01-12 Thread Jason Evans
On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote: > On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote: > > On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote: > > > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > > > > Hi > > > > > > > > Anyone else se

Re: Make world breakage...

2000-01-12 Thread Wilko Bulte
On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote: > On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote: > > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > > > Hi > > > > > > Anyone else seeing this? ... > > /usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/..

Re: Make world breakage...

2000-01-12 Thread Jason Evans
On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote: > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > > Hi > > > > Anyone else seeing this? > > > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H >-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-

Re: Make world breakage...

2000-01-12 Thread Wilko Bulte
On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > Hi > > Anyone else seeing this? > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H >-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" >-DPREFIX=\"/usr/obj/usr/src/i386/usr\" >-I/usr/obj/u

Re: Make world breakage...

2000-01-12 Thread Jason Evans
On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote: > Hi > > Anyone else seeing this? > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H >-DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" >-DPREFIX=\"/usr/obj/usr/src/i386/usr\" >-I/usr/obj/u

Re: make world broken?

2000-01-09 Thread Mark Murray
> ===> libdes Fixed - thanks! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

  1   2   3   >