Re: Problem building a snapshot for current, no more "more"

2000-06-02 Thread George W. Dinolt

Andreas Klemm wrote:

> -current of June 01:
> For me it was in stage 4 at:
>
> ln -sf libm.so.2 /usr/obj/usr/src/i386/usr/lib/libm.so
> cd /usr/src/lib/libncurses;  make depend;  make all;  make install
> ./make_keys /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/keys.lis
> t > init_keytry.h
> sh /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/base/MKlib_gen.sh "cc -
> E -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/
> ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include"  "awk" < curses
> .h | fgrep undef > nomacros.h
> *** Error code 1
>
> Stop in /usr/src/lib/libncurses.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> --
> Andreas Klemm   http://people.FreeBSD.ORG/~andreas
>  http://www.freebsd.org/~fsmp/SMP/SMP.html
>powered by Symmetric MultiProcessor FreeBSD
> New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas

Actually, once I followed the directions that  "John W. DeBoskey" <[EMAIL PROTECTED]>
sent me in a private messages things worked fine. I had no troubles with curses or
anything else. My cvs src tree was from late May 31. The instructions he sent me
were
-
Hi,

>  I've already fixed this. Unfortunately, fixit.flp is now
larger than 1.4Meg.

  The following patch will get you past the problem:

Index: fixit_crunch.conf
===
RCS file: /home/ncvs/src/release/fixit_crunch.conf,v
retrieving revision 1.22
diff -u -r1.22 fixit_crunch.conf
--- fixit_crunch.conf   2000/05/31 15:26:03 1.22
+++ fixit_crunch.conf   2000/06/01 03:20:17
@@ -28,8 +28,7 @@

 # /usr/bin stuff

-progs ftp less telnet vi grep
-ln less more
+progs ftp  telnet vi grep
 ln vi view
 ln vi ex

  However, you'll have no pager on the fixit floppy. You should
be able to run 'chroot /snap/release /mk' to continue your
build (substituting your own release build area in the above).

Good Luck,
John

---

I am currently trying this with a cvs tree current as of about 12:05 A.M (PDT) on
June 2. These include changes listed above.

I will let you know how things go.

Regards, George Dinolt.



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



Re: Problem building a snapshot for current, no more "more"

2000-06-01 Thread Andreas Klemm

-current of June 01:
For me it was in stage 4 at:

ln -sf libm.so.2 /usr/obj/usr/src/i386/usr/lib/libm.so
cd /usr/src/lib/libncurses;  make depend;  make all;  make install
./make_keys /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/keys.lis
t > init_keytry.h
sh /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/base/MKlib_gen.sh "cc -
E -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/
ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include"  "awk" < curses
.h | fgrep undef > nomacros.h
*** Error code 1

Stop in /usr/src/lib/libncurses.
*** Error code 1

Stop in /usr/src.
*** Error code 1 

-- 
Andreas Klemm   http://people.FreeBSD.ORG/~andreas
 http://www.freebsd.org/~fsmp/SMP/SMP.html
   powered by Symmetric MultiProcessor FreeBSD
New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas



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



Problem building a snapshot for current, no more "more"

2000-05-31 Thread George W. Dinolt

In attempting to build a snapshot for current, I came across the
following problem in  the release.4 target of the Makefile in
/usr/src/release.

...
cc -static -o boot_crunch boot_crunch.o sh.lo find.lo sed.lo test.lo
rm.lo pwd.lo ppp.lo sysinstall.lo newfs.lo minigzip.lo cpio.lo fsck.lo
ifconfig.lo route.lo slattach.lo mount_nfs.lo dhclient.lo arp.lo
hostname.lo pccardc.lo pccardd.lo usbd.lo usbdevs.lo -ll -ledit -lutil
-lkvm -lmd -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -lmytinfo
-L/usr/src/release/libdisk/obj -ldisk -lipx
dhclient.lo: In function `script_init':
dhclient.lo(.text+0x416b): warning: mktemp() possibly used unsafely;
consider using mkstemp()
strip boot_crunch
crunchgen: /usr/src/release/fixit_crunch.conf: more: warning: could not
find source directory
crunchgen: /usr/src/release/fixit_crunch.conf: more: warning: could not
find any .o files
crunchgen: /usr/src/release/fixit_crunch.conf: more: error: no objpaths
specified or calculated
crunchgen: /usr/src/release/fixit_crunch.conf: more: ignoring program
because of errors
Run "make -f fixit_crunch.mk objs exe" to build crunched binary.
*** Error code 1

Stop in /usr/src/release.



Note that the crunchgen could not find the sources for "more."

Does this have something to do with the replacement of "more" by "less"
recently? I am not sure what the correct fix is. Someone with more
understanding of what is going on might want to address this. For
example, should one replace "more" by "less" (and "lesskey"  and
"lessecho") ? I have not tried this and tested whether things would
still fit on the floppy.

George Dinolt








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