make release of CURRENT on 4.7 broken again ?

Ruslan Ermilov ru at FreeBSD.org
Mon Jul 21 11:21:40 PDT 2003


On Mon, Jul 21, 2003 at 06:08:43PM +0300, Ruslan Ermilov wrote:
> On Mon, Jul 21, 2003 at 02:13:45PM +0300, Andrey Elperin wrote:
> > On Sun, Jul 20, 2003 at 02:44:23PM +0300, Ruslan Ermilov wrote:
> > > >  A few days ago I've noticed such messages in CURRENT buildlog (on 4.7
> > > >  box, building without -j<something>) :
> > > > 
> > > > cc -Os -pipe -c chown_stub.c
> > > > ld -dc -r -o chown.lo chown_stub.o /usr/obj//usr/src/usr.sbin/chown/chown.o
> > > > crunchide -k _crunched_chown_stub chown.lo
> > > > echo "int _crunched_chroot_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >chroot_stub.c
> > > > cc -Os -pipe -c chroot_stub.c
> > > > ld -dc -r -o chroot.lo chroot_stub.o /usr/obj//usr/src/usr.sbin/chroot/chroot.o
> > > > crunchide -k _crunched_chroot_stub chroot.lo
> > > > cc -static -o fixit_crunch fixit_crunch.o cat.lo chmod.lo cp.lo dd.lo df.lo echo.lo expr.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo rm.lo rmdir.lo sleep.lo sync.lo bsdlabel.lo clri.lo dmesg.lo fdisk.lo mknod.lo mount.lo mount_cd9660.lo mount_msdosfs.lo reboot.lo restore.lo swapon.lo umount.lo ftp.lo telnet.lo vi.lo chown.lo chroot.lo -ledit -lgeom -lkvm -lm -lncurses
> > > > -lutil
> > > > *** Error code 1
> > > >  
> > > > Stop in /usr/obj/usr/src/release/fixit_crunch.
> > > > *** Error code 1
> > > > 
> > > I have committed a fix for this to src/bin/ed/ a few minutes ago.
> > 
> >  Hmm. But I got the same error during last release building (this night).
> > 
> The "make -j" buildworld is currently broken by the recent changes
> to kerberos5/, and the issue is being worked out.  The breakage is
> mostly visible in the "4.x doing the build of 5.x" case, because
> the latter has /usr/include/roken.h and hides the building bug.
> At the moment, I'm retesting the snapshot build of 5.x on my 4.x
> SMP box without -j.  I will follow up with what I get.
> 
Yes, I can see the breakage:

: crunchide -k _crunched_vi_stub vi.lo
: echo "int _crunched_chown_stub(int argc, char **argv, char **envp){return main(a
: rgc,argv,envp);}" >chown_stub.c
: cc -Os -pipe -c chown_stub.c
: ld -dc -r -o chown.lo chown_stub.o /usr/obj//usr/src/usr.sbin/chown/chown.o
: crunchide -k _crunched_chown_stub chown.lo
: echo "int _crunched_chroot_stub(int argc, char **argv, char **envp){return main(
: argc,argv,envp);}" >chroot_stub.c
: cc -Os -pipe -c chroot_stub.c
: ld -dc -r -o chroot.lo chroot_stub.o /usr/obj//usr/src/usr.sbin/chroot/chroot.o
: crunchide -k _crunched_chroot_stub chroot.lo
: cc -static -o fixit_crunch fixit_crunch.o cat.lo chmod.lo cp.lo dd.lo df.lo echo
: .lo expr.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo rm.lo rmdir.lo sleep.lo sync.lo b
: sdlabel.lo clri.lo dmesg.lo fdisk.lo mknod.lo mount.lo mount_cd9660.lo mount_msd
: osfs.lo reboot.lo restore.lo swapon.lo umount.lo ftp.lo telnet.lo vi.lo chown.lo
:  chroot.lo -ledit -lgeom -lkvm -lm -lncurses -lutil
: telnet.lo: In function `display':
: telnet.lo(.text+0x122e): undefined reference to `EncryptStatus'
: telnet.lo: In function `status':
: telnet.lo(.text+0x1e85): undefined reference to `encrypt_display'
: ...
: 
: telnet.lo(.data+0xaa0): undefined reference to `EncryptStatus'
: *** Error code 1
: 
: Stop in /usr/obj/usr/src/release/fixit_crunch.
: *** Error code 1
: 
: Stop in /usr/src/release.

I believe Mark has committed a fix for this today (commit log
is attached).


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
An embedded message was scrubbed...
From: Mark Murray <markm at FreeBSD.org>
Subject: cvs commit: src/lib/libtelnet Makefile src/libexec/telnetd
         Makefile src/usr.bin/telnet Makefile
Date: Sun, 20 Jul 2003 16:29:46 -0700 (PDT)
Size: 2561
Url: http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030721/d30b9b9a/attachment.eml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030721/d30b9b9a/attachment.bin


More information about the freebsd-current mailing list