2012/1/20 Alexander Shikoff :
> Hello All,
>
> I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources.
> 'make installworld' fails on installing chpass:
> [...]
> ===> usr.bin/chpass (install)
> install -s -o root -g wheel -m 4555 chpass
On Fri, Jan 20, 2012 at 09:19:54AM +0200, Alexander Shikoff wrote:
> I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources.
> 'make installworld' fails on installing chpass:
> [...]
> ===> usr.bin/chpass (install)
> install -s -o root -g wheel -m
On Fri, 20 Jan 2012 09:19:54 +0200, Alexander Shikoff wrote:
Hello All,
I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from
sources.
'make installworld' fails on installing chpass:
[...]
===> usr.bin/chpass (install)
install -s -o root -g wheel -m 4555 chpas
Hello All,
I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources.
'make installworld' fails on installing chpass:
[...]
===> usr.bin/chpass (install)
install -s -o root -g wheel -m 4555 chpass /usr/bin
install -o root -g wheel -m 444 chpass.1.gz /usr/s
On Sat, Sep 17, 2011 at 01:38:31AM -0400, Jason Hellenthal wrote:
>
>
> On Fri, Sep 16, 2011 at 12:26:46PM +0100, Tom Evans wrote:
> > On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote:
> > >
> > > Don't get why all these references for time are popping up here and why
> > > everyone seems
On Sat, Sep 17, 2011 at 01:38:31AM -0400, Jason Hellenthal wrote:
>
>
> On Fri, Sep 16, 2011 at 12:26:46PM +0100, Tom Evans wrote:
> > On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote:
> > >
> > > Don't get why all these references for time are popping up here and why
> > > everyone see
On Fri, Sep 16, 2011 at 12:26:46PM +0100, Tom Evans wrote:
> On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote:
> >
> > Don't get why all these references for time are popping up here and why
> > everyone seems to think that would make the PATH variable get cut short
> > from the environme
On Fri, Sep 16, 2011 at 7:18 AM, Jason Hellenthal wrote:
>
> Don't get why all these references for time are popping up here and why
> everyone seems to think that would make the PATH variable get cut short
> from the environment that newvers.sh is running in, but see the post I
> made to the real
On Fri, Sep 16, 2011 at 02:18:13AM -0400, Jason Hellenthal wrote:
>
>
> On Wed, Sep 14, 2011 at 07:56:27PM +0200, Barbara wrote:
> >
> > >
> > >Hi,
> > >
> > >Today I pulled up the last changes for RELENG_8 branch and I got an
> > >error when doing the make installworld target :
> > >
> > >===>
On 14/09/2011 19:10, Boris Kochergin wrote:
On 09/14/11 12:37, Kevin Oberman wrote:
On Wed, Sep 14, 2011 at 9:09 AM, David Demelier
wrote:
Hi,
Today I pulled up the last changes for RELENG_8 branch and I got an
error
when doing the make installworld target :
===> gnu/usr.bin/texinfo/doc (ins
>
>Hi,
>
>Today I pulled up the last changes for RELENG_8 branch and I got an
>error when doing the make installworld target :
>
>===> gnu/usr.bin/texinfo/doc (install)
>install-info --quiet --defsection=Miscellaneous --defentry= info.info
>/usr/share/info/dir
>install-info --quiet --defsect
On 09/14/11 12:37, Kevin Oberman wrote:
On Wed, Sep 14, 2011 at 9:09 AM, David Demelier
wrote:
Hi,
Today I pulled up the last changes for RELENG_8 branch and I got an error
when doing the make installworld target :
===> gnu/usr.bin/texinfo/doc (install)
install-info --quiet --defsection=Mi
On Wed, Sep 14, 2011 at 9:09 AM, David Demelier
wrote:
> Hi,
>
> Today I pulled up the last changes for RELENG_8 branch and I got an error
> when doing the make installworld target :
>
> ===> gnu/usr.bin/texinfo/doc (install)
> install-info --quiet --defsection=Miscellaneous --defentry= info.in
Hi,
Today I pulled up the last changes for RELENG_8 branch and I got an
error when doing the make installworld target :
===> gnu/usr.bin/texinfo/doc (install)
install-info --quiet --defsection=Miscellaneous --defentry= info.info
/usr/share/info/dir
install-info --quiet --defsection=Miscel
As reported in the PR, the problem happens with a checkout of RELENG_7_2.
http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/134986
I have just tested a checkout of RELENG_7 (STABLE) and in this case
make installworld succeeds.
--
fernan
___
freebsd-stabl
de with i386.
> I did the following procedure:
>
> 1) install new Dell PE2950 with amd64/6.1-RELEASE from CD (minimal)
> 2) cvsup /usr/src to RELENG_6 this afternoon
> 3) make clean buildworld buildkernel
> (forgot to build it for SMP)
> 4) make buildkernel KERNCONF=PE295
ot to build it for SMP)
4) make buildkernel KERNCONF=PE2950 (which is just SMP plus ident a.t.m)
5) make installkernel KERNCONF=PE2950
6) reboot
7) make installworld --> fails.
Did I miss something here?
How to fix?
Is this amd64 specific?
Regards
Raphael Becker
PS: if this is an amd64 specific
Sorry for the delay in replying. Thanks Jukka and Rudolph
for pointing me to the problem.
Both of you were right. I had built perl-5.6.1 from ports in the
build host and my /etc/make.conf had some entries introduced
by the use.perl script.
I just copied the make.conf file to the install host and
I am using a FreeBSD-4.7-STABLE (Jan24) to build world and
kernel for an older machine (Pentium1).
buildworld and buildkernel proceed OK on the build host.
In the install host I do:
mount build:/usr/src /usr/src
mount build:/usr/obj /usr/obj
makeinstallworld
I am trying to upgrade from 4.6-RELEASE to 4.6-STABLE.
Cvsup, buildworld, buildkernel and installkernel all
went fine (as far as I know).
When I try to do installworld, I get the message
"touch: not found". Touch is in my path and runs fine.
Any ideas would be greatly appreciated. I have been
t
n is: " is this likely to be spread all over the place
by now or might it still be a centralized problem?" I never questioned
this and assumed it was intrinsic to the make files.
On Tue, 6 Feb 2001, Alfred Perlstein wrote:
> * Mike Bytnar <[EMAIL PROTECTED]> [010206 15:15] wrote:
* Mike Bytnar <[EMAIL PROTECTED]> [010206 15:15] wrote:
> 'make installworld' fails over an NFS mount, but executes correctly on
> the machine that executed 'make buildworld'. Anyone else encounter this
> problem?
[snip]
> The problem occurs right after
'make installworld' fails over an NFS mount, but executes correctly on
the machine that executed 'make buildworld'. Anyone else encounter this
problem?
Here are the steps I followed for the host machine "eng":
1. update to the latest STABLE source tree from CVS.
Hello,
I have cvsuped FreeBSD 4.1 today and "make installworld" fails complaining
that jail.ps is not found.
I have done "make -k installworld" but I think that this is not very correct.
Sorry for my bad English :-(
--
Igor Roboul, Unix System Administrator & Program
- Original Message -
From: net admin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 30, 2000 11:27 AM
Subject: make installworld fails to rm: /sys (not permited)
> Hi Folks;
> I am trying to make installworld and I get error:
>
> cd /; rm -f /sys
ord' file(s), /etc/fstab ,...etc.
[EMAIL PROTECTED]@[EMAIL PROTECTED] on 03/14/2000 12:31:27 PM
Sent by:[EMAIL PROTECTED]
To: [EMAIL PROTECTED]@SMTP
cc:
Subject:make installworld fails...
Classification: Restricted
Hello all, this is my first post to the stable maili
Hello all, this is my first post to the stable mailing list, but I have
been lurking for some time now. I cvsupped last night. make buildworld
went fine, then I did the following to update /etc...
cp -Rp /etc /etc.old
mkdir /var/tmp/root
cd /usr/src/etc
make DESTDIR=/var/tmp/root distrib-dirs d
install -c -o root -g wheel -m 444 pam.8.gz /usr/share/man/man8
/usr/share/man/man3/pam_close_session.3.gz ->
/usr/share/man/man3/pam_open_session.3.gz
/usr/share/man/man3/pam_end.3.gz -> /usr/share/man/man3/pam_start.3.gz
ln: /usr/share/man/man3/pam_end.3.gz: No such file or directory
*** Error
Hmm... And do this files (/usr/share/man/man3/propert* and /usr/lib/libutil.so.2)
exist?
And if dont do they exist in ur obj tree?
"Jeffrey J. Libman" wrote:
> ok...i must be plagued...i did as suggested, and now get:
>
> /usr/share/man/man3/properties_read.3 -> /usr/share/man/man3/property.3
>
ok...i must be plagued...i did as suggested, and now get:
/usr/share/man/man3/properties_read.3 -> /usr/share/man/man3/property.3
install -c -o root -g wheel -m 444 libutil.a /usr/lib
ln: /usr/share/man/man3/property.3: No such file or directory
install -c -o root -g wheel -m 444 libutil.so
30 matches
Mail list logo