Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-29 Thread Erich Dollansky
Hi,

after failing to compile 9.0 and 10.0 on a fresh 9.0 installation, I compiled 
both 9.0 and 10.0 on a 8.3 machine without any problem.

I will test the new kernel on the 9.0 machine later today.

I was not able to pinpoint what causes the failure on the 9.0 machine.

Erich

On Saturday 28 April 2012 08:59:15 David Wolfskill wrote:
> On Sat, Apr 28, 2012 at 08:50:47AM +0700, Erich Dollansky wrote:
> > ...
> > I use the following commands to do the compilation:
> > 
> > cd /usr/src
> > /usr/bin/nice -n 20 make buildworld
> 
> OK.  That should build the userland OK.
> 
> > > Have you reviewed /usr/src/UPDATING?  Near the end of that file, there
> > > is a list of commands to use to build from sources.  Scan for "COMMON
> > > ITEMS".
> > > 
> > Do you mean this one?
> > 
> > make kernel-toolchain
> > make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
> > make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
> > 
> > Isn't this the next step after building the world?
> 
> No; I was referring to the part with the sub-heading
> 
> To rebuild everything and install it on the current system.
> 
> or
> 
> To upgrade in-place from 8.x-stable to current
> 
> depending on whether you're tring to update release/9.0 to stable/9 or
> release/9.0 to head (for example).
> 
> > ...
> > I am currently downloading the 9.0 sources into an empty source tree on a 
> > 8.3 machine to see what happens there.
> 
> Note that this is also an upgrade.
> 
> Peace,
> david
> -- 
> David H. Wolfskillda...@catwhisker.org
> Depriving a girl or boy of an opportunity for education is evil.
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.
> 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-28 Thread Erich Dollansky
Hi,

I just came back to the machine and the world and the kernel of 9.0 was 
compiled without problems on a 8.3 machine.

I assume the failure is caused by the default configuration of the 9.0 machine.

I will investigate this now.

Erich

On Saturday 28 April 2012 08:59:15 David Wolfskill wrote:
> On Sat, Apr 28, 2012 at 08:50:47AM +0700, Erich Dollansky wrote:
> > ...
> > I use the following commands to do the compilation:
> > 
> > cd /usr/src
> > /usr/bin/nice -n 20 make buildworld
> 
> OK.  That should build the userland OK.
> 
> > > Have you reviewed /usr/src/UPDATING?  Near the end of that file, there
> > > is a list of commands to use to build from sources.  Scan for "COMMON
> > > ITEMS".
> > > 
> > Do you mean this one?
> > 
> > make kernel-toolchain
> > make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
> > make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
> > 
> > Isn't this the next step after building the world?
> 
> No; I was referring to the part with the sub-heading
> 
> To rebuild everything and install it on the current system.
> 
> or
> 
> To upgrade in-place from 8.x-stable to current
> 
> depending on whether you're tring to update release/9.0 to stable/9 or
> release/9.0 to head (for example).
> 
> > ...
> > I am currently downloading the 9.0 sources into an empty source tree on a 
> > 8.3 machine to see what happens there.
> 
> Note that this is also an upgrade.
> 
> Peace,
> david
> -- 
> David H. Wolfskillda...@catwhisker.org
> Depriving a girl or boy of an opportunity for education is evil.
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.
> 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-27 Thread Erich Dollansky
Hi,

sorry, I just have sent this out before finishing it.

On Saturday 28 April 2012 08:59:15 David Wolfskill wrote:
> On Sat, Apr 28, 2012 at 08:50:47AM +0700, Erich Dollansky wrote:
> > ...
> > I use the following commands to do the compilation:
> > 
> > cd /usr/src
> > /usr/bin/nice -n 20 make buildworld
> 
> OK.  That should build the userland OK.

I use what is written here as my standard procedure:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

> 
> No; I was referring to the part with the sub-heading
> 
> To rebuild everything and install it on the current system.
> 
> or
> 
> To upgrade in-place from 8.x-stable to current
> 
> depending on whether you're tring to update release/9.0 to stable/9 or
> release/9.0 to head (for example).

I thought the procedure above covers both. It just contains some steps I would 
not need recompiling 8.3 after a few days with some updates.

> 
> > ...
> > I am currently downloading the 9.0 sources into an empty source tree on a 
> > 8.3 machine to see what happens there.
> 
> Note that this is also an upgrade.

This should not matter with the procedure as described above. Right?

Thanks for you help.

Erich
> 
> Peace,
> david
> -- 
> David H. Wolfskillda...@catwhisker.org
> Depriving a girl or boy of an opportunity for education is evil.
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.
> 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-27 Thread Erich Dollansky
Hi,

On Saturday 28 April 2012 08:59:15 David Wolfskill wrote:
> On Sat, Apr 28, 2012 at 08:50:47AM +0700, Erich Dollansky wrote:
> > ...
> > I use the following commands to do the compilation:
> > 
> > cd /usr/src
> > /usr/bin/nice -n 20 make buildworld
> 
> OK.  That should build the userland OK.

this is what I expected. I simply follow blindly what is written here:

> 
> > > Have you reviewed /usr/src/UPDATING?  Near the end of that file, there
> > > is a list of commands to use to build from sources.  Scan for "COMMON
> > > ITEMS".
> > > 
> > Do you mean this one?
> > 
> > make kernel-toolchain
> > make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
> > make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
> > 
> > Isn't this the next step after building the world?
> 
> No; I was referring to the part with the sub-heading
> 
> To rebuild everything and install it on the current system.
> 
> or
> 
> To upgrade in-place from 8.x-stable to current
> 
> depending on whether you're tring to update release/9.0 to stable/9 or
> release/9.0 to head (for example).
> 
> > ...
> > I am currently downloading the 9.0 sources into an empty source tree on a 
> > 8.3 machine to see what happens there.
> 
> Note that this is also an upgrade.
> 
> Peace,
> david
> -- 
> David H. Wolfskillda...@catwhisker.org
> Depriving a girl or boy of an opportunity for education is evil.
> 
> See http://www.catwhisker.org/~david/publickey.gpg for my public key.
> 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-27 Thread David Wolfskill
On Sat, Apr 28, 2012 at 08:50:47AM +0700, Erich Dollansky wrote:
> ...
> I use the following commands to do the compilation:
> 
> cd /usr/src
> /usr/bin/nice -n 20 make buildworld

OK.  That should build the userland OK.

> > Have you reviewed /usr/src/UPDATING?  Near the end of that file, there
> > is a list of commands to use to build from sources.  Scan for "COMMON
> > ITEMS".
> > 
> Do you mean this one?
> 
> make kernel-toolchain
> make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
> make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
> 
> Isn't this the next step after building the world?

No; I was referring to the part with the sub-heading

To rebuild everything and install it on the current system.

or

To upgrade in-place from 8.x-stable to current

depending on whether you're tring to update release/9.0 to stable/9 or
release/9.0 to head (for example).

> ...
> I am currently downloading the 9.0 sources into an empty source tree on a 8.3 
> machine to see what happens there.

Note that this is also an upgrade.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgphMU1kVX0dX.pgp
Description: PGP signature


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-27 Thread Erich Dollansky
Hi,

On Saturday 28 April 2012 08:31:55 David Wolfskill wrote:
> On Sat, Apr 28, 2012 at 08:25:37AM +0700, Erich Dollansky wrote:
> > ...
> > FreeBSD 10.0 gives me this error message:
> > 
> > ===> kerberos5/tools (obj,depend,all)
> > ===> kerberos5/tools/make-print-version (obj)
> > cd: /usr/src/kerberos5/tools/make-print-version: No such file or directory
> > *** [obj] Error code 2
> > 
> > Stop in /usr/src/kerberos5/tools.
> > *** [build-tools] Error code 1
> > 
> > Where can I find information about 10.0 to enable me to fix this myself?
> 
> What command(s) did you use?  What was your current working directory at
> the time?
> 
I use the following commands to do the compilation:

cd /usr/src
/usr/bin/nice -n 20 make buildworld

> Have you reviewed /usr/src/UPDATING?  Near the end of that file, there
> is a list of commands to use to build from sources.  Scan for "COMMON
> ITEMS".
> 
Do you mean this one?

make kernel-toolchain
make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE

Isn't this the next step after building the world?

> > I have the feeling that I have missed something very simple in the 
> > configuration process.
> 
> You would hardly be the first to encounter such a thing. :-}

I also think so.

I am currently downloading the 9.0 sources into an empty source tree on a 8.3 
machine to see what happens there.

I extra did not copy the data from 9.0 machine to avoid any problem being moved 
over to the other working machine.

Erich
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-27 Thread David Wolfskill
On Sat, Apr 28, 2012 at 08:25:37AM +0700, Erich Dollansky wrote:
> ...
> FreeBSD 10.0 gives me this error message:
> 
> ===> kerberos5/tools (obj,depend,all)
> ===> kerberos5/tools/make-print-version (obj)
> cd: /usr/src/kerberos5/tools/make-print-version: No such file or directory
> *** [obj] Error code 2
> 
> Stop in /usr/src/kerberos5/tools.
> *** [build-tools] Error code 1
> 
> Where can I find information about 10.0 to enable me to fix this myself?

What command(s) did you use?  What was your current working directory at
the time?

Have you reviewed /usr/src/UPDATING?  Near the end of that file, there
is a list of commands to use to build from sources.  Scan for "COMMON
ITEMS".

> I have the feeling that I have missed something very simple in the 
> configuration process.

You would hardly be the first to encounter such a thing. :-}

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpZJWum0PXue.pgp
Description: PGP signature


Re: compiling world fails with 9.0 and 10.0 from today (28.04)

2012-04-27 Thread Erich Dollansky
Hi,

I moved this back to current. See the reason below.

I was a bit confused as I tried to install 9.0 and 10.0 but posted the 9.0 
question to the 10.0 list. Here is the 10.0 question.

On Saturday 28 April 2012 06:07:28 David Wolfskill wrote:
> On Fri, Apr 27, 2012 at 11:08:22PM +0700, Erich Dollansky wrote:
> > 
> > I just downloaded the sources for 9.0 stable and got this error while 
> > compiling world:
> 
> You posted this to freebsd-current@ ??!?  FreeBSD 9.x hasn't been
> CURRENT since 25 Sep 2011.
> 
> Further, I most recently built stable/9 at r234728 -- without issue.

this is what I have gathered from the list and the Internet. It should work but 
it does not in my case.

Let me first explain what I did. I downloaded the image for the thumb drive for 
9.0. I then inserted a brand new disk in my notebook and installed FreeBSD 9.0 
on it.

So, the machine running the compilations is:

FreeBSD X220.ovitrap.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 
07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC 
 amd64

I downloaded then the most current sources for 9.0 and 10.0 and left the 
Internet for some reason. During travelling, I tried to compile both kernels 
and both failed.

FreeBSD 10.0 gives me this error message:

===> kerberos5/tools (obj,depend,all)
===> kerberos5/tools/make-print-version (obj)
cd: /usr/src/kerberos5/tools/make-print-version: No such file or directory
*** [obj] Error code 2

Stop in /usr/src/kerberos5/tools.
*** [build-tools] Error code 1

Where can I find information about 10.0 to enable me to fix this myself?

I have the feeling that I have missed something very simple in the 
configuration process.

Erich
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"