Re: can't make installworld

2018-08-01 Thread AN
Glen:

On Wed, Aug 1, 2018 at 10:49 AM, Glen Barber  wrote:
> Hmm, gross.  :(
>
> Was there a previous error during a prior installworld attempt?
>
> As a quick workaround regarding this particular binary missing, you
> could:
>
>  # make -C /usr/src/usr.bin/true install

This worked and allowed installworld to finish successfully.


> If that fails, please reply with the list in CC, as there may be
> something more serious going on here.
>
> Glen
>
> On Wed, Aug 01, 2018 at 10:45:17AM -0400, AN wrote:
>> Hey Glen:
>>
>> Thanks for the reply.
>>
>> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
>>
>> On Wed, Aug 1, 2018 at 10:41 AM, Glen Barber  wrote:
>> > On Wed, Aug 01, 2018 at 10:29:18AM -0400, AN wrote:
>> >> FreeBSD BSD12 12.0-CURRENT FreeBSD 12.0-CURRENT #16 r335386: Tue Jun
>> >> 19 19:57:51 EDT 2018
>> >> root@BSD12:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL  amd64
>> >>
>> >> # cat /etc/master.passwd | grep ntp
>> >> ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
>> >>
>> >>
>> >> # cat /etc/group | grep ntp
>> >> ntpd:*:123:
>> >>
>> >
>> > This is a particularly annoying problem since 20180719.
>> >
>> >>
>> >> # svnlite info
>> >> Path: .
>> >> Working Copy Root Path: /usr/src
>> >> URL: svn://svn.freebsd.org/base/head
>> >> Relative URL: ^/head
>> >> Repository Root: svn://svn.freebsd.org/base
>> >> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
>> >> Revision: 337003
>> >> Node Kind: directory
>> >> Schedule: normal
>> >> Last Changed Author: manu
>> >> Last Changed Rev: 337000
>> >> Last Changed Date: 2018-07-31 15:14:52 -0400 (Tue, 31 Jul 2018)
>> >>
>> >>
>> >> For several days I have been trying to update the world without
>> >> success.  In single user mode, trying to make installworld I get the
>> >> following:
>> >>
>> >> >>>Installworld check
>> >> ...
>> >> Required tool true not found in path.
>> >>
>> >>
>> >> Any idea how to fix this?
>> >
>> > What does your $PATH contain?
>> >
>> > Glen
>> >


Thanks for your help and quick response.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: can't make installworld

2018-08-01 Thread Ian Lepore
On Wed, 2018-08-01 at 14:41 +, Glen Barber wrote:
> On Wed, Aug 01, 2018 at 10:29:18AM -0400, AN wrote:
> > 
> > FreeBSD BSD12 12.0-CURRENT FreeBSD 12.0-CURRENT #16 r335386: Tue
> > Jun
> > 19 19:57:51 EDT 2018
> > root@BSD12:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL  amd64
> > 
> > # cat /etc/master.passwd | grep ntp
> > ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
> > 
> > 
> > # cat /etc/group | grep ntp
> > ntpd:*:123:
> > 
> This is a particularly annoying problem since 20180719.
> 

It's not a problem at all, we are just in one of the rare times when
you actually have to follow the recommended update procedure exactly,
without shortcuts. In particular, you cannot skip the pre-world
"mergemaster -p" step as described in the handbook or at the bottom of
UPDATING.

-- Ian

> > 
> > 
> > # svnlite info
> > Path: .
> > Working Copy Root Path: /usr/src
> > URL: svn://svn.freebsd.org/base/head
> > Relative URL: ^/head
> > Repository Root: svn://svn.freebsd.org/base
> > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
> > Revision: 337003
> > Node Kind: directory
> > Schedule: normal
> > Last Changed Author: manu
> > Last Changed Rev: 337000
> > Last Changed Date: 2018-07-31 15:14:52 -0400 (Tue, 31 Jul 2018)
> > 
> > 
> > For several days I have been trying to update the world without
> > success.  In single user mode, trying to make installworld I get
> > the
> > following:
> > 
> > > 
> > > > 
> > > > > 
> > > > > Installworld check
> > ...
> > Required tool true not found in path.
> > 
> > 
> > Any idea how to fix this?
> What does your $PATH contain?
> 
> Glen
> 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: can't make installworld

2018-08-01 Thread Glen Barber
On Wed, Aug 01, 2018 at 10:29:18AM -0400, AN wrote:
> FreeBSD BSD12 12.0-CURRENT FreeBSD 12.0-CURRENT #16 r335386: Tue Jun
> 19 19:57:51 EDT 2018
> root@BSD12:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL  amd64
> 
> # cat /etc/master.passwd | grep ntp
> ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
> 
> 
> # cat /etc/group | grep ntp
> ntpd:*:123:
> 

This is a particularly annoying problem since 20180719.

> 
> # svnlite info
> Path: .
> Working Copy Root Path: /usr/src
> URL: svn://svn.freebsd.org/base/head
> Relative URL: ^/head
> Repository Root: svn://svn.freebsd.org/base
> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
> Revision: 337003
> Node Kind: directory
> Schedule: normal
> Last Changed Author: manu
> Last Changed Rev: 337000
> Last Changed Date: 2018-07-31 15:14:52 -0400 (Tue, 31 Jul 2018)
> 
> 
> For several days I have been trying to update the world without
> success.  In single user mode, trying to make installworld I get the
> following:
> 
> >>>Installworld check
> ...
> Required tool true not found in path.
> 
> 
> Any idea how to fix this?

What does your $PATH contain?

Glen



signature.asc
Description: PGP signature


can't make installworld

2018-08-01 Thread AN
FreeBSD BSD12 12.0-CURRENT FreeBSD 12.0-CURRENT #16 r335386: Tue Jun
19 19:57:51 EDT 2018
root@BSD12:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL  amd64

# cat /etc/master.passwd | grep ntp
ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin


# cat /etc/group | grep ntp
ntpd:*:123:


# svnlite info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 337003
Node Kind: directory
Schedule: normal
Last Changed Author: manu
Last Changed Rev: 337000
Last Changed Date: 2018-07-31 15:14:52 -0400 (Tue, 31 Jul 2018)


For several days I have been trying to update the world without
success.  In single user mode, trying to make installworld I get the
following:

>>>Installworld check
...
Required tool true not found in path.


Any idea how to fix this?
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Can't make installworld :(

2000-06-13 Thread Hostas Red

Hi!

On Fri, 9 Jun 2000, Ian Dowse wrote:

 vm/vm_object.h - vm/vm_object.ph
 vm/vm_page.h - vm/vm_page.ph
 vm/vm_pageout.h - vm/vm_pageout.ph
 vm/vm_pager.h - vm/vm_pager.ph
 vm/vm_param.h - vm/vm_param.ph
 vm/vm_prot.h - vm/vm_prot.ph
 vm/vm_zone.h - vm/vm_zone.ph
 vm/vnode_pager.h - vm/vnode_pager.ph
 *** Error code 1
 
 I've seen this before. h2ph will return a non-zero exit status if it
 failed to open _any_ of the files listed on the command line. This
 will typically happen if you have a dangling symbolic link somewhere
 in /usr/include. The error message indicating exactly which files
 h2ph couldn't open will be somewhere among all the 'XX.h - XX.ph'
 messages.

Yes, that helped - there were, as You noticed, lost symbolic link, and
where i've removed it, everything installed fine.

Thanx!

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPE) || UNiX Systems Administrator, ComSet ISP




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



Re: Can't make installworld :(

2000-06-09 Thread Vallo Kallaste

On Fri, Jun 09, 2000 at 01:53:35PM +0400, Hostas Red [EMAIL PROTECTED] wrote:

 I can't make installworld for some time with following message:
 
 vm/vm_object.h - vm/vm_object.ph
 vm/vm_page.h - vm/vm_page.ph
 vm/vm_pageout.h - vm/vm_pageout.ph
 vm/vm_pager.h - vm/vm_pager.ph
 vm/vm_param.h - vm/vm_param.ph
 vm/vm_prot.h - vm/vm_prot.ph
 vm/vm_zone.h - vm/vm_zone.ph
 vm/vnode_pager.h - vm/vnode_pager.ph
 *** Error code 1
 
 Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
 *** Error code 1
 
 Stop in /usr/src/gnu/usr.bin/perl/utils.
 *** Error code 1
 
 Stop in /usr/src/gnu/usr.bin/perl.
 *** Error code 1
 
 Some manipulations with manual installation of perl didn't help. :( Any
 ideas?

I had same problem in the past. Some person, can't recall his name, said
that it's known problem and discussed in the lists. His advice was to
search in list archives. I've never found the exact answer but probably
my search was wrong. Perhaps you'll have better luck.
-- 

Vallo Kallaste
[EMAIL PROTECTED]


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



Re: Can't make installworld :(

2000-06-09 Thread Ian Dowse

In message [EMAIL PROTECTED], Hosta
s Red writes:
I can't make installworld for some time with following message:

vm/vm_object.h - vm/vm_object.ph
vm/vm_page.h - vm/vm_page.ph
vm/vm_pageout.h - vm/vm_pageout.ph
vm/vm_pager.h - vm/vm_pager.ph
vm/vm_param.h - vm/vm_param.ph
vm/vm_prot.h - vm/vm_prot.ph
vm/vm_zone.h - vm/vm_zone.ph
vm/vnode_pager.h - vm/vnode_pager.ph
*** Error code 1

I've seen this before. h2ph will return a non-zero exit status if it
failed to open _any_ of the files listed on the command line. This
will typically happen if you have a dangling symbolic link somewhere
in /usr/include. The error message indicating exactly which files
h2ph couldn't open will be somewhere among all the 'XX.h - XX.ph'
messages.

Ian


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