From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 1 09:35:04 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97D6C9B4 for ; Fri, 1 Nov 2013 09:35:04 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-ee0-x229.google.com (mail-ee0-x229.google.com [IPv6:2a00:1450:4013:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3442A2C0C for ; Fri, 1 Nov 2013 09:35:04 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id e53so1895176eek.14 for ; Fri, 01 Nov 2013 02:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:content-type :content-transfer-encoding; bh=L+u4pTpBG7mSMz7o2tVufSYcXg0WbFpnsxdl5iwgaAg=; b=jqK1s58cLqGc7mVPmBYU7p+/PnWR8FL6b2KedYUk9k6y2TI7XX6KGC1ea+YwzqrFUv Wri9ACbTkYMNmT9XTUbDkhacazS5KEBKTn1+cTa4Jglw79x05MQG0V/3YSAieJhijhj+ oQ//72tfvGBopZvZXHyMjU9blYudt8cmezWW2EyxsMM6lrStdNEUS0ZaG9n2QdXKrqna 8TNPjh9tX8D/BF/vGguKh6rGO64jRpcsVJ/fYOmybvsdr82jkuqn8z4umGyCT+Dcs6UE CqUMXQOh41jrkq64u0LwCFuInmihtO7dovvk+EznLWexHHJYXE/6OSqgqxrz3wwylHTU SbgQ== X-Received: by 10.14.174.131 with SMTP id x3mr2008010eel.25.1383298501721; Fri, 01 Nov 2013 02:35:01 -0700 (PDT) Received: from DOMYPC ([82.193.208.225]) by mx.google.com with ESMTPSA id b42sm5428412eem.9.2013.11.01.02.34.59 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 01 Nov 2013 02:35:00 -0700 (PDT) Message-ID: <20131101.093502.682.1@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Subject: RELEASE 9.2 build Date: Fri, 01 Nov 2013 10:35:02 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 09:35:04 -0000 So, upon shift from 9.1 to 9.2 at installworld part, I've received ONLY '1 = error', as I use my script, which separates STDOUT to /dev/null and = STDERR to console.=0D=0AI had to manually navigate to /usr/src and do a = 'installworld' JUST to see error msg. ('auditdistd' user had to be = added)=0D=0A=0D=0AI talk about this issue from 8.*!=0D=0ACompilation of = /usr/src (tested 9.2), STILL outputs EVERYTHING to STDOUT!=0D=0AWhen will = it finally start to separate errors to = STDERR?!=0D=0A=0D=0A=0D=0A=0D=0ANext problem is tied to ports, which have = kernel modules.=0D=0AAfter above minor shift, I had ntfs fuse related = panics, upon umount of ntfs, which were fixed by rebuilding = 'sysutils/fusefs-kmod'=0D=0A=0D=0ASo I added = 'PORTS_MODULES=3Dsysutils/fusefs-kmod' into '/etc/make.conf' and got this = upon kernel rebuild=0D=0A# /usr/bin/make -j4 buildkernel = KERNCONF=3DSERVER=0D=0A-----------------------=0D=0AStop in = /usr/obj/usr/src/sys/SERVER/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0.=0D=0A=3D=3D=3D> = Compilation failed unexpectedly.=0D=0ATry to set MAKE_JOBS_UNSAFE=3Dyes = and rebuild before reporting the failure to=0D=0Athe maintainer.=0D=0A*** = [do-build] Error code 1=0D=0A=0D=0AStop in = /usr/ports/sysutils/fusefs-kmod.=0D=0A*** [build] Error code = 1=0D=0A=0D=0AStop in /usr/ports/sysutils/fusefs-kmod.=0D=0A*** [all] = Error code 1=0D=0A1 error=0D=0A*** [buildkernel] Error code 2=0D=0A1 = error=0D=0A*** [buildkernel] Error code 2=0D=0A1 = error=0D=0A-----------------------=0D=0A=0D=0A=0D=0AAs advised, I added = 'MAKE_JOBS_UNSAFE=3Dyes', without jobs:=0D=0A=0D=0A# make buildkernel = KERNCONF=3DSERVER = MAKE_JOBS_UNSAFE=3Dyes=0D=0A-----------------------=0D=0Afuse_vfsops.c: = In function 'fuse_mount':=0D=0Afuse_vfsops.c:339: warning: passing = argument 3 of 'vfs_flagopt' from incompatible pointer = type=0D=0Afuse_vfsops.c:339: warning: passing argument 3 of 'vfs_flagopt' = from incompatible pointer type=0D=0Afuse_vfsops.c:340: warning: passing = argument 3 of 'vfs_flagopt' from incompatible pointer = type=0D=0Afuse_vfsops.c:340: warning: passing argument 3 of 'vfs_flagopt' = from incompatible pointer type=0D=0Afuse_vfsops.c:341: warning: passing = argument 3 of 'vfs_flagopt' from incompatible pointer = type=0D=0Afuse_vfsops.c:341: warning: passing argument 3 of 'vfs_flagopt' = from incompatible pointer type=0D=0Afuse_vfsops.c:342: warning: passing = argument 3 of 'vfs_flagopt' from incompatible pointer = type=0D=0Afuse_vfsops.c:342: warning: passing argument 3 of 'vfs_flagopt' = from incompatible pointer type=0D=0Afuse_vfsops.c:343: warning: passing = argument 3 of 'vfs_flagopt' from incompatible pointer = type=0D=0Afuse_vfsops.c:343: warning: passing argument 3 of 'vfs_flagopt' = from incompatible pointer type=0D=0Afuse_vfsops.c:345: warning: passing = argument 3 of 'vfs_flagopt' from incompatible pointer = type=0D=0Afuse_vfsops.c:345: warning: passing argument 3 of 'vfs_flagopt' = from incompatible pointer type=0D=0A*** [fuse_vfsops.o] Error code = 1=0D=0A=0D=0AStop in = /usr/obj/usr/src/sys/SERVER/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/fuse_module.=0D=0A*** = [all] Error code 1=0D=0A=0D=0AStop in = /usr/obj/usr/src/sys/SERVER/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0.=0D=0A*** = [do-build] Error code 1=0D=0A=0D=0AStop in = /usr/ports/sysutils/fusefs-kmod.=0D=0A*** [build] Error code = 1=0D=0A=0D=0AStop in /usr/ports/sysutils/fusefs-kmod.=0D=0A*** [all] = Error code 1=0D=0A=0D=0AStop in /usr/obj/usr/src/sys/SERVER.=0D=0A*** = [buildkernel] Error code 1=0D=0A=0D=0AStop in /usr/src.=0D=0A*** = [buildkernel] Error code 1=0D=0A=0D=0AStop in = /usr/src.=0D=0A-----------------------=0D=0A=0D=0A=0D=0ASo what = now?=0D=0A=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6