Re: Intel i915 GPU hung

2014-12-24 Thread Ranjan1018 .
2014-09-11 16:49 GMT+02:00 Ranjan1018 . <21474...@gmail.com>: > > Hello, > > I have just upgrade my laptop, a Samsung Ativ Book 2 with an integrated > Intel HD Graphics 4000, to: > > FreeBSD ativ.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r271400: Wed Sep > 10 21:40:48 CEST 2014 root@ativ.loca

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

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

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 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
* 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 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 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 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: Call for FreeBSD 2014Q4 (October-December) Status Reports

2014-12-24 Thread Benjamin Kaduk
Reminder: the submission deadline for 2014Q4 status reports is just two weeks away! Send submissions to monthly@ for inclusion in the report. -Ben, for the monthly@ team On Mon, 8 Dec 2014, Benjamin Kaduk wrote: > Dear FreeBSD Community, > > The deadline for the next FreeBSD Quarterly Status u