Re: refine of the GSOC project

2016-05-08 Thread Christos Zoulas
On May 7, 8:57pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: refine of the GSOC project | Hi Christos, | |I found the reason of _SC_TIMER_MAX not being found. | Other functions that netbsd already provided but not found should have | the same reason. | Although I compiled

Re: refine of the GSOC project

2016-05-08 Thread Charles Cui
Following is the error when I installed userland after a new kernel install, It told me /usr/obj/tooldir.NetBSD-7.99.29-i386/bin/nbpax is required but not found. After run a grep, I found this file exists in my original kernel (the kernel used after a fresh install) under the path ./tooldir.NetBSD

Re: refine of the GSOC project

2016-05-08 Thread Christos Zoulas
On May 8, 9:37am, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: refine of the GSOC project | Following is the error when I installed userland after a new kernel install, | It told me /usr/obj/tooldir.NetBSD-7.99.29-i386/bin/nbpax is required | but not found. | After run a grep,

Re: refine of the GSOC project

2016-05-08 Thread Charles Cui
Yes, I build tools locally first. Before reading this file, I switched to the old kernel and install userland and kernel simultaneously(no reboot). And the system told me it installed successfully. But by looking at the time of the file /usr/include/sys/unistd.h (where _SC_MAXTIMER exists) it is st

Re: refine of the GSOC project

2016-05-08 Thread Charles Cui
Some updates. After installing userland, the header files are updated. I made the mistake in the last email because of timezone issues, but I am still wondering why I cannot install userland after rebooting into the new kernel. 2016-05-08 9:56 GMT-07:00 Charles Cui : > Yes, I build tools locally f

Re: refine of the GSOC project

2016-05-08 Thread Christos Zoulas
On May 8, 9:56am, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: refine of the GSOC project | Yes, I build tools locally first. | Before reading this file, I switched to the old kernel | and install userland and kernel simultaneously(no reboot). | And the system told me it install

Re: refine of the GSOC project

2016-05-08 Thread Charles Cui
Yes, I followed the instructions. I verified whether a file has been updated by looking at the file modification time. I thought they are not updated because of timezone problems. sorry about the confusion. 2016-05-08 11:40 GMT-07:00 Christos Zoulas : > On May 8, 9:56am, charles.cui1...@gmail.co

Re: refine of the GSOC project

2016-05-08 Thread Christos Zoulas
On May 8, 11:47am, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: refine of the GSOC project | Yes, I followed the instructions. | I verified whether a file has been updated by looking at the file | modification time. | I thought they are not updated because of timezone problems. s

Re: refine of the GSOC project

2016-05-08 Thread Charles Cui
One more thing, I still need to install kernel and userland together, then reboot. If I installed kernel and reboot and install userland, it will promotes me the errors that I send you earlier, but I already compiled the tools at first. Copying set base ./maketars: /usr/obj/tooldir.NetBSD-7.99.29

Re: refine of the GSOC project

2016-05-08 Thread Christos Zoulas
On May 8, 12:14pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: Re: refine of the GSOC project | One more thing, I still need to install kernel and userland together, | then reboot. | If I installed kernel and reboot and install userland, it will | promotes me the errors that I send

Re: refine of the GSOC project

2016-05-08 Thread Joerg Sonnenberger
On Sun, May 08, 2016 at 12:14:57PM -0700, Charles Cui wrote: > One more thing, I still need to install kernel and userland together, > then reboot. > If I installed kernel and reboot and install userland, it will > promotes me the errors that I send you earlier, but I already compiled > the tools a

Re: refine of the GSOC project

2016-05-08 Thread Joerg Sonnenberger
On Sun, May 08, 2016 at 03:30:12PM -0400, Christos Zoulas wrote: > On May 8, 12:14pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: Re: refine of the GSOC project > > | One more thing, I still need to install kernel and userland together, > | then reboot. > | If I installed kernel a

Re: refine of the GSOC project

2016-05-08 Thread Robert Elz
Date:Sun, 8 May 2016 12:14:57 -0700 From:Charles Cui Message-ID: | One more thing, I still need to install kernel and userland together, | then reboot. | If I installed kernel and reboot and install userland, it will | promotes me the errors that I send you

Re: refine of the GSOC project

2016-05-08 Thread Thomas Klausner
On Mon, May 09, 2016 at 03:05:11AM +0700, Robert Elz wrote: > Date:Sun, 8 May 2016 12:14:57 -0700 > From:Charles Cui > Message-ID: > > > | One more thing, I still need to install kernel and userland together, > | then reboot. > | If I installed kernel and rebo

Re: refine of the GSOC project

2016-05-08 Thread Christos Zoulas
In article <20160508223928.gc20...@danbala.tuwien.ac.at>, Thomas Klausner wrote: >On Mon, May 09, 2016 at 03:05:11AM +0700, Robert Elz wrote: >> Date:Sun, 8 May 2016 12:14:57 -0700 >> From:Charles Cui >> Message-ID: > >> >> | One more thing, I still need to instal

Re: refine of the GSOC project

2016-05-08 Thread Brett Lymn
On Mon, May 09, 2016 at 12:53:02AM +, Christos Zoulas wrote: > > Heh that's funny. He should then run the build.sh command with the old > tooldir name or make a symlink from the old tooldir name to the new one. > Why not just "build.sh tools" to regenerate the tools for the new kernel versio

Re: refine of the GSOC project

2016-05-08 Thread Paul Goyette
On Mon, 9 May 2016, Brett Lymn wrote: On Mon, May 09, 2016 at 12:53:02AM +, Christos Zoulas wrote: Heh that's funny. He should then run the build.sh command with the old tooldir name or make a symlink from the old tooldir name to the new one. Why not just "build.sh tools" to regenerate

Re: refine of the GSOC project

2016-05-08 Thread Thor Lancelot Simon
On Mon, May 09, 2016 at 10:58:50AM +0930, Brett Lymn wrote: > On Mon, May 09, 2016 at 12:53:02AM +, Christos Zoulas wrote: > > > > Heh that's funny. He should then run the build.sh command with the old > > tooldir name or make a symlink from the old tooldir name to the new one. > > > > Why n