From owner-freebsd-current Wed Feb 16 16:56:55 2000 Delivered-To: freebsd-current@freebsd.org Received: from builder.freebsd.org (builder.FreeBSD.ORG [204.216.27.24]) by hub.freebsd.org (Postfix) with ESMTP id ABA4237B505 for ; Wed, 16 Feb 2000 16:56:51 -0800 (PST) (envelope-from jeff@mountin.net) Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by builder.freebsd.org (Postfix) with ESMTP id D6B15132E0 for ; Wed, 16 Feb 2000 16:56:06 -0800 (PST) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id SAA19650 for ; Wed, 16 Feb 2000 18:56:44 -0600 (CST) (envelope-from jeff@mountin.net) Received: from dial-65.max1.wa.cyberlynk.net(207.227.118.65) by peak.mountin.net via smap (V1.3) id sma019628; Wed Feb 16 18:56:42 2000 Message-Id: <3.0.3.32.20000216185632.009d0c00@207.227.119.2> X-Sender: jeffm@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 16 Feb 2000 18:56:32 -0600 To: current@FreeBSD.org From: "Jeffrey J. Mountin" Subject: installworld problem(s) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG CVSup -current as of Wed Feb 16 04:11:01 CST... Figured I'd try a build/install from source before wiping it all for the latest RC: ===> gnu/usr.bin/binutils/doc install-info --quiet --defsection="Programming & development tools." --defentry="* As: (as). The GNU assembler." as.info /usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* Ld: (ld). The GNU linker." ld.info /usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry="* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)." annotate.info /usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry= gdb.info /usr/sh are/info/dir install-info --quiet --defsection="Programming & development tools." --defentry= gdbint.info /usr /share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry= stabs.info /usr/ share/info/dir install-info: /usr/share/info/dir: empty file *** Error code 1 install-info: /usr/share/info/dir: empty file *** Error code 1 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error What empty file? The target is there and the source is: ls -l /usr/obj/usr/src/gnu/usr.bin/binutils/doc total 1419 -rw-r--r-- 1 root wheel 23038 Feb 16 07:12 annotate.info -rw-r--r-- 1 root wheel 6762 Feb 16 07:12 annotate.info.gz -rw-r--r-- 1 root wheel 153475 Feb 16 07:12 as.info -rw-r--r-- 1 root wheel 45228 Feb 16 07:12 as.info.gz lrwxr-xr-x 1 root wheel 78 Feb 16 07:12 gdb-cfg.texi -> /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/gdb/gdb/doc/all-cfg.texi -rw-r--r-- 1 root wheel 452513 Feb 16 07:12 gdb.info -rw-r--r-- 1 root wheel 132031 Feb 16 07:12 gdb.info.gz -rw-r--r-- 1 root wheel 105081 Feb 16 07:12 gdbint.info -rw-r--r-- 1 root wheel 36400 Feb 16 07:12 gdbint.info.gz -rw-r--r-- 1 root wheel 14182 Feb 16 07:12 inc-hist.texi -rw-r--r-- 1 root wheel 14174 Feb 16 07:12 inc-hist.texi.orig -rw-r--r-- 1 root wheel 150162 Feb 16 07:12 ld.info -rw-r--r-- 1 root wheel 43884 Feb 16 07:12 ld.info.gz -rw-r--r-- 1 root wheel 152635 Feb 16 07:12 stabs.info -rw-r--r-- 1 root wheel 45007 Feb 16 07:12 stabs.info.gz Um, yeah. No recent commits AFAIK that should effect this. So much for my build/install streak, but then this is my first -current in a long while. ;) Here's the same point with '-k': ===> gnu/usr.bin/binutils/doc install-info --quiet --defsection="Programming & development tools." --defentry="* As: (as). The GNU assembler." as.info /usr/share/info/dir install-info: /usr/share/info/dir: empty file install-info --quiet --defsection="Programming & development tools." --defentry="* Ld: (ld). The GNU linker." ld.info /usr/share/info/dir install-info: /usr/share/info/dir: empty file install-info --quiet --defsection="Programming & development tools." --defentry="* GDB annotation: (annotate). Annotations for the GNU Debugger (GDB)." annotate.info /usr/share/info/dir install-info --quiet --defsection="Programming & development tools." --defentry= gdb.info /usr/sh are/info/dir install-info --quiet --defsection="Programming & development tools." --defentry= gdbint.info /usr /share/info/dir *** Error code 1 *** Error code 1 install-info --quiet --defsection="Programming & development tools." --defentry= stabs.info /usr/ share/info/dir `install' not remade because of errors. ===> gnu/usr.bin/binutils/gdb And runs error free to completion. Also interesting was during my endeavor I dropped 'INSTALL=install -C' from make.conf and it died way earlier in the install: ===> lib/libncurses install -c -o root -g wheel -m 444 term.7.gz /usr/share/man/man7 /usr/share/man/man3/addch.3.gz -> /usr/share/man/man3/curs_addch.3.gz /usr/share/man/man3/echochar.3.gz -> /usr/share/man/man3/curs_addch.3.gz /usr/share/man/man3/mvaddch.3.gz -> /usr/share/man/man3/curs_addch.3.gz /usr/share/man/man3/mvwaddch.3.gz -> /usr/share/man/man3/curs_addch.3.gz /usr/share/man/man3/waddch.3.gz -> /usr/share/man/man3/curs_addch.3.gz /usr/share/man/man3/wechochar.3.gz -> /usr/share/man/man3/curs_addch.3.gz /usr/share/man/man3/addchnstr.3.gz -> /usr/share/man/man3/curs_addchstr.3.gz /usr/share/man/man3/addchstr.3.gz -> /usr/share/man/man3/curs_addchstr.3.gz /usr/share/man/man3/mvaddchnstr.3.gz -> /usr/share/man/man3/curs_addchstr.3.gz /usr/share/man/man3/mvaddchstr.3.gz -> /usr/share/man/man3/curs_addchstr.3.gz /usr/share/man/man3/mvwaddchnstr.3.gz -> /usr/share/man/man3/curs_addchstr.3.gz install -c -o root -g wheel -m 444 curs_addch.3.gz curs_addchstr.3.gz curs_addstr.3.gz curs_attr.3.g z curs_beep.3.gz curs_bkgd.3.gz curs_border.3.gz curs_clear.3.gz curs_color.3.gz curs_delch.3.gz cur s_deleteln.3.gz curs_getch.3.gz curs_getstr.3.gz curs_getyx.3.gz curs_inch.3.gz curs_inchstr.3.gz cu rs_initscr.3.gz curs_inopts.3.gz curs_insch.3.gz curs_insstr.3.gz curs_instr.3.gz curs_kernel.3.gz c urs_mouse.3.gz curs_move.3.gz curs_outopts.3.gz curs_overlay.3.gz curs_pad.3.gz curs_print.3.gz curs _printw.3.gz curs_refresh.3.gz curs_scanw.3.gz curs_scr_dump.3.gz curs_scroll.3.gz curs_slk.3.gz cur s_termattrs.3.gz curs_termcap.3.gz curs_terminfo.3.gz curs_touch.3.gz curs_util.3.gz curs_window.3.g z define_key.3.gz dft_fgbg.3.gz keybound.3.gz keyok.3.gz ncurses.3.gz resizeterm.3.gz wresize.3.gz /usr/share/man/man3 install -c -o root -g wheel -m 444 term.5.gz terminfo.5.gz /usr/share/man/man5 install -c -o root -g wheel -m 444 curses.h term.h termcap.h unctrl.h /usr/include ln: /usr/share/man/man3/curs_addchstr.3.gz: No such file or directory *** Error code 1 rm -f /usr/include/ncurses.h ln -s curses.h /usr/include/ncurses.h 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error Can't recall the last time I didn't use 'install -C', so this may be a problem. Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message