From owner-freebsd-current@freebsd.org Thu Mar 31 10:53:34 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 742D7AE43B8 for ; Thu, 31 Mar 2016 10:53:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 666851095; Thu, 31 Mar 2016 10:53:34 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 46868541; Thu, 31 Mar 2016 10:53:34 +0000 (UTC) Date: Thu, 31 Mar 2016 10:53:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: pfg@FreeBSD.org, adrian@FreeBSD.org, loos@FreeBSD.org, emaste@FreeBSD.org, jamie@FreeBSD.org, hselasky@FreeBSD.org, gnn@FreeBSD.org, bdrewery@FreeBSD.org, mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <1097152430.172.1459421613460.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <455037259.165.1459333287979.JavaMail.jenkins@jenkins-9.freebsd.org> References: <455037259.165.1459333287979.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_amd64_gcc4.9 - Build #1141 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_amd64_gcc4.9 X-Jenkins-Result: SUCCESS Precedence: bulk X-Mailman-Approved-At: Thu, 31 Mar 2016 11:05:42 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 10:53:34 -0000 FreeBSD_HEAD_amd64_gcc4.9 - Build #1141 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1141/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1141/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1141/console Change summaries: 297444 by hselasky: Fix bugs in currently unused bit searching loop. MFC after: 3 days Sponsored by: Mellanox Technologies 297443 by adrian: Add support for the Nuvoton NCT5104D. Make it compile only for i386/amd64 for now as it's been tested there. It's quite possible it'll show up elsewhere and we can enable it for other architectures later. Tested: * PC Engines APU1C4 Submitted by: Daniel Wyatt Reviewed by: adrian, loos Differential Revision: https://reviews.freebsd.org/D5389 297442 by bdrewery: hosttools: Trim unneeded directories. These should only be build tools that are in various Makefile.depend as host dependencies. Anything toolchain related is handled by toolchain and bootstrap-tools currently. Sponsored by: EMC / Isilon Storage Division 297441 by pfg: restore(8): fix use of uninitialized value. Prevent uninitialized use of scalar newvol when jumping to gethdr. CID: 1006491 297439 by gnn: Unbreak the RSS/PCBGROUp build. 297438 by bdrewery: DIRDEPS_BUILD: Don't reset OBJROOT in sub-makes. MAKEOBJDIRPREFIX is set to blank and exported from MAKELEVEL0 along with OBJROOT exported. In sub-makes OBJROOT is recalculated with an empty MAKEOBJDIRPREFIX though. Sponsored by: EMC / Isilon Storage Division 297437 by bdrewery: Regenerate 297436 by bdrewery: Remove FAST_DEPEND reference missed in r297434. 297435 by bdrewery: Fix the external GCC build after r297271 by setting -L /usr/lib. GCC does add /usr/lib to the library search path but it comes after /usr/local/lib which can find ports libraries such as libedit.so. The bad path comes in as /usr/local/lib/gcc/x86_64-portbld-freebsd11.0/5.3.0/../../../ which corresponds to /lib. This partially reverts r297271. Pointyhat to: bdrewery Sponsored by: EMC / Isilon Storage Division 297434 by bdrewery: Remove the old depend (mkdep) code and make FAST_DEPEND the one true way. Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742 297433 by bdrewery: show-valid-targets: Indent each target 2 spaces. Sponsored by: EMC / Isilon Storage Division 297431 by bdrewery: Remove redundant code imported into dirdeps.mk in r290956. Sponsored by: EMC / Isilon Storage Division 297430 by bdrewery: show-valid-targets: Organize all targets by the all_machine_list. Sponsored by: EMC / Isilon Storage Division 297428 by bdrewery: Move hosttools to Makefile.depend.host so it shows under host targets in show-valid-targets. Sponsored by: EMC / Isilon Storage Division 297427 by bdrewery: show-valid-targets: Show host targets and also order all of the targets. Sponsored by: EMC / Isilon Storage Division 297426 by loos: Enable SPI1 on Beaglebone Black. SPI1 was chosen because SPI0 shares the gpio pins with I2C1. Sponsored by: Rubicon Communications (Netgate) 297425 by loos: Use the AM33XX_IOPAD() MACRO which is easier to read (uses the same offset of TRM). While here remove i2c2_pins, it is already defined in am335x-bone-common.dtsi. Sponsored by: Rubicon Communications (Netgate) 297424 by jamie: Use osd_reserve / osd_jail_set_reserved, which is known to succeed. Also don't work around nonexistent osd_register failure. 297423 by loos: Add basic FDT support for the mx25l SPI flash. Sponsored by: Rubicon Communications (Netgate) 297422 by jamie: Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocation of an OSD array, 297421 by mav: Plug open count leak on zvol rename. MFC after: 2 weeks 297420 by mav: Switch from using make_dev_p() to make_dev_s() to close races. 297419 by loos: Bump up the read and write timeouts. The old value was too small for low speed transfers. Sponsored by: Rubicon Communications (Netgate) 297418 by emaste: libc: stop exporting cerror i386 stopped exporting .cerror in r240152, and likewise for amd64 in r240178. It is not used by other libraries on any platform, so apply the same change to the remaining architectures. Reviewed by: jhibbits, jilles Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5774 297417 by pfg: freopen(3): prevent uninitialized errno. Revert completley r297408 (and r297407): this ends up touching errno, which we are not allowed to do. Pointed out by: ache, bde 297416 by hselasky: Add new USB ID to UDL driver. Submitted by: Matthias Petermann PR: 201084