Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 19:10:30 +0200
From:      "C. F. Disk" <cfdisk@icon.icon.bg>
To:        freebsd-stable@freebsd.org
Subject:   Re: Re: make installworld err code 1 in 4.5-STABLE
Message-ID:  <20020129171030.GA54143@icon.icon.bg>

next in thread | raw e-mail | index | archive | help
....
> > WHY AM I WRITING THIS, AFTER I HAVE FIXATED THE PROBLEM?
> > 1. to ask about that file nl_langinfo.c, does it exist in
> > other systems? (find(1) did not find anything in /usr)
> > and what about that link langinfo.h, pointing to it?
> > 
> /usr/include/langinfo.h is installed from src/include/langinfo.h.

> Oops, David is right, RELENG_4 doesn't have this file at all.
> I was confused by looking in the -CURRENT part of my dual
> stable/current box.

so, does anyone have ideas how did i got that fake link?
i have never touched the -CURRENT branch.

> > 2. why the hell h2ph (or miniperl, or whatever)
> > does not quit immediately after ENOENT, but instead
> > continues to do the work and after all it returns 1!
> > this causes the "No such file or directory" message to
> > become *very* difficult to find (even after redirecting
> > stdout to /dev/null) and to understand what's happening at all.
> > 
> Because make(1) was running in the multi-job mode.
> See the -P option to make(1).

1. make was not running in multi-job mode (make installworld)
-P : This option has no effect unless -j is used too.

2. no make in this command
(i typed it manually on the command prompt):

cd /usr/include; \
/usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/../../miniperl/miniperl \
-I/usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/lib \
/usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/h2ph -d \
/usr/libdata/perl/5.00503/mach * */*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020129171030.GA54143>