Re: Should 4.5-STABLE - 5.0-CURRENT work?

2002-03-06 Thread Alex Popa

On Wed, Mar 06, 2002 at 12:36:28AM -0800, David O'Brien wrote:
 On Wed, Mar 06, 2002 at 10:00:19AM +0200, Alex Popa wrote:
  cc -O -pipe -march=pentiumpro -funsigned-char -I. 
-I/usr/src/usr.bin/awk/../../contrib/one-true-awk
/usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o maketab
  ./maketab  proctab.c
  /usr/libexec/ld-elf.so.1: Shared object libc.so.5 not found
  *** Error code 1
  
  Stop in /usr/src/usr.bin/awk.
  *** Error code 1
 
 (*sigh*)  Fixed.

Thank you, that worked for me!

There were some problems during installworld, with sh getting killed
during installworld, in chpass on:
[ ! -e /usr/bin/chpass ] ||  chflags noschg /usr/bin/chpass || true

sh was getting killed w/ signal 10 or 11, I cannot remember.  However, I
just removed the setuid binaries in /usr/bin and /usr/sbin, then
everything worked.  Also got some problems with sh at kernel make,
just before the linking part.  Solved by replacing /bin/sh with
/usr/local/bin/bash during kernel build and install.  This was with the
old kernel I mentioned in my first message, so world and kernel were out
of sync.

All seems to work OK w/ the -release kernel and world (until now, at
least, built two other kernels, and used X w/ no apparent problems).

Thank you, everybody!  You are doing a great job!

Alex
(now a happy 5.0-CURRENT user)

+--
Alex Popa,  |  Artificial Intelligence is
[EMAIL PROTECTED]| no match for Natural Stupidity
+--
It took the computing power of three C-64s to fly to the Moon.
It takes a 486 to run Windows 95. Something is wrong here.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Should 4.5-STABLE - 5.0-CURRENT work?

2002-03-05 Thread Alex Popa

Hello.  I have had a small problem last night going from a 4.5-STABLE
system (FreeBSD wabbit.ldc.ro 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb
17 08:58:11 EET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/WABBIT
i386) to current.  Last cvsup for current was Mar 5, 22:50 UTC, from
cvsup5.freebsd.org.

The fail seems to happen in one true awk.  However, I seem to remember
a 4.5-RELEASE to 5.0-CURRENT working perfectly around March 2nd.

Attached are last 200 lines of buildworld output, and current supfile.

Thank you
Alex

+--
Alex Popa,  |  Artificial Intelligence is
[EMAIL PROTECTED]| no match for Natural Stupidity
+--
It took the computing power of three C-64s to fly to the Moon.
It takes a 486 to run Windows 95. Something is wrong here.


cd /usr/src/secure/usr.bin/ssh; make _EXTRADEPEND
echo ssh: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/i386/usr/lib/libssh.a 
/usr/obj/usr/src/i386/usr/lib/libcrypto.a /usr/obj/usr/src/i386/usr/lib/libutil.a 
/usr/obj/usr/src/i386/usr/lib/libz.a  .depend
=== secure/usr.bin/ssh-add
rm -f .depend
mkdep -f .depend -a-DNO_IDEA  
/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c
cd /usr/src/secure/usr.bin/ssh-add; make _EXTRADEPEND
echo ssh-add: /usr/obj/usr/src/i386/usr/lib/libc.a 
/usr/obj/usr/src/i386/usr/lib/libssh.a /usr/obj/usr/src/i386/usr/lib/libcrypto.a  
.depend
=== secure/usr.bin/ssh-agent
rm -f .depend
mkdep -f .depend -a-DNO_IDEA  
/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agent.c
cd /usr/src/secure/usr.bin/ssh-agent; make _EXTRADEPEND
echo ssh-agent: /usr/obj/usr/src/i386/usr/lib/libc.a 
/usr/obj/usr/src/i386/usr/lib/libssh.a /usr/obj/usr/src/i386/usr/lib/libcrypto.a  
.depend
=== secure/usr.bin/ssh-keygen
rm -f .depend
mkdep -f .depend -a-DNO_IDEA  
/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-keygen.c
cd /usr/src/secure/usr.bin/ssh-keygen; make _EXTRADEPEND
echo ssh-keygen: /usr/obj/usr/src/i386/usr/lib/libc.a 
/usr/obj/usr/src/i386/usr/lib/libssh.a /usr/obj/usr/src/i386/usr/lib/libcrypto.a  
.depend
=== secure/usr.bin/ssh-keyscan
rm -f .depend
mkdep -f .depend -a-DNO_IDEA  
/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-keyscan.c
cd /usr/src/secure/usr.bin/ssh-keyscan; make _EXTRADEPEND
echo ssh-keyscan: /usr/obj/usr/src/i386/usr/lib/libc.a 
/usr/obj/usr/src/i386/usr/lib/libssh.a /usr/obj/usr/src/i386/usr/lib/libcrypto.a  
.depend
=== secure/usr.sbin
=== secure/usr.sbin/sshd
rm -f .depend
mkdep -f .depend -a-DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS 
-I/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login -DUSE_PAM -DHAVE_PAM_GETENVLIST 
-DSKEY -DXAUTH_PATH=\/usr/X11R6/bin/xauth\ -DNO_IDEA  
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c 
/usr/src/secure/usr.sbin/sshd/../../../usr.bin/login/login_access.c 
/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c
cd /usr/src/secure/usr.sbin/sshd; make _EXTRADEPEND
echo sshd: /usr/obj/usr/src/i386/usr/lib/libc.a 
/usr/obj/usr/src/i386/usr/lib/libopie.a /usr/obj/usr/src/i386/usr/lib/libmd.a 
/usr/obj/usr/src/i386/usr/lib/libssh.a /usr/obj/usr/src/i386/usr/lib/libcrypt.a 
/usr/obj/usr/src/i386/usr/lib/libcrypto.a /usr/obj/usr/src/i386/usr/lib/libutil.a 
/usr/obj/usr/src/i386/usr/lib/libz.a /usr/obj/usr/src/i386/usr/lib/libwrap.a 
/usr/obj/usr/src/i386/usr/lib/libpam.a  .depend
=== share
=== share/colldef
=== share/dict
=== share/examples
=== share/man
=== share/man/man1
=== share/man/man3
=== share/man/man4
=== share/man/man4/man4.i386
=== share/man/man5
=== share/man/man6
=== share/man/man7
=== share/man/man8
=== share/man/man8/man8.i386
=== share/man/man9
=== share/me
=== share/misc
=== share/mk
=== share/mklocale
=== share/monetdef
=== share/msgdef
=== share/numericdef
=== share/skel
=== share/syscons
===