Re: error: yacc.h: No such file or directory

2019-06-20 Thread Peter Jeremy
On 2019-Jun-18 07:01:31 -0700, Enji Cooper  wrote:
>
>> On Jun 18, 2019, at 06:59, Enji Cooper  wrote:
>> PS This is one of the reasons why I wasn’t quick to discount Peter Jeremy’s 
>> reported build issue.
>
>Correction: I meant Julian Stacey.

I'm not sure how I feel about being confused with jhs.

Actually, I had also seen this problem in both mkesdb_static and
mkcsmapper_static but hadn't reported it because I was investigating
something else and wasn't certain that it wasn't self-inflicted.

-- 
Peter Jeremy


signature.asc
Description: PGP signature


Statement regarding employment change and roles in the Project

2019-06-20 Thread Glen Barber
Dear FreeBSD community:

As I have a highly-visible role within the community, I want to share
some news.  I have decided the time has come to move on from my role
with the FreeBSD Foundation, this Friday being my last day.  I have
accepted a position within a prominent company that uses and produces
products based on FreeBSD.

My new employer has included provisions within my job description that
allow me to continue supporting the FreeBSD Project in my current
roles, including Release Engineering.

There are no planned immediate changes with how this pertains to my
roles within the Project and the various teams of which I am a member.

FreeBSD 11.3 and 12.1 will continue as previously scheduled, with no
impact as a result of this change.

I want to thank everyone at the FreeBSD Foundation for providing the
opportunity to serve the FreeBSD Project in my various roles, and their
support for my decision.

I look forward to continue supporting the FreeBSD Project in my various
roles moving forward.

Glen



signature.asc
Description: PGP signature


Re: Checking out the CSRG repository?

2019-06-20 Thread Alan Somers
On Thu, Jun 20, 2019 at 7:40 AM Rodney W. Grimes
 wrote:
>
> > On 19-06-20 05 h 59, Warner Losh wrote:
> > > On Wed, Jun 19, 2019 at 7:55 PM Alan Somers  wrote:
> > >
> > >> On Wed, Jun 19, 2019 at 8:41 PM Warner Losh  wrote:
> > >>>
> > >>>
> > >>>
> > >>> On Wed, Jun 19, 2019, 7:09 PM Alan Somers  wrote:
> > 
> >  On Wed, Jun 19, 2019 at 5:38 PM Warner Losh  wrote:
> > >
> > >
> > >
> > > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers 
> > >> wrote:
> > >>
> > >> Does anybody know how to check out a local copy of the CSRG
> > >> repository?  I can view it with ViewVC, but I would really like local
> > >> access.  It doesn't seem to be available on the usual
> > >> repo.FreeBSD.org
> > >> or svn.FreeBSD.org.
> > >>
> > >> $ svn checkout https://svn.FreeBSD.org/csrg csrg
> > >> svn: E170013: Unable to connect to a repository at URL
> > >> 'https://svn.freebsd.org/csrg'
> > >> svn: E175009: The XML response contains invalid XML
> > >> svn: E130003: Malformed XML: no element found at line 1
> > >>
> > >> $ svn co svn+ssh://asom...@repo.freebsd.org/csrg csrg
> > >> svn: E170013: Unable to connect to a repository at URL
> > >> 'svn+ssh://asom...@repo.freebsd.org/csrg'
> > >> svn: E210005: No repository found in 'svn+ssh://
> > >> asom...@repo.freebsd.org/csrg'
> > >
> > >
> > > Can't answer this question directly about svn
> > >
> > > But I have been using
> > >> https://github.com/dspinellis/unix-history-repo.git to look at historical
> > >> sources. https://github.com/csrg has a number of additional repos of
> > >> historical interest, though they are all forks from somewhere else.
> > >
> > > Warner
> > 
> >  Thanks for that Github link; it's pretty useful.  Also, I found this
> >  site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl .  I just
> >  wish I had a better understanding of the relationship between CSRG and
> >  the various releases.  It seems like some stuff got committed to CSRG
> >  yet didn't make it into an official release for years, if ever.
> > >>>
> > >>>
> > >>> TUHS is awesome. I use it too, bit the historical github tree is more
> > >> convenient.
> > >>>
> > >>> CSRG's 4.x series was pretty linear. What didn't make it?
> > >>>
> > >>> Warner
> > >>
> > >> I'm looking at bmap.  When I wrote that email, the earliest released
> > >> reference I could find was in 4.3-Reno.  However, I just spotted it in
> > >> 4.2, which is a much more reasonable time frame (it moved to a
> > >> different file which is why I missed it before).  However, the files
> > >> in question don't even exist in the git branches from dspinellis's
> > >> repository.  I had to find them on tuhs.org.  Am I doing something
> > >> wrong, or are dspinellis's release branches not fully populated?
> > >> Compare
> > >> https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys
> > >> to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys
> > >
> > >
> > > I'm guessing the SCCS -> SVN -> Git process broke files that were renamed
> > > or copied... I've not dug deeper though... This tells me that we need to
> > > send dspinellis some corrections :)
> > >
> > > Warner
> > > ___
> > > 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"
> > >
> >
> > Replying to an arbitrary message..
> >
> > Using svnweb it so EASY to see that the correct invocation is
> >
> > svn co https://svn.freebsd.org/base/vendor/CSRG
> >
> > as I just done..
>
> Well once you know that it is obvious, I think is what
> is happening is that people go to https://svn.freebsd.org/
> and there is csrg listed there and the paths you get once
> you follow that is wrong from then on.
>
> Maybe obliterarate that top level miss leading link
> would be the right thing to do?  Or put a roadmap
> file at that level in place and then delete that csrg link.
>
> Thank you for pointing us all to where the "real data"
> is at.

No.  base/vendor/CSRG is different.  It just has a dump of a few
things that were imported into base/head.  It doesn't have the full
history of CSRG's work.  You can tell just by looking at the number of
commits.  base/vendor/CSRG only has 73 commits, but the full CSRG repo
has about 1000x as many.

-Alan
___
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: Checking out the CSRG repository?

2019-06-20 Thread Rodney W. Grimes
> On 19-06-20 05 h 59, Warner Losh wrote:
> > On Wed, Jun 19, 2019 at 7:55 PM Alan Somers  wrote:
> > 
> >> On Wed, Jun 19, 2019 at 8:41 PM Warner Losh  wrote:
> >>>
> >>>
> >>>
> >>> On Wed, Jun 19, 2019, 7:09 PM Alan Somers  wrote:
> 
>  On Wed, Jun 19, 2019 at 5:38 PM Warner Losh  wrote:
> >
> >
> >
> > On Wed, Jun 19, 2019 at 1:14 PM Alan Somers 
> >> wrote:
> >>
> >> Does anybody know how to check out a local copy of the CSRG
> >> repository?  I can view it with ViewVC, but I would really like local
> >> access.  It doesn't seem to be available on the usual
> >> repo.FreeBSD.org
> >> or svn.FreeBSD.org.
> >>
> >> $ svn checkout https://svn.FreeBSD.org/csrg csrg
> >> svn: E170013: Unable to connect to a repository at URL
> >> 'https://svn.freebsd.org/csrg'
> >> svn: E175009: The XML response contains invalid XML
> >> svn: E130003: Malformed XML: no element found at line 1
> >>
> >> $ svn co svn+ssh://asom...@repo.freebsd.org/csrg csrg
> >> svn: E170013: Unable to connect to a repository at URL
> >> 'svn+ssh://asom...@repo.freebsd.org/csrg'
> >> svn: E210005: No repository found in 'svn+ssh://
> >> asom...@repo.freebsd.org/csrg'
> >
> >
> > Can't answer this question directly about svn
> >
> > But I have been using
> >> https://github.com/dspinellis/unix-history-repo.git to look at historical
> >> sources. https://github.com/csrg has a number of additional repos of
> >> historical interest, though they are all forks from somewhere else.
> >
> > Warner
> 
>  Thanks for that Github link; it's pretty useful.  Also, I found this
>  site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl .  I just
>  wish I had a better understanding of the relationship between CSRG and
>  the various releases.  It seems like some stuff got committed to CSRG
>  yet didn't make it into an official release for years, if ever.
> >>>
> >>>
> >>> TUHS is awesome. I use it too, bit the historical github tree is more
> >> convenient.
> >>>
> >>> CSRG's 4.x series was pretty linear. What didn't make it?
> >>>
> >>> Warner
> >>
> >> I'm looking at bmap.  When I wrote that email, the earliest released
> >> reference I could find was in 4.3-Reno.  However, I just spotted it in
> >> 4.2, which is a much more reasonable time frame (it moved to a
> >> different file which is why I missed it before).  However, the files
> >> in question don't even exist in the git branches from dspinellis's
> >> repository.  I had to find them on tuhs.org.  Am I doing something
> >> wrong, or are dspinellis's release branches not fully populated?
> >> Compare
> >> https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys
> >> to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys
> > 
> > 
> > I'm guessing the SCCS -> SVN -> Git process broke files that were renamed
> > or copied... I've not dug deeper though... This tells me that we need to
> > send dspinellis some corrections :)
> > 
> > Warner
> > ___
> > 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"
> > 
> 
> Replying to an arbitrary message..
> 
> Using svnweb it so EASY to see that the correct invocation is
> 
> svn co https://svn.freebsd.org/base/vendor/CSRG
> 
> as I just done..

Well once you know that it is obvious, I think is what
is happening is that people go to https://svn.freebsd.org/
and there is csrg listed there and the paths you get once
you follow that is wrong from then on.

Maybe obliterarate that top level miss leading link
would be the right thing to do?  Or put a roadmap
file at that level in place and then delete that csrg link.

Thank you for pointing us all to where the "real data"
is at.

-- 
Rod Grimes rgri...@freebsd.org
___
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: Checking out the CSRG repository?

2019-06-20 Thread Claude Buisson

On 19-06-20 05 h 59, Warner Losh wrote:

On Wed, Jun 19, 2019 at 7:55 PM Alan Somers  wrote:


On Wed, Jun 19, 2019 at 8:41 PM Warner Losh  wrote:




On Wed, Jun 19, 2019, 7:09 PM Alan Somers  wrote:


On Wed, Jun 19, 2019 at 5:38 PM Warner Losh  wrote:




On Wed, Jun 19, 2019 at 1:14 PM Alan Somers 

wrote:


Does anybody know how to check out a local copy of the CSRG
repository?  I can view it with ViewVC, but I would really like local
access.  It doesn't seem to be available on the usual

repo.FreeBSD.org

or svn.FreeBSD.org.

$ svn checkout https://svn.FreeBSD.org/csrg csrg
svn: E170013: Unable to connect to a repository at URL
'https://svn.freebsd.org/csrg'
svn: E175009: The XML response contains invalid XML
svn: E130003: Malformed XML: no element found at line 1

$ svn co svn+ssh://asom...@repo.freebsd.org/csrg csrg
svn: E170013: Unable to connect to a repository at URL
'svn+ssh://asom...@repo.freebsd.org/csrg'
svn: E210005: No repository found in 'svn+ssh://

asom...@repo.freebsd.org/csrg'



Can't answer this question directly about svn

But I have been using

https://github.com/dspinellis/unix-history-repo.git to look at historical
sources. https://github.com/csrg has a number of additional repos of
historical interest, though they are all forks from somewhere else.


Warner


Thanks for that Github link; it's pretty useful.  Also, I found this
site to be helpful: https://www.tuhs.org/cgi-bin/utree.pl .  I just
wish I had a better understanding of the relationship between CSRG and
the various releases.  It seems like some stuff got committed to CSRG
yet didn't make it into an official release for years, if ever.



TUHS is awesome. I use it too, bit the historical github tree is more

convenient.


CSRG's 4.x series was pretty linear. What didn't make it?

Warner


I'm looking at bmap.  When I wrote that email, the earliest released
reference I could find was in 4.3-Reno.  However, I just spotted it in
4.2, which is a much more reasonable time frame (it moved to a
different file which is why I missed it before).  However, the files
in question don't even exist in the git branches from dspinellis's
repository.  I had to find them on tuhs.org.  Am I doing something
wrong, or are dspinellis's release branches not fully populated?
Compare
https://github.com/dspinellis/unix-history-repo/tree/BSD-4_3_Reno-Snapshot-Development/usr/src/sys/sys
to https://www.tuhs.org/cgi-bin/utree.pl?file=4.3BSD-Reno/src/sys/sys



I'm guessing the SCCS -> SVN -> Git process broke files that were renamed
or copied... I've not dug deeper though... This tells me that we need to
send dspinellis some corrections :)

Warner
___
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"



Replying to an arbitrary message..

Using svnweb it so EASY to see that the correct invocation is

svn co https://svn.freebsd.org/base/vendor/CSRG

as I just done..

CBu
___
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"