Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-29 Thread Beeblebrox
> I fixed 2/3 of the issues in the following commits: > 1. https://svnweb.freebsd.org/changeset/base/276319 > 3. https://svnweb.freebsd.org/changeset/base/276318 Thanks for the e-mail Garret. Before I proceed to file PR, I'd like some input as to what to do about these problems which I had mentio

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-27 Thread Garrett Cooper
On Dec 24, 2014, at 1:45, Beeblebrox wrote: > I plan on using openssl from ports and have no need for kerberos. > /etc/src.conf >> WITHOUT_CRYPT= yes > > * First problem is with bsnmp (used WITHOUT_BSNMP to bypass) > ===> lib/libbsnmp/libbsnmp (all) > cc -O2 -pipe > -I/asp/git/src/lib/libbs

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Beeblebrox
So far from what I can tell, two modules don't get built for some reason. * sys/boot/i386/boot2 I built and installed this manually: * usr/sbin/mtree This is missing, and usr.sbin/mtree gives fmtree. Trying from contrib/mtree results in: /usr/local/libexec/ccache/world/clang -O2 -pipe -DNDEBUG

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Herbert J. Skuhra
On Wed, Dec 24, 2014 at 04:33:19PM +0200, Beeblebrox wrote: > * So as to keep the build going, I commented out ctld in the usr.sbin/Makefile > > * The next part to break was pkg. I set WITHOUT_PKGTOOLS, but that did > not solve the problem, so I once more had to comment out in > usr.sbin/Makef

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Herbert J. Skuhra
On Wed, Dec 24, 2014 at 02:47:57PM +0200, Beeblebrox wrote: > I patched Herbert's code, deleted the entire partial world and have > WITHOUT_CRYPT, WITHOUT_BSNMP in src.conf. Too many parts require openssl (libfetch, bsdinstall/distfetch?, pkg, dma, etc.) some of them can be disabled with knobs but

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Beeblebrox
* So as to keep the build going, I commented out ctld in the usr.sbin/Makefile * The next part to break was pkg. I set WITHOUT_PKGTOOLS, but that did not solve the problem, so I once more had to comment out in usr.sbin/Makefile "SUBDIR+= pkg" ===> usr.sbin/pkg (all) cc -O2 -pipe -I/asp/git/

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Beeblebrox
I patched Herbert's code, deleted the entire partial world and have WITHOUT_CRYPT, WITHOUT_BSNMP in src.conf. First this part below broke, but managed to move forward when I disabled ccache (clipped for brevity): ===> rescue/rescue/chown/tests (depend) (cd /asp/git/src/usr.sbin/chown/tests && ma

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Beeblebrox
> Instead of using WITHOUT_CRYPT, you could have used WITHOUT_KERBEROS. I know that, but I don't want to waste time compiling openssl either. > You can still install openssl from ports. Thanks. As stated it's just a matter of not wanting to compile something I'm not going to use. > What's wrong

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Herbert J. Skuhra
On Wed, Dec 24, 2014 at 11:45:04AM +0200, Beeblebrox wrote: > I plan on using openssl from ports and have no need for kerberos. > /etc/src.conf >> WITHOUT_CRYPT= yes > > * First problem is with bsnmp (used WITHOUT_BSNMP to bypass) > ===> lib/libbsnmp/libbsnmp (all) > cc -O2 -pipe > -I/asp/git

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Scot Hetzel
On Wed, Dec 24, 2014 at 3:45 AM, Beeblebrox wrote: > I plan on using openssl from ports and have no need for kerberos. > /etc/src.conf >> WITHOUT_CRYPT= yes > Instead of using WITHOUT_CRYPT, you could have used WITHOUT_KERBEROS. > > * I would prefer being able to use SSH from world (instead of dr

Re: Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Herbert J. Skuhra
On Wed, Dec 24, 2014 at 11:45:04AM +0200, Beeblebrox wrote: > I plan on using openssl from ports and have no need for kerberos. > /etc/src.conf >> WITHOUT_CRYPT= yes > > * First problem is with bsnmp (used WITHOUT_BSNMP to bypass) > ===> lib/libbsnmp/libbsnmp (all) > cc -O2 -pipe > -I/asp/git

Buildworld fails due to WITHOUT_CRYPT (3 issues)

2014-12-24 Thread Beeblebrox
I plan on using openssl from ports and have no need for kerberos. /etc/src.conf >> WITHOUT_CRYPT= yes * First problem is with bsnmp (used WITHOUT_BSNMP to bypass) ===> lib/libbsnmp/libbsnmp (all) cc -O2 -pipe -I/asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnmp/lib -DHAVE_ERR_H -DHAVE