From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 23:53:17 2013 Return-Path: Delivered-To: freebsd-current@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 D09FD631; Mon, 16 Sep 2013 23:53:17 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8DF29A2; Mon, 16 Sep 2013 23:53:17 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id y13so4749489pdi.5 for ; Mon, 16 Sep 2013 16:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; bh=jEkxGh+ZSoy9+UvBT+N/WIBcoeNFgQLUqsJor42I+48=; b=A47ga26hO586mZhz2ixeMSC9FKCWPqidXMMibXcFrvs1CoTTyXHctqOr6XYxApUjAD yoUw8ZYqnmW6iNVsKynv6GoKjjU9dCOYO5lNN2Se7bnQ6N/lT6lqxvqrJfyE8IJEo3Gj UjbKLa+YXouJfzODe/708auWbJ5+uSchpnD8USOvuzo7W6NWvva8uK4Cnm0hXouUGwum 1pG5MzRQroEufIjvaW4JiMWQ7l9aQ/zpnAnjIqr1sXKAzDkzdvUQ7T7/cQUZWkZPr7CW mUxsfDL5jZKSoh5lc8ipbhAm6Dhy0mhrDmSIgdjOKhh3IbCHhj5YPca7zQh+rYYt+fkX IZEw== X-Received: by 10.68.136.7 with SMTP id pw7mr31322537pbb.106.1379375597336; Mon, 16 Sep 2013 16:53:17 -0700 (PDT) Received: from [192.168.242.58] (c-67-182-131-225.hsd1.wa.comcast.net. [67.182.131.225]) by mx.google.com with ESMTPSA id kd1sm41469969pab.20.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Sep 2013 16:53:16 -0700 (PDT) From: Garrett Cooper Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Something's really rotten with the build on CURRENT Date: Mon, 16 Sep 2013 16:53:14 -0700 Message-Id: <1D7D63C4-FEC9-4C03-8B31-10EBD07EDD55@gmail.com> To: FreeBSD Current Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Mailman-Approved-At: Tue, 17 Sep 2013 01:07:06 +0000 Cc: "Simon J. Gerraty" , =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , Peter Wemm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 23:53:17 -0000 When I was trying to do a source upgrade from 2 month old = sources on CURRENT, I've run into 3 different build failures that I've = been filing PRs for, and that's probably just the start of it. bmake's a = part of the problem, but it isn't the only problem as I've been running = into consistent build failures when I don't specify TARGET/TARGET_ARCH = explicitly on the command line. And while my kernel is slightly tainted = and my userland is tainted with some libc fixes, POSIX conformance = fixes, test code and all that jazz, I run into multiple problems with = bmake/fmake, clang/gcc, and my git checkout and an untainted svn = checkout on 2 systems that I have running FreeBSD CURRENT on. My = stable/9 build is still going strong. I've run into issues with cam (weird linker unresolved symbol = issue with gcc; doesn't appear with clang), iconv (had to turn it off = because it wasn't working with the default due to a missing symbol in = the file), and unbound (it's looking for the static library in the wrong = directory in ${MAKEOBJDIRPREFIX}). I just checked the mailing list = archives and it appears that there have been a slew of build failures = related to features being turned on and off, and other things before the = 10.0-ALPHA2 code slush. But seriously=85 this is ridiculous and I = haven't run into build failures like this for years. Can people PLEASE = build/test their changes on and off on multiple VMs? Thanks, -Garrett=