Date: Fri, 26 Sep 1997 14:58:58 -0700 (PDT) From: Simon Shapiro <Shimon@i-Connect.Net> To: freebsd-current@freebsd.org Subject: Make Release failures Message-ID: <XFMail.970926145858.Shimon@i-Connect.Net>
next in thread | raw e-mail | index | archive | help
Hi Y'all,
Although ``make world'' works flawlessly, ``make release'' still has
difficulties. I have a sneaking suspicion that these can be fixed without
much troulbe and that they are a result of recent changes:
1. Strange problem with the locale construction. If you ``make world''
immediately prior to building a release, it works. If you do not, it
blows up:
===> share/timedef/data
for l in da_DK.ISO_8859-1 de_AT.ISO_8859-1 de_DE.ISO_8859-1
en_GB.ISO_8859-1 en_US.ISO_8859-1 fr_FR.ISO_8859-1 hr_HR.ISO_8859-2
is_IS.ISO_8859-1 ja_JP.SJIS it_IT.ISO_8859-1 ko_KR.EUC
no_NO.ISO_8859-1 pt_PT.ISO_8859-1 ru_SU.CP866 ru_SU.KOI8-R; do
install -c -m 644 -o bin -g bin $l.out
/Targets/3.0-970921-SNAP/usr/share/locale/$l/LC_TIME; done
install: /Targets/3.0-970921-SNAP/usr/share/locale/ja_JP.SJIS/LC_TIME: No
such file or directory
*** Error code 71
Stop.
*** Error code 1
This is only an example! It can actually blow up in different spots in
this area. To me it means that there is some host dependancy that
probably should not be there.
2. Something in the PPP code broke. I have seen this before, then it went
away (around 27-Aug-97) and now it looks like we contracted it again:
cc -O2 -pipe -DCRUNCHED_BINARY -c mount_nfs_stub.c
ld -dc -r -o mount_nfs.lo mount_nfs_stub.o
/usr/obj//usr/src/sbin/mount_nfs/mount_nfs.o
/usr/obj//usr/src/sbin/mount_nfs/getmntopts.o
crunchide -k __crunched_mount_nfs_stub mount_nfs.lo
cc -static -o boot_crunch boot_crunch.o sh.lo find.lo pwd.lo ft.lo ppp.lo
sysinstall.lo newfs.lo gzip.lo cpio.lo bad144.lo fsck.lo ifconfig.lo
route.lo slattach.lo mount_nfs.lo -ll -ledit -lutil -lkvm -lmd -lcrypt
-lftpio -lalias -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj
-ldisk -lipx
ppp.lo: Undefined symbol `_des_set_key' referenced from text segment
ppp.lo: Undefined symbol `_des_ecb_encrypt' referenced from text segment
ppp.lo: Undefined symbol `_des_set_odd_parity' referenced from text segment
*** Error code 1 (continuing)
`all' not remade because of errors.
mv: rename boot_crunch/boot_crunch to /R/stage/crunch/boot: No such file or
directory
*** Error code 1 (continuing)
This leaves the ``R'' area on the release build sort of sparse :-)
3. I posted a panic scenario for SMP. Steve probably dod not have a
chance to whack this problem yet.
If someone gives me some pointers on how to chase it down, I will. Gladly.
---
Sincerely Yours,
Simon Shapiro Atlas Telecom
Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005
Shimon@i-Connect.Net Voice: 503.799.2313
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970926145858.Shimon>
