Date: Wed, 16 Feb 2000 18:56:32 -0600 From: "Jeffrey J. Mountin" <jeff@mountin.net> To: current@FreeBSD.org Subject: installworld problem(s) Message-ID: <3.0.3.32.20000216185632.009d0c00@207.227.119.2>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.3.32.20000216185632.009d0c00>
