From owner-freebsd-current@freebsd.org Sat Dec 3 22:59:21 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 E213BC64D95; Sat, 3 Dec 2016 22:59:21 +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 8D5411C3; Sat, 3 Dec 2016 22:59:21 +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 A3ABEC5; Sat, 3 Dec 2016 22:59:21 +0000 (UTC) Date: Sat, 3 Dec 2016 22:59:19 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, martymac@FreeBSD.org, peter@FreeBSD.org, scottl@FreeBSD.org, hselasky@FreeBSD.org, manu@FreeBSD.org, adrian@FreeBSD.org, danfe@FreeBSD.org, markj@FreeBSD.org, misha@FreeBSD.org, emaste@FreeBSD.org, oleg@FreeBSD.org, sephe@FreeBSD.org, jmcneill@FreeBSD.org, tsoome@FreeBSD.org, avos@FreeBSD.org, mm@FreeBSD.org, kadesai@FreeBSD.org, landonf@FreeBSD.org, br@FreeBSD.org, dexuan@FreeBSD.org, gjb@FreeBSD.org, rpokala@FreeBSD.org, alc@FreeBSD.org, jhb@FreeBSD.org, cem@FreeBSD.org, delphij@FreeBSD.org, cognet@FreeBSD.org, dteske@FreeBSD.org, rwatson@FreeBSD.org, kib@FreeBSD.org, gnn@FreeBSD.org, mizhka@FreeBSD.org, rstone@FreeBSD.org, des@FreeBSD.org, avg@FreeBSD.org, ae@FreeBSD.org, pfg@FreeBSD.org, andrew@FreeBSD.org, dab@FreeBSD.org, dim@FreeBSD.org, jchandra@FreeBSD.org, mav@FreeBSD.org, fabient@FreeBSD.org, marcel@FreeBSD.org, julian@FreeBSD.org, np@FreeBSD.org, ngie@FreeBSD.org, imp@FreeBSD.org, phk@FreeBSD.org, matthew@FreeBSD.org, brooks@FreeBSD.org, jkim@FreeBSD.org, loos@FreeBSD.org, jceel@FreeBSD.org, rmacklem@FreeBSD.org, brueffer@FreeBSD.org, shurd@FreeBSD.org, ken@FreeBSD.org, tuexen@FreeBSD.org, hiren@FreeBSD.org, rakuco@FreeBSD.org, n_hibma@FreeBSD.org, araujo@FreeBSD.org, kan@FreeBSD.org, ian@FreeBSD.org, kevlo@FreeBSD.org, jhibbits@FreeBSD.org, vangyzen@FreeBSD.org, mjg@FreeBSD.org, sbruno@FreeBSD.org, sevan@FreeBSD.org, jilles@FreeBSD.org, bapt@FreeBSD.org, gonzo@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <494240030.4.1480805961740.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <244575718.72.1479518166680.JavaMail.jenkins@jenkins-9.freebsd.org> References: <244575718.72.1479518166680.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4293 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk X-Mailman-Approved-At: Sun, 04 Dec 2016 04:09:12 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 22:59:22 -0000 FreeBSD_HEAD_i386 - Build #4293 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4293/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4293/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4293/console Change summaries: 309513 by adrian: [camcontrol] init ts=0 to quieten gcc. It "looks" like ts is set to something on success, and not modified on error. Checked on IRC with: cem 309504 by dteske: Fix bug preventing limits(1) from being applied PR: misc/212493 Differential Revision: https://reviews.freebsd.org/D8232 Submitted by: girgen Reviewed by: adrian MFC after: 3 days X-MFC-to: stable/11 309491 by rpokala: Build smbios.ko as a module for amd64 and i386 For whatever reason, smapi, smbios, vpd are all under the "bios" directory. smapi is only for i386, so the entire "bios" directory is only built for i386. Break smapi out, and make only it i386-specific. Then, build the "bios" directory for both amd64 and i386. Reviewed by: imp MFC after: 1 week Sponsored by: Panasas Differential Revision: https://reviews.freebsd.org/D8609 309490 by pfg: Revert r253678, r253661: Fix a segfault in ctfmerge(1) due to a bug in GCC. The change was correct and the bug real, but upstream didn't adopt it and we want to remain in sync. When/if upstream does something about it we can bring their version. The bug in question was fixed in GCC 4.9 which is now the default in FreeBSD's ports. Our native gcc-4.2, which is still in use in some Tier-2 platforms also has a workaround so no end-user should be harmed by the revert. 309486 by avos: rtwn: fix bitmap size calculation. Tested with RTL8188CE, STA mode. 309481 by avos: rsu: fix frame processing in the Rx path (similar to r292207). - Fill in Rx radiotap header correctly (for every packet in a chain; not once per chain). - Fix rate / flags fields in Rx radiotap. - Add debug messages for discarded frames. - Pass received control (< sizeof(struct ieee80211_frame)) frames to net80211 (if allowed by device filter; cannot happen yet). Tested with Asus USB-N10. Differential Revision: https://reviews.freebsd.org/D5723 309480 by kevlo: Fix logic error so the R92C_TDECTRL register value is updated correctly. Reviewed by: avos 309479 by avos: rsu: remove unused structures / variables. 309478 by bdrewery: DIRDEPS_BUILD: Fix '/' in group names creating a bad cookie. This is reworking the change in r296585 but to still properly install the files. This limits the change to only the DIRDEPS_BUILD logic for what it considers the name of the staging set, which is what the cookie name is based off of. Sponsored by: Dell EMC Isilon MFC after: 1 week 309477 by bdrewery: Revert r296585. This broke installing dtrace test files. It was poorly tested. Reported by: markj Pointyhat to: bdrewery MFC after: 1 week 309476 by bdrewery: Create the /usr/lib/include symlink as relative. This ugly code is done to avoid assuming LIBDIR is 2 components deep. Reported by: jhb 309474 by ngie: Don't build :strvis_locale if VIS_NOLOCALE is undefined The copy of contrib/libc-vis on ^/stable/10 doesn't contain all of the features in the ^/stable/11 // ^/head version, including VIS_NOLOCALE. The risk is lower in conditionally running the test instead of backporting the newer version of libc-vis MFC after: now 309472 by ngie: Restore pathing for factor(1), which unnecessarily diverged in r278616 factor lives in /usr/games/, not /usr/bin, in NetBSD. The correct way to handle this is do on-the-fly manipulation of the test script via ATF_TESTS_SH_SED_, not by modify the pathing directly in the test script. This is being done to resolve an unnecessary conflict made when pulling back ^/head@r309469 (contrib/netbsd-tests update) to ^/stable/10. No functional change MFC after: now 309467 by adrian: [ath] use the correct AMPDU frame limit for the given node, rather than the global config. This is important in hostap, ibss, (11s at some magical future date, etc) where different nodes may have smaller limits. Oops! MFC after: 1 week Relnotes: Yes 309465 by adrian: [net80211] prepare for 11ac aware NICs that want to know per-vdev channel and centre frequencies. * ic_freq is the centre of the primary channel, not the centre of the HT40/HT80/etc channel. Add a method to access that. * Add a method to access the centre of the primary channel, including knowing the centre of the 5/10/20/40/80, versus the primary channel. Ie, it's the centre of the 40, 80, 160MHz channel. * Add a method to access the centre frequency of the secondary 80MHz channel - we don't support VHT yet, but when we do. * Add methods to access the current channel and the per-dev desired channel. Ideally drivers that do full offload with a per-vap channel configuration should use the vap channel, NOT ic_curchan. Non-offload drivers that require net80211 to change the channel should be accessing ic_curchan. 309464 by ngie: Expect 01:main to fail Changes were made to ZFS in the past year with respect to how ACLs are handled, causing failures in this test. Mark it TODO so (hopefully) someone more knowledgeable (like mav or trasz) will fix the code or the test. PR: 212323 309463 by ngie: Expect :coredump_phnum to fail The number of program headers on my system (GENERIC-NODEBUG) don't match the expected (hardcoded) number in the test PR: 215019 309462 by ngie: Fix test coredump_phnum_test:coredump_phnum require.config specification The requirement is set via `atf_set "require.config" "allow_sysctl_side_effects"', not `atf_set "require.config" "allow_sysctl_side_effects"' X-MFC with: r308177 Pointyhat to: cmeyer 309461 by loos: Allow simultaneous access to switch device, there is no reason to prevent it. Remove bogus wrappers and use the kernel defaults. While here, use DEVMETHOD_END. Obtained from: pfSense MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) 309460 by vangyzen: thr_set_name(): silently truncate the given name as needed Instead of failing with ENAMETOOLONG, which is swallowed by pthread_set_name_np() anyway, truncate the given name to MAXCOMLEN+1 bytes. This is more likely what the user wants, and saves the caller from truncating it before the call (which was the only recourse). Polish pthread_set_name_np(3) and add a .Xr to thr_set_name(2) so the user might find the documentation for this behavior. Reviewed by: jilles MFC after: 3 days Sponsored by: Dell EMC 309451 by pfg: Document undocumented indent(1) options badp/nbadp, bs/nbs, and lc. Submitted by: Piotr Stefaniak Differential Revision: https://reviews.freebsd.org/D8690 309439 by pfg: ext2fs: renumber the license clauses to avoid skipping #3. This is to keep consistency with other files, and help license-checking utilities determine the number of clauses that apply. No functional change. 309425 by mjg: vfs: provide fake locking primitives for the crossmp vnode Since the vnode is only expected to be shared locked, we can save a little overhead by only pretending we are locking in the first place. Reviewed by: kib Tested by: pho 309419 by pfg: indent(1): Avoid out-of-bound accesses of array ps.p_stack. Submitted by: Piotr Stefaniak 309418 by pfg: indent(1): Avoid out-of-bound accesses of arrays. ps.paren_indents: When ps.paren_level was 0, this was accessing paren_indents[-1]. in_buffer: This fragment checks if "*/" was read, but there's no guarantee that there is more than one byte in the array (actually, this happens frequently for the "{" in things like "int main(void) {"). Submitted by: Piotr Stefaniak 309417 by pfg: indent(1): Remove an extra newline added in a previous commit. It doesn't math the remaining of the case statement. 309416 by alc: Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141. MFC after: 3 days 309415 by pfg: indent(1): Optimize parser stack usage. When special else-if processing is enabled (-ei), we can assume "else if" and "if" to be equivalent for indentation purposes. This reduction saves a lot of stack space in case of a long "if-else-if ... else-if" sequence; with this change, Postgres/src/bin/psql/tab-complete.c as of 9.6beta3 requires minimum of the stack length to be 31 instead of 444. Submitted by: Piotr Sephaniak 309414 by rstone: Revert r309372 The bug intended to be fixed by r309372 was already addressed by r296178, so revert my change. Reported by: seph 309413 by imp: Flag the vendor specific pages as such. This allows different decoding for the same page number as different vendors encode vendor specific pages differently. 309412 by imp: dd is currently a bootstrap tool. It really doesn't have any business being a bootstrap tool. However, for reproducible build output, FreeBSD added dd status=none because it was otherwise difficult to suppress the status information, but retain any errors that might happen. There's no real reason that dd has to be a build tool, other than we use status=none unconditional. Remove dd from a bootstrap tool entirely by only using status=none when available. This may also help efforts to build the system on non-FreeBSD hosts as well. Differential Revision: https://reviews.freebsd.org/D8605 309411 by emaste: Retire long-broken/unused static rtld support rtld-elf has some vestigial support for building as a static executable. r45501 introduced a partial implementation with a prescient note that it "might never be enabled." r153515 introduced ELF symbol versioning support, and removed part of the unused build infrastructure for static rtld. GNU ld populates rela relocation addends and GOT entries with the same values, and rtld's run-time dynamic executable check relied on this. Alternate toolchains may not populate the GOT entries, which caused RTLD_IS_DYNAMIC to return false. Simplify rtld by just removing the unused check. If we want to restore static rtld support later on we ought to introduce a build-time #ifdef flag. PR: 214972 Reviewed by: kan MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8687 309410 by n_hibma: Fix man page: - It should say 'read' in the I2CREAD section. - last in the struct indicates the last command in a sequence, not the reverse. Reviewed by: imp MFC after: 3 days 309409 by n_hibma: More typos in strings. Submitted by: bde MFC after: 3 days 309408 by julian: Changes to allow the patching of packets with an offset (and other changes.. see man page) PR: 206185 Submitted by: Dmitry Vagin MFC after: 1 week Relnotes: yes (also ng_checksum node) 309407 by julian: A little light wordsmithing only. Sponsored by: FreeBSD 309406 by hselasky: Remove useless NULL checks. NULL is not returned when allocating memory passing the M_WAITOK flag. Submitted by: trasz @ Differential Revision: https://reviews.freebsd.org/D5772 Sponsored by: Mellanox Technologies MFC after: 1 week 309405 by mm: MFV r309403: Sync libarchive with vendor. Vendor bugfixes: Fix for heap-buffer-overflow in archive_le16dec() Fix for heap-buffer-overflow in uudecode_bidder_bid() Reworked fix for compatibility with archives created by Perl Archive::Tar MFC after: 1 week 309404 by hselasky: Fix return value from ng_uncallout(). callout_stop() recently started returning -1 when the callout is already stopped, which is not handled by the netgraph code. Properly filter the return value. Netgraph callers only want to know if the callout was cancelled and not draining or already stopped. Discussed with: julian, glebius MFC after: 2 weeks 309400 by hselasky: Fix for endless recursion in the ACPI GPE handler during boot. When handling a GPE ACPI interrupt object the EcSpaceHandler() function can be called which checks the EC_EVENT_SCI bit and then recurse on the EcGpeQueryHandler() function. If there are multiple GPE events pending the EC_EVENT_SCI bit will be set at the next call to EcSpaceHandler() causing it to recurse again via the EcGpeQueryHandler() function. This leads to a slow never ending recursion during boot which prevents proper system startup, because the EC_EVENT_SCI bit never gets cleared in this scenario. The behaviour is reproducible with the ALASKA AMI in combination with a newer Skylake based mainboard in the following way: Enter BIOS and adjust the clock one hour forward. Save and exit the BIOS. System fails to boot due to the above mentioned bug in EcGpeQueryHandler() which was observed recursing multiple times. This patch adds a simple recursion guard to the EcGpeQueryHandler() function and also also adds logic to detect if new GPE events occurred during the execution of EcGpeQueryHandler() and then loop on this function instead of recursing. Reviewed by: jhb MFC after: 2 weeks 309397 by tuexen: Fix the handling of TCP FIN-segments in the CLOSED state When a TCP segment with the FIN bit set was received in the CLOSED state, a TCP RST-ACK-segment is sent. When computing SEG.ACK for this, the FIN counts as one byte. This accounting was missing and is fixed by this patch. Reviewed by: hiren MFC after: 1 month Sponsored by: Netflix, Inc. Differential Revision: https://svn.freebsd.org/base/head 309394 by marcel: Fix use-after-free bugs in pfsync(4) Use after free happens for state that is deleted. The reference count is what prevents the state from being freed. When the state is dequeued, the reference count is dropped and the memory freed. We can't dereference the next pointer or re-queue the state. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8671 309393 by araujo: Use memset(3) instead of bzero(3). Obtained from: OpenBSD (r1.12, r1.20, r1.18 and r1.37) 309392 by araujo: String terminators are called NUL, not NULL, also the variable mentioned in the comment is p and not u. Obtained from: OpenBSD (r1.34) 309382 by pfg: indent(1): Do not define opchar unless it will be used. "opchar" is only used once depending on "undef" macro being defined. Conditionalize it in the same way. Submitted by: Piotr Sephaniak 309380 by pfg: indent(1): Fix indent's confusion about custom FreeBSD macros. Teach indent(1) about storage-class specifiers. Don't assume "in_parameter_declaration" state if "in_decl" hasn't been set. Don't set "in_decl" for storage-class specifiers. That set of changes helps with recognizing the difference between file scope declarations like this: static LIST_HEAD(, alq) ald_active; static int ald_shuttingdown = 0; struct thread *ald_thread; and old style function declarators like this: static int do_execve(td, args, mac_p) struct thread *td; struct image_args *args; struct mac *mac_p; { Unfortunately, at the same time this change makes indent(1) require explicit int in declarations like "static a;", in order to understand that it's part of a declaration. On the other hand, declarations like in the first example are no longer indented as if ald_shuttingdown and ald_thread were parameters of a function named LIST_HEAD. Submitted by: Piotr Stefaniak 309374 by ken: Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support. This adds support to camcontrol(8) and libcam(3) for getting and setting the time on SCSI protocol drives. This is more commonly found on tape drives, but is a SPC (SCSI Primary Commands) command, and may be found on any device that speaks SCSI. The new camcontrol timestamp subcommand allows getting the current device time or setting the time to the current system time or any arbitrary time. sbin/camcontrol/Makefile: Add timestamp.c. sbin/camcontrol/camcontrol.8: Document the new timestamp subcommand. sbin/camcontrol/camcontrol.c: Add the timestamp subcommand to camcontrol. sbin/camcontrol/camcontrol.h: Add the timestamp() function prototype. sbin/camcontrol/timestamp.c: Timestamp setting and reporting functionality. sys/cam/scsi/scsi_all.c: Add two new CCB building functions, scsi_set_timestamp() and scsi_report_timestamp(). Also, add a new helper function, scsi_create_timestamp(). sys/cam/scsi/scsi_all.h: Add CDB and parameter data for the the set and report timestamp commands. Add function declarations for the new CCB building and helper functions. Submitted by: Sam Klopsch Sponsored by: Spectra Logic MFC After: 2 weeks 309373 by bdrewery: Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wired. This uses the same fix as r294894 did for the mlock test. The code from that commit is moved into a common object file which PROGS supports building first. Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8689 309372 by rstone: Fix a false positive in a buf_ring assert buf_ring contains an assert that checks whether an item being enqueued already exists on the ring. There is a subtle bug in this assert. An item can be returned by a peek() function and freed, and then the consumer thread can be preempted before calling advance(). If this happens the item appears to still be on the queue, but another thread may allocate the item from the free pool and wind up trying to enqueue it again, causing the assert to trigger incorrectly. Fix this by skipping the head of the consumer's portion of the ring, as this index is what will be returned by peek(). Sponsored by: Dell EMC Isilon MFC After: 1 week Differential Revision: https://reviews.freebsd.org/D8685 Reviewed by: hselasky 309369 by tsoome: libstand: dosfs cstyle cleanup for return keyword. Reviewed by: bapt, imp, allanjude Approved by: imp (mentor), allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D8678 309367 by vangyzen: locale: enable more warnings; fix them Do not set WARNS, so it gets the current default of 6. Fix the warnings by sprinkling static, const, or strdup. Make some constant data tables const. Fix whitespace. MFC after: 1 week Sponsored by: Dell EMC 309366 by cem: capsicum_helpers: Squash errors from closed fds Squash EBADF from closed stdin, stdout, or stderr in caph_limit_stdio(). Any program used during special shell scripts may commonly be forked from a parent process with closed standard stream. Do the common sense thing for this common use. Reported by: Iblis Lin Reviewed by: oshogbo@ (earlier version) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8657 309365 by alc: During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() was called to allocate a new page of radix trie nodes, there could be a call to vm_radix_remove() on the same trie (of PG_CACHED pages) as the in-progress vm_radix_insert(). With the removal of PG_CACHED pages, we can simplify vm_radix_insert() and vm_radix_remove() by removing the flags on the root of the trie that were used to detect this case and the code for restarting vm_radix_insert() when it happened. Reviewed by: kib, markj Tested by: pho Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8664 309364 by vangyzen: locale: fix buffer management Also, handle signed and unsigned chars, and more gracefully handle invalid input. Submitted by: bde in response to r309331 MFC after: 1 week Sponsored by: Dell EMC 309363 by mm: MFC r309362: Sync libarchive with vendor. Small improvements, style fixes, bugfixes. Restores compatibility with tar archives created with Perl Archive::Tar (1) MFC after: 1 week Reported by: Matthew Seaman (1) 309361 by danfe: - Mention mismatching numbers in MSR vs. ACPI _PSS count warning: seeing actual numbers would help debugging (also, `MSR' and `ACPI' are standard abbreviations and thus should be properly capitalized) - Rephrase unsupported AMD CPUs message and wrap as an overly long line: `sorry' 1) is wrongly spelled after period (starts with a small letter) and 2) carries emotional "tinge" that is unnecessary and even bogus in debug message; `implemented' is not the best word as `supported' suits better in this context - Improve readability when reporting resulted P-state transition (debug) Approved by: jhb 309360 by emaste: EFI loaders: parse rela relocations on amd64 Prior to this change the loader self relocation code interpreted amd64's rela relocations as if they were rel relocations, discarding the addend. This "works" because GNU ld 2.17.50 stores the addend value in both the r_addend field of the relocation (as expected) and at the target of the relocation. Other linkers, and possibly other versions of GNU ld, won't have this behaviour, so interpret the relocations correctly. Reported by: George Rimar Reviewed by: andrew MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8681 309357 by n_hibma: Speling fixes and fix line endings for err_msg output. In some cases there was not \n, in other cases there was. 309356 by peter: Update from subversion 1.9.4 to 1.9.5. This includes a security fix for a component that we do not build, and two potentially useful client side fixes for reintegrate merges and tree conflict handling. See CHANGES for full details. 309353 by sephe: hyperv/hn: Add 'options RSS' support. Reviewed by: adrian MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8676 309352 by imp: Finish incomplete comments in prior revision. I was going to fix this after I tested it, but didn't. 309351 by imp: Revert the 'performance' setting to 'NONE' from C2. C2 has issues with USB in places, as well as having the potential for reducing performance. Since this is used even when powerd isn't enabled, these two problems can cause on servers. Supermicro X9 motherboards, for example, have problems with the virtual IPMI USB keyboards and mice attaching and detaching repeatedly. Since there are issues on some CPUs with C2, fail safe by defaulting to not altering it. MFC After: 3 days 309350 by imp: If the kenv variable rc_debug is set, turn on rc_debug. 309349 by imp: Simplify test. 309348 by sephe: hyperv/hn: Don't hold txdesc, if no BPFs are attached. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8675 309347 by loos: MDIO_PHYACCESS_ACK is only valid for read access, remove it from miibus_writereg. Reduce the DELAY() between reads while waiting for MII access. Spotted by: yongari Sponsored by: Rubicon Communications, LLC (Netgate) 309346 by sephe: hyperv/hn: Add HN_DEBUG kernel option. If bufring is used for per-TX ring descs, don't update "available" counter, which is only used to help debugging. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8674 309345 by loos: The RX_FREEBUFFER registers are a write to increment field. Writing the full queue size to it every time was makeing it overflow with a lot of bogus values. This fixes the interrupt storms on irq 40. Sponsored by: Rubicon Communications, LLC (Netgate) 309344 by cem: Remove a death threat from the FreeBSD sources Reported by: koobs@, araujo@, linimon@, bjk@, emaste@, jhb@, ngie@, cem@ Maintainer timeout: des@ 309343 by pfg: indent(1): Don't unnecessarily add a blank before a comment ends. pr_comment() did avoid adding surplus space character when a comment contained it at the end. Now it's also paying attention to tabs. Taken from: Piotr Stefaniak 309342 by pfg: indent(1): Don't ignore newlines after comments that follow braces. indent.c has a special loop that stores tokens from between an if () and the next statement into a buffer. The loop ignored all newlines, but that resulted in not calling dump_line() when it was needed to produce the final line of the buffered up comment. Taken from: Piotr Stefaniak 309341 by pfg: indent(1): Avoid out of bound access of array in_buffer Work-around a somewhat complex interaction within the code. From Piotr's commit [1]: When pr_comment() calls dump_line() for the first line of a multiline comment, it doesn't include any indentation - it starts with the "/*". This is consistent for both boxed and not boxed comments. Where the logic diverges is in how it treats the rest of the lines of the comment. For box comments indent assumes that it must not change anything, so lines are dumped as they were, including the indentation where it exists. For the rest of comments, it will first remove the indentation to store plain text of the comment and then add it again where indent thinks it's appropriate -- this is part of comment re-indenting process. For continuations of multi-line comments, the code that handles comments in dump_line() will use pad_output() to create indentation from the beginning of the line (what indent calls the first column) and then write string pointed by s_com afterwards. But if it's a box comment, the string will include original indentation, unless it's the first line of the comment. This is why tab characters from s_com have to be considered when calculating how much padding is needed and the "while (*com_st == '\t') com_st++, target += 8;" does that. In dump_line(), /target/ is initially set to ps.com_col, so it always assumes that indentation needs to be produced in this function, regardless of which line of a box comment it is. But for the first line of a box comment it is not true, so pr_comment() signals it by setting ps.n_comment_delta, the negative comment delta, to a negative number which is then added to /target/ in dump_line() on all lines except the first one, so that the function produces adequate indentation in this special case. The bug was in how that negative offset was calculated: pr_comment() used count_spaces() on in_buffer, which pr_comment() expected to contain non-null terminated sequence of characters, originating from whatever originally was on the left side of the comment. Understanding that count_spaces() requires a string, pr_comment() temporarily set buf_ptr[-2] to 0 in hope that it would nul-terminate the right thing in in_buffer and calling count_spaces() would be safe and do the expected thing. This was false whenever buf_ptr would point into save_com, an entirely different char array than in_buffer. The short-term fix is to recognize whether buf_ptr points into in_buffer or save_com. Reference: [1] https://github.com/pstef/freebsd_indent/commit/ea486a2aa3b056b146bdfbb8e94843159750f200 Taken from: Piotr Stefaniak 309339 by gjb: Revert r309314, which breaks installing ports. Requested by: antoine Differential Revision: https://reviews.freebsd.org/D8120 (related) Sponsored by: The FreeBSD Foundation 309338 by cem: ioat(4): Fix 'bogus completion_pending' KASSERT Fix ioat_release to only set is_completion_pending if DMAs were actually queued. Otherwise, the spurious flag could trigger an assert in the reset path on INVARIANTS kernels. Reviewed by: bdrewery, Suraj Raju @ Isilon Sponsored by: Dell EMC Isilon 309332 by dim: Cleanup old debug dirs in delete-old-dirs target Any .debug or .symbols files under /usr/lib/debug which correspond to OLD_FILES entries in ObsoleteFiles.inc are also automatically cleaned up by the delete-old target. Make this also apply to any OLD_DIRS entries. Reviewed by: emaste MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D8683 309331 by vangyzen: Include limits.h for CHAR_MAX This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX on head. Include limits.h anyway, for consistency, and because C says so. Sponsored by: Dell EMC 309328 by andrew: Fix the PCI host generic FDT driver to call into the common code and not recurse into itself. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309327 by andrew: Fix the alloc function the ThunderX PCIe driver calls, the previous function may not exist when FDT is removed from the kernel. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309326 by rwatson: Clarify warning message when failing to configure audit on user login: when au_user_mask() fails, it's not a failure to set the audit mask, but to calculate the audit mask -- and hence a condfiguration-file issue (of some sort). MFC after: 3 days Sponsored by: DARPA, AFRL 309324 by andrew: Mark the Alpine ethernet driver as FDT only. It calls alpine_serdes_resource_get which is defined in an FDT only file. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309323 by andrew: Move the FDT specific parts of the GIC diver softc to the FDT attachment. This allows the driver to be built in a kernel with no FDT support, e.g. on arm64 with just ACPI. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309322 by andrew: Only include FDT headders when building for FDT. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309321 by mav: Add `gmirror create` subcommand, alike to gstripe, gconcat, etc. It is quite specific mode of operation without storing on-disk metadata. It can be useful in some cases in combination with some external control tools handling mirror creation and disks hot-plug. MFC after: 2 weeks Sponsored by: iXsystems, Inc. 309320 by sephe: hyperv/storvsc: Don't use timedwait. The timeout is unnecessary. Reviewed by: jhb MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8656 309319 by sephe: hypver/vmbus: Remove extra assertion. It is asserted by vmbus_chan_gpadl_connect() now. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8660 309318 by sephe: hyperv/hn: Allow TX to share event taskqueues. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8659 309316 by sephe: hyperv/vmbus: Add DEVMETHOD to map cpu to event taskq. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8658 309314 by matthew: Allow a user-overridable setting 'PKG_CMD' to control the command used to create a repo during 'make packages' This would have been useful for a situation I found myself in where pkg(8) had been upgraded to a version that wanted the FBSD_1.5 ABI version but libc.so.7 had not been upgraded, and only provided FBSD_1.4. I found I needed to update libc in order to run pkg, and I also needed to use pkg to update libc... Which is why pkg-static exists, but there's currently no way to tell the build system to use pkg-static instead of pkg. This creates a variable PKG_CMD, default value 'pkg', that can be overridden from the command line. Reviewed by: gjb Approved by: gjb Differential Revision: https://reviews.freebsd.org/D8120 309311 by sephe: hyperv/hn: Allow multiple TX taskqueues. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8655 309310 by sephe: hyperv/hn: Nuke the unused TX taskqueue CPU binding tunable. It was an experimental tunable, and is now deemed to be road blocker for further changes. Time to retire it. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8654 309309 by jhibbits: Bring the powerpc DDB disassembler into the 21st century Bring in the most recent copy of NetBSD's db_disasm, to fix bugs and add more instructions. * Fix several bugs in the disassembler, most notably the disassembly of the rlwi* instructions, the original reason for bringing in this change. * Add more registers to the SPR list * Add more instructions to the opcode table Obtained from: NetBSD MFC after: 2 weeks 309308 by mjg: vfs: fix a whitespace nit in r309307 309307 by mjg: vfs: avoid VOP_ISLOCKED in the common case in lookup 309306 by emaste: netmap: add cast to fix powerpc64 LINT kernel Attempt to fix powerpc64 LINT kernel broken by r308000. Netmap's use of a uint64_t wchan seems odd, but in the interest of minimizing this change just cast through uintptr_t to silence the compiler warning. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8669 309302 by np: cxgbe(4): Include firmware for T6 cards in the driver. Update all firmwares to 1.16.12.0. Obtained from: Chelsio Communications MFC after: 3 days Sponsored by: Chelsio Communications 309300 by mm: MFV r309299: Sync libarchive with vendor. Important vendor bugfixes (relevant to FreeBSD): #821: tar -P cannot extract hardlinks through symlinks #825: Add sanity check of tar "uid, "gid" and "mtime" fields PR: 213255 Reported by: Tijl Coosemans MFC after: 1 week 309298 by emaste: libm: remove duplicate version script entries These symbols already appear in the common lib/msun/Symbol.map. Duplicate entries produce an error with LLVM's LLD linker. Reviewed by: br MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8627 309297 by mav: Make SES status updates more aggressive. - On control request update all status pages, since they may also be affected if user enables/disables enclosure slots. - Periodically update element descriptors too, since there is some hardware where they are changed dynamically. MFC after: 2 weeks Sponsored by: iXsystems, Inc. 309296 by andrew: We only use the cpu0 variable in the FDT code. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309295 by avg: bhyve: stability and performance improvement for dbgport The TCP server implementation in dbgport does not track clients, so it may try to write to a disconected socket resulting in SIGPIPE. Avoid that by setting SO_NOSIGPIPE socket option. Because dbgport emulates an I/O port to guest, the communication is done byte by byte. Reduce latency of the TCP/IP transfers by using TCP_NODELAY option. In my tests that change improves performance of kgdb commands with lots of output (e.g. info threads) by two orders of magnitude. A general note. Since we have a uart emulation in bhyve, that can be used for the console and gdb access to guests. So, bvmconsole and bvmdebug could be de-orbited now. But there are many existing deployments that still dependend on those. Discussed with: julian, jhb MFC after: 2 weeks Sponsored by: Panzura 309294 by kadesai: This patch upgrades driver version to 06.712.04.00-fbsd Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309293 by kadesai: This patch will add code to refire IOCTL commands after OCR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309292 by kadesai: This patch will unblock SYNCHRONIZE_CACHE command to firmware, i.e. don't block the SYNCHRONIZE_CACHE command at driver instead of passing it to firmware for all Gen3 controllers. For Thunderbolt controller, keep the legacy behavior i.e. return the SYNCHRONIZE_CACHE command with success status from driver itself. There is Sysctl parameter 'block_sync_cache' is provided to enable customers either to block/unblock these commands to facilitate legacy behavior if there is a compatibility issue. Default value for module parameter is to unblock this command. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309291 by kadesai: Wait for AEN task to be completed(if in queue) before resetting the controller and return without processing event in AEN thread, if controller reset is in progress. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309290 by kadesai: This patch will add task management support in driver. Below is high level description: If a SCSI IO times out, then before initiating OCR, now the driver will try to send a target reset to the particular target for which the IO is timed out. If that also fails, then the driver will initiate OCR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309289 by kadesai: Process outstanding reply descriptors from all the reply descriptor post queues before initiating OCR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309288 by kadesai: Clean up reference to AEN command if abort AEN is succesful as the command is aborted. Did the same by setting sc->aen_cmd = NULL when aborting AEN is successful. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309287 by kadesai: Update controller properties(read OCR capability bit) when MR_EVT_CTRL_PROP_CHANGED recieved. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309286 by kadesai: Add sanity check in IO and IOCTL path not to process command further if controller is in HW_CRITICAL_ERROR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309285 by kadesai: Use a variable to indicate Gen3 controllers and remove all PCI ids based checks used for gen3 controllers. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309284 by kadesai: Problem statement: MFI linked list in megaraid_sas driver is used for mfi-mpt pass-through commands. This list can be corrupted due to many possible race conditions in driver and eventually we may see kernel panic. One example - MFI frame is freed from calling process as driver send command via polling method and interrupt for that command comes after driver free mfi frame (actually even after some other context reuse the mfi frame). When driver receive MPT frame in ISR, driver will be using the index of MFI and access that MFI frame and finally in-used MFI frames list will be corrupted. High level description of new solution - Free MFI and MPT command from same context. Free both the command either from process (from where mfi-mpt pass-through was called) or from ISR context. Do not split freeing of MFI and MPT, because it creates the race condition which will do MFI/MPT list. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309283 by andrew: Mark the Broadcom code as FDT only, there is no ACPI support for the Raspberry Pi 3. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309282 by mav: Explicitly initialize cdai.flags. In SES driver uninitialized value caused unreliable physpath reporting. MFC after: 1 week Sponsored by: iXsystems, Inc. 309281 by oleg: Fix 'ipfw delete set N': do not emit meaningless 'rule 0 not found' warning if set was already empty. MFC after: 1 week 309276 by jchandra: Fix interrupt clear in pl011 uart receive function Clear the interrupt state before reading the input char from the input FIFO. In the current code there is a window between the read to the data register and the write to the the ICR, during which an input char will not cause an interrupt. This fixes the issue by which the serial port input on QEMU freezes when using the emulated pl011 serial port. 309274 by jhb: Use the correct name for the GCC macro indicating max_align_t is defined. MFC after: 3 days 309271 by imp: Trying to autodetect legacy setups lead to problems when people overrode the disk image creation routine. For now, just always bring in the legecy defines / routines. 309270 by cognet: Add a FREEBSD-Xlist file for CK. 309269 by des: Use malloc()ed buffers instead of stack buffers in gr_copy() and pw_copy(). This allows pw(8) to operate on passwd and group files with longer lines than could be accomodated by a stack buffer. It doesn't take more than a few hundred users to exceed 8192 bytes in /etc/group. MFC after: 3 weeks Sponsored by: The University of Oslo 309268 by cognet: Hook CK to the kernel build. 309267 by cognet: Add FreeBSD-specific files. 309266 by cognet: Import Concurrency Kit in the kernel. CK is a toolkit providing different lockfree algorithms/data structures. More information can be found here : www.concurrencykit.org 309262 by dim: Fix packaging for clang, lldb and lld 3.9.0 During the upgrade of clang/llvm etc to 3.9.0 in r309124, the PACKAGE directive in the usr.bin/clang/*.mk files got dropped accidentally. Restore it, with a few minor changes and additions: * Correct license in clang.ucl to NCSA * Add PACKAGE=clang for clang and most of the "ll" tools * Put lldb in its own package * Put lld in its own package Reviewed by: gjb, jmallett X-MFC-With: 309124 Differential Revision: https://reviews.freebsd.org/D8666 309257 by ae: Rework ip_tryforward() to use FIB4 KPI. Tested by: olivier Obtained from: Yandex LLC MFC after: 1 month Sponsored by: Yandex LLC Differential Revision: https://reviews.freebsd.org/D8526 309256 by adrian: [ath] force wake the hardware if we see a missed beacon. This adds a workaround to incorrectly behaving APs (ie, FreeBSD APs) which don't beacon out exactly when they should (at TBTT multiples of beacon intervals.) It forces the hardware awake (but leaves it in network-sleep so self generated frames still state that the hardware is asleep!) and will remain awake until the next sleep transition driven by net80211. That way if the beacons are just at the wrong interval, we get a much better chance of hearing more consecutive beacons before we go to sleep, thus not constantly disconnecting. Tested: * AR9485, STA mode, against a misbehaving FreeBSD AP. 309253 by adrian: [ath] revert the previous commit, after reading the 802.11-2012 spec a bit more. The 802.11-2012 spec talks about this - section 10.1.3.2 - Beacon Generation in Infrastructure Networks. So yes, we should be expecting beacons to be going out in multiples of intval. Silly adrian. So: * fix the FreeBSD APs that are sending beacons at incorrect TBTTs (target beacon transmit time); and * yes indeed we will have to wake up out of network sleep until we sync a beacon. 309252 by mav: Add more ASMedia PCI IDs from different sources. Exact device names are not clear, but its better then nothing at all. MFC after: 1 month 309251 by mav: Process port interrupt even is PxIS register is zero. ASMedia ASM1062 AHCI chips with some fancy firmware handling PMP inside seems sometimes forgeting to set bits in PxIS, causing command timeouts. Removal of this check fixes the issue by the theoretical cost of slightly higher CPU usage in some odd cases, but this is what Linux does too. MFC after: 1 month 309250 by avg: MFV r309249: 3821 Race in rollback, zil close, and zil flush Note: there was a merge conflict resolved by me. illumos/illumos-gate@43297f973a3543e7403ac27076490ab958a94b15 https://github.com/illumos/illumos-gate/commit/43297f973a3543e7403ac27076490ab958a94b15 https://www.illumos.org/issues/3821 We recently had nodes with some of the latest zfs bits panic on us in a rollback-heavy environment. The following is from my preliminary analysis: Let's look at where we died: > $C ffffff01ea6b9a10 taskq_dispatch+0x3a(0, fffffffff7d20450, ffffff5551dea920, 1) ffffff01ea6b9a60 zil_clean+0xce(ffffff4b7106c080, 7e0f1) ffffff01ea6b9aa0 dsl_pool_sync_done+0x47(ffffff4313065680, 7e0f1) ffffff01ea6b9b70 spa_sync+0x55f(ffffff4310c1d040, 7e0f1) ffffff01ea6b9c20 txg_sync_thread+0x20f(ffffff4313065680) ffffff01ea6b9c30 thread_start+8() If we dig in we can find that this dataset corresponds to a zone: > ffffff4b7106c080::print zilog_t zl_os->os_dsl_dataset->ds_dir->dd_myname zl_os->os_dsl_dataset->ds_dir->dd_myname = [ "8ffce16a-13c2-4efa-a233- 9e378e89877b" ] Okay so we have a null taskq pointer. That only happens during the calls to zil_open and zil_close. If we poke around we can see that we're actually in midst of a rollback: > ::pgrep zfs | ::printf "0x%x %s\\n" proc_t . p_user.u_psargs 0xffffff43262800a0 zfs rollback zones/15714eb6-f5ea-469f-ac6d- 4b8ab06213c2@marlin_init 0xffffff54e22a1028 zfs rollback zones/8ffce16a-13c2-4efa-a233- 9e378e89877b@marlin_init 0xffffff4362f3a058 zfs rollback zones/0ddb8e49-ca7e-42e1-8fdc- 4ac4ba8fe9f8@marlin_init 0xffffff5748e8d020 zfs rollback zones/426357b5-832d-4430-953e- 10cd45ff8e9f@marlin_init 0xffffff436b867008 zfs rollback zones/8f36bf37-8a9c-4a44-995c- 6d1b2751e6f5@marlin_init 0xffffff4381ad4090 zfs rollback zones/6c8eca18-fbd6-46dd-ac24- 2ed45cd0da70@marlin_init Reviewed by: Matthew Ahrens Reviewed by: Dan Kimmel Reviewed by: Pavel Zakharov Reviewed by: Andriy Gapon Approved by: Richard Lowe Author: George Wilson MFC after: 3 weeks 309248 by andrew: Fix ISS_DATA_DFSC_MASK, it should include all bits in the field. 309246 by adrian: [ath] wake up the hardware from power-save before doing transmit completion checking. This was being done in the pre-AR9380 case, but not for AR9380 and later. When powersave in STA mode is enabled, this may have lead to the transmit completion code doing this: * call the task, which doesn't wake up the hardware * complete the frames, which doesn't touch the hardware * schedule pending frames on the hardware queue, which DOES touch the hardware, and this will be ignored This would show up in the logs like this: (with debugging enabled): Nov 27 23:03:56 lovelace kernel: Q1[ 0] (nseg=1) (DS.V:0xfffffe011bd57300 DS.P:0x49b57300) I: 168cc117 L:00000000 F:0005 ... (in general, doesn't require debugging enabled): Nov 27 23:03:56 lovelace kernel: ath_hal_reg_write: reg=0x00000804, val=0x49b57300, pm=2 That register is a EDMA TX FIFO register (queue 1), and the val is the descriptor being written. Whilst here, make sure the software queue gets kicked here. Tested; * AR9485, STA mode + powersave 309245 by sephe: hyperv/vmbus: Use poll/cancel APIs to wait for the CHOPEN response. Since hypervisor does not respond CHOPEN to a revoked channel. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8636 309244 by sephe: hyperv/vmbus: Add exec cancel support for message Hypercall API. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8635 309243 by delphij: Plug another leak with malformed IPv6 address. MFC after: 2 weeks 309242 by sephe: hyperv/vmbus: Add result polling support for message Hypercall API. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8634 309241 by delphij: Don't leak 'str' when we see a malformed IPv6 address. MFC after: 2 weeks 309240 by sephe: hyperv/vmbus: Add result polling support for xact API. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8633 309239 by delphij: style(9). MFC after: 2 weeks 309238 by delphij: Plug a potential memory leak. MFC after: 2 weeks 309237 by sephe: hyperv/vmbus: Stringent GPADL parameter assertion. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8632 309236 by sephe: hyperv/vmbus: Make sure that the allocated GPADL is not zero. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8631 309235 by sephe: hyperv/hn: Simplify RSS indirect table fixup API MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8630 309234 by delphij: pages and psize are always assigned, so there is no need to initialize them as zero. MFC after: 2 weeks 309233 by delphij: Eliminate variables that are computed, assigned but never used. MFC after: 2 weeks 309232 by delphij: Fix an obvious typo. MFC after: 2 weeks 309231 by sephe: hyperv/hn: Fix vmbus_chan_subidx usage. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8629 309230 by sephe: hyperv/hn: Enable multi-packet RNDIS message support by default. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8621 309229 by sephe: hyperv/hn: Fix attach error handling MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8620 309228 by sephe: hyperv/hn: Fix multi-packet RNDIS message aggregation size setting. Just in case that no chimney sending buffer can be used. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8619 309227 by sephe: hyperv/hn: Fix detach error handling. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8613 309226 by sephe: hyperv/hn: Utilize vmbus_chan_xact_wait MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8612 309225 by sephe: hyperv/vmbus: Add supportive transaction wait function. This function supports channel revocation properly. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8611 309224 by sephe: hyperv/vmbus: Zero out GPADL if error happens. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8601 309223 by adrian: [ath] fix target beacon interval programming for STA mode when in powersave. This bug has been bugging me for quite some time. I finally sat down with enough coffee to figure it out. The short of it - rounding up to the next intval multiple of the TSF value only works if the AP is transmitting all its beacons on an interval of the TSF. If it isn't - for example, doing staggered beacons on a multi-VAP setup with a single hardware TSF - then weird things occur. The long of it - When powersave is enabled, the MAC and PHY are partially powered off. They can't receive any packets (or transmit, for that matter.) The target beacon timer programming will wake up the MAC/PHY just before the beacon is supposed to be received (well, strictly speaking, at DTIM so it can see the TIM - traffic information map - telling the STA whether any traffic is there for it) and it happens automatically. However, this relies on the target beacon time being programmed correctly. If it isn't then the hardware will wake up and not hear any beacons - and then it'll be asleep for said beacons. After enough of this, net80211 will give up and assume the AP went away. This should fix both TSFOOR interrupts and disconnects from APs with powersave enabled. The annoying bit is that it only happens if APs stagger things or start on a non-zero TSF. So, this would sometimes be fine and sometimes not be fine. What: * I don't know (yet) why the code rounds up to the next intval. For now, just disable rounding it and trust the value we get. TODO: * If we do see a beacon miss in STA mode then we should transition out of sleep for a while so we can hear beacons to resync against. I'd love a patch from someone to enable that particular behaviour. Note - that doesn't require that net80211 brings the chip out of sleep state - only that we wake the chip up through to full-on and then let it go to sleep again when we've seen a beacon. The wifi stack and AP can still completely just stay believing we're in sleep mode. Tested: * AR9485, STA mode, powersave enabled MFC after: 1 week Relnotes: Yes 309222 by adrian: [ath] include logging of TU versions of the TSF values. The beacon programming side of things deals in TUs and 1/8th TUs, so it's good to se the TU value here when debugging beaconing issues. 309220 by pfg: indent(1): Properly handle the wide string literal and wide char constant L. indent(1) treated the "L" in "L'a'" as if it were an identifier and forced a space character after it, breaking valid code. PR: 143090 MFC after: 2 weeks 309219 by pfg: indent(1): fix regression introduced in r303596. Multi-line comments are always block comments in KNF. Restore properly, handling the case when a long one-liner gets wrapped and becomes a multi-line comment. Obtained from: Piotr Stefaniak 309217 by pfg: indent(1): minor off-by-one error. This was introduced in r303571. Obtianed from: Piotr Stefaniak 309216 by bapt: Properly initialize nextp MFC after: 1 day 309215 by adrian: [ath] Begin to lay the groundwork for btcoex related ioctl controls. 309214 by avos: rsu: add support for hardware multicast filter setup. The algorithm is the same as in rtwn(4). Tested with Asus USB-N10 (STA) + RTL8188CUS (AP). 309212 by dim: Add a few missed clang 3.9.0 files to OptionalObsoleteFiles. X-MFC-With: 309149 309211 by hselasky: Fix spelling. 309210 by avos: rsu: various scanning fixes. - Set IEEE80211_FEXT_SCAN_OFFLOAD flag; firmware can send null data frames when associated. - Check IEEE80211_SCAN_ACTIVE scan flag instead of IEEE80211_F_ASCAN ic flag; the last is never set since r170530. - Eliminate software scan (net80211) <-> site_survey (driver) race: * override ic_scan_curchan and ic_scan_mindwell pointers so net80211 will not try to finish scanning automatically; * inform net80211 about current status via ieee80211_cancel_scan() and ieee80211_scan_done(); * remove corresponding workaround from rsu_join_bss(). Now the driver can associate to an AP with hidden SSID. Tested with Asus USB-N10. 309209 by kib: NFSv4 client tracks opens, and the track records are only dropped when the vnode is inactivated. This contradicts with the nullfs caching which keeps upper vnode around, as consequence keeping the use reference to lower vnode. Add a filesystem flag to request nullfs to not cache when mounted over that filesystem, and set the flag for nfs v4 mounts. Reported by: asomers Reviewed by: rmacklem Tested by: asomers, rmacklem Sponsored by: The FreeBSD Foundation MFC after: 1 week 309204 by alc: The function vm_page_cache() no longer exists. Remove its man page. 309203 by alc: Recursion on the free page queue mutex occurred when UMA needed to allocate a new page of radix trie nodes to complete a vm_radix_insert() operation that was requested by vm_page_cache(). Specifically, vm_page_cache() already held the free page queue lock when UMA tried to acquire it through a call to vm_page_alloc(). This code path no longer exists, so there is no longer any reason to allow recursion on the free page queue mutex. Improve nearby comments. Reviewed by: kib, markj Tested by: pho Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8628 309202 by landonf: bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding. - Defined an abstract NVRAM I/O API (bhnd_nvram_io), decoupling NVRAM/SPROM parsing from the actual underlying NVRAM data provider (e.g. CFE firmware devices). - Defined an abstract NVRAM data API (bhnd_nvram_data), decoupling higher-level NVRAM operations (indexed lookup, data conversion, etc) from the underlying NVRAM file format parsing/serialization. - Implemented a new high-level bhnd_nvram_store API, providing indexed variable lookup, pending write tracking, etc on top of an arbitrary bhnd_nvram_data instance. - Migrated all bhnd(4) NVRAM device drivers to the common bhnd_nvram_store API. - Implemented a common bhnd_nvram_val API for parsing/encoding NVRAM variable values, including applying format-specific behavior when converting to/from the NVRAM string representations. - Dropped the now unnecessary bhnd_nvram driver, and moved the broadcom/mips-specific CFE NVRAM driver out into sys/mips/broadcom. - Implemented a new nvram_map file format: - Variable definitions are now defined separately from the SPROM layout. This will also allow us to define CIS tuple NVRAM mappings referencing the common NVRAM variable definitions. - Variables can now be defined within arbitrary named groups. - Textual descriptions and help information can be defined inline for both variables and variable groups. - Implemented a new, compact encoding of SPROM image layout offsets. - Source-level (but not build system) support for building the NVRAM file format APIs (bhnd_nvram_io, bhnd_nvram_data, bhnd_nvram_store) as a userspace library. The new compact SPROM image layout encoding is loosely modeled on Apple dyld compressed LINKEDIT symbol binding opcodes; it provides a compact state-machine encoding of the mapping between NVRAM variables and the SPROM image offset, mask, and shift instructions necessary to decode or encode the SPROM variable data. The compact encoding reduces the size of the generated SPROM layout data from roughly 60KB to 3KB. The sequential nature SPROM layout opcode tables also simplify iteration of the SPROM variables, as it's no longer neccessary to iterate the full NVRAM variable definition table, but instead simply scan the SPROM revision's layout opcode table. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D8645 309201 by scottl: Add a missing header 309200 by markj: Launder VPO_NOSYNC pages upon vnode deactivation. As of r234483, vnode deactivation causes non-VPO_NOSYNC pages to be laundered. This behaviour has two problems: 1. Dirty VPO_NOSYNC pages must be laundered before the vnode can be reclaimed, and this work may be unfairly deferred to the vnlru process or an unrelated application when the system is under vnode pressure. 2. Deactivation of a vnode with dirty VPO_NOSYNC pages requires a scan of the corresponding VM object's memq for non-VPO_NOSYNC dirty pages; if the laundry thread needs to launder pages from an unreferenced such vnode, it will reactivate and deactivate the vnode with each laundering, potentially resulting in a large number of expensive scans. Therefore, ensure that all dirty pages are laundered upon deactivation, i.e., when all maps of the vnode are removed and all references are released. Reviewed by: alc, kib MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D8641 309199 by rmacklem: Use November instead of the abbreviation. Requested by: Ed Shouten MFC after: 2 weeks 309198 by rmacklem: Document the -E flag for nfsstat. This is a content change. Reviewed by: bcr MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D8626 309197 by rmacklem: Add a -E flag to nfsstat.c so that it prints out the NFSv4.1 procedure/operation counts. It also avoids clipping the counts at 9 digits. Reviewed by: bcr (doc parts) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D8626 309196 by avos: rsu: fix R92S_TXDW1_QSEL_H2C definition (0x1f -> 0x13). Without this fix firmware ignores all but first 32 commands (= almost everything (except plain Tx / Rx) stops working). Tested with ASUS USB-N10. 309195 by ian: Add an ethernet0 alias pointing to the /aix/usb/hub/ethernet node. This is required for u-boot to locate the ethernet node when it's doing fixup of the mac-address property when the user has overridden the default addr. 309194 by bapt: initialize *nextp which could be left uninitialized in case the configuration file cannot be open/read Reported by: Coverity via cem MFC after: 2 days CID: 1365665 309192 by sevan: Fix null dereference when running out of nodes during rename. PR: 212370 Submitted by: Sascha Wildner Reviewed by: bcr (mentor) Approved by: bapt Obtained from: NetBSD MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D8643 309191 by rakuco: fdt: Expect strchr() to return a const char* In C, strchr(3) returns a char*, whereas C++ defines two overloads: * const char *strchr(const char*, int) * char *strchr(char*, int) Building fdt.cc (with the WITHOUT_GPL_DTC knob set) with libc++ 3.9.0 (imported in r309124) was failing because libc++ r260377 added the first overload to string.h, leading to failures such as: fdt.cc:1638:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' Just define val as a const char* to fix it. Upstreamed in https://github.com/davidchisnall/dtc/pull/14 Reviewed by: emaste Approved by: emaste 309190 by manu: PLL3 have a fractional mode where an explicit frequency (297Mhz or 270) can be selected for it. If the desired frequency is one of those two, use this mode instead of the integer one. When calculating the PLL3 freq for the dotclock, check if it is a multiple of the fracional frequencies. MFC after: 2 weeks 309189 by kib: Fix automatic eventtimer hardware selection when ARAT (APIC-Timer-always-running) is not implemented. If machine has ncpus >= 8 and non-FSB interrupt routing from HPET, default HPET eventtimer quality 450 is reduced by 100, i.e. it is 350. On the other hand, LAPIC default quality is 600 and it is reduced by 200 if ARAT is not reported. We end up with HPET quality 350 < LAPIC quality 400, despite ARAT is not set. Then, since deep Cx states are active by default, eventtimer fail. E.g., on Nehalem Core i7 CPU and X58 chipset, LAPIC only works in C0/C1/C1E and HPET does not implement FSB mode, which otherwise requires manual switch to HPET to get working system. Set LAPIC eventtimer quality to 100 if no ARAT. While there, do not ignore deadlint TSC mode for LAPIC timer if ARAT is not implemented. If user manually selected LAPIC eventtimer on such CPU, there is no reason to not use deadline if available and not disabled administratively. Sponsored by: The FreeBSD Foundation MFC after: 1 week 309188 by br: Don't build Ingenic kernels until we have non-static FDT support for them. Sponsored by: DARPA, AFRL 309187 by ae: Fix ICMPv6 Time Exceeded error message translation. Obtained from: Yandex LLC Sponsored by: Yandex LLC 309184 by delphij: style(9) indent changes, no actual code change. MFC after: 2 weeks 309179 by pfg: ext2: avoid possible overflow when calculating malloc size. This is inspired on r308064 for case of reloading UFS. MFC after: 1 week 309174 by emaste: netipsec: fix build after 309144 Reported by: rakuco 309171 by rmacklem: Stop "nfsstat -z" from clearing counts of NFSv4 state structures. The "-z" option on nfsstats was erroneously zeroing out the counts of NFSv4 state structures. These counts will normally go back down to zero as state is released. When zeroed out by "-z", these counts can go negative. This patch fixes this problem. MFC after: 2 weeks 309169 by dim: Get rid of separate Subversion mergeinfo properties for llvm-dwarfdump and llvm-lto. The mergeinfo confuses Subversion enormously, and these directories will just use the mergeinfo for llvm itself. 309167 by jhibbits: Add an isync to after mtsrin, required by the MPC750 errata MPC750 User Manual Errata (rev 1) adds a note to C.4.2.2 noting that mtsr, mtsrin, and mtmsr all require a isync after the instruction and before data address translation uses any of the segment registers. This should make FreeBSD run correctly on the G3 again. Reported by: Mark Millard MFC after: 1 week 309151 by emaste: Use explicit 0x200000 instead of MAXPAGESIZE for the amd64 kernel physaddr MAXPAGESIZE is not well defined by the GNU ld documentation. Different linkers, and different versions of the same linker, use different MAXPAGESIZE values. Current versions of GNU gold and LLVM's lld use 4K. When set to 4K the kernel panics at boot due to an issue with x86bios. Here we want the kernel physaddr to be the amd64 superpage size, so use that value (2MB) explicitly. With this change GNU gold and LLVM lld can link a working amd64 kernel. PR: 214718 (x86bios) Differential Revision: https://reviews.freebsd.org/D8610 309150 by dim: Bump FREEBSD_CC_VERSION again for r309147 and 309149. 309149 by dim: Pull in r283060 from upstream llvm trunk (by Hal Finkel): [PowerPC] Refactor soft-float support, and enable PPC64 soft float This change enables soft-float for PowerPC64, and also makes soft-float disable all vector instruction sets for both 32-bit and 64-bit modes. This latter part is necessary because the PPC backend canonicalizes many Altivec vector types to floating-point types, and so soft-float breaks scalarization support for many operations. Both for embedded targets and for operating-system kernels desiring soft-float support, it seems reasonable that disabling hardware floating-point also disables vector instructions (embedded targets without hardware floating point support are unlikely to have Altivec, etc. and operating system kernels desiring not to use floating-point registers to lower syscall cost are unlikely to want to use vector registers either). If someone needs this to work, we'll need to change the fact that we promote many Altivec operations to act on v4f32. To make it possible to disable Altivec when soft-float is enabled, hardware floating-point support needs to be expressed as a positive feature, like the others, and not a negative feature, because target features cannot have dependencies on the disabling of some other feature. So +soft-float has now become -hard-float. Fixes PR26970. Pull in r283061 from upstream clang trunk (by Hal Finkel): [PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-float Enable soft-float support on PPC64, as the backend now supports it. Also, the backend now uses -hard-float instead of +soft-float, so set the target features accordingly. Fixes PR26970. Reported by: Mark Millard PR: 214433 309148 by jhb: Permit timed sleeps for threads other than thread0 before timers are working. The callout subsystem already handles early callouts and schedules the first clock interrupt appropriately based on the currently pending callouts. The one nit to fix was that callouts scheduled via C_HARDCLOCK during early boot could fire too early once timers were enabled as the per-CPU base time is always zero until timers are initialized. The change in callout_when() handles this case by using the current uptime as the base time of the callout during bootup if the per-CPU base time is zero. Reviewed by: kib MFC after: 2 weeks Sponsored by: Netflix 309147 by dim: Pull in r282174 from upstream llvm trunk (by Krzysztof Parzyszek): [PPC] Set SP after loading data from stack frame, if no red zone is present Follow-up to r280705: Make sure that the SP is only restored after all data is loaded from the stack frame, if there is no red zone. This completes the fix for https://llvm.org/bugs/show_bug.cgi?id=26519. Differential Revision: https://reviews.llvm.org/D24466 Reported by: Mark Millard PR: 214433 309146 by fabient: Update r309143 to prevent false sharing. Reported by: mjg Approved by: so MFC after: 1 month 309145 by andrew: Fix the TLB conflict abort value. This should be a no-op as we don't use this value in the code. 309144 by fabient: IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets. Since the previous algorithm, based on bit shifting, does not scale with large replay windows, the algorithm used here is based on RFC 6479: IPsec Anti-Replay Algorithm without Bit Shifting. The replay window will be fast to be updated, but will cost as many bits in RAM as its size. The previous implementation did not provide a lock on the replay window, which may lead to replay issues. Reviewed by: ae Obtained from: emeric.poupon@stormshield.eu Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D8468 309143 by fabient: In a dual processor system (2*6 cores) during IPSec throughput tests, we see a lot of contention on the arc4 lock, used to generate the IV of the ESP output packets. The idea of this patch is to split this mutex in order to reduce the contention on this lock. Reviewed by: delphij, markm, ache Approved by: so Obtained from: emeric.poupon@stormshield.eu MFC after: 1 month Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D8130 309142 by emaste: Add WITH_LLD_AS_LD build knob If set it installs LLD as /usr/bin/ld. LLD (as of version 3.9) is not capable of linking the world and kernel, but can self-host and link many substantial applications. GNU ld continues to be used for the world and kernel build, regardless of how this knob is set. It is on by default for arm64, and off for all other CPU architectures. Sponsored by: The FreeBSD Foundation 309140 by sephe: hyperv/vmbus: Add a simplified version of channel close. So that the caller can know the channel close error and react accordingly. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8600 309139 by sephe: hyperv/vmbus: Propagate close error. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8599 309138 by sephe: hyperv/vmbus: Always try disconnect/free bufring memory upon channel close While I'm here, minor wording and style changes. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8598 309136 by sephe: hyperv/vmbus: Don't free the bufring if its GPADL can't be disconnected. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8570 309135 by sephe: hyperv/vmbus: Return EISCONN if the bufring GPADL can't be disconnected. So that the callers of vmbus_chan_open_br() could handle the passed in bufring memory properly. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8569 309134 by sephe: hyperv/vmbus: No stranded bufring GPADL is allowed. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8568 309133 by sephe: hyperv/vmbus: GPADL disconnect error on a revoked channel is benign. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8567 309132 by sephe: hyperv/vmbus: Don't close unopened channels. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8566 309131 by sephe: hyperv/vmbus: Fix sysctl tree leakage, if channel open fails. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8565 309129 by sephe: hyperv/vmbus: Minor style changes. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8564 309128 by sephe: hyperv/vmbus: Commit the GPADL id only after the connection succeeds. Minor style change. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8563 309127 by dexuan: hyperv/vmbus,pcib: unbreak build in case NEW_PCIB is undefined vmbus_pcib requires NEW_PCIB, but in case that's not defined, we at least shouldn't break build. Reviewed by: sephe Approved by: sephe (mentor) MFC after: 3 days Sponsored by: Microsoft 309126 by emaste: Correct lld llvm-tblgen dependency file name 309124 by dim: Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0 release, and add lld 3.9.0. Also completely revamp the build system for clang, llvm, lldb and their related tools. Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11 support to build; see UPDATING for more information. Release notes for llvm, clang and lld are available here: Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan Beich for their help. Relnotes: yes MFC after: 1 month 309121 by jceel: virtio_console: handle short writes to an Unix domain socket gracefully. writev() can do a short write. Retrying it results in a very convoluted and complex code, so we iterate over iovec and do regular stream_write() instead. Approved by: trasz Sponsored by: iXsystems, Inc. 309120 by jceel: Allow opening virtio-console ports from the host side before guest enumerates them. Approved by: trasz Sponsored by: iXsystems, Inc. 309119 by avg: virtio_pci: fix announcement of MSI-X interrupts for queues Queues that do not need interrupts - for instance, output queues - do not have a corresponding entry in vtpci_msix_vq_interrupts. So, it was wrong to increment a pointer into that array when iterating over such a queue. I ran into this bug while trying to use virtio_console(4) that allocates a lot of queues with every other being an output queue without an interrupt handler (if MultiplePorts feature is negotiated). MFC after: 2 weeks 309116 by avg: virtio_console: correctly determine presense of payload and its length MFC after: 2 weeks 309114 by jhibbits: Fix the build post-r309017 for MPC85XX/MPC85XXSPE r309017 removed two fields from struct vmmeter, which is embedded in struct pcpu. This caused the struct size to change, triggering the CTASSERT in sys/pcpu.h. Add the extra 8 bytes back in as padding. 309113 by loos: Add the etherswitch(4) support for TI CPSW. Adds VLAN and port management abilities for etherswitchcfg(8). The code is conditionally enabled for now, because it is not necessary on single ethernet use cases. Obtained from: pfSense MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) 309112 by gonzo: [bytgpio] Fix pc98 build by disabling bytgpio module for this platform Reported by: dim 309111 by mjg: wait: avoid relocking the child if proc_to_reap returns 1 proc_to_reap would always unlock. However, if it returned 1, kern_wait6 would immediately lock it again. Save the dance. Reviewed by: kib 309109 by des: Add a warning against modifying this code without understanding it, and an example of how not to make it more portable. I've had this lying around uncommitted since 2009... 309100 by brueffer: Sync the rtwn(4) entry with the manpage. 309099 by avg: MFV r308990: 7181 race between zfs_mount and zfs_ioc_rollback illumos/illumos-gate@90f2c094b3822f4825f21cef2c2faf7d03b55139 https://github.com/illumos/illumos-gate/commit/90f2c094b3822f4825f21cef2c2faf7d03b55139 https://www.illumos.org/issues/7181 zfsvfs_setup() is called in both zfs_mount and zfs_resume_fs paths. dmu_objset_set_user(zfsvfs->z_os, zfsvfs) is called early in zfsvfs_setup() before the setup is actually completed, thus an under-constructed zfsvfs becomes visible. Additionally, there is nothing to serialize the two call paths. As a result two threads can step on each other's toes. assertion failed: zilog->zl_clean_taskq == NULL, file: ../../common/fs/zfs/zil.c, line: 1772 > $c vpanic() 0xfffffffffbdf6928() zil_open+0x45(ffffff1bbc5dd000, fffffffff7993880) zfsvfs_setup+0x84(ffffffb378d77000, 0) zfs_resume_fs+0x132(ffffffb378d77000, ffffffb37ddcf000) zfs_ioc_rollback+0x96(ffffffb37ddcf000, ffffff01dcdc4cd0, ffffff01aa091000) zfsdev_ioctl+0x215(10a00000000, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) cdev_ioctl+0x39(10a00000000, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) spec_ioctl+0x60(ffffff0197737700, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) fop_ioctl+0x55(ffffff0197737700, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) ioctl+0x9b(7, 5a19, 80465f8) sys_syscall32+0x1f7() > ffffff1bbc5dd000::print objset_t os_zil os_zil = 0xffffff1c053cf7c0 > 0xffffff1c053cf7c0::print zilog_t zl_clean_taskq Reviewed by: Matthew Ahrens Approved by: Gordon Ross Author: Andriy Gapon MFC after: 2 weeks 309098 by avg: MFV r308988: 7199, 7200 dsl_dataset_rollback_sync may try to free already free blocks 7199 dsl_dataset_rollback_sync may try to free already free blocks 7200 no blocks must be born in a txg after a snaphot is created illumos/illumos-gate@bfaed0b91e57062c38bc16b4f89db3c8f0052a9b https://github.com/illumos/illumos-gate/commit/bfaed0b91e57062c38bc16b4f89db3c8f0052a9b https://www.illumos.org/issues/7199 dsl_dataset_rollback_sync may try to free already freed blocks when it calls dsl_destroy_head_sync_impl to destroy a temporary clone. That happens if a snapshot to which we are rolling back and from which the clone is created has some ZIL records. https://www.illumos.org/issues/7200 No new blocks must be born in a dataset in the same TXG after a snapshot of the dataset is taken. Those blocks would have the same blk_birth as the dataset's ds_prev_snap_txg and as such they would be presumed to belong o the snapshot while in fact they do not. All the datasets must be clean before sync tasks are run, so the described scenario may happen only if one of the sync tasks dirties the dataset and another sync task takes its snapshot. Then, there will be another sync pass because of the dirty data and the new blocks will be born in the same TXG when the data is written out. It seems that almost all of the existing sync tasks modify only MOS and do not dirty any objsets. The only exception that I've been able to identify so far is the rollback which can modify an objset when it zeroes out the objset's ZIL. Reviewed by: Matthew Ahrens Reviewed by: Brad Lewis Approved by: Gordon Ross Author: Andriy Gapon MFC after: 3 weeks 309097 by avg: MFV r308987: 7180 potential race between zfs_suspend_fs+zfs_resume_fs and zfs_ioc_rename illumos/illumos-gate@690041b9caf801816f2d0bac90bc7cecefb73523 https://github.com/illumos/illumos-gate/commit/690041b9caf801816f2d0bac90bc7cecefb73523 https://www.illumos.org/issues/7180 If a filesystem is not unmounted while the rename is being performed, then, for example, a concurrect zfs rollback may call zfs_suspend_fs followed by zfs_resume_fs on the same filesystem. The latter takes the filesystem's name as an argument. If the filesystem name changes as a result of the rename, then dmu_objset_hold(osname, zfsvfs, &os) call in zfs_resume_fs would fail resulting in a kernel panic. So far I have been able to reproduce this problem on FreeBSD where zfs rename has -u option that skips the unmounting before doing the renaming. But I think that in theory the same problem can occur on illumos as well, because the unmounting is done in userland before invoking the rename ioctl and there could be a race with, e.g., zfs mount. panic: solaris assert: dmu_objset_hold(osname, zfsvfs, &zfsvfs->z_os) == 0 (0x2 == 0x0), file: /usr/devel/svn/head/sys/cddl/contrib/opensolaris/uts/common/fs/ zfs/zfs_vfsops.c, line: 2210 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe004df30710 vpanic() at vpanic+0x182/frame 0xfffffe004df30790 panic() at panic+0x43/frame 0xfffffe004df307f0 assfail3() at assfail3+0x2c/frame 0xfffffe004df30810 zfs_resume_fs() at zfs_resume_fs+0xb9/frame 0xfffffe004df30860 zfs_ioc_rollback() at zfs_ioc_rollback+0x61/frame 0xfffffe004df308a0 zfsdev_ioctl() at zfsdev_ioctl+0x65c/frame 0xfffffe004df30940 devfs_ioctl_f() at devfs_ioctl_f+0x156/frame 0xfffffe004df309a0 kern_ioctl() at kern_ioctl+0x246/frame 0xfffffe004df30a00 sys_ioctl() at sys_ioctl+0x171/frame 0xfffffe004df30ae0 amd64_syscall() at amd64_syscall+0x2db/frame 0xfffffe004df30bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe004df30bf0 Reviewed by: Matt Ahrens Reviewed by: Pavel Zakharov Approved by: Richard Lowe MFC after: 2 weeks 309096 by avg: MFV r308989: 6428 set canmount=off on unmounted filesystem tries to unmount children This is a cosmetic and bookkeeping change as the actual change is already in FreeBSD. See r297521, r304520, r308985. 309095 by martymac: Fix path for per-user nsmb.conf file ~/nsmb.conf, as erroneously introduced by r214387, is never used. Fix the man page to specify that ~/.nsmbrc is used instead. PR: 210652 Submitted by: ganael.laplanche@corp.ovh.com Approved by: gjb (doceng@) 309094 by avg: MFV r308986: 6412 zfs receive: -u can be ignored sometimes This is a record only change, the actual change is in FreeBSD since r297520. 309093 by avg: firewire: initialize tag label to -1 in fw_xfer_alloc() Zero can be confused for a potentially valid value. For example, if I load and unload sbp driver I get a lot of messages like the following: fw_tl_free: the xfer is not in the queue (tlabel=0, flag=0x0) send: dst=0x00 tl=0x00 rt=0 tcode=0x0 pri=0x0 src=0x000 recv: dst=0x01 tl=0x21 rt=1 tcode=0x1 pri=0x0 src=0xffc0 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe04464407e0 fw_tl_free() at fw_tl_free+0x18d/frame 0xfffffe0446440820 fw_xfer_unload() at fw_xfer_unload+0xca/frame 0xfffffe0446440840 fw_xferlist_remove() at fw_xferlist_remove+0x2f/frame 0xfffffe0446440870 sbp_detach() at sbp_detach+0x1e0/frame 0xfffffe04464408e0 device_detach() at device_detach+0x80/frame 0xfffffe0446440900 devclass_driver_deleted() at devclass_driver_deleted+0x6a/frame 0xfffffe0446440940 devclass_delete_driver() at devclass_delete_driver+0x7d/frame 0xfffffe0446440980 driver_module_handler() at driver_module_handler+0xff/frame 0xfffffe04464409d0 module_unload() at module_unload+0x32/frame 0xfffffe04464409f0 linker_file_unload() at linker_file_unload+0x24b/frame 0xfffffe0446440a40 kern_kldunload() at kern_kldunload+0xbc/frame 0xfffffe0446440a70 amd64_syscall() at amd64_syscall+0x314/frame 0xfffffe0446440bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0446440bf0 MFC after: 2 weeks 309092 by avg: fwohci: report whether PhysicalUpperBound register is implemented Please see section 5.15 of 1394 OHCI Specification. If the register is not implemented, then the physical response unit is limited to the first 4GB of the physical memory. In that case the non-cooperative debugging over firewire (using /dev/fwmem) can not be expected to work if a target has more RAM than that. The method is described in gdb.4 and the Developer's Handbook. It seems that most of the consumer hardware does not implement PhysicalUpperBound register. MFC after: 1 week 309090 by avg: further fix zfs_lock() diagnostics It was very wrong to look at the vnode and znode internals without having locked the vnode first. Reported by: pho Tested by: pho MFC after: 1 week X-MFC with: r308887 309085 by sephe: hyperv/hn: Fix primary channel revocation Since hypervisor will not drain the TX bufring, once the channels are revoked: - Setup vmbus orphan handler properly. - Make sure that suspension will not wait the TX bufring draining forever. - GC the pending TX descs on detach path, before freeing the busdma stuffs. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8559 309084 by manu: Enable the SPI1 and SPI2 node for Olimex A20 SOM EVB. This was missed in r309079. 309083 by sephe: hyperv/vmbus: Fix the multi-channel revoking on vmbus side. - Reference count the sub-channel when channel offer message is processed, so that immediate rescind message on the same channel will not race sub-channel open on driver side. - Drop the above reference when sub-channel is closed, this closely mimics the hypervisor's reaction when primary channel is closed on the VM side. No drivers use sub-channel after primary channel is closed. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8546 309082 by dexuan: share/man/man4/Makefile: Only install Hyper-V man pages on amd64 and i386 We shouldn't install them on the architectures not supported by Hyper-V. And, hv_ata_pci_disengage.4.gz should be removed from all architectures: 1) It should have only applied to Hyper-V; 2) For Hyper-V platforms (amd64 and i386), the related driver was removed by r306426 | sephe | 2016-09-29 09:41:52 +0800 (Thu, 29 Sep 2016), because now we have a better mechanism to disble the ata driver for hard disks when the VM runs on Hyper-V. Reviewed by: sephe, andrew, jhb Approved by: sephe (mentor) MFC after: 3 days Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8572 309081 by sephe: hyperv/vmbus: Fix the primary channel revoking on vmbus side. Drivers can now use vmbus_chan_{is_revoked,set_orphan,unset_orphan}() and vmbus_xact_ctx_orphan() to fix their attach/detach DEVMETHODs for revoked primary channels. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8545 309080 by sephe: hyperv/vmbus: Implement orphan support for transaction API It will be used to fix the primary channel revocation support. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8525 309079 by manu: Enable the SCL and SDA i2c line for DDC. This is an undocumented register that we need to set if we do not want to rely on u-boot or other bootloader. 309078 by shurd: Add new device IDs Add device IDs for new hardware, sort the device IDs, add comment regarding fragice NPAR/VF detection. Approved by: davidch MFC after: 6 days Sponsored by: Broadcom Limited 309076 by gonzo: [rpi3] Move SOC_BRCM_BCM2837 from UP config to SMP one Now that BCM283x source are buildable with SMP option it cam be moved to GENERIC SMP config. SMP itself does not work on RPi3 yet due to lack of PSCI monitor which is work in progress at the moment 309074 by gonzo: [rpi3] Fix SMP build for FreeBSD/arm64 309073 by shurd: Fix version string This is no longer on github, but in FreeBSD base. Approved by: davidch MFC after: 6 days Sponsored by: Broadcom Limited 309070 by avos: rtwn.4: fix hostapd(8) man page section. 309069 by gnn: Add tunable to disable destructive dtrace Submitted by: Joerg Pernfuss Reviewed by: rstone, markj MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D8624 309068 by jhb: Fix _mips_rtld_bind() to handle ELF filters. MIPS does not use the common _rtld_bind() to handle runtime binding. Instead, it uses a private _mips_rtld_bind(). Update _mips_rtld_bind() to include the changes made to _rtld_bind() in r216695 and r218476 to support upgrading the read-locked rtld_bind_lock to a write lock when an object with a filter is encountered. While here, add a 'where' variable to track the location of the fixup in the GOT to make the code flow more closely match _rtld_bind(). Reviewed by: kib Obtained from: CheriBSD Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D8625 309067 by mjg: cache: ensure that the number of bucket locks does not exceed hash size The size can be changed by side effect of modifying kern.maxvnodes. Since numbucketlocks was not modified, setting a sufficiently low value would give more locks than actual buckets, which would then lead to corruption. Force the number of buckets to be not smaller. Note this should not matter for real world cases. Reported and tested by: pho 309066 by brueffer: Fix various mdoc issues reported by mandoc -Tlint. 309065 by brueffer: Fix various mdoc issues reported by mandoc -Tlint. 309064 by manu: Enable UEXT related nodes for Olimex A20 SOM UEXT are Universal EXTension connector from Olimex. They embed i2c, spi and uart pins along power in one connector and are found on most, if not all, Olimex boards. The Olimex A20 SOM EVB have two UEXT connector so enable the nodes found on those two connectors. Patch has been applied upstream, in the meantime add the nodes to our custom DTS. 309063 by manu: Test that the emac device is enabled in probe function MFC after: 3 days 309062 by markj: Release laundered vnode pages to the head of the inactive queue. The swap pager enqueues laundered pages near the head of the inactive queue to avoid another trip through LRU before reclamation. This change adds support for this behaviour to the vnode pager and makes use of it in UFS and ext2fs. Some ioflag handling is consolidated into a common subroutine so that this support can be easily extended to other filesystems which make use of the buffer cache. No changes are needed for ZFS since its putpages routine always undirties the pages before returning, and the laundry thread requeues the pages appropriately in this case. Reviewed by: alc, kib Differential Revision: https://reviews.freebsd.org/D8589 309060 by brueffer: Fix comment typo. PR: 208484 Submitted by: madpilot MFC after: 1 week 309059 by misha: - Add myself (misha) as a ports committer - Update mentor/mentee relationships Approved by: jpaetzel (mentor) 309055 by br: Split MALTA board config to big and little endian versions. This fixes compilation after r308807 ("Pass MACHINE_ARCH on command line for MIPS kernels.") Sponsored by: DARPA, AFRL 309053 by br: Increase pcpu size to 512 so it become both denominator of PAGE_SIZE and aligned to CACHE_LINE_SIZE. This fixes CTASSERT. Sponsored by: DARPA, AFRL 309051 by des: Remove debugging code. 309048 by andrew: Mark cpu_find_cpu0_fdt as FDT only. It's only called when this is set, and the kernel is using FDT. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309046 by andrew: Remove the unneeded ofw_cpu_reg function signature, it's not used in this file. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309039 by sephe: hyperv/vmbus: Merge free/active locks. These functions are only used by management stuffs, so there are no needs to introduce extra complexity. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8524 309035 by julian: This little BSD licensed library has been kicking around for years. It allows one to trivially convert an absolute path to a relative path and the reverse. The test programs themselves are very useful in scripts but the real use comes shortly with the -r and -a arguments to ln. These are sometimes known as the --relative and --absolute flags and can force a symlink to be relative when you only have an absolue path. Another place these are sometimes used is to add -a and -r args to 'realpath'. Incredibly useful in Makefiles. I was going to just add the files in with 'ln' but a library makes more sense. The test programs may come out in their own right some day for scripting. released under a BSD 2-clause: * Copyright (c) 1997 Shigio Yamaguchi. All rights reserved. * Copyright (c) 1999 Tama Communications Corporation. All rights reserved. The test directry does not conform to any framework. Not connected to build. doc people may want to play with the manual pages. Obtained from: https://www.tamacom.com/pathconvert.html Shigio Yamaguchi. MFC after: 1 month Relnotes: yes Sponsored by: Panzura, Tama Communications Corporation 309030 by sephe: hyperv/vmbus: Set a mark on the revoked channel. This will be used to fix device detach DEVMETHOD for revoked primary channel. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8522 309029 by manu: Do not attempt to disable/release clock if it had not been enabled. While here fix a style(9) issue. MFC after: 1 week 309028 by shurd: Add missing break to switch statement Minimal impact, would allow selection of LR media when KR is connected. Reported by: Coverity Approved by: davidch MFC after: 7 days Sponsored by: Broadcom Limited 309027 by brooks: Allocate a struct ifreq rather than using a (wrong) computed size for the BIOCSETIF ioctl. The kernel always copies an entire struct ifreq and IPv4 addresses will always fit in an ifreq. On systems with pointers larger than 64-bits, the computed size will be less than the size of struct ifreq, potentially resulting in the kernel attempting to copyin memory from outside the allocation. Reviewed by: jhb Obtained from: CheriBSD MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D8445 309026 by jilles: open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW. We return [EMLINK] instead of [ELOOP] when trying to open a symlink with O_NOFOLLOW, so that the original case of [ELOOP] can be distinguished. Code like cmp -h and xz takes advantage of this. PR: 214633 Reviewed by: kib, imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D8586 309025 by phk: Pass the correct size argument to ioctl(DIOCGSECTORSIZE) 309022 by andrew: Add the missing DEVMETHOD_ENDs to the arm64 nexus ACPI and FDT drivers. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309019 by dab: Add myself (dab) as a src committer and vangyzen as my mentor. Approved by: vangyzen (mentor) 309018 by br: Revert r306186 ("Adjust the sopt_val pointer on bigendian systems"). This logic doesn't work with bigger sopt_valsize (e.g. when ipfw passing 2048 bytes rule). Reported by: adrian Sponsored by: DARPA, AFRL 309017 by alc: Remove PG_CACHED-related fields from struct vmmeter, because they are no longer used. More precisely, they are always zero because the code that decremented and incremented them no longer exists. Bump __FreeBSD_version to mark this change. Reviewed by: kib, markj Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D8583 309016 by andrew: Only build acpi_timer.c on x86, it fails on arm64 as it attempts to access an invalid address. It is also unneeded on arm64 as we use the ARM Generic Timer driver. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 309014 by adrian: [net80211] high oops on the high seas, or "god damnit compilers, it's 2016 and you're supposed to save me from this." TODO: * drink real coffee before committing in the morning, or there's a high risk of more obviously self-evident commits being turned into attempts at humour. Reported by: cem, Coverity CID 1366219 309006 by emaste: remove unnecessary vm includes from setproctitle vm headers were needed only for the PS_STRINGS fallback, which was removed in r297888. MFC after: 1 week Sponsored by: The FreeBSD Foundation 308996 by des: Refactor fetch_connect() and fetch_bind() to improve readability and avoid repeating the same DNS lookups. MFC after: 3 weeks 308995 by kib: On error, bread(9) zeroes buffer pointer, do not dereference it. See r294954 for the bread(9) change and r297401 for similar cd9660 fix. Reported and tested by: Joshua Kinard PR: 214705 Sponsored by: The FreeBSD Foundation MFC after: 1 week 308985 by avg: revert r304520, set canmount=on is not supposed to mount the filesystem Not sure where I got the idea that it should. See https://github.com/openzfs/openzfs/pull/218 Reported by: mahrens Pointyhat to: avg MFC after: 5 days 308980 by kib: Use buffer pager for NFS. The pager, due to its construction, implements clustering for the page-ins. In particular, buildworld load demonstrates reduction of the READ RPCs from 39k down to 24k. No change in real or CPU time was observed. Discussed with, and measured by: bde No objections from: rmacklem Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week 308973 by kib: Minor cleanup, remove unneeded XXX comments and unused re-define. Sponsored by: The FreeBSD Foundation MFC after: 1 week 308969 by kib: Restore vnode pager statistic for buffer pagers. Reviewed by: alc, markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D8585 308965 by andrew: Split out the FDT parts of the pmu driver to make way for adding ACPI support. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308958 by delphij: Replay r304721 in contrib/ so the change won't get lost across import. 308957 by delphij: MFV r308954: ntp 4.2.8p9. Approved by: so 308956 by adrian: [net80211] Only send out a probe request if we see an unknown IBSS node that matches our SSID. 308953 by jkim: Merge ACPICA 20161117. 308952 by adrian: [net80211] store references to VHT and related IEs. This just stores pointers to the IE; it doesn't yet parse anything. Note: it blows out the size of ieee80211_node, so this will require ye olde kernel/modules recompile. 308951 by adrian: [ath] obey the peer A-MPDU density and max-size. * Obey the peer A-MPDU density if it's larger than the currently configured one. * Pay attention to the peer A-MPDU max-size and don't assume we can transmit a full A-MPDU (64k!) if the peer announces smaller values. Relnotes: ath(4): Fix A-MPDU transmit; obey A-MPDU density and max size. 308950 by adrian: [net80211] Remove extra \n. 308949 by adrian: [net80211] flesh out more IBSS 11n support * Pepper comments around which describe what state(s) we're in when faking up 11n nodes. * By default don't fake it up as 11n until we properly negotiate the 11n capabilities using probe request/response frames. * Send a probe request with our HT information, as the 802.11-2012 spec suggests. * Reassociate with the driver if we've been promoted. This is done because although learning a peer via beacons can learn 11n state, learning peers via hearing probe frames and broadcast frames does not. Thus, sometimes you end up with an 11n peer in the peer table and sometimes you don't. Note that the probe request/response exchange may not actually succeed. Ideally we'd put the peer into some blocking state until we've exchanged probe request/reponse to learn capabilities, or we timeout and just stay non-11n. This is more an experiment to get 11n IBSS nodes actually discovering each other and be able to transmit. There are other issues that creep up which I'll attempt to address in future commits. Tested: * AR9380 NICs in 11n mode. Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8365 308948 by jhb: Initialize 'ticks' earlier in boot after 'hz' is set. This avoids the time-warp after kthreads have started running and the required fixup to td_slptick and td_blktick in the EARLY_AP_STARTUP case. Now, 'ticks' is initialized before any kthreads are created or any context switches are performed. Tested by: gavin MFC after: 2 weeks Sponsored by: Netflix 308947 by rwatson: Audit 'fd' and 'cmd' arguments to fcntl(2), and when generating BSM, always audit the file-descriptor number and vnode information for all fnctl(2) commands, not just locking-related ones. This was likely an oversight in the original adaptation of this code from XNU. MFC after: 3 days Sponsored by: DARPA, AFRL 308945 by gjb: Set the 'vital' flag on the runtime and jail packages. The default pkg(8) from pkg.freebsd.org requires libjail.so, so mark the jail package as vital along with the runtime package to avoid errors when libjail.so is removed. This is a no-op for systems with WITHOUT_JAIL in src.conf(5) and pkg(8) built from the Ports Collection. In order to make this work without marking packages such as the jail-lib32, for example, the jail.ucl file needed to be split out into separate files similarly to the runtime-*.ucl files. Glanced at by: brd MFC after: 5 days Sponsored by: The FreeBSD Foundation 308944 by hiren: r308942 broke kernel build. Add acpi_if.h to module makefile to fix it. Submitted by: peter 308943 by hiren: For RTT calculations mid-session, we explicitly ignore ACKs with tsecr of 0 as many borken middle-boxes tend to do that. But during 3whs, in syncache_expand(), we don't do that which causes us to send a RST to such a client. Relax this constraint by only using tsecr to compare against timestamp that we sent when it is not 0. As a result, we'd now accept the final ACK of 3whs with tsecr of 0. Reviewed by: jtl, gnn Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D8552 308942 by gonzo: [bytgpio] Add module for bytgpio(4) MFC after: 3 days 308941 by gonzo: [bytgpio] Add bytgpio(4) man page with general description of the driver MFC after: 3 days 308940 by gonzo: [bytgpio] prepare bytgpio(4) for modularization - Add detach method - module should depend on gpiobus, not gpio 308939 by andrew: Include the missing accommon.h from the ACPI uart code. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308938 by andrew: Add support to find the arm64 serial using the ACPI tables. This uses the Serial Port Console Redirection Table to find the device to use. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308937 by mizhka: [etherswitch] add ukswitch hint that is phy offset at mdio register This patch allows to specify PHY register offset for ukswitch. For instance, switch MAICREL KS8995XA connected via MDIO to SoC, but PHY register starts at 1. So hint for this case is: hint.ukswitch.0.phyoffset=1 No change/effect if hint is not set. Submitted by: Hiroki Mori Reviewed by: adrian, mizhka Approved by: adrian(mentor) Differential Revision: https://reviews.freebsd.org/D8584 308936 by andrew: Mark virtio_mmio as FDT only, it lacks an ACPI attachment. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308935 by andrew: Mark uart_dev_snps.c as FDT only, it doesn't have and ACPI bindings. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308934 by andrew: Mark extres as FDT only. Much of this assumes FDT and fails to build without it. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308933 by andrew: Mark the Allwinner drivers as FDT only. These are mobile and embedded parts so are unlikely to use ACPI. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation 308931 by andrew: To allow for an ACPI attachment to the generic PCIe driver split off the FDT attachment to a new file. A separate ACPI attachment will then be added to allow arm64 servers with ACPI to use it over FDT. This should also help with merging this with the ofwpci driver, with further work needed to remove restrictions this driver places on resource allocation. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7319 308928 by br: Add PDMA controller registers. Obtained from: X1000 IoT Application Processor Programming Manual Sponsored by: DARPA, AFRL 308927 by br: Move FDT option to the main SoC file and mark boards config as NO_UNIVERSE. Pointed out by: andrew Sponsored by: DARPA, AFRL 308926 by sbruno: Add Intel Atom Cherryview SOC HSUART support PR: 207910 Submitted by: johannes@brilliantservice.co.jp MFC after: 1 week 308925 by kib: Adjust r308689 to make rtld compilable with either in-tree or (hopefully) stock gcc 4.2.1 on i386 and other arches. In particular: - Do not use %ebx in the asm constraints on i386, since rtld is compiled with -fPIC and gcc cannot handle GOT-base register reload (clang and newer gcc can). - Avoid direct use of [static N] construct in the function declaration/definion. In-tree gcc was patched to support this, but stock 4.2.1 cannot handle the feature. Requested by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week 308923 by br: Disable superpages reservations as we don't have implemented them yet. Requested by: Alan Cox Sponsored by: DARPA, AFRL 308922 by andrew: Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find the uart we need to handle both it and FDT, and as such we need to have an architecture specific driver. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D7796 308921 by andrew: Add accelerated AES with using the ARMv8 crypto instructions. This is based on the AES-NI code, and modified as needed for use on ARMv8. When loaded the driver will check the appropriate field in the id_aa64isar0_el1 register to see if AES is supported, and if so the probe function will signal the driver should attach. With this I have seen up to 2000Mb/s from the cryptotest test with a single thread on a ThunderX Pass 2.0. Reviewed by: imp Obtained from: ABT Systems Ltd MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8297 308913 by kevlo: Update struct r12a_rom. Reviewed by: avos 308909 by sephe: hyperv/hn: Don't abuse hn_{tx,rx}_ring_inuse. Just in case, the # of TX/RX rings is changed upon synthetic parts re-attach. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8520 308908 by sephe: hyperv/hn: Allow enabling IPv6 TX checksum offloading and IPv6 TSO. They are still disabled by default. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8490 308907 by sephe: hyperv/hn: Fix WITNESS warnings And re-enable SIOCADDMULTI/SIOCDELMULTI, after WITNESS warning is fixed. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8489 308906 by sephe: hyperv/vmbus: Support transction result busy-wait. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8488 308905 by sephe: hyperv/hn: Implement RNDIS multi-packet message support. Currently, it is only applied to packet sent through chimney sending buffers. Not enabled by default yet. This one gives 20%~30% performance boost for non-TSO usage in both bit/packet rate tests and nginx performance test. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8560 308904 by vangyzen: Fix error reporting from wcstof() When wcstof() skipped initial space and then parsing failed, it set endptr to the first non-space character. Fix it to correctly report failure by setting endptr to the beginning of the input string. The fix is from theraven@, who fixed this bug in wcstod() and wcstold() in r227753. While I'm here: Move assignments out of declarations in wcstod() and wcstold(). This is against my personal preference, but it is our agreed style(9). Set endptr correctly on malloc() failure in all three functions. Remove an incorrect comment: This is pointer arithmetic, so the code was not actually making that assumption. wcstold() advanced the wcp pointer beyond leading whitespace and then reset it back to the beginning of the string. Do not reset it. This seems to have no functional effect, since strtold_l() also skips leading whitespace. I'm making the change to keep this function consistent with wcstof() and wcstod(), and because the C11 spec prescribes the use of iswspace() to skip leading space. Reported by: libc++ unit test for std::stof(std::wstring) MFC after: 8 days Sponsored by: Dell EMC 308903 by jmcneill: Build and install nanopi-neo.dts and orangepi-plus-2e.dts 308902 by jmcneill: Add dts for Xunlong Orange Pi Plus 2E. 308901 by jmcneill: Add dts for FriendlyARM NanoPi NEO. 308900 by jmcneill: Add dtsi for FreeBSD-specific Allwinner H3 nodes. 308899 by gonzo: [FDT] Remove empty wrapper for upstream am335x-evm.dts Remove empty wrapper for sys/gnu version of am335x-evm.dts located in sys/boot/fdt, with current include paths priority it's recursive #include and current build system can find file in sys/gnu when generating dtb Reported by: Jared McNeill 308898 by gonzo: [bytgpio] Fix USB disconnect event after listsing pins on gpioc2 - Do not set input flag when reading value from GPIO pin, it is not required and for gpioc2(S5 bank) setting both input and output flags leads to some kind of electric interference (curren drop?) that causes USB devices to disconnect - Check pad configuration when attaching device and provide IN/OUT capabilities only for pads that are configured as GPIO. Do not let user code to configure or change value of non-GPIO pads. There is no information for NC bank in intel's datasheet so for now function check is ignored for pins in it Reported by: Frank H. MFC after: 3 days 308897 by manu: Add spigen to the ARMv6 GENERIC kernel 308896 by jilles: rc.subr: $(ps -p $$ -o jid=) is always 0, so do not fork ps for it. The JID keyword writes 0 for a process also in the host system or in the same jail. 308895 by manu: Enable the use of spigen on FDT platform MFC after: 2 weeks 308887 by avg: fix unsafe modification of zfs_vnodeops when DIAGNOSTIC is enabled The idea was to avoid a false assertion in zfs_lock, but it was implemented very dangerously and incorrectly. Reported by: pho Tested by: pho MFC after: 1 week 308877 by phk: Attempt package build even if dependencies seems to be missing 308874 by jhibbits: Actually bump __FreeBSD_version 308873 by jhibbits: Fix buildworld for powerpc. vmpage requires struct pmap to exist and contain a pm_stats field. As of r308817, either AIM or BOOKE is required to be set in order to get their respective pmap structs. Rather than expose them both, or try to unify them unnecessarily, add a third option which contains only a pm_stats field, and change the two existing pmap structures to place the common fields at the beginning of the struct. This actually fixes the stats collection by libkvm on AIM hardware, because before it was accessing a possibly different offset, which would cause it to read garbage. Bump __FreeBSD_version to denote this ABI change, so that ports which depend on libkvm can be rebuilt. 308872 by kan: Use ofw_gpiobus instead of plain gpiobus for CI20 Requesed by: mmel 308871 by rmacklem: Modify umount so that it does not do an Unmount RPC for NFSv4 mounts and uses TCP for the Unmount RPC if the mount is over TCP. Without this patch, umount does an Unmount RPC over UDP for all NFS mounts. Suggested by: cperciva Reviewed by: cperciva MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D8503 308869 by imp: i386 turns out to not have __uint128_t. So confusingly use 64-bit math instead. Since we're little endian, we can get away with it. Also, since the counters in quesitons would require billions of iops for tens of billions of seconds to overflow, and since such data rates are unlikely for people using i386 for a while, that's OK. The fastest cards today can't do even a million IOPs. Noticed by: dim@ Sponsored by: Netflix, Inc 308860 by adrian: [dd] Revert the capsicum bits for now until it gets fixed. dd is a bootstrap tool and that header isn't installed as part of the bootstrap environment for previous releases (eg freebsd-10.) We'll figure it out in post and then re-commit it. 308859 by br: Enable SMP on Ingenic JZ4780. It is required to proceed full cache flush before we can use wait instruction on multicore, so use nop instead for now. Submitted by: kan Sponsored by: DARPA, AFRL 308858 by br: Restore dd changes included accidentally in r308857. 308857 by br: Bring in support for Ingenic XBurst JZ4780 and X1000 systems on chips. Imgtec CI20 and Ingenic CANNA boards supported. Submitted by: Alexander Kabaev Reviewed by: Ruslan Bukin Sponsored by: DARPA, AFRL 308856 by imp: Decode the Intel-specific Additional SMART data page (0xca) and print it in human readable form. Include a pointer to the public spec that was followed to implement this in the code. Samsung also implements page 0xca on some of their drives, but the format is slighly different, so the code skips printing zero keys. Samsung's log page has additional, unknown data after the end of Intel defined data which isn't displayed. Supported by: Netfix, Inc 308855 by imp: Implement HGST Log page 0xc1, as documented in the HGST SN100 and SN150 product manuals. Subpage 0x32 is documented, but not implemented. Sponsored by: Netflix, Inc 308854 by imp: Print Intel's expanded Temperature log page. Sponsored by: Netflix, Inc 308853 by imp: Add log pages that Intel SSDs provide. It turns out that many of these are widely implemented beyond just Intel drives. Sponsored by: Netflix, Inc 308852 by imp: Add log pages defined through NVM Express 1.2.1. Sponsored by: Netflix, Inc 308851 by imp: Expand the SMART / Health Information Log Page (Page 02) printout based on NVM Express 1.2.1 Standard. Sponsored by: Netflix, Inc 308850 by imp: Print numbers instead of hex values for smart data. The full 128-bit number is printed, even though you'd need like a billion IOPs for a 10 billion seconds to overflow the 64-bit counters (~300 years). Sponsored by: Netflix, Inc 308849 by imp: Use a table for pages we know the size of. We have a special case for the error log since it isn't a fixed size. Sponsored by: Netflix, Inc 308848 by imp: Remove check for valid log pages. Let the drive tell us which pages are valid or not. While many pages are reserved in the standard, that doesn't make them invalid and future versions of the standard may define then. Sponsored by: Netflix, Inc 308847 by br: Add XBurst CPU option. Submitted by: kan Sponsored by: DARPA, AFRL 308846 by br: Move intrng includes to the main MIPS includes file. Sponsored by: DARPA, AFRL 308845 by br: Account for bigger secondary data cache line size. Secondary data cache line size can be bigger than primary data cache line size, so use biggest value as a minimum alignment. Submitted by: kan Sponsored by: DARPA, AFRL 308843 by tsoome: loader: smbios version check is not correct The version check for sku and family values is not correct, as this data is valid for version 2.4+, that also includes version 3.0 and above. Reported by: Dan McDonald Reviewed by: allanjude Approved by: allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D8578 308841 by br: Add receiver timeout interrupt enable bit implemented in some system on chips. Submitted by: kan Sponsored by: DARPA, AFRL 308840 by cognet: The only remaining offender that used ti_chip() without checking for compatibility first was the gpio code, so change that, and re-assert that the TI chip is a known chip 308839 by br: Add Ingenic XBurst coprocessor 0 extra bits. Submitted by: kan Sponsored by: DARPA, AFRL 308837 by cognet: Don't panic if it's not a TI chip, this code can be called when it is not. 308836 by cognet: Don't attempt to get the chip revision if it's not a supported TI chip 308835 by br: Identify Ingenic CPUs. Submitted by: kan Sponsored by: DARPA, AFRL 308834 by br: Add Ingenic X1000 DTS files (unofficial). This is based on JZ4780 due to missing original X1000 parts. Sponsored by: DARPA, AFRL 308833 by jmcneill: On H3, initialize alarm and shutdown trip points and do temperature conversion as it is done in the BSP. 308832 by tuexen: Ensure that TCP state changes to state-closing are reported via dtrace. This does not cover state changes from TIME-WAIT. Reviewed by: gnn MFC after: 3 weeks Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D8443 308830 by andrew: Make fdt_is_compatible a static function. It's only used in fdt_common.c. Sponsored by: ABT Systems Ltd 308828 by cognet: Move the pandaboard initialization from the probe to the attach method. Use ofw_bus_node_is_compatible instead of fdt_is_compatible, as the later is deprecated. Suggested by: andrew 308827 by tsoome: lsdev device name section headers should be printed by dv_print callback. lsdev command does walk over devsw list, prints list element name and will use dv_print() callback to print the device list. Unfortunately this approach will add unneeded noise when there are no particular devices detected. To remove "empty" device section headers, the dv_print() callback should print the header instead. In addition, fixed dv_print callback for md module. Reviewed by: imp Approved by: imp (mentor) Differential Revision: https://reviews.freebsd.org/D8551 308826 by avg: zfs: fix up after the removal of PG_CACHED pages in r308691 PR: 214629 Reported by: mshirk@daemon-security.com Reviewed by: alc Tested by: Shawn Webb X-MFC with: 308691 308825 by kevlo: For RTL8812AU: - The Tx power (diff) values should be signed - Fix an off by one error when reading Tx power (diff) values Reviewed by: avos, adrian Differential Revision: https://reviews.freebsd.org/D8571 308824 by vangyzen: locale: fix display of "grouping" and "mon_grouping" values The "grouping" and "mon_grouping" values are arrays of one-byte integers, not arrays of ASCII characters. Display them in a format similar to GNU and MacOS. MFC after: 3 days Sponsored by: Dell EMC 308823 by adrian: [net80211] handle hardware encryption offload in the receive path * teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate. Tested: * iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption) Reviewed by: avos Differential Revision: https://reviews.freebsd.org/D8533 308822 by cognet: Resolv the remaining conflicting symbols between omap4 and am335x, and add omap4/pandaboard into the GENERIC kernel. 308821 by jhb: MFamd64: Various fatal page fault fixes. - If a page fault is triggered due to reserved bits in a PTE, treat it as a fatal fault and panic. - If PG_NX is in use, report whether a fatal page fault is due to an instruction fetch or a data access. - If a fatal page fault is due to reserved bits in a PTE, report that as the page fault type rather than a protection violation. MFC after: 1 month 308820 by jhb: Report page faults due to reserved bits in PTEs as a separate fault type. Rather than reporting a page fault due to a bad PTE as a protection violation with the "rsv" flag, treat these faults as a separate type of fault altogether. MFC after: 1 month From owner-freebsd-current@freebsd.org Sun Dec 4 00:04:20 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 BDCACC658C2 for ; Sun, 4 Dec 2016 00:04:20 +0000 (UTC) (envelope-from 01000158c7252f0c-6c3198b0-fbef-4a60-ade9-e3b91d9e83bd-000000@amazonses.com) Received: from a8-56.smtp-out.amazonses.com (a8-56.smtp-out.amazonses.com [54.240.8.56]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86E24191 for ; Sun, 4 Dec 2016 00:04:20 +0000 (UTC) (envelope-from 01000158c7252f0c-6c3198b0-fbef-4a60-ade9-e3b91d9e83bd-000000@amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=vnqrkfnvu6csdl6mwgk5t6ix3nnepx57; d=tarsnap.com; t=1480809852; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=NwYAZLdO+eYgAw4CRdcE6E10lOzvgaPeHozxoT0QaUM=; b=XkyXxbeFczUpj1sueUEdbLfvJk/iy6+jVTdMbMz+8wt899Me2IskF4oArEDKPhBq CN/U93iOwuAjYmhuYcmac66OTs58/JJ92mtGqAE3ffg1OInMOfyQuZQ/BwrLtbvaXdI 6yai4vqvYJBChqv8Gzrj/oNHzCzdY3IcHG3rUOEA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1480809852; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=NwYAZLdO+eYgAw4CRdcE6E10lOzvgaPeHozxoT0QaUM=; b=yfkFps+v/GUPMP4X9o9nGv8R/I9VmZezBJECCxOhTebD9fLUrkmeSFmVnVyvha2i OpXrZ3x2bfXmzNiJzaQzbDzR5/KejC4R+eNjNFdlY9Oyk52vbjQptsG5NjuwjwGrzqJ yva3HJ8Qh7WxjiAsm1IQHc7IbaSC2FPyWNwG16wc= To: freebsd-current@freebsd.org From: Colin Percival Subject: clang/llvm 3.9.0 mysteriously zeroing variables? Message-ID: <01000158c7252f0c-6c3198b0-fbef-4a60-ade9-e3b91d9e83bd-000000@email.amazonses.com> Date: Sun, 4 Dec 2016 00:04:12 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SES-Outgoing: 2016.12.04-54.240.8.56 Feedback-ID: 1.us-east-1.Lv9FVjaNvvR5llaqfLoOVbo2VxOELl7cjN0AOyXnPlk=:AmazonSES X-Mailman-Approved-At: Sun, 04 Dec 2016 04:09:57 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Dec 2016 00:04:20 -0000 Starting with r309124 (when clang/llvm 3.9.0 was imported) I'm seeing EC2 instances panic on boot with a division-by-zero error; the code in question is in blkfront.c, printing out the size of disks: > device_printf(dev, "%juMB <%s> at %s", > (uintmax_t) sectors / (1048576 / sector_size), > device_get_desc(dev), > xenbus_get_node(dev)); My first thought was that 'sector_size' must be either zero or very large... but no, when I add printf("sector_size = %ju\n", (uintmax_t)sector_size), it's entirely normal. What's more, adding that printf makes the division-by-zero panic go away. I'd think I was just hallucinating, but earlier today I heard that a similarly "impossible" panic had been observed in the NFS client code when compiled with clang/llvm 3.9.0. So... is anyone else seeing unexpected panics or other odd behaviour starting after clang/llvm 3.9.0 was imported? -- Colin Percival Security Officer Emeritus, FreeBSD | The power to serve Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid From owner-freebsd-current@freebsd.org Sun Dec 4 09:52:56 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 8EC14C66573 for ; Sun, 4 Dec 2016 09:52:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 543381C1A for ; Sun, 4 Dec 2016 09:52:55 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id A10B11FE158; Sun, 4 Dec 2016 10:52:47 +0100 (CET) Subject: Re: clang/llvm 3.9.0 mysteriously zeroing variables? To: Colin Percival , freebsd-current@freebsd.org References: <01000158c7252f0c-6c3198b0-fbef-4a60-ade9-e3b91d9e83bd-000000@email.amazonses.com> From: Hans Petter Selasky Message-ID: Date: Sun, 4 Dec 2016 10:52:23 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <01000158c7252f0c-6c3198b0-fbef-4a60-ade9-e3b91d9e83bd-000000@email.amazonses.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Dec 2016 09:52:56 -0000 On 12/04/16 01:04, Colin Percival wrote: > Starting with r309124 (when clang/llvm 3.9.0 was imported) I'm seeing EC2 > instances panic on boot with a division-by-zero error; the code in question > is in blkfront.c, printing out the size of disks: > >> device_printf(dev, "%juMB <%s> at %s", >> (uintmax_t) sectors / (1048576 / sector_size), >> device_get_desc(dev), >> xenbus_get_node(dev)); > > My first thought was that 'sector_size' must be either zero or very large... > but no, when I add printf("sector_size = %ju\n", (uintmax_t)sector_size), it's > entirely normal. What's more, adding that printf makes the division-by-zero > panic go away. > > I'd think I was just hallucinating, but earlier today I heard that a similarly > "impossible" panic had been observed in the NFS client code when compiled with > clang/llvm 3.9.0. > > So... is anyone else seeing unexpected panics or other odd behaviour starting > after clang/llvm 3.9.0 was imported? > Hi, Can you look at the code with "objdump -Dx --source" and see what is going on there? Might it be the "sector" variable is shadowed? --HPS From owner-freebsd-current@freebsd.org Sun Dec 4 11:22:04 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 017E0C664CE for ; Sun, 4 Dec 2016 11:22:04 +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 A9AA1EA5; Sun, 4 Dec 2016 11:22:03 +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 B2CEED9; Sun, 4 Dec 2016 11:22:03 +0000 (UTC) Date: Sun, 4 Dec 2016 11:22:02 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, martymac@FreeBSD.org, peter@FreeBSD.org, scottl@FreeBSD.org, hselasky@FreeBSD.org, manu@FreeBSD.org, adrian@FreeBSD.org, danfe@FreeBSD.org, markj@FreeBSD.org, misha@FreeBSD.org, emaste@FreeBSD.org, oleg@FreeBSD.org, sephe@FreeBSD.org, jmcneill@FreeBSD.org, tsoome@FreeBSD.org, avos@FreeBSD.org, mm@FreeBSD.org, kadesai@FreeBSD.org, landonf@FreeBSD.org, br@FreeBSD.org, dexuan@FreeBSD.org, gjb@FreeBSD.org, rpokala@FreeBSD.org, alc@FreeBSD.org, jhb@FreeBSD.org, cem@FreeBSD.org, delphij@FreeBSD.org, cognet@FreeBSD.org, dteske@FreeBSD.org, rwatson@FreeBSD.org, kib@FreeBSD.org, gnn@FreeBSD.org, mizhka@FreeBSD.org, rstone@FreeBSD.org, des@FreeBSD.org, avg@FreeBSD.org, ae@FreeBSD.org, pfg@FreeBSD.org, andrew@FreeBSD.org, dab@FreeBSD.org, dim@FreeBSD.org, jchandra@FreeBSD.org, mav@FreeBSD.org, fabient@FreeBSD.org, marcel@FreeBSD.org, julian@FreeBSD.org, np@FreeBSD.org, ngie@FreeBSD.org, imp@FreeBSD.org, phk@FreeBSD.org, matthew@FreeBSD.org, brooks@FreeBSD.org, jkim@FreeBSD.org, yongari@FreeBSD.org, loos@FreeBSD.org, jceel@FreeBSD.org, rmacklem@FreeBSD.org, brueffer@FreeBSD.org, shurd@FreeBSD.org, ken@FreeBSD.org, tuexen@FreeBSD.org, hiren@FreeBSD.org, rakuco@FreeBSD.org, n_hibma@FreeBSD.org, araujo@FreeBSD.org, kan@FreeBSD.org, ian@FreeBSD.org, jhibbits@FreeBSD.org, kevlo@FreeBSD.org, vangyzen@FreeBSD.org, mjg@FreeBSD.org, sbruno@FreeBSD.org, sevan@FreeBSD.org, jilles@FreeBSD.org, bapt@FreeBSD.org, gonzo@FreeBSD.org, robak@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <1604497690.8.1480850523801.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_amd64_gcc - Build #1722 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_amd64_gcc X-Jenkins-Result: FAILURE Precedence: bulk X-Mailman-Approved-At: Sun, 04 Dec 2016 12:45:29 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 11:22:04 -0000 FreeBSD_HEAD_amd64_gcc - Build #1722 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1= 722/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/172= 2/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1722= /console Change summaries: 309528 by yongari: Fix too low volume on MSI H170 GAMING M3 board by poking vendor specific COEF. 309527 by yongari: Recognize RealTek ALC1150 7.1 channel HD audio codec. 309526 by cem: ioat(4): Compile on i386 Truncate BUS_SPACE_MAXADDR_40BIT to essentially BUS_SPACE_MAXADDR_32BIT on platforms with 32-bit bus_addr_t (i.e., i386). PR:=09=09215034 Reported by:=09ngie@ Sponsored by:=09Dell EMC Isilon 309525 by cem: coredump_phnum_test: Make expected pheader count more flexible Note: this test still requires binutils readelf (from ports) to pass, until= a few issues are resolved in elftoolchain. PR:=09=09215019 Reported by:=09ngie@ Sponsored by:=09Dell EMC Isilon 309524 by pfg: indent(1): remove unneeded comma. It is not a good practice to start a newline with a comma anyways. Discussed with:=09 bjk Differential Revision:=09https://reviews.freebsd.org/D8690 309523 by mm: Relax sanity check of number fields in tar header even more. This fixes reading tar archives created by older versions of plexus-archiver (used by maven-assembly-plugin) that fill uid and gid fields with spaces (PLXCOMP-233). Vendor issue: https://github.com/libarchive/libarchive/issues/832 Reported by:=09Antoine Brodin MFC after:=091 week 309522 by jhibbits: Fix a typo (move parenthesis to correct location in the line). Before this, it would cause the one consumer of this API in powerpc usage (dev/dpaa) to set the PTE WIMG flags to empty instead of --M-, making the cache-enabled buffer portals non-coherent. 309521 by ngie: Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS MFC after: 2 weeks 309513 by adrian: [camcontrol] init ts=3D0 to quieten gcc. It "looks" like ts is set to something on success, and not modified on error. Checked on IRC with: cem 309504 by dteske: Fix bug preventing limits(1) from being applied PR:=09=09misc/212493 Differential Revision:=09https://reviews.freebsd.org/D8232 Submitted by:=09girgen Reviewed by:=09adrian MFC after:=093 days X-MFC-to:=09stable/11 309491 by rpokala: Build smbios.ko as a module for amd64 and i386 For whatever reason, smapi, smbios, vpd are all under the "bios" directory. smapi is only for i386, so the entire "bios" directory is only built for i386. Break smapi out, and make only it i386-specific. Then, build the "bios" directory for both amd64 and i386. Reviewed by:=09imp MFC after:=091 week Sponsored by:=09Panasas Differential Revision:=09https://reviews.freebsd.org/D8609 309490 by pfg: Revert r253678, r253661: Fix a segfault in ctfmerge(1) due to a bug in GCC. The change was correct and the bug real, but upstream didn't adopt it and we want to remain in sync. When/if upstream does something about it we can bring their version. The bug in question was fixed in GCC 4.9 which is now the default in FreeBSD's ports. Our native gcc-4.2, which is still in use in some Tier-2 platforms also has a workaround so no end-user should be harmed by the revert. 309486 by avos: rtwn: fix bitmap size calculation. Tested with RTL8188CE, STA mode. 309481 by avos: rsu: fix frame processing in the Rx path (similar to r292207). - Fill in Rx radiotap header correctly (for every packet in a chain; not once per chain). - Fix rate / flags fields in Rx radiotap. - Add debug messages for discarded frames. - Pass received control (< sizeof(struct ieee80211_frame)) frames to net80211 (if allowed by device filter; cannot happen yet). Tested with Asus USB-N10. Differential Revision:=09https://reviews.freebsd.org/D5723 309480 by kevlo: Fix logic error so the R92C_TDECTRL register value is updated correctly. Reviewed by:=09avos 309479 by avos: rsu: remove unused structures / variables. 309478 by bdrewery: DIRDEPS_BUILD: Fix '/' in group names creating a bad cookie. This is reworking the change in r296585 but to still properly install the files. This limits the change to only the DIRDEPS_BUILD logic for what it considers the name of the staging set, which is what the cookie name is based off of. Sponsored by:=09Dell EMC Isilon MFC after:=091 week 309477 by bdrewery: Revert r296585. This broke installing dtrace test files. It was poorly tested. Reported by:=09markj Pointyhat to:=09bdrewery MFC after:=091 week 309476 by bdrewery: Create the /usr/lib/include symlink as relative. This ugly code is done to avoid assuming LIBDIR is 2 components deep. Reported by:=09jhb 309474 by ngie: Don't build :strvis_locale if VIS_NOLOCALE is undefined The copy of contrib/libc-vis on ^/stable/10 doesn't contain all of the feat= ures in the ^/stable/11 // ^/head version, including VIS_NOLOCALE. The risk is l= ower in conditionally running the test instead of backporting the newer version = of libc-vis MFC after:=09now 309472 by ngie: Restore pathing for factor(1), which unnecessarily diverged in r278616 factor lives in /usr/games/, not /usr/bin, in NetBSD. The correct way to handle this is do on-the-fly manipulation of the test script via ATF_TESTS_SH_SED_, not by modify the pathing directly in the test script. This is being done to resolve an unnecessary conflict made when pulling back ^/head@r309469 (contrib/netbsd-tests update) to ^/stable/10. No functional change MFC after:=09now 309467 by adrian: [ath] use the correct AMPDU frame limit for the given node, rather than the= global config. This is important in hostap, ibss, (11s at some magical future date, etc) where different nodes may have smaller limits. Oops! MFC after:=091 week Relnotes:=09Yes 309465 by adrian: [net80211] prepare for 11ac aware NICs that want to know per-vdev channel a= nd centre frequencies. * ic_freq is the centre of the primary channel, not the centre of the HT40/HT80/etc channel. Add a method to access that. * Add a method to access the centre of the primary channel, including knowing the centre of the 5/10/20/40/80, versus the primary channel. Ie, it's the centre of the 40, 80, 160MHz channel. * Add a method to access the centre frequency of the secondary 80MHz channel - we don't support VHT yet, but when we do. * Add methods to access the current channel and the per-dev desired channel. Ideally drivers that do full offload with a per-vap channel configuration should use the vap channel, NOT ic_curchan. Non-offload drivers that require net80211 to change the channel should be accessing ic_curchan. 309464 by ngie: Expect 01:main to fail Changes were made to ZFS in the past year with respect to how ACLs are handled, causing failures in this test. Mark it TODO so (hopefully) someone more knowledgeable (like mav or trasz) will fix the code or the test. PR:=09212323 309463 by ngie: Expect :coredump_phnum to fail The number of program headers on my system (GENERIC-NODEBUG) don't match th= e expected (hardcoded) number in the test PR:=09215019 309462 by ngie: Fix test coredump_phnum_test:coredump_phnum require.config specification The requirement is set via `atf_set "require.config" "allow_sysctl_side_eff= ects"', not `atf_set "require.config" "allow_sysctl_side_effects"' X-MFC with: r308177 Pointyhat to: cmeyer 309461 by loos: Allow simultaneous access to switch device, there is no reason to prevent it. Remove bogus wrappers and use the kernel defaults. While here, use DEVMETHOD_END. Obtained from:=09pfSense MFC after:=092 weeks Sponsored by:=09Rubicon Communications, LLC (Netgate) 309460 by vangyzen: thr_set_name(): silently truncate the given name as needed Instead of failing with ENAMETOOLONG, which is swallowed by pthread_set_name_np() anyway, truncate the given name to MAXCOMLEN+1 bytes. This is more likely what the user wants, and saves the caller from truncating it before the call (which was the only recourse). Polish pthread_set_name_np(3) and add a .Xr to thr_set_name(2) so the user might find the documentation for this behavior. Reviewed by:=09jilles MFC after:=093 days Sponsored by:=09Dell EMC 309451 by pfg: Document undocumented indent(1) options badp/nbadp, bs/nbs, and lc. Submitted by:=09 Piotr Stefaniak Differential Revision:=09https://reviews.freebsd.org/D8690 309439 by pfg: ext2fs: renumber the license clauses to avoid skipping #3. This is to keep consistency with other files, and help license-checking utilities determine the number of clauses that apply. No functional change. 309425 by mjg: vfs: provide fake locking primitives for the crossmp vnode Since the vnode is only expected to be shared locked, we can save a little overhead by only pretending we are locking in the first place. Reviewed by:=09kib Tested by:=09pho 309419 by pfg: indent(1): Avoid out-of-bound accesses of array ps.p_stack. Submitted by:=09 Piotr Stefaniak 309418 by pfg: indent(1): Avoid out-of-bound accesses of arrays. ps.paren_indents: When ps.paren_level was 0, this was accessing paren_indents[-1]. in_buffer: This fragment checks if "*/" was read, but there's no guarantee that there is more than one byte in the array (actually, this happens frequently for the "{" in things like "int main(void) {"). Submitted by:=09 Piotr Stefaniak 309417 by pfg: indent(1): Remove an extra newline added in a previous commit. It doesn't math the remaining of the case statement. 309416 by alc: Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141. MFC after:=093 days 309415 by pfg: indent(1): Optimize parser stack usage. When special else-if processing is enabled (-ei), we can assume "else if" and "if" to be equivalent for indentation purposes. This reduction saves a lot of stack space in case of a long "if-else-if ... else-if" sequence; with this change, Postgres/src/bin/psql/tab-complete.c as of 9.6beta3 requires minimum of the stack length to be 31 instead of 444. Submitted by:=09 Piotr Sephaniak 309414 by rstone: Revert r309372 The bug intended to be fixed by r309372 was already addressed by r296178, so revert my change. Reported by:=09seph 309413 by imp: Flag the vendor specific pages as such. This allows different decoding for the same page number as different vendors encode vendor specific pages differently. 309412 by imp: dd is currently a bootstrap tool. It really doesn't have any business being a bootstrap tool. However, for reproducible build output, FreeBSD added dd status=3Dnone because it was otherwise difficult to suppress the status information, but retain any errors that might happen. There's no real reason that dd has to be a build tool, other than we use status=3Dnone unconditional. Remove dd from a bootstrap tool entirely by only using status=3Dnone when available. This may also help efforts to build the system on non-FreeBSD hosts as well. Differential Revision: https://reviews.freebsd.org/D8605 309411 by emaste: Retire long-broken/unused static rtld support rtld-elf has some vestigial support for building as a static executable. r45501 introduced a partial implementation with a prescient note that it "might never be enabled." r153515 introduced ELF symbol versioning support, and removed part of the unused build infrastructure for static rtld. GNU ld populates rela relocation addends and GOT entries with the same values, and rtld's run-time dynamic executable check relied on this. Alternate toolchains may not populate the GOT entries, which caused RTLD_IS_DYNAMIC to return false. Simplify rtld by just removing the unused check. If we want to restore static rtld support later on we ought to introduce a build-time #ifdef flag. PR:=09=09214972 Reviewed by:=09kan MFC after:=091 month Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8687 309410 by n_hibma: Fix man page: - It should say 'read' in the I2CREAD section. - last in the struct indicates the last command in a sequence, not the reverse. Reviewed by:=09imp MFC after:=093 days 309409 by n_hibma: More typos in strings. Submitted by:=09bde MFC after:=093 days 309408 by julian: Changes to allow the patching of packets with an offset (and other changes.= . see man page) PR:=09206185 Submitted by:=09Dmitry Vagin MFC after:=09 1 week Relnotes:=09yes (also ng_checksum node) 309407 by julian: A little light wordsmithing only. Sponsored by:=09FreeBSD 309406 by hselasky: Remove useless NULL checks. NULL is not returned when allocating memory passing the M_WAITOK flag. Submitted by:=09=09trasz @ Differential Revision: https://reviews.freebsd.org/D5772 Sponsored by: Mellanox Technologies MFC after:=09=091 week 309405 by mm: MFV r309403: Sync libarchive with vendor. Vendor bugfixes: Fix for heap-buffer-overflow in archive_le16dec() Fix for heap-buffer-overflow in uudecode_bidder_bid() Reworked fix for compatibility with archives created by Perl Archive::Tar MFC after:=091 week 309404 by hselasky: Fix return value from ng_uncallout(). callout_stop() recently started returning -1 when the callout is already stopped, which is not handled by the netgraph code. Properly filter the return value. Netgraph callers only want to know if the callout was cancelled and not draining or already stopped. Discussed with:=09=09julian, glebius MFC after:=09=092 weeks 309400 by hselasky: Fix for endless recursion in the ACPI GPE handler during boot. When handling a GPE ACPI interrupt object the EcSpaceHandler() function can be called which checks the EC_EVENT_SCI bit and then recurse on the EcGpeQueryHandler() function. If there are multiple GPE events pending the EC_EVENT_SCI bit will be set at the next call to EcSpaceHandler() causing it to recurse again via the EcGpeQueryHandler() function. This leads to a slow never ending recursion during boot which prevents proper system startup, because the EC_EVENT_SCI bit never gets cleared in this scenario. The behaviour is reproducible with the ALASKA AMI in combination with a newer Skylake based mainboard in the following way: Enter BIOS and adjust the clock one hour forward. Save and exit the BIOS. System fails to boot due to the above mentioned bug in EcGpeQueryHandler() which was observed recursing multiple times. This patch adds a simple recursion guard to the EcGpeQueryHandler() function and also also adds logic to detect if new GPE events occurred during the execution of EcGpeQueryHandler() and then loop on this function instead of recursing. Reviewed by:=09=09jhb MFC after:=09=092 weeks 309397 by tuexen: Fix the handling of TCP FIN-segments in the CLOSED state When a TCP segment with the FIN bit set was received in the CLOSED state, a TCP RST-ACK-segment is sent. When computing SEG.ACK for this, the FIN counts as one byte. This accounting was missing and is fixed by this patch. Reviewed by:=09=09hiren MFC after:=09=091 month Sponsored by:=09=09Netflix, Inc. Differential Revision:=09https://svn.freebsd.org/base/head 309394 by marcel: Fix use-after-free bugs in pfsync(4) Use after free happens for state that is deleted. The reference count is what prevents the state from being freed. When the state is dequeued, the reference count is dropped and the memory freed. We can't dereference the next pointer or re-queue the state. MFC after:=091 week Differential Revision:=09https://reviews.freebsd.org/D8671 309393 by araujo: Use memset(3) instead of bzero(3). Obtained from:=09OpenBSD (r1.12, r1.20, r1.18 and r1.37) 309392 by araujo: String terminators are called NUL, not NULL, also the variable mentioned in the comment is p and not u. Obtained from:=09OpenBSD (r1.34) 309382 by pfg: indent(1): Do not define opchar unless it will be used. "opchar" is only used once depending on "undef" macro being defined. Conditionalize it in the same way. Submitted by:=09Piotr Sephaniak 309380 by pfg: indent(1): Fix indent's confusion about custom FreeBSD macros. Teach indent(1) about storage-class specifiers. Don't assume "in_parameter_declaration" state if "in_decl" hasn't been set. Don't set "in_decl" for storage-class specifiers. That set of changes helps with recognizing the difference between file scope declarations like this: static LIST_HEAD(, alq) ald_active; static int ald_shuttingdown =3D 0; struct thread *ald_thread; and old style function declarators like this: static int do_execve(td, args, mac_p) =09struct thread *td; =09struct image_args *args; =09struct mac *mac_p; { Unfortunately, at the same time this change makes indent(1) require explicit int in declarations like "static a;", in order to understand that it's part of a declaration. On the other hand, declarations like in the first example are no longer indented as if ald_shuttingdown and ald_thread were parameters of a function named LIST_HEAD. Submitted by:=09 Piotr Stefaniak 309374 by ken: Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support. This adds support to camcontrol(8) and libcam(3) for getting and setting the time on SCSI protocol drives. This is more commonly found on tape drives, but is a SPC (SCSI Primary Commands) command, and may be found on any device that speaks SCSI. The new camcontrol timestamp subcommand allows getting the current device time or setting the time to the current system time or any arbitrary time. sbin/camcontrol/Makefile: =09Add timestamp.c. sbin/camcontrol/camcontrol.8: =09Document the new timestamp subcommand. sbin/camcontrol/camcontrol.c: =09Add the timestamp subcommand to camcontrol. sbin/camcontrol/camcontrol.h: =09Add the timestamp() function prototype. sbin/camcontrol/timestamp.c: =09Timestamp setting and reporting functionality. sys/cam/scsi/scsi_all.c: =09Add two new CCB building functions, scsi_set_timestamp() and =09scsi_report_timestamp(). Also, add a new helper function, =09scsi_create_timestamp(). sys/cam/scsi/scsi_all.h: =09Add CDB and parameter data for the the set and report timestamp =09commands. =09Add function declarations for the new CCB building and helper =09functions. Submitted by:=09Sam Klopsch Sponsored by:=09Spectra Logic MFC After:=092 weeks 309373 by bdrewery: Fix setrlimit_test:setrlimit_memlock when the system has exceeded vm.max_wi= red. This uses the same fix as r294894 did for the mlock test. The code from that commit is moved into a common object file which PROGS supports building first. Sponsored by:=09Dell EMC Isilon Differential Revision:=09https://reviews.freebsd.org/D8689 309372 by rstone: Fix a false positive in a buf_ring assert buf_ring contains an assert that checks whether an item being enqueued already exists on the ring. There is a subtle bug in this assert. An item can be returned by a peek() function and freed, and then the consumer thread can be preempted before calling advance(). If this happens the item appears to still be on the queue, but another thread may allocate the item from the free pool and wind up trying to enqueue it again, causing the assert to trigger incorrectly. Fix this by skipping the head of the consumer's portion of the ring, as this index is what will be returned by peek(). Sponsored by:=09Dell EMC Isilon MFC After:=091 week Differential Revision:=09https://reviews.freebsd.org/D8685 Reviewed by:=09hselasky 309369 by tsoome: libstand: dosfs cstyle cleanup for return keyword. Reviewed by:=09bapt, imp, allanjude Approved by:=09imp (mentor), allanjude (mentor) Differential Revision:=09https://reviews.freebsd.org/D8678 309367 by vangyzen: locale: enable more warnings; fix them Do not set WARNS, so it gets the current default of 6. Fix the warnings by sprinkling static, const, or strdup. Make some constant data tables const. Fix whitespace. MFC after:=091 week Sponsored by:=09Dell EMC 309366 by cem: capsicum_helpers: Squash errors from closed fds Squash EBADF from closed stdin, stdout, or stderr in caph_limit_stdio(). Any program used during special shell scripts may commonly be forked from a parent process with closed standard stream. Do the common sense thing for this common use. Reported by:=09Iblis Lin Reviewed by:=09oshogbo@ (earlier version) Sponsored by:=09Dell EMC Isilon Differential Revision:=09https://reviews.freebsd.org/D8657 309365 by alc: During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() was called to allocate a new page of radix trie nodes, there could be a call to vm_radix_remove() on the same trie (of PG_CACHED pages) as the in-progress vm_radix_insert(). With the removal of PG_CACHED pages, we can simplify vm_radix_insert() and vm_radix_remove() by removing the flags on the root o= f the trie that were used to detect this case and the code for restarting vm_radix_insert() when it happened. Reviewed by:=09kib, markj Tested by:=09pho Sponsored by:=09Dell EMC Isilon Differential Revision:=09https://reviews.freebsd.org/D8664 309364 by vangyzen: locale: fix buffer management Also, handle signed and unsigned chars, and more gracefully handle invalid input. Submitted by:=09bde in response to r309331 MFC after:=091 week Sponsored by:=09Dell EMC 309363 by mm: MFC r309362: Sync libarchive with vendor. Small improvements, style fixes, bugfixes. Restores compatibility with tar archives created with Perl Archive::Tar (1) MFC after:=091 week Reported by:=09Matthew Seaman (1) 309361 by danfe: - Mention mismatching numbers in MSR vs. ACPI _PSS count warning: seeing actual numbers would help debugging (also, `MSR' and `ACPI' are standard abbreviations and thus should be properly capitalized) - Rephrase unsupported AMD CPUs message and wrap as an overly long line: `sorry' 1) is wrongly spelled after period (starts with a small letter) and 2) carries emotional "tinge" that is unnecessary and even bogus in debug message; `implemented' is not the best word as `supported' suits better in this context - Improve readability when reporting resulted P-state transition (debug) Approved by:=09jhb 309360 by emaste: EFI loaders: parse rela relocations on amd64 Prior to this change the loader self relocation code interpreted amd64's rela relocations as if they were rel relocations, discarding the addend. This "works" because GNU ld 2.17.50 stores the addend value in both the r_addend field of the relocation (as expected) and at the target of the relocation. Other linkers, and possibly other versions of GNU ld, won't have this behaviour, so interpret the relocations correctly. Reported by:=09George Rimar Reviewed by:=09andrew MFC after:=092 weeks Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8681 309357 by n_hibma: Speling fixes and fix line endings for err_msg output. In some cases there was not \n, in other cases there was. 309356 by peter: Update from subversion 1.9.4 to 1.9.5. This includes a security fix for a component that we do not build, and two potentially useful client side fixes for reintegrate merges and tree conflict handling. See CHANGES for full details. 309353 by sephe: hyperv/hn: Add 'options RSS' support. Reviewed by:=09adrian MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8676 309352 by imp: Finish incomplete comments in prior revision. I was going to fix this after I tested it, but didn't. 309351 by imp: Revert the 'performance' setting to 'NONE' from C2. C2 has issues with USB in places, as well as having the potential for reducing performance. Since this is used even when powerd isn't enabled, these two problems can cause on servers. Supermicro X9 motherboards, for example, have problems with the virtual IPMI USB keyboards and mice attaching and detaching repeatedly. Since there are issues on some CPUs with C2, fail safe by defaulting to not altering it. MFC After: 3 days 309350 by imp: If the kenv variable rc_debug is set, turn on rc_debug. 309349 by imp: Simplify test. 309348 by sephe: hyperv/hn: Don't hold txdesc, if no BPFs are attached. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8675 309347 by loos: MDIO_PHYACCESS_ACK is only valid for read access, remove it from miibus_writereg. Reduce the DELAY() between reads while waiting for MII access. Spotted by:=09yongari Sponsored by:=09Rubicon Communications, LLC (Netgate) 309346 by sephe: hyperv/hn: Add HN_DEBUG kernel option. If bufring is used for per-TX ring descs, don't update "available" counter, which is only used to help debugging. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8674 309345 by loos: The RX_FREEBUFFER registers are a write to increment field. Writing the full queue size to it every time was makeing it overflow with a lot of bogus values. This fixes the interrupt storms on irq 40. Sponsored by:=09Rubicon Communications, LLC (Netgate) 309344 by cem: Remove a death threat from the FreeBSD sources Reported by:=09koobs@, araujo@, linimon@, bjk@, emaste@, jhb@, ngie@, cem@ Maintainer timeout:=09des@ 309343 by pfg: indent(1): Don't unnecessarily add a blank before a comment ends. pr_comment() did avoid adding surplus space character when a comment contained it at the end. Now it's also paying attention to tabs. Taken from:=09 Piotr Stefaniak 309342 by pfg: indent(1): Don't ignore newlines after comments that follow braces. indent.c has a special loop that stores tokens from between an if () and the next statement into a buffer. The loop ignored all newlines, but that resulted in not calling dump_line() when it was needed to produce the final line of the buffered up comment. Taken from:=09 Piotr Stefaniak 309341 by pfg: indent(1): Avoid out of bound access of array in_buffer Work-around a somewhat complex interaction within the code. From Piotr's commit [1]: When pr_comment() calls dump_line() for the first line of a multiline comment, it doesn't include any indentation - it starts with the "/*". This is consistent for both boxed and not boxed comments. Where the logic diverges is in how it treats the rest of the lines of the comment. For box comments indent assumes that it must not change anything, so lines are dumped as they were, including the indentation where it exists. For the rest of comments, it will first remove the indentation to store plain text of the comment and then add it again where indent thinks it's appropriate -- this is part of comment re-indenting process. For continuations of multi-line comments, the code that handles comments in dump_line() will use pad_output() to create indentation from the beginning of the line (what indent calls the first column) and then write string pointed by s_com afterwards. But if it's a box comment, the string will include original indentation, unless it's the first line of the comment. This is why tab characters from s_com have to be considered when calculating how much padding is needed and the "while (*com_st =3D=3D '\t') com_st++, target +=3D 8;" does that. In dump_line(), /target/ is initially set to ps.com_col, so it always assumes that indentation needs to be produced in this function, regardless of which line of a box comment it is. But for the first line of a box comment it is not true, so pr_comment() signals it by setting ps.n_comment_delta, the negative comment delta, to a negative number which is then added to /target/ in dump_line() on all lines except the first one, so that the function produces adequate indentation in this special case. The bug was in how that negative offset was calculated: pr_comment() used count_spaces() on in_buffer, which pr_comment() expected to contain non-null terminated sequence of characters, originating from whatever originally was on the left side of the comment. Understanding that count_spaces() requires a string, pr_comment() temporarily set buf_ptr[-2] to 0 in hope that it would nul-terminate the right thing in in_buffer and calling count_spaces() would be safe and do the expected thing. This was false whenever buf_ptr would point into save_com, an entirely different char array than in_buffer. The short-term fix is to recognize whether buf_ptr points into in_buffer or save_com. Reference: [1] https://github.com/pstef/freebsd_indent/commit/ea486a2aa3b056b146bdfbb8e948= 43159750f200 Taken from:=09 Piotr Stefaniak 309339 by gjb: Revert r309314, which breaks installing ports. Requested by:=09antoine Differential Revision:=09https://reviews.freebsd.org/D8120 (related) Sponsored by:=09The FreeBSD Foundation 309338 by cem: ioat(4): Fix 'bogus completion_pending' KASSERT Fix ioat_release to only set is_completion_pending if DMAs were actually queued. Otherwise, the spurious flag could trigger an assert in the reset path on INVARIANTS kernels. Reviewed by:=09bdrewery, Suraj Raju @ Isilon Sponsored by:=09Dell EMC Isilon 309332 by dim: Cleanup old debug dirs in delete-old-dirs target Any .debug or .symbols files under /usr/lib/debug which correspond to OLD_FILES entries in ObsoleteFiles.inc are also automatically cleaned up by the delete-old target. Make this also apply to any OLD_DIRS entries. Reviewed by:=09emaste MFC after:=093 days Differential Revision: https://reviews.freebsd.org/D8683 309331 by vangyzen: Include limits.h for CHAR_MAX This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX on head. Include limits.h anyway, for consistency, and because C says so. Sponsored by:=09Dell EMC 309328 by andrew: Fix the PCI host generic FDT driver to call into the common code and not recurse into itself. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309327 by andrew: Fix the alloc function the ThunderX PCIe driver calls, the previous function may not exist when FDT is removed from the kernel. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309326 by rwatson: Clarify warning message when failing to configure audit on user login: when au_user_mask() fails, it's not a failure to set the audit mask, but to calculate the audit mask -- and hence a condfiguration-file issue (of some sort). MFC after:=093 days Sponsored by:=09DARPA, AFRL 309324 by andrew: Mark the Alpine ethernet driver as FDT only. It calls alpine_serdes_resource_get which is defined in an FDT only file. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309323 by andrew: Move the FDT specific parts of the GIC diver softc to the FDT attachment. This allows the driver to be built in a kernel with no FDT support, e.g. on arm64 with just ACPI. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309322 by andrew: Only include FDT headders when building for FDT. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309321 by mav: Add `gmirror create` subcommand, alike to gstripe, gconcat, etc. It is quite specific mode of operation without storing on-disk metadata. It can be useful in some cases in combination with some external control tools handling mirror creation and disks hot-plug. MFC after:=092 weeks Sponsored by:=09iXsystems, Inc. 309320 by sephe: hyperv/storvsc: Don't use timedwait. The timeout is unnecessary. Reviewed by:=09jhb MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8656 309319 by sephe: hypver/vmbus: Remove extra assertion. It is asserted by vmbus_chan_gpadl_connect() now. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8660 309318 by sephe: hyperv/hn: Allow TX to share event taskqueues. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8659 309316 by sephe: hyperv/vmbus: Add DEVMETHOD to map cpu to event taskq. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8658 309314 by matthew: Allow a user-overridable setting 'PKG_CMD' to control the command used to create a repo during 'make packages' This would have been useful for a situation I found myself in where pkg(8) had been upgraded to a version that wanted the FBSD_1.5 ABI version but libc.so.7 had not been upgraded, and only provided FBSD_1.4. I found I needed to update libc in order to run pkg, and I also needed to use pkg to update libc... Which is why pkg-static exists, but there's currently no way to tell the build system to use pkg-static instead of pkg. This creates a variable PKG_CMD, default value 'pkg', that can be overridden from the command line. Reviewed by:=09gjb Approved by:=09gjb Differential Revision:=09https://reviews.freebsd.org/D8120 309311 by sephe: hyperv/hn: Allow multiple TX taskqueues. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8655 309310 by sephe: hyperv/hn: Nuke the unused TX taskqueue CPU binding tunable. It was an experimental tunable, and is now deemed to be road blocker for further changes. Time to retire it. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8654 309309 by jhibbits: Bring the powerpc DDB disassembler into the 21st century Bring in the most recent copy of NetBSD's db_disasm, to fix bugs and add mo= re instructions. * Fix several bugs in the disassembler, most notably the disassembly of the rlwi* instructions, the original reason for bringing in this change. * Add more registers to the SPR list * Add more instructions to the opcode table Obtained from:=09NetBSD MFC after:=092 weeks 309308 by mjg: vfs: fix a whitespace nit in r309307 309307 by mjg: vfs: avoid VOP_ISLOCKED in the common case in lookup 309306 by emaste: netmap: add cast to fix powerpc64 LINT kernel Attempt to fix powerpc64 LINT kernel broken by r308000. Netmap's use of a uint64_t wchan seems odd, but in the interest of minimizing this change just cast through uintptr_t to silence the compiler warning. Reviewed by:=09jhb Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8669 309302 by np: cxgbe(4): Include firmware for T6 cards in the driver. Update all firmwares to 1.16.12.0. Obtained from:=09Chelsio Communications MFC after:=093 days Sponsored by:=09Chelsio Communications 309300 by mm: MFV r309299: Sync libarchive with vendor. Important vendor bugfixes (relevant to FreeBSD): #821: tar -P cannot extract hardlinks through symlinks #825: Add sanity check of tar "uid, "gid" and "mtime" fields PR:=09=09213255 Reported by:=09Tijl Coosemans MFC after:=091 week 309298 by emaste: libm: remove duplicate version script entries These symbols already appear in the common lib/msun/Symbol.map. Duplicate entries produce an error with LLVM's LLD linker. Reviewed by:=09br MFC after:=091 week Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8627 309297 by mav: Make SES status updates more aggressive. - On control request update all status pages, since they may also be affected if user enables/disables enclosure slots. - Periodically update element descriptors too, since there is some hardware where they are changed dynamically. MFC after:=092 weeks Sponsored by:=09iXsystems, Inc. 309296 by andrew: We only use the cpu0 variable in the FDT code. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309295 by avg: bhyve: stability and performance improvement for dbgport The TCP server implementation in dbgport does not track clients, so it may try to write to a disconected socket resulting in SIGPIPE. Avoid that by setting SO_NOSIGPIPE socket option. Because dbgport emulates an I/O port to guest, the communication is done byte by byte. Reduce latency of the TCP/IP transfers by using TCP_NODELAY option. In my tests that change improves performance of kgdb commands with lots of output (e.g. info threads) by two orders of magnitude. A general note. Since we have a uart emulation in bhyve, that can be used for the console and gdb access to guests. So, bvmconsole and bvmdebug could be de-orbited now. But there are many existing deployments that still dependend on those. Discussed with:=09julian, jhb MFC after:=092 weeks Sponsored by:=09Panzura 309294 by kadesai: This patch upgrades driver version to 06.712.04.00-fbsd Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309293 by kadesai: This patch will add code to refire IOCTL commands after OCR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309292 by kadesai: This patch will unblock SYNCHRONIZE_CACHE command to firmware, i.e. don't b= lock the SYNCHRONIZE_CACHE command at driver instead of passing it to firmware for all Gen3 controllers. For Thunderbolt controller, keep the legacy behavior i.e. return the SYNCHR= ONIZE_CACHE command with success status from driver itself. There is Sysctl parameter 'block_sync_cache' is provided to enable customer= s either to block/unblock these commands to facilitate legacy behavior if there is a compatibility issue. Default value for module= parameter is to unblock this command. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309291 by kadesai: Wait for AEN task to be completed(if in queue) before resetting the control= ler and return without processing event in AEN thread, if controller reset is i= n progress. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309290 by kadesai: This patch will add task management support in driver. Below is high level = description: If a SCSI IO times out, then before initiating OCR, now the driver will try= to send a target reset to the particular target for which the IO is timed out. If tha= t also fails, then the driver will initiate OCR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309289 by kadesai: Process outstanding reply descriptors from all the reply descriptor post qu= eues before initiating OCR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309288 by kadesai: Clean up reference to AEN command if abort AEN is succesful as the command = is aborted. Did the same by setting sc->aen_cmd =3D NULL when aborting AEN is successfu= l. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309287 by kadesai: Update controller properties(read OCR capability bit) when MR_EVT_CTRL_PROP= _CHANGED recieved. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309286 by kadesai: Add sanity check in IO and IOCTL path not to process command further if con= troller is in HW_CRITICAL_ERROR. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309285 by kadesai: Use a variable to indicate Gen3 controllers and remove all PCI ids based checks used for gen3 controllers. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309284 by kadesai: Problem statement: MFI linked list in megaraid_sas driver is used for mfi-mpt pass-through com= mands. This list can be corrupted due to many possible race conditions in driver a= nd eventually we may see kernel panic. One example - MFI frame is freed from calling process as driver send command via polling = method and interrupt for that command comes after driver free mfi frame (actually even after som= e other context reuse the mfi frame). When driver receive MPT frame in ISR, driver will be using = the index of MFI and access that MFI frame and finally in-used MFI frames list will be corrupted= . High level description of new solution - Free MFI and MPT command from same context. Free both the command either from process (from where mfi-mpt pass-through = was called) or from ISR context. Do not split freeing of MFI and MPT, because it creates the ra= ce condition which will do MFI/MPT list. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai MFC after: 3 days Sponsored by: Broadcom Limited/AVAGO Technologies 309283 by andrew: Mark the Broadcom code as FDT only, there is no ACPI support for the Raspberry Pi 3. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309282 by mav: Explicitly initialize cdai.flags. In SES driver uninitialized value caused unreliable physpath reporting. MFC after:=091 week Sponsored by:=09iXsystems, Inc. 309281 by oleg: Fix 'ipfw delete set N': do not emit meaningless 'rule 0 not found' warning if set was already empty= . MFC after:=091 week 309276 by jchandra: Fix interrupt clear in pl011 uart receive function Clear the interrupt state before reading the input char from the input FIFO. In the current code there is a window between the read to the data register and the write to the the ICR, during which an input char will not cause an interrupt. This fixes the issue by which the serial port input on QEMU freezes when using the emulated pl011 serial port. 309274 by jhb: Use the correct name for the GCC macro indicating max_align_t is defined. MFC after:=093 days 309271 by imp: Trying to autodetect legacy setups lead to problems when people overrode the disk image creation routine. For now, just always bring in the legecy defines / routines. 309270 by cognet: Add a FREEBSD-Xlist file for CK. 309269 by des: Use malloc()ed buffers instead of stack buffers in gr_copy() and pw_copy(). This allows pw(8) to operate on passwd and group files with longer lines than could be accomodated by a stack buffer. It doesn't take more than a few hundred users to exceed 8192 bytes in /etc/group. MFC after:=093 weeks Sponsored by:=09The University of Oslo 309268 by cognet: Hook CK to the kernel build. 309267 by cognet: Add FreeBSD-specific files. 309266 by cognet: Import Concurrency Kit in the kernel. CK is a toolkit providing different lockfree algorithms/data structures. More information can be found here : www.concurrencykit.org 309262 by dim: Fix packaging for clang, lldb and lld 3.9.0 During the upgrade of clang/llvm etc to 3.9.0 in r309124, the PACKAGE directive in the usr.bin/clang/*.mk files got dropped accidentally. Restore it, with a few minor changes and additions: * Correct license in clang.ucl to NCSA * Add PACKAGE=3Dclang for clang and most of the "ll" tools * Put lldb in its own package * Put lld in its own package Reviewed by:=09gjb, jmallett X-MFC-With:=09309124 Differential Revision: https://reviews.freebsd.org/D8666 309257 by ae: Rework ip_tryforward() to use FIB4 KPI. Tested by:=09olivier Obtained from:=09Yandex LLC MFC after:=091 month Sponsored by:=09Yandex LLC Differential Revision:=09https://reviews.freebsd.org/D8526 309256 by adrian: [ath] force wake the hardware if we see a missed beacon. This adds a workaround to incorrectly behaving APs (ie, FreeBSD APs) which don't beacon out exactly when they should (at TBTT multiples of beacon intervals.) It forces the hardware awake (but leaves it in network-sleep so self generated frames still state that the hardware is asleep!) and will remain awake until the next sleep transition driven by net80211. That way if the beacons are just at the wrong interval, we get a much better chance of hearing more consecutive beacons before we go to sleep, thus not constantly disconnecting. Tested: * AR9485, STA mode, against a misbehaving FreeBSD AP. 309253 by adrian: [ath] revert the previous commit, after reading the 802.11-2012 spec a bit = more. The 802.11-2012 spec talks about this - section 10.1.3.2 - Beacon Generatio= n in Infrastructure Networks. So yes, we should be expecting beacons to be going out in multiples of intval. Silly adrian. So: * fix the FreeBSD APs that are sending beacons at incorrect TBTTs (target beacon transmit time); and * yes indeed we will have to wake up out of network sleep until we sync a beacon. 309252 by mav: Add more ASMedia PCI IDs from different sources. Exact device names are not clear, but its better then nothing at all. MFC after:=091 month 309251 by mav: Process port interrupt even is PxIS register is zero. ASMedia ASM1062 AHCI chips with some fancy firmware handling PMP inside seems sometimes forgeting to set bits in PxIS, causing command timeouts. Removal of this check fixes the issue by the theoretical cost of slightly higher CPU usage in some odd cases, but this is what Linux does too. MFC after:=091 month 309250 by avg: MFV r309249: 3821 Race in rollback, zil close, and zil flush Note: there was a merge conflict resolved by me. illumos/illumos-gate@43297f973a3543e7403ac27076490ab958a94b15 https://github.com/illumos/illumos-gate/commit/43297f973a3543e7403ac2707649= 0ab958a94b15 https://www.illumos.org/issues/3821 We recently had nodes with some of the latest zfs bits panic on us in a rollback-heavy environment. The following is from my preliminary analysis= : Let's look at where we died: > $C ffffff01ea6b9a10 taskq_dispatch+0x3a(0, fffffffff7d20450, ffffff5551dea92= 0, 1) ffffff01ea6b9a60 zil_clean+0xce(ffffff4b7106c080, 7e0f1) ffffff01ea6b9aa0 dsl_pool_sync_done+0x47(ffffff4313065680, 7e0f1) ffffff01ea6b9b70 spa_sync+0x55f(ffffff4310c1d040, 7e0f1) ffffff01ea6b9c20 txg_sync_thread+0x20f(ffffff4313065680) ffffff01ea6b9c30 thread_start+8() If we dig in we can find that this dataset corresponds to a zone: > ffffff4b7106c080::print zilog_t zl_os->os_dsl_dataset->ds_dir->dd_mynam= e zl_os->os_dsl_dataset->ds_dir->dd_myname =3D [ "8ffce16a-13c2-4efa-a233- 9e378e89877b" ] Okay so we have a null taskq pointer. That only happens during the calls = to zil_open and zil_close. If we poke around we can see that we're actually = in midst of a rollback: > ::pgrep zfs | ::printf "0x%x %s\\n" proc_t . p_user.u_psargs 0xffffff43262800a0 zfs rollback zones/15714eb6-f5ea-469f-ac6d- 4b8ab06213c2@marlin_init 0xffffff54e22a1028 zfs rollback zones/8ffce16a-13c2-4efa-a233- 9e378e89877b@marlin_init 0xffffff4362f3a058 zfs rollback zones/0ddb8e49-ca7e-42e1-8fdc- 4ac4ba8fe9f8@marlin_init 0xffffff5748e8d020 zfs rollback zones/426357b5-832d-4430-953e- 10cd45ff8e9f@marlin_init 0xffffff436b867008 zfs rollback zones/8f36bf37-8a9c-4a44-995c- 6d1b2751e6f5@marlin_init 0xffffff4381ad4090 zfs rollback zones/6c8eca18-fbd6-46dd-ac24- 2ed45cd0da70@marlin_init Reviewed by: Matthew Ahrens Reviewed by: Dan Kimmel Reviewed by: Pavel Zakharov Reviewed by: Andriy Gapon Approved by: Richard Lowe Author: George Wilson MFC after:=093 weeks 309248 by andrew: Fix ISS_DATA_DFSC_MASK, it should include all bits in the field. 309246 by adrian: [ath] wake up the hardware from power-save before doing transmit completion= checking. This was being done in the pre-AR9380 case, but not for AR9380 and later. When powersave in STA mode is enabled, this may have lead to the transmit completion code doing this: * call the task, which doesn't wake up the hardware * complete the frames, which doesn't touch the hardware * schedule pending frames on the hardware queue, which DOES touch the hardware, and this will be ignored This would show up in the logs like this: (with debugging enabled): Nov 27 23:03:56 lovelace kernel: Q1[ 0] (nseg=3D1) (DS.V:0xfffffe011bd5730= 0 DS.P:0x49b57300) I: 168cc117 L:00000000 F:0005 ... (in general, doesn't require debugging enabled): Nov 27 23:03:56 lovelace kernel: ath_hal_reg_write: reg=3D0x00000804, val= =3D0x49b57300, pm=3D2 That register is a EDMA TX FIFO register (queue 1), and the val is the desc= riptor being written. Whilst here, make sure the software queue gets kicked here. Tested; * AR9485, STA mode + powersave 309245 by sephe: hyperv/vmbus: Use poll/cancel APIs to wait for the CHOPEN response. Since hypervisor does not respond CHOPEN to a revoked channel. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8636 309244 by sephe: hyperv/vmbus: Add exec cancel support for message Hypercall API. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8635 309243 by delphij: Plug another leak with malformed IPv6 address. MFC after:=092 weeks 309242 by sephe: hyperv/vmbus: Add result polling support for message Hypercall API. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8634 309241 by delphij: Don't leak 'str' when we see a malformed IPv6 address. MFC after:=092 weeks 309240 by sephe: hyperv/vmbus: Add result polling support for xact API. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8633 309239 by delphij: style(9). MFC after:=092 weeks 309238 by delphij: Plug a potential memory leak. MFC after:=092 weeks 309237 by sephe: hyperv/vmbus: Stringent GPADL parameter assertion. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8632 309236 by sephe: hyperv/vmbus: Make sure that the allocated GPADL is not zero. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8631 309235 by sephe: hyperv/hn: Simplify RSS indirect table fixup API MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8630 309234 by delphij: pages and psize are always assigned, so there is no need to initialize them as zero. MFC after:=092 weeks 309233 by delphij: Eliminate variables that are computed, assigned but never used. MFC after:=092 weeks 309232 by delphij: Fix an obvious typo. MFC after:=092 weeks 309231 by sephe: hyperv/hn: Fix vmbus_chan_subidx usage. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8629 309230 by sephe: hyperv/hn: Enable multi-packet RNDIS message support by default. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8621 309229 by sephe: hyperv/hn: Fix attach error handling MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8620 309228 by sephe: hyperv/hn: Fix multi-packet RNDIS message aggregation size setting. Just in case that no chimney sending buffer can be used. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8619 309227 by sephe: hyperv/hn: Fix detach error handling. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8613 309226 by sephe: hyperv/hn: Utilize vmbus_chan_xact_wait MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8612 309225 by sephe: hyperv/vmbus: Add supportive transaction wait function. This function supports channel revocation properly. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8611 309224 by sephe: hyperv/vmbus: Zero out GPADL if error happens. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8601 309223 by adrian: [ath] fix target beacon interval programming for STA mode when in powersave= . This bug has been bugging me for quite some time. I finally sat down with enough coffee to figure it out. The short of it - rounding up to the next intval multiple of the TSF value only works if the AP is transmitting all its beacons on an interval of the TSF. If it isn't - for example, doing staggered beacons on a multi-VAP setup with a single hardware TSF - then weird things occur. The long of it - When powersave is enabled, the MAC and PHY are partially powered off. They can't receive any packets (or transmit, for that matter.) The target beacon timer programming will wake up the MAC/PHY just before the beacon is supposed to be received (well, strictly speaking, at DTIM so it can see the TIM - traffic information map - telling the STA whether any traffic is there for it) and it happens automatically. However, this relies on the target beacon time being programmed correctly. If it isn't then the hardware will wake up and not hear any beacons - and then it'll be asleep for said beacons. After enough of this, net80211 will give up and assume the AP went away. This should fix both TSFOOR interrupts and disconnects from APs with powers= ave enabled. The annoying bit is that it only happens if APs stagger things or start on a non-zero TSF. So, this would sometimes be fine and sometimes not be fine. What: * I don't know (yet) why the code rounds up to the next intval. For now, just disable rounding it and trust the value we get. TODO: * If we do see a beacon miss in STA mode then we should transition out of sleep for a while so we can hear beacons to resync against. I'd love a patch from someone to enable that particular behaviour. Note - that doesn't require that net80211 brings the chip out of sleep state - only that we wake the chip up through to full-on and then let it go to sleep again when we've seen a beacon. The wifi stack and AP can still completely just stay believing we're in sleep mode. Tested: * AR9485, STA mode, powersave enabled MFC after:=091 week Relnotes:=09Yes 309222 by adrian: [ath] include logging of TU versions of the TSF values. The beacon programming side of things deals in TUs and 1/8th TUs, so it's good to se the TU value here when debugging beaconing issues. 309220 by pfg: indent(1): Properly handle the wide string literal and wide char constant L= . indent(1) treated the "L" in "L'a'" as if it were an identifier and forced a space character after it, breaking valid code. PR:=09=09143090 MFC after:=092 weeks 309219 by pfg: indent(1): fix regression introduced in r303596. Multi-line comments are always block comments in KNF. Restore properly, handling the case when a long one-liner gets wrapped and becomes a multi-line comment. Obtained from:=09Piotr Stefaniak 309217 by pfg: indent(1): minor off-by-one error. This was introduced in r303571. Obtianed from:=09Piotr Stefaniak 309216 by bapt: Properly initialize nextp MFC after:=091 day 309215 by adrian: [ath] Begin to lay the groundwork for btcoex related ioctl controls. 309214 by avos: rsu: add support for hardware multicast filter setup. The algorithm is the same as in rtwn(4). Tested with Asus USB-N10 (STA) + RTL8188CUS (AP). 309212 by dim: Add a few missed clang 3.9.0 files to OptionalObsoleteFiles. X-MFC-With:=09309149 309211 by hselasky: Fix spelling. 309210 by avos: rsu: various scanning fixes. - Set IEEE80211_FEXT_SCAN_OFFLOAD flag; firmware can send null data frames when associated. - Check IEEE80211_SCAN_ACTIVE scan flag instead of IEEE80211_F_ASCAN ic flag; the last is never set since r170530. - Eliminate software scan (net80211) <-> site_survey (driver) race: * override ic_scan_curchan and ic_scan_mindwell pointers so net80211 will not try to finish scanning automatically; * inform net80211 about current status via ieee80211_cancel_scan() and ieee80211_scan_done(); * remove corresponding workaround from rsu_join_bss(). Now the driver can associate to an AP with hidden SSID. Tested with Asus USB-N10. 309209 by kib: NFSv4 client tracks opens, and the track records are only dropped when the vnode is inactivated. This contradicts with the nullfs caching which keeps upper vnode around, as consequence keeping the use reference to lower vnode. Add a filesystem flag to request nullfs to not cache when mounted over that filesystem, and set the flag for nfs v4 mounts. Reported by:=09asomers Reviewed by:=09rmacklem Tested by:=09asomers, rmacklem Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 309204 by alc: The function vm_page_cache() no longer exists. Remove its man page. 309203 by alc: Recursion on the free page queue mutex occurred when UMA needed to allocate a new page of radix trie nodes to complete a vm_radix_insert() operation that was requested by vm_page_cache(). Specifically, vm_page_cache() already held the free page queue lock when UMA tried to acquire it through a call to vm_page_alloc(). This code path no longer exists, so there is no longer any reason to allow recursion on the free page queue mutex. Improve nearby comments. Reviewed by:=09kib, markj Tested by:=09pho Sponsored by:=09Dell EMC Isilon Differential Revision:=09https://reviews.freebsd.org/D8628 309202 by landonf: bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding= . - Defined an abstract NVRAM I/O API (bhnd_nvram_io), decoupling NVRAM/SPROM parsing from the actual underlying NVRAM data provider (e.g. CFE firmware devices). - Defined an abstract NVRAM data API (bhnd_nvram_data), decoupling higher-level NVRAM operations (indexed lookup, data conversion, etc) from the underlying NVRAM file format parsing/serialization. - Implemented a new high-level bhnd_nvram_store API, providing indexed variable lookup, pending write tracking, etc on top of an arbitrary bhnd_nvram_data instance. - Migrated all bhnd(4) NVRAM device drivers to the common bhnd_nvram_store API. - Implemented a common bhnd_nvram_val API for parsing/encoding NVRAM variable values, including applying format-specific behavior when converting to/from the NVRAM string representations. - Dropped the now unnecessary bhnd_nvram driver, and moved the broadcom/mips-specific CFE NVRAM driver out into sys/mips/broadcom. - Implemented a new nvram_map file format: - Variable definitions are now defined separately from the SPROM layout. This will also allow us to define CIS tuple NVRAM mappings referencing the common NVRAM variable definitions. - Variables can now be defined within arbitrary named groups. - Textual descriptions and help information can be defined inline for both variables and variable groups. - Implemented a new, compact encoding of SPROM image layout offsets. - Source-level (but not build system) support for building the NVRAM file format APIs (bhnd_nvram_io, bhnd_nvram_data, bhnd_nvram_store) as a userspace library. The new compact SPROM image layout encoding is loosely modeled on Apple dyld compressed LINKEDIT symbol binding opcodes; it provides a compact state-machine encoding of the mapping between NVRAM variables and the SPROM image offset, mask, and shift instructions necessary to decode or encode the SPROM variable data. The compact encoding reduces the size of the generated SPROM layout data from roughly 60KB to 3KB. The sequential nature SPROM layout opcode tables also simplify iteration of the SPROM variables, as it's no longer neccessary to iterate the full NVRAM variable definition table, but instead simply scan the SPROM revision's layout opcode table. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D8645 309201 by scottl: Add a missing header 309200 by markj: Launder VPO_NOSYNC pages upon vnode deactivation. As of r234483, vnode deactivation causes non-VPO_NOSYNC pages to be laundered. This behaviour has two problems: 1. Dirty VPO_NOSYNC pages must be laundered before the vnode can be reclaimed, and this work may be unfairly deferred to the vnlru process or an unrelated application when the system is under vnode pressure. 2. Deactivation of a vnode with dirty VPO_NOSYNC pages requires a scan of the corresponding VM object's memq for non-VPO_NOSYNC dirty pages; if the laundry thread needs to launder pages from an unreferenced such vnode, it will reactivate and deactivate the vnode with each laundering, potentially resulting in a large number of expensive scans. Therefore, ensure that all dirty pages are laundered upon deactivation, i.e., when all maps of the vnode are removed and all references are released. Reviewed by:=09alc, kib MFC after:=091 month Differential Revision:=09https://reviews.freebsd.org/D8641 309199 by rmacklem: Use November instead of the abbreviation. Requested by:=09Ed Shouten MFC after:=092 weeks 309198 by rmacklem: Document the -E flag for nfsstat. This is a content change. Reviewed by:=09bcr MFC after:=092 weeks Differential Revision:=09https://reviews.freebsd.org/D8626 309197 by rmacklem: Add a -E flag to nfsstat.c so that it prints out the NFSv4.1 procedure/operation counts. It also avoids clipping the counts at 9 digits. Reviewed by:=09bcr (doc parts) MFC after:=092 weeks Differential Revision:=09https://reviews.freebsd.org/D8626 309196 by avos: rsu: fix R92S_TXDW1_QSEL_H2C definition (0x1f -> 0x13). Without this fix firmware ignores all but first 32 commands (=3D almost everything (except plain Tx / Rx) stops working). Tested with ASUS USB-N10. 309195 by ian: Add an ethernet0 alias pointing to the /aix/usb/hub/ethernet node. This is required for u-boot to locate the ethernet node when it's doing fixup of the mac-address property when the user has overridden the default addr. 309194 by bapt: initialize *nextp which could be left uninitialized in case the configurati= on file cannot be open/read Reported by:=09Coverity via cem MFC after:=092 days CID:=09=091365665 309192 by sevan: Fix null dereference when running out of nodes during rename. PR:=09=09212370 Submitted by:=09Sascha Wildner Reviewed by:=09bcr (mentor) Approved by:=09bapt Obtained from:=09NetBSD MFC after:=092 weeks Differential Revision:=09https://reviews.freebsd.org/D8643 309191 by rakuco: fdt: Expect strchr() to return a const char* In C, strchr(3) returns a char*, whereas C++ defines two overloads: * const char *strchr(const char*, int) * char *strchr(char*, int) Building fdt.cc (with the WITHOUT_GPL_DTC knob set) with libc++ 3.9.0 (impo= rted in r309124) was failing because libc++ r260377 added the first overload to string.h, leading to failures such as: fdt.cc:1638:8: error: cannot initialize a variable of type 'char *' wit= h an rvalue of type 'const char *' Just define val as a const char* to fix it. Upstreamed in https://github.com/davidchisnall/dtc/pull/14 Reviewed by:=09emaste Approved by:=09emaste 309190 by manu: PLL3 have a fractional mode where an explicit frequency (297Mhz or 270) can be selected for it. If the desired frequency is one of those two, use this mode instead of the integer one. When calculating the PLL3 freq for the dotclock, check if it is a multiple of the fracional frequencies. MFC after:=092 weeks 309189 by kib: Fix automatic eventtimer hardware selection when ARAT (APIC-Timer-always-running) is not implemented. If machine has ncpus >=3D 8 and non-FSB interrupt routing from HPET, default HPET eventtimer quality 450 is reduced by 100, i.e. it is 350. On the other hand, LAPIC default quality is 600 and it is reduced by 200 if ARAT is not reported. We end up with HPET quality 350 < LAPIC quality 400, despite ARAT is not set. Then, since deep Cx states are active by default, eventtimer fail. E.g., on Nehalem Core i7 CPU and X58 chipset, LAPIC only works in C0/C1/C1E and HPET does not implement FSB mode, which otherwise requires manual switch to HPET to get working system. Set LAPIC eventtimer quality to 100 if no ARAT. While there, do not ignore deadlint TSC mode for LAPIC timer if ARAT is not implemented. If user manually selected LAPIC eventtimer on such CPU, there is no reason to not use deadline if available and not disabled administratively. Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 309188 by br: Don't build Ingenic kernels until we have non-static FDT support for them. Sponsored by:=09DARPA, AFRL 309187 by ae: Fix ICMPv6 Time Exceeded error message translation. Obtained from:=09Yandex LLC Sponsored by:=09Yandex LLC 309184 by delphij: style(9) indent changes, no actual code change. MFC after:=092 weeks 309179 by pfg: ext2: avoid possible overflow when calculating malloc size. This is inspired on r308064 for case of reloading UFS. MFC after:=091 week 309174 by emaste: netipsec: fix build after 309144 Reported by:=09rakuco 309171 by rmacklem: Stop "nfsstat -z" from clearing counts of NFSv4 state structures. The "-z" option on nfsstats was erroneously zeroing out the counts of NFSv4 state structures. These counts will normally go back down to zero as state is released. When zeroed out by "-z", these counts can go negative. This patch fixes this problem. MFC after:=092 weeks 309169 by dim: Get rid of separate Subversion mergeinfo properties for llvm-dwarfdump and llvm-lto. The mergeinfo confuses Subversion enormously, and these directories will just use the mergeinfo for llvm itself. 309167 by jhibbits: Add an isync to after mtsrin, required by the MPC750 errata MPC750 User Manual Errata (rev 1) adds a note to C.4.2.2 noting that mtsr, mtsrin, and mtmsr all require a isync after the instruction and before data address translation uses any of the segment registers. This should make Fr= eeBSD run correctly on the G3 again. Reported by:=09Mark Millard MFC after:=091 week 309151 by emaste: Use explicit 0x200000 instead of MAXPAGESIZE for the amd64 kernel physaddr MAXPAGESIZE is not well defined by the GNU ld documentation. Different linkers, and different versions of the same linker, use different MAXPAGESIZE values. Current versions of GNU gold and LLVM's lld use 4K. When set to 4K the kernel panics at boot due to an issue with x86bios. Here we want the kernel physaddr to be the amd64 superpage size, so use that value (2MB) explicitly. With this change GNU gold and LLVM lld can link a working amd64 kernel. PR:=09=09214718 (x86bios) Differential Revision:=09https://reviews.freebsd.org/D8610 309150 by dim: Bump FREEBSD_CC_VERSION again for r309147 and 309149. 309149 by dim: Pull in r283060 from upstream llvm trunk (by Hal Finkel): [PowerPC] Refactor soft-float support, and enable PPC64 soft float This change enables soft-float for PowerPC64, and also makes soft-float disable all vector instruction sets for both 32-bit and 64-bit modes. This latter part is necessary because the PPC backend canonicalizes many Altivec vector types to floating-point types, and so soft-float breaks scalarization support for many operations. Both for embedded targets and for operating-system kernels desiring soft-float support, it seems reasonable that disabling hardware floating-point also disables vector instructions (embedded targets without hardware floating point support are unlikely to have Altivec, etc. and operating system kernels desiring not to use floating-point registers to lower syscall cost are unlikely to want to use vector registers either). If someone needs this to work, we'll need to change the fact that we promote many Altivec operations to act on v4f32. To make it possible to disable Altivec when soft-float is enabled, hardware floating-point support needs to be expressed as a positive feature, like the others, and not a negative feature, because target features cannot have dependencies on the disabling of some other feature. So +soft-float has now become -hard-float. Fixes PR26970. Pull in r283061 from upstream clang trunk (by Hal Finkel): [PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-float Enable soft-float support on PPC64, as the backend now supports it. Also, the backend now uses -hard-float instead of +soft-float, so set the target features accordingly. Fixes PR26970. Reported by:=09Mark Millard PR:=09=09214433 309148 by jhb: Permit timed sleeps for threads other than thread0 before timers are workin= g. The callout subsystem already handles early callouts and schedules the first clock interrupt appropriately based on the currently pending callouts. The one nit to fix was that callouts scheduled via C_HARDCLOCK during early boot could fire too early once timers were enabled as the per-CPU base time is always zero until timers are initialized. The change in callout_when() handles this case by using the current uptime as the base time of the callout during bootup if the per-CPU base time is zero. Reviewed by:=09kib MFC after:=092 weeks Sponsored by:=09Netflix 309147 by dim: Pull in r282174 from upstream llvm trunk (by Krzysztof Parzyszek): [PPC] Set SP after loading data from stack frame, if no red zone is present Follow-up to r280705: Make sure that the SP is only restored after all data is loaded from the stack frame, if there is no red zone. This completes the fix for https://llvm.org/bugs/show_bug.cgi?id=3D26519. Differential Revision: https://reviews.llvm.org/D24466 Reported by: Mark Millard PR: 214433 309146 by fabient: Update r309143 to prevent false sharing. Reported by:=09mjg Approved by:=09so MFC after:=091 month 309145 by andrew: Fix the TLB conflict abort value. This should be a no-op as we don't use this value in the code. 309144 by fabient: IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets. Since the previous algorithm, based on bit shifting, does not scale with large replay windows, the algorithm used here is based on RFC 6479: IPsec Anti-Replay Algorithm without Bit Shifting. The replay window will be fast to be updated, but will cost as many bits in RAM as its size. The previous implementation did not provide a lock on the replay window, which may lead to replay issues. Reviewed by:=09ae Obtained from:=09emeric.poupon@stormshield.eu Sponsored by:=09Stormshield Differential Revision:=09https://reviews.freebsd.org/D8468 309143 by fabient: In a dual processor system (2*6 cores) during IPSec throughput tests, we see a lot of contention on the arc4 lock, used to generate the IV of the ESP output packets. The idea of this patch is to split this mutex in order to reduce the contention on this lock. Reviewed by:=09delphij, markm, ache Approved by:=09so Obtained from: emeric.poupon@stormshield.eu MFC after: 1 month Sponsored by:=09Stormshield Differential Revision:=09https://reviews.freebsd.org/D8130 309142 by emaste: Add WITH_LLD_AS_LD build knob If set it installs LLD as /usr/bin/ld. LLD (as of version 3.9) is not capable of linking the world and kernel, but can self-host and link many substantial applications. GNU ld continues to be used for the world and kernel build, regardless of how this knob is set. It is on by default for arm64, and off for all other CPU architectures. Sponsored by:=09The FreeBSD Foundation 309140 by sephe: hyperv/vmbus: Add a simplified version of channel close. So that the caller can know the channel close error and react accordingly. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8600 309139 by sephe: hyperv/vmbus: Propagate close error. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8599 309138 by sephe: hyperv/vmbus: Always try disconnect/free bufring memory upon channel close While I'm here, minor wording and style changes. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8598 309136 by sephe: hyperv/vmbus: Don't free the bufring if its GPADL can't be disconnected. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8570 309135 by sephe: hyperv/vmbus: Return EISCONN if the bufring GPADL can't be disconnected. So that the callers of vmbus_chan_open_br() could handle the passed in bufring memory properly. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8569 309134 by sephe: hyperv/vmbus: No stranded bufring GPADL is allowed. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8568 309133 by sephe: hyperv/vmbus: GPADL disconnect error on a revoked channel is benign. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8567 309132 by sephe: hyperv/vmbus: Don't close unopened channels. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8566 309131 by sephe: hyperv/vmbus: Fix sysctl tree leakage, if channel open fails. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8565 309129 by sephe: hyperv/vmbus: Minor style changes. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8564 309128 by sephe: hyperv/vmbus: Commit the GPADL id only after the connection succeeds. Minor style change. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8563 309127 by dexuan: hyperv/vmbus,pcib: unbreak build in case NEW_PCIB is undefined vmbus_pcib requires NEW_PCIB, but in case that's not defined, we at least shouldn't break build. Reviewed by:=09sephe Approved by:=09sephe (mentor) MFC after:=093 days Sponsored by:=09Microsoft 309126 by emaste: Correct lld llvm-tblgen dependency file name 309124 by dim: Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0 release, and add lld 3.9.0. Also completely revamp the build system for clang, llvm, lldb and their related tools. Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11 support to build; see UPDATING for more information. Release notes for llvm, clang and lld are available here: Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan Beich for their help. Relnotes:=09yes MFC after:=091 month 309121 by jceel: virtio_console: handle short writes to an Unix domain socket gracefully. writev() can do a short write. Retrying it results in a very convoluted and complex code, so we iterate over iovec and do regular stream_write() instead. Approved by:=09trasz Sponsored by:=09iXsystems, Inc. 309120 by jceel: Allow opening virtio-console ports from the host side before guest enumerates them. Approved by:=09trasz Sponsored by:=09iXsystems, Inc. 309119 by avg: virtio_pci: fix announcement of MSI-X interrupts for queues Queues that do not need interrupts - for instance, output queues - do not have a corresponding entry in vtpci_msix_vq_interrupts. So, it was wrong to increment a pointer into that array when iterating over such a queue. I ran into this bug while trying to use virtio_console(4) that allocates a lot of queues with every other being an output queue without an interrupt handler (if MultiplePorts feature is negotiated). MFC after:=092 weeks 309116 by avg: virtio_console: correctly determine presense of payload and its length MFC after:=092 weeks 309114 by jhibbits: Fix the build post-r309017 for MPC85XX/MPC85XXSPE r309017 removed two fields from struct vmmeter, which is embedded in struct pcpu. This caused the struct size to change, triggering the CTASSERT in sys/pcpu.h. Add the extra 8 bytes back in as padding. 309113 by loos: Add the etherswitch(4) support for TI CPSW. Adds VLAN and port management abilities for etherswitchcfg(8). The code is conditionally enabled for now, because it is not necessary on single ethernet use cases. Obtained from:=09pfSense MFC after:=092 weeks Sponsored by:=09Rubicon Communications, LLC (Netgate) 309112 by gonzo: [bytgpio] Fix pc98 build by disabling bytgpio module for this platform Reported by:=09dim 309111 by mjg: wait: avoid relocking the child if proc_to_reap returns 1 proc_to_reap would always unlock. However, if it returned 1, kern_wait6 would immediately lock it again. Save the dance. Reviewed by:=09kib 309109 by des: Add a warning against modifying this code without understanding it, and an example of how not to make it more portable. I've had this lying around uncommitted since 2009... 309100 by brueffer: Sync the rtwn(4) entry with the manpage. 309099 by avg: MFV r308990: 7181 race between zfs_mount and zfs_ioc_rollback illumos/illumos-gate@90f2c094b3822f4825f21cef2c2faf7d03b55139 https://github.com/illumos/illumos-gate/commit/90f2c094b3822f4825f21cef2c2f= af7d03b55139 https://www.illumos.org/issues/7181 zfsvfs_setup() is called in both zfs_mount and zfs_resume_fs paths. dmu_objset_set_user(zfsvfs->z_os, zfsvfs) is called early in zfsvfs_setup= () before the setup is actually completed, thus an under-constructed zfsvfs becomes visible. Additionally, there is nothing to serialize the two call paths. As a resu= lt two threads can step on each other's toes. assertion failed: zilog->zl_clean_taskq =3D=3D NULL, file: ../../common/fs/zfs/zil.c, line: 1772 > $c vpanic() 0xfffffffffbdf6928() zil_open+0x45(ffffff1bbc5dd000, fffffffff7993880) zfsvfs_setup+0x84(ffffffb378d77000, 0) zfs_resume_fs+0x132(ffffffb378d77000, ffffffb37ddcf000) zfs_ioc_rollback+0x96(ffffffb37ddcf000, ffffff01dcdc4cd0, ffffff01aa09100= 0) zfsdev_ioctl+0x215(10a00000000, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) cdev_ioctl+0x39(10a00000000, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) spec_ioctl+0x60(ffffff0197737700, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) fop_ioctl+0x55(ffffff0197737700, 5a19, 80465f8, 100003, ffffff01ab318368, ffffff0004b59e58) ioctl+0x9b(7, 5a19, 80465f8) sys_syscall32+0x1f7() > ffffff1bbc5dd000::print objset_t os_zil os_zil =3D 0xffffff1c053cf7c0 > 0xffffff1c053cf7c0::print zilog_t zl_clean_taskq Reviewed by: Matthew Ahrens Approved by: Gordon Ross Author: Andriy Gapon MFC after:=092 weeks 309098 by avg: MFV r308988: 7199, 7200 dsl_dataset_rollback_sync may try to free already free blocks 7199 dsl_dataset_rollback_sync may try to free already free blocks 7200 no blocks must be born in a txg after a snaphot is created illumos/illumos-gate@bfaed0b91e57062c38bc16b4f89db3c8f0052a9b https://github.com/illumos/illumos-gate/commit/bfaed0b91e57062c38bc16b4f89d= b3c8f0052a9b https://www.illumos.org/issues/7199 dsl_dataset_rollback_sync may try to free already freed blocks when it ca= lls dsl_destroy_head_sync_impl to destroy a temporary clone. That happens if a snapshot to which we are rolling back and from which th= e clone is created has some ZIL records. https://www.illumos.org/issues/7200 No new blocks must be born in a dataset in the same TXG after a snapshot = of the dataset is taken. Those blocks would have the same blk_birth as the dataset's ds_prev_snap_= txg and as such they would be presumed to belong o the snapshot while in fact= they do not. All the datasets must be clean before sync tasks are run, so the describe= d scenario may happen only if one of the sync tasks dirties the dataset and another sync task takes its snapshot. Then, there will be another sync pass because of the dirty data and the n= ew blocks will be born in the same TXG when the data is written out. It seems that almost all of the existing sync tasks modify only MOS and d= o not dirty any objsets. The only exception that I've been able to identify so far is the rollback= which can modify an objset when it zeroes out the objset's ZIL. Reviewed by: Matthew Ahrens Reviewed by: Brad Lewis Approved by: Gordon Ross Author: Andriy Gapon MFC after:=093 weeks 309097 by avg: MFV r308987: 7180 potential race between zfs_suspend_fs+zfs_resume_fs and zfs_ioc_rename illumos/illumos-gate@690041b9caf801816f2d0bac90bc7cecefb73523 https://github.com/illumos/illumos-gate/commit/690041b9caf801816f2d0bac90bc= 7cecefb73523 https://www.illumos.org/issues/7180 If a filesystem is not unmounted while the rename is being performed, the= n, for example, a concurrect zfs rollback may call zfs_suspend_fs followed by zfs_resume_fs on the same filesystem. The latter takes the filesystem's name as an argument. If the filesystem = name changes as a result of the rename, then dmu_objset_hold(osname, zfsvfs, &= os) call in zfs_resume_fs would fail resulting in a kernel panic. So far I have been able to reproduce this problem on FreeBSD where zfs re= name has -u option that skips the unmounting before doing the renaming. But I think that in theory the same problem can occur on illumos as well, because the unmounting is done in userland before invoking the rename ioc= tl and there could be a race with, e.g., zfs mount. panic: solaris assert: dmu_objset_hold(osname, zfsvfs, &zfsvfs->z_os) =3D= =3D 0 (0x2 =3D=3D 0x0), file: /usr/devel/svn/head/sys/cddl/contrib/opensolaris/uts/c= ommon/fs/ zfs/zfs_vfsops.c, line: 2210 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe004df= 30710 vpanic() at vpanic+0x182/frame 0xfffffe004df30790 panic() at panic+0x43/frame 0xfffffe004df307f0 assfail3() at assfail3+0x2c/frame 0xfffffe004df30810 zfs_resume_fs() at zfs_resume_fs+0xb9/frame 0xfffffe004df30860 zfs_ioc_rollback() at zfs_ioc_rollback+0x61/frame 0xfffffe004df308a0 zfsdev_ioctl() at zfsdev_ioctl+0x65c/frame 0xfffffe004df30940 devfs_ioctl_f() at devfs_ioctl_f+0x156/frame 0xfffffe004df309a0 kern_ioctl() at kern_ioctl+0x246/frame 0xfffffe004df30a00 sys_ioctl() at sys_ioctl+0x171/frame 0xfffffe004df30ae0 amd64_syscall() at amd64_syscall+0x2db/frame 0xfffffe004df30bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe004df30bf0 Reviewed by: Matt Ahrens Reviewed by: Pavel Zakharov Approved by: Richard Lowe MFC after:=092 weeks 309096 by avg: MFV r308989: 6428 set canmount=3Doff on unmounted filesystem tries to unmount children This is a cosmetic and bookkeeping change as the actual change is already in FreeBSD. See r297521, r304520, r308985. 309095 by martymac: Fix path for per-user nsmb.conf file ~/nsmb.conf, as erroneously introduced by r214387, is never used. Fix the m= an page to specify that ~/.nsmbrc is used instead. PR:=09=09210652 Submitted by:=09ganael.laplanche@corp.ovh.com Approved by:=09gjb (doceng@) 309094 by avg: MFV r308986: 6412 zfs receive: -u can be ignored sometimes This is a record only change, the actual change is in FreeBSD since r297520. 309093 by avg: firewire: initialize tag label to -1 in fw_xfer_alloc() Zero can be confused for a potentially valid value. For example, if I load and unload sbp driver I get a lot of messages like the following: fw_tl_free: the xfer is not in the queue (tlabel=3D0, flag=3D0x0) send: dst=3D0x00 tl=3D0x00 rt=3D0 tcode=3D0x0 pri=3D0x0 src=3D0x000 recv: dst=3D0x01 tl=3D0x21 rt=3D1 tcode=3D0x1 pri=3D0x0 src=3D0xffc0 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0446440= 7e0 fw_tl_free() at fw_tl_free+0x18d/frame 0xfffffe0446440820 fw_xfer_unload() at fw_xfer_unload+0xca/frame 0xfffffe0446440840 fw_xferlist_remove() at fw_xferlist_remove+0x2f/frame 0xfffffe0446440870 sbp_detach() at sbp_detach+0x1e0/frame 0xfffffe04464408e0 device_detach() at device_detach+0x80/frame 0xfffffe0446440900 devclass_driver_deleted() at devclass_driver_deleted+0x6a/frame 0xfffffe044= 6440940 devclass_delete_driver() at devclass_delete_driver+0x7d/frame 0xfffffe04464= 40980 driver_module_handler() at driver_module_handler+0xff/frame 0xfffffe0446440= 9d0 module_unload() at module_unload+0x32/frame 0xfffffe04464409f0 linker_file_unload() at linker_file_unload+0x24b/frame 0xfffffe0446440a40 kern_kldunload() at kern_kldunload+0xbc/frame 0xfffffe0446440a70 amd64_syscall() at amd64_syscall+0x314/frame 0xfffffe0446440bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe0446440bf0 MFC after:=092 weeks 309092 by avg: fwohci: report whether PhysicalUpperBound register is implemented Please see section 5.15 of 1394 OHCI Specification. If the register is not implemented, then the physical response unit is limited to the first 4GB of the physical memory. In that case the non-cooperative debugging over firewire (using /dev/fwmem) can not be expected to work if a target has more RAM than that. The method is described in gdb.4 and the Developer's Handbook. It seems that most of the consumer hardware does not implement PhysicalUpperBound register. MFC after:=091 week 309090 by avg: further fix zfs_lock() diagnostics It was very wrong to look at the vnode and znode internals without having locked the vnode first. Reported by:=09pho Tested by:=09pho MFC after:=091 week X-MFC with:=09r308887 309085 by sephe: hyperv/hn: Fix primary channel revocation Since hypervisor will not drain the TX bufring, once the channels are revoked: - Setup vmbus orphan handler properly. - Make sure that suspension will not wait the TX bufring draining forever. - GC the pending TX descs on detach path, before freeing the busdma stuffs. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8559 309084 by manu: Enable the SPI1 and SPI2 node for Olimex A20 SOM EVB. This was missed in r309079. 309083 by sephe: hyperv/vmbus: Fix the multi-channel revoking on vmbus side. - Reference count the sub-channel when channel offer message is processed, so that immediate rescind message on the same channel will not race sub-channel open on driver side. - Drop the above reference when sub-channel is closed, this closely mimics the hypervisor's reaction when primary channel is closed on the VM side. No drivers use sub-channel after primary channel is closed. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8546 309082 by dexuan: share/man/man4/Makefile: Only install Hyper-V man pages on amd64 and i386 We shouldn't install them on the architectures not supported by Hyper-V. And, hv_ata_pci_disengage.4.gz should be removed from all architectures: 1) It should have only applied to Hyper-V; 2) For Hyper-V platforms (amd64 and i386), the related driver was removed b= y r306426 | sephe | 2016-09-29 09:41:52 +0800 (Thu, 29 Sep 2016), because now we have a better mechanism to disble the ata driver for hard disks when the VM runs on Hyper-V. Reviewed by:=09sephe, andrew, jhb Approved by:=09sephe (mentor) MFC after:=093 days Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8572 309081 by sephe: hyperv/vmbus: Fix the primary channel revoking on vmbus side. Drivers can now use vmbus_chan_{is_revoked,set_orphan,unset_orphan}() and vmbus_xact_ctx_orphan() to fix their attach/detach DEVMETHODs for revoked primary channels. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8545 309080 by sephe: hyperv/vmbus: Implement orphan support for transaction API It will be used to fix the primary channel revocation support. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8525 309079 by manu: Enable the SCL and SDA i2c line for DDC. This is an undocumented register that we need to set if we do not want to rely on u-boot or other bootloader. 309078 by shurd: Add new device IDs Add device IDs for new hardware, sort the device IDs, add comment regarding fragice NPAR/VF detection. Approved by:=09davidch MFC after:=096 days Sponsored by:=09Broadcom Limited 309076 by gonzo: [rpi3] Move SOC_BRCM_BCM2837 from UP config to SMP one Now that BCM283x source are buildable with SMP option it cam be moved to GENERIC SMP config. SMP itself does not work on RPi3 yet due to lack of PSCI monitor which is work in progress at the moment 309074 by gonzo: [rpi3] Fix SMP build for FreeBSD/arm64 309073 by shurd: Fix version string This is no longer on github, but in FreeBSD base. Approved by:=09davidch MFC after:=096 days Sponsored by:=09Broadcom Limited 309070 by avos: rtwn.4: fix hostapd(8) man page section. 309069 by gnn: Add tunable to disable destructive dtrace Submitted by:=09Joerg Pernfuss Reviewed by:=09rstone, markj MFC after:=092 weeks Differential Revision:=09https://reviews.freebsd.org/D8624 309068 by jhb: Fix _mips_rtld_bind() to handle ELF filters. MIPS does not use the common _rtld_bind() to handle runtime binding. Instead, it uses a private _mips_rtld_bind(). Update _mips_rtld_bind() to include the changes made to _rtld_bind() in r216695 and r218476 to support upgrading the read-locked rtld_bind_lock to a write lock when an object with a filter is encountered. While here, add a 'where' variable to track the location of the fixup in the GOT to make the code flow more closely match _rtld_bind(). Reviewed by:=09kib Obtained from:=09CheriBSD Sponsored by:=09DARPA / AFRL Differential Revision:=09https://reviews.freebsd.org/D8625 309067 by mjg: cache: ensure that the number of bucket locks does not exceed hash size The size can be changed by side effect of modifying kern.maxvnodes. Since numbucketlocks was not modified, setting a sufficiently low value would give more locks than actual buckets, which would then lead to corruption. Force the number of buckets to be not smaller. Note this should not matter for real world cases. Reported and tested by:=09pho 309066 by brueffer: Fix various mdoc issues reported by mandoc -Tlint. 309065 by brueffer: Fix various mdoc issues reported by mandoc -Tlint. 309064 by manu: Enable UEXT related nodes for Olimex A20 SOM UEXT are Universal EXTension connector from Olimex. They embed i2c, spi and uart pins along power in one connector and are found on most, if not all, Olimex boards. The Olimex A20 SOM EVB have two UEXT connector so enable the nodes found on those two connectors. Patch has been applied upstream, in the meantime add the nodes to our custo= m DTS. 309063 by manu: Test that the emac device is enabled in probe function MFC after:=093 days 309062 by markj: Release laundered vnode pages to the head of the inactive queue. The swap pager enqueues laundered pages near the head of the inactive queue to avoid another trip through LRU before reclamation. This change adds support for this behaviour to the vnode pager and makes use of it in UFS an= d ext2fs. Some ioflag handling is consolidated into a common subroutine so that this support can be easily extended to other filesystems which make us= e of the buffer cache. No changes are needed for ZFS since its putpages routine always undirties the pages before returning, and the laundry thread requeues the pages appropriately in this case. Reviewed by:=09alc, kib Differential Revision:=09https://reviews.freebsd.org/D8589 309060 by brueffer: Fix comment typo. PR:=09=09208484 Submitted by:=09madpilot MFC after:=091 week 309059 by misha: - Add myself (misha) as a ports committer - Update mentor/mentee relationships Approved by:=09jpaetzel (mentor) 309055 by br: Split MALTA board config to big and little endian versions. This fixes compilation after r308807 ("Pass MACHINE_ARCH on command line for MIPS kernels.") Sponsored by:=09DARPA, AFRL 309053 by br: Increase pcpu size to 512 so it become both denominator of PAGE_SIZE and aligned to CACHE_LINE_SIZE. This fixes CTASSERT. Sponsored by:=09DARPA, AFRL 309051 by des: Remove debugging code. 309048 by andrew: Mark cpu_find_cpu0_fdt as FDT only. It's only called when this is set, and the kernel is using FDT. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309046 by andrew: Remove the unneeded ofw_cpu_reg function signature, it's not used in this file. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309039 by sephe: hyperv/vmbus: Merge free/active locks. These functions are only used by management stuffs, so there are no needs to introduce extra complexity. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8524 309035 by julian: This little BSD licensed library has been kicking around for years. It allows one to trivially convert an absolute path to a relative path and the reverse. The test programs themselves are very useful in scripts but the real use comes shortly with the -r and -a arguments to ln. These are sometimes known as the --relative and --absolute flags and can force a symlink to be relative when you only have an absolue path. Another place these are sometimes used is to add -a and -r args to 'realpat= h'. Incredibly useful in Makefiles. I was going to just add the files in with 'ln' but a library makes more sen= se. The test programs may come out in their own right some day for scripting. released under a BSD 2-clause: * Copyright (c) 1997 Shigio Yamaguchi. All rights reserved. * Copyright (c) 1999 Tama Communications Corporation. All rights reserved. The test directry does not conform to any framework. Not connected to build. doc people may want to play with the manual pages. Obtained from: https://www.tamacom.com/pathconvert.html Shigio Yamaguchi. MFC after: 1 month Relnotes: yes Sponsored by: Panzura, Tama Communications Corporation 309030 by sephe: hyperv/vmbus: Set a mark on the revoked channel. This will be used to fix device detach DEVMETHOD for revoked primary channel. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8522 309029 by manu: Do not attempt to disable/release clock if it had not been enabled. While here fix a style(9) issue. MFC after:=091 week 309028 by shurd: Add missing break to switch statement Minimal impact, would allow selection of LR media when KR is connected. Reported by:=09Coverity Approved by:=09davidch MFC after:=097 days Sponsored by:=09Broadcom Limited 309027 by brooks: Allocate a struct ifreq rather than using a (wrong) computed size for the BIOCSETIF ioctl. The kernel always copies an entire struct ifreq and IPv4 addresses will always fit in an ifreq. On systems with pointers larger than 64-bits, the computed size will be less than the size of struct ifreq, potentially resulting in the kernel attempting to copyin memory from outside the allocation. Reviewed by:=09jhb Obtained from:=09CheriBSD MFC after:=091 week Sponsored by:=09DARPA, AFRL Differential Revision:=09https://reviews.freebsd.org/D8445 309026 by jilles: open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW. We return [EMLINK] instead of [ELOOP] when trying to open a symlink with O_NOFOLLOW, so that the original case of [ELOOP] can be distinguished. Code like cmp -h and xz takes advantage of this. PR:=09=09214633 Reviewed by:=09kib, imp MFC after:=091 week Differential Revision:=09https://reviews.freebsd.org/D8586 309025 by phk: Pass the correct size argument to ioctl(DIOCGSECTORSIZE) 309022 by andrew: Add the missing DEVMETHOD_ENDs to the arm64 nexus ACPI and FDT drivers. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309019 by dab: Add myself (dab) as a src committer and vangyzen as my mentor. Approved by:=09vangyzen (mentor) 309018 by br: Revert r306186 ("Adjust the sopt_val pointer on bigendian systems"). This logic doesn't work with bigger sopt_valsize (e.g. when ipfw passing 2048 bytes rule). Reported by:=09adrian Sponsored by:=09DARPA, AFRL 309017 by alc: Remove PG_CACHED-related fields from struct vmmeter, because they are no longer used. More precisely, they are always zero because the code that decremented and incremented them no longer exists. Bump __FreeBSD_version to mark this change. Reviewed by:=09kib, markj Sponsored by:=09Dell EMC Isilon Differential Revision:=09https://reviews.freebsd.org/D8583 309016 by andrew: Only build acpi_timer.c on x86, it fails on arm64 as it attempts to access an invalid address. It is also unneeded on arm64 as we use the ARM Generic Timer driver. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309014 by adrian: [net80211] high oops on the high seas, or "god damnit compilers, it's 2016 = and you're supposed to save me from this." TODO: * drink real coffee before committing in the morning, or there's a high risk of more obviously self-evident commits being turned into attempts at humour. Reported by:=09cem, Coverity CID 1366219 309006 by emaste: remove unnecessary vm includes from setproctitle vm headers were needed only for the PS_STRINGS fallback, which was removed in r297888. MFC after:=091 week Sponsored by:=09The FreeBSD Foundation 308996 by des: Refactor fetch_connect() and fetch_bind() to improve readability and avoid repeating the same DNS lookups. MFC after:=093 weeks 308995 by kib: On error, bread(9) zeroes buffer pointer, do not dereference it. See r294954 for the bread(9) change and r297401 for similar cd9660 fix. Reported and tested by:=09Joshua Kinard PR:=09214705 Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 308985 by avg: revert r304520, set canmount=3Don is not supposed to mount the filesystem Not sure where I got the idea that it should. See https://github.com/openzfs/openzfs/pull/218 Reported by:=09mahrens Pointyhat to:=09avg MFC after:=095 days 308980 by kib: Use buffer pager for NFS. The pager, due to its construction, implements clustering for the page-ins. In particular, buildworld load demonstrates reduction of the READ RPCs from 39k down to 24k. No change in real or CPU time was observed. Discussed with, and measured by:=09bde No objections from:=09rmacklem Tested by:=09pho Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 308973 by kib: Minor cleanup, remove unneeded XXX comments and unused re-define. Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 308969 by kib: Restore vnode pager statistic for buffer pagers. Reviewed by:=09alc, markj Tested by:=09pho Sponsored by:=09The FreeBSD Foundation MFC after:=091 week Differential revision:=09https://reviews.freebsd.org/D8585 308965 by andrew: Split out the FDT parts of the pmu driver to make way for adding ACPI support. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308958 by delphij: Replay r304721 in contrib/ so the change won't get lost across import. 308957 by delphij: MFV r308954: ntp 4.2.8p9. Approved by:=09so 308956 by adrian: [net80211] Only send out a probe request if we see an unknown IBSS node tha= t matches our SSID. 308953 by jkim: Merge ACPICA 20161117. 308952 by adrian: [net80211] store references to VHT and related IEs. This just stores pointers to the IE; it doesn't yet parse anything. Note: it blows out the size of ieee80211_node, so this will require ye olde kernel/modules recompile. 308951 by adrian: [ath] obey the peer A-MPDU density and max-size. * Obey the peer A-MPDU density if it's larger than the currently configured one. * Pay attention to the peer A-MPDU max-size and don't assume we can transmi= t a full A-MPDU (64k!) if the peer announces smaller values. Relnotes:=09ath(4): Fix A-MPDU transmit; obey A-MPDU density and max size. 308950 by adrian: [net80211] Remove extra \n. 308949 by adrian: [net80211] flesh out more IBSS 11n support * Pepper comments around which describe what state(s) we're in when faking up 11n nodes. * By default don't fake it up as 11n until we properly negotiate the 11n capabilities using probe request/response frames. * Send a probe request with our HT information, as the 802.11-2012 spec suggests. * Reassociate with the driver if we've been promoted. This is done because although learning a peer via beacons can learn 11n state, learning peers via hearing probe frames and broadcast frames does not. Thus, sometimes you end up with an 11n peer in the peer table and sometimes you don't. Note that the probe request/response exchange may not actually succeed. Ideally we'd put the peer into some blocking state until we've exchanged probe request/reponse to learn capabilities, or we timeout and just stay non-11n. This is more an experiment to get 11n IBSS nodes actually discovering each other and be able to transmit. There are other issues that creep up which I'll attempt to address in future commits. Tested: * AR9380 NICs in 11n mode. Reviewed by:=09avos Differential Revision:=09https://reviews.freebsd.org/D8365 308948 by jhb: Initialize 'ticks' earlier in boot after 'hz' is set. This avoids the time-warp after kthreads have started running and the required fixup to td_slptick and td_blktick in the EARLY_AP_STARTUP case. Now, 'ticks' is initialized before any kthreads are created or any context switches are performed. Tested by:=09gavin MFC after:=092 weeks Sponsored by:=09Netflix 308947 by rwatson: Audit 'fd' and 'cmd' arguments to fcntl(2), and when generating BSM, always audit the file-descriptor number and vnode information for all fnctl(2) commands, not just locking-related ones. This was likely an oversight in the original adaptation of this code from XNU. MFC after:=093 days Sponsored by:=09DARPA, AFRL 308945 by gjb: Set the 'vital' flag on the runtime and jail packages. The default pkg(8) from pkg.freebsd.org requires libjail.so, so mark the jail package as vital along with the runtime package to avoid errors when libjail.so is removed. This is a no-op for systems with WITHOUT_JAIL in src.conf(5) and pkg(8) built from the Ports Collection. In order to make this work without marking packages such as the jail-lib32, for example, the jail.ucl file needed to be split out into separate files similarly to the runtime-*.ucl files. Glanced at by:=09brd MFC after:=095 days Sponsored by:=09The FreeBSD Foundation 308944 by hiren: r308942 broke kernel build. Add acpi_if.h to module makefile to fix it. Submitted by:=09peter 308943 by hiren: For RTT calculations mid-session, we explicitly ignore ACKs with tsecr of 0= as many borken middle-boxes tend to do that. But during 3whs, in syncache_expa= nd(), we don't do that which causes us to send a RST to such a client. Relax this constraint by only using tsecr to compare against timestamp that we sent wh= en it is not 0. As a result, we'd now accept the final ACK of 3whs with tsecr of = 0. Reviewed by:=09 jtl, gnn Sponsored by:=09 Limelight Networks Differential Revision:=09https://reviews.freebsd.org/D8552 308942 by gonzo: [bytgpio] Add module for bytgpio(4) MFC after:=093 days 308941 by gonzo: [bytgpio] Add bytgpio(4) man page with general description of the driver MFC after:=093 days 308940 by gonzo: [bytgpio] prepare bytgpio(4) for modularization - Add detach method - module should depend on gpiobus, not gpio 308939 by andrew: Include the missing accommon.h from the ACPI uart code. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308938 by andrew: Add support to find the arm64 serial using the ACPI tables. This uses the Serial Port Console Redirection Table to find the device to use. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308937 by mizhka: [etherswitch] add ukswitch hint that is phy offset at mdio register This patch allows to specify PHY register offset for ukswitch. For instance= , switch MAICREL KS8995XA connected via MDIO to SoC, but PHY register starts at 1. So hint for this case is: hint.ukswitch.0.phyoffset=3D1 No change/effect if hint is not set. Submitted by:=09Hiroki Mori Reviewed by:=09adrian, mizhka Approved by:=09adrian(mentor) Differential Revision:=09https://reviews.freebsd.org/D8584 308936 by andrew: Mark virtio_mmio as FDT only, it lacks an ACPI attachment. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308935 by andrew: Mark uart_dev_snps.c as FDT only, it doesn't have and ACPI bindings. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308934 by andrew: Mark extres as FDT only. Much of this assumes FDT and fails to build without it. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308933 by andrew: Mark the Allwinner drivers as FDT only. These are mobile and embedded parts so are unlikely to use ACPI. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 308931 by andrew: To allow for an ACPI attachment to the generic PCIe driver split off the FDT attachment to a new file. A separate ACPI attachment will then be added to allow arm64 servers with ACPI to use it over FDT. This should also help with merging this with the ofwpci driver, with further work needed to remove restrictions this driver places on resource allocation. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D7319 308928 by br: Add PDMA controller registers. Obtained from:=09X1000 IoT Application Processor Programming Manual Sponsored by:=09DARPA, AFRL 308927 by br: Move FDT option to the main SoC file and mark boards config as NO_UNIVERSE. Pointed out by:=09andrew Sponsored by:=09DARPA, AFRL 308926 by sbruno: Add Intel Atom Cherryview SOC HSUART support PR:=09207910 Submitted by:=09johannes@brilliantservice.co.jp MFC after:=091 week 308925 by kib: Adjust r308689 to make rtld compilable with either in-tree or (hopefully) stock gcc 4.2.1 on i386 and other arches. In particular: - Do not use %ebx in the asm constraints on i386, since rtld is compiled with -fPIC and gcc cannot handle GOT-base register reload (clang and newer gcc can). - Avoid direct use of [static N] construct in the function declaration/definion. In-tree gcc was patched to support this, but stock 4.2.1 cannot handle the feature. Requested by:=09bde Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 308923 by br: Disable superpages reservations as we don't have implemented them yet. Requested by:=09Alan Cox Sponsored by:=09DARPA, AFRL 308922 by andrew: Add an arm64 specific uart cpu driver. As arm64 may use ACPI to find the uart we need to handle both it and FDT, and as such we need to have an architecture specific driver. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D7796 308921 by andrew: Add accelerated AES with using the ARMv8 crypto instructions. This is based on the AES-NI code, and modified as needed for use on ARMv8. When loaded the driver will check the appropriate field in the id_aa64isar0_el1 register to see if AES is supported, and if so the probe function will signal the driver should attach. With this I have seen up to 2000Mb/s from the cryptotest test with a single thread on a ThunderX Pass 2.0. Reviewed by:=09imp Obtained from:=09ABT Systems Ltd MFC after:=091 week Sponsored by:=09The FreeBSD Foundation Differential Revision:=09https://reviews.freebsd.org/D8297 308913 by kevlo: Update struct r12a_rom. Reviewed by:=09avos 308909 by sephe: hyperv/hn: Don't abuse hn_{tx,rx}_ring_inuse. Just in case, the # of TX/RX rings is changed upon synthetic parts re-attach. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8520 308908 by sephe: hyperv/hn: Allow enabling IPv6 TX checksum offloading and IPv6 TSO. They are still disabled by default. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8490 308907 by sephe: hyperv/hn: Fix WITNESS warnings And re-enable SIOCADDMULTI/SIOCDELMULTI, after WITNESS warning is fixed. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8489 308906 by sephe: hyperv/vmbus: Support transction result busy-wait. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8488 308905 by sephe: hyperv/hn: Implement RNDIS multi-packet message support. Currently, it is only applied to packet sent through chimney sending buffers. Not enabled by default yet. This one gives 20%~30% performance boost for non-TSO usage in both bit/packet rate tests and nginx performance test. MFC after:=091 week Sponsored by:=09Microsoft Differential Revision:=09https://reviews.freebsd.org/D8560 308904 by vangyzen: Fix error reporting from wcstof() When wcstof() skipped initial space and then parsing failed, it set endptr to the first non-space character. Fix it to correctly report failure by setting endptr to the beginning of the input string. The fix is from theraven@, who fixed this bug in wcstod() and wcstold() in r227753. While I'm here: Move assignments out of declarations in wcstod() and wcstold(). This is against my personal preference, but it is our agreed style(9). Set endptr correctly on malloc() failure in all three functions. Remove an incorrect comment: This is pointer arithmetic, so the code was not actually making that assumption. wcstold() advanced the wcp pointer beyond leading whitespace and then reset it back to the beginning of the string. Do not reset it. This seems to have no functional effect, since strtold_l() also skips leading whitespace. I'm making the change to keep this function consistent with wcstof() and wcstod(), and because the C11 spec prescribes the use of iswspace() to skip leading space. Reported by:=09libc++ unit test for std::stof(std::wstring) MFC after:=098 days Sponsored by:=09Dell EMC 308903 by jmcneill: Build and install nanopi-neo.dts and orangepi-plus-2e.dts 308902 by jmcneill: Add dts for Xunlong Orange Pi Plus 2E. 308901 by jmcneill: Add dts for FriendlyARM NanoPi NEO. 308900 by jmcneill: Add dtsi for FreeBSD-specific Allwinner H3 nodes. 308899 by gonzo: [FDT] Remove empty wrapper for upstream am335x-evm.dts Remove empty wrapper for sys/gnu version of am335x-evm.dts located in sys/boot/fdt, with current include paths priority it's recursive #include and current build system can find file in sys/gnu when generating dtb Reported by:=09Jared McNeill 308898 by gonzo: [bytgpio] Fix USB disconnect event after listsing pins on gpioc2 - Do not set input flag when reading value from GPIO pin, it is not required and for gpioc2(S5 bank) setting both input and output flags leads to some kind of electric interference (curren drop?) that causes USB devices to disconnect - Check pad configuration when attaching device and provide IN/OUT capabilities only for pads that are configured as GPIO. Do not let user code to configure or change value of non-GPIO pads. There is no information for NC bank in intel's datasheet so for now function check is ignored for pins in it Reported by:=09Frank H. MFC after:=093 days 308897 by manu: Add spigen to the ARMv6 GENERIC kernel 308896 by jilles: rc.subr: $(ps -p $$ -o jid=3D) is always 0, so do not fork ps for it. The JID keyword writes 0 for a process also in the host system or in the same jail. 308895 by manu: Enable the use of spigen on FDT platform MFC after:=092 weeks 308887 by avg: fix unsafe modification of zfs_vnodeops when DIAGNOSTIC is enabled The idea was to avoid a false assertion in zfs_lock, but it was implemented very dangerously and incorrectly. Reported by:=09pho Tested by:=09pho MFC after:=091 week 308877 by phk: Attempt package build even if dependencies seems to be missing 308874 by jhibbits: Actually bump __FreeBSD_version 308873 by jhibbits: Fix buildworld for powerpc. vmpage requires struct pmap to exist and contain a pm_stats field. As of r308817, either AIM or BOOKE is required to be set in order to get their respective pmap structs. Rather than expose them both, or try to unify the= m unnecessarily, add a third option which contains only a pm_stats field, and change the two existing pmap structures to place the common fields at the beginning of the struct. This actually fixes the stats collection by libkv= m on AIM hardware, because before it was accessing a possibly different offset, = which would cause it to read garbage. Bump __FreeBSD_version to denote this ABI change, so that ports which depen= d on libkvm can be rebuilt. 308872 by kan: Use ofw_gpiobus instead of plain gpiobus for CI20 Requesed by: mmel 308871 by rmacklem: Modify umount so that it does not do an Unmount RPC for NFSv4 mounts and uses TCP for the Unmount RPC if the mount is over TCP. Without this patch, umount does an Unmount RPC over UDP for all NFS mounts. Suggested by:=09cperciva Reviewed by:=09cperciva MFC after:=092 weeks Differential Revision:=09https://reviews.freebsd.org/D8503 308869 by imp: i386 turns out to not have __uint128_t. So confusingly use 64-bit math instead. Since we're little endian, we can get away with it. Also, since the counters in quesitons would require billions of iops for tens of billions of seconds to overflow, and since such data rates are unlikely for people using i386 for a while, that's OK. The fastest cards today can't do even a million IOPs. Noticed by: dim@ Sponsored by: Netflix, Inc 308860 by adrian: [dd] Revert the capsicum bits for now until it gets fixed. dd is a bootstrap tool and that header isn't installed as part of the bootstrap environment for previous releases (eg freebsd-10.) We'll figure it out in post and then re-commit it. 308859 by br: Enable SMP on Ingenic JZ4780. It is required to proceed full cache flush before we can use wait instruction on multicore, so use nop instead for now. Submitted by:=09kan Sponsored by:=09DARPA, AFRL 308858 by br: Restore dd changes included accidentally in r308857. 308857 by br: Bring in support for Ingenic XBurst JZ4780 and X1000 systems on chips. Imgtec CI20 and Ingenic CANNA boards supported. Submitted by:=09Alexander Kabaev Reviewed by:=09Ruslan Bukin Sponsored by:=09DARPA, AFRL 308856 by imp: Decode the Intel-specific Additional SMART data page (0xca) and print it in human readable form. Include a pointer to the public spec that was followed to implement this in the code. Samsung also implements page 0xca on some of their drives, but the format is slighly different, so the code skips printing zero keys. Samsung's log page has additional, unknown data after the end of Intel defined data which isn't displayed. Supported by: Netfix, Inc 308855 by imp: Implement HGST Log page 0xc1, as documented in the HGST SN100 and SN150 product manuals. Subpage 0x32 is documented, but not implemented. Sponsored by: Netflix, Inc 308854 by imp: Print Intel's expanded Temperature log page. Sponsored by: Netflix, Inc 308853 by imp: Add log pages that Intel SSDs provide. It turns out that many of these are widely implemented beyond just Intel drives. Sponsored by: Netflix, Inc 308852 by imp: Add log pages defined through NVM Express 1.2.1. Sponsored by: Netflix, Inc 308851 by imp: Expand the SMART / Health Information Log Page (Page 02) printout based on NVM Express 1.2.1 Standard. Sponsored by: Netflix, Inc 308850 by imp: Print numbers instead of hex values for smart data. The full 128-bit number is printed, even though you'd need like a billion IOPs for a 10 billion seconds to overflow the 64-bit counters (~300 years). Sponsored by: Netflix, Inc 308849 by imp: Use a table for pages we know the size of. We have a special case for the error log since it isn't a fixed size. Sponsored by: Netflix, Inc 308848 by imp: Remove check for valid log pages. Let the drive tell us which pages are valid or not. While many pages are reserved in the standard, that doesn't make them invalid and future versions of the standard may define then. Sponsored by: Netflix, Inc 308847 by br: Add XBurst CPU option. Submitted by:=09kan Sponsored by:=09DARPA, AFRL 308846 by br: Move intrng includes to the main MIPS includes file. Sponsored by:=09DARPA, AFRL 308845 by br: Account for bigger secondary data cache line size. Secondary data cache line size can be bigger than primary data cache line size, so use biggest value as a minimum alignment. Submitted by:=09kan Sponsored by:=09DARPA, AFRL 308843 by tsoome: loader: smbios version check is not correct The version check for sku and family values is not correct, as this data is valid for version 2.4+, that also includes version 3.0 and above. Reported by:=09Dan McDonald Reviewed by:=09allanjude Approved by:=09allanjude (mentor) Differential Revision:=09https://reviews.freebsd.org/D8578 308841 by br: Add receiver timeout interrupt enable bit implemented in some system on chips. Submitted by:=09kan Sponsored by:=09DARPA, AFRL 308840 by cognet: The only remaining offender that used ti_chip() without checking for compatibility first was the gpio code, so change that, and re-assert that the TI chip is a known chip 308839 by br: Add Ingenic XBurst coprocessor 0 extra bits. Submitted by:=09kan Sponsored by:=09DARPA, AFRL 308837 by cognet: Don't panic if it's not a TI chip, this code can be called when it is not. 308836 by cognet: Don't attempt to get the chip revision if it's not a supported TI chip 308835 by br: Identify Ingenic CPUs. Submitted by:=09kan Sponsored by:=09DARPA, AFRL 308834 by br: Add Ingenic X1000 DTS files (unofficial). This is based on JZ4780 due to missing original X1000 parts. Sponsored by:=09DARPA, AFRL 308833 by jmcneill: On H3, initialize alarm and shutdown trip points and do temperature conversion as it is done in the BSP. 308832 by tuexen: Ensure that TCP state changes to state-closing are reported via dtrace. This does not cover state changes from TIME-WAIT. Reviewed by:=09=09gnn MFC after:=09=093 weeks Sponsored by:=09=09Netflix Differential Revision:=09https://reviews.freebsd.org/D8443 308830 by andrew: Make fdt_is_compatible a static function. It's only used in fdt_common.c. Sponsored by:=09ABT Systems Ltd 308828 by cognet: Move the pandaboard initialization from the probe to the attach method. Use ofw_bus_node_is_compatible instead of fdt_is_compatible, as the later is deprecated. Suggested by:=09andrew 308827 by tsoome: lsdev device name section headers should be printed by dv_print callback. lsdev command does walk over devsw list, prints list element name and will use dv_print() callback to print the device list. Unfortunately this approach will add unneeded noise when there are no particular devices detected. To remove "empty" device section headers, the dv_print() callback should print the header instead. In addition, fixed dv_print callback for md module. Reviewed by:=09imp Approved by:=09imp (mentor) Differential Revision:=09https://reviews.freebsd.org/D8551 308826 by avg: zfs: fix up after the removal of PG_CACHED pages in r308691 PR:=09=09214629 Reported by:=09mshirk@daemon-security.com Reviewed by:=09alc Tested by:=09Shawn Webb X-MFC with:=09308691 308825 by kevlo: For RTL8812AU: - The Tx power (diff) values should be signed - Fix an off by one error when reading Tx power (diff) values Reviewed by:=09avos, adrian Differential Revision:=09https://reviews.freebsd.org/D8571 308824 by vangyzen: locale: fix display of "grouping" and "mon_grouping" values The "grouping" and "mon_grouping" values are arrays of one-byte integers, not arrays of ASCII characters. Display them in a format similar to GNU and MacOS. MFC after:=093 days Sponsored by:=09Dell EMC 308823 by adrian: [net80211] handle hardware encryption offload in the receive path * teach the crypto modules about receive offload - although I have to do some further reviewing in places where we /can't/ have an RX key * teach the RX data path about receive offload encryption - check the flag, handle NULL key, do decap and checking as appropriate. Tested: * iwn(4), STA mode * ath(4), STA and AP mode * ath10k port, STA mode (hardware encryption) Reviewed by:=09avos Differential Revision:=09https://reviews.freebsd.org/D8533 308822 by cognet: Resolv the remaining conflicting symbols between omap4 and am335x, and add omap4/pandaboard into the GENERIC kernel. 308821 by jhb: MFamd64: Various fatal page fault fixes. - If a page fault is triggered due to reserved bits in a PTE, treat it as a fatal fault and panic. - If PG_NX is in use, report whether a fatal page fault is due to an instruction fetch or a data access. - If a fatal page fault is due to reserved bits in a PTE, report that as the page fault type rather than a protection violation. MFC after:=091 month 308820 by jhb: Report page faults due to reserved bits in PTEs as a separate fault type. Rather than reporting a page fault due to a bad PTE as a protection violation with the "rsv" flag, treat these faults as a separate type of fault altogether. MFC after:=091 month 308819 by cognet: Don't assume we're running on a pandaboard if the pandaboard-specific code is compiled in, use FDT to detect it instead. 308818 by cognet: Guess the TI chip based on the PLATFORM infos, instead of relying on the kernel config file. 308817 by jhibbits: Fix buildworld Change the pv_tracked flag to an int, just in case userspace decides to inc= lude this file and defines BOOKE. Guard this block from unintentional inclusion with ifdef BOOKE. Reported by:=09emaste 308816 by cognet: Convert the omap4 code to use PLATFORM_SMP. 308813 by shurd: Check link status after init Because link state change events aren't enabled until the end of init(), the initial link up event could be missed. Check the current media status immediately after enabling the default completion ring interrupt. Approved by:=09sbruno MFC after:=0912 days Sponsored by:=09Broadcom Limited 308812 by adrian: [ifconfig] remove now duplicate IEEE80211_C_BITS definition; it's now in _i= eee80211.h . Reviewed by:=09avos Differential Revision:=09https://reviews.freebsd.org/D8553 308811 by adrian: [net80211] shuffle IEEE80211_C and HTC bits over to _ieee80211.h so userlan= d can use this. Reviewed by:=09avos Differential Revision:=09https://reviews.freebsd.org/D8553 308810 by robak: Capsicum support for dd(1) Adds Capsicum sandboxing to dd utility. Submitted by:=09Pawel Biernacki Reviewed by:=09allanjude, emaste, oshogbo Approved by:=09oshogbo Sponsored by:=09Mysterious Code Ltd. Differential Revision:=09https://reviews.freebsd.org/D8543 The end of the build log: [...truncated 98576 lines...] --- Analysis/CFLSteensAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CFLSteensAliasAnalysis.o -MTAnalysis/CFLSteensAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp -o Analysis/CFLSteensA= liasAnalysis.o --- Analysis/CGSCCPassManager.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CGSCCPassManager.o -MTAnalysis/CGSCCPassManager.o -fstack-prote= ctor-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob= bered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno= -error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D= uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func= tion -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -= fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/l= ib/Analysis/CGSCCPassManager.cpp -o Analysis/CGSCCPassManager.o --- Analysis/CallGraph.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallGraph.o -MTAnalysis/CallGraph.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Ca= llGraph.cpp -o Analysis/CallGraph.o --- Analysis/CallGraphSCCPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallGraphSCCPass.o -MTAnalysis/CallGraphSCCPass.o -fstack-prote= ctor-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob= bered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno= -error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D= uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func= tion -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -= fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/l= ib/Analysis/CallGraphSCCPass.cpp -o Analysis/CallGraphSCCPass.o --- Analysis/CallPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallPrinter.o -MTAnalysis/CallPrinter.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/CallPrinter.cpp -o Analysis/CallPrinter.o --- Analysis/CaptureTracking.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CaptureTracking.o -MTAnalysis/CaptureTracking.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/CaptureTracking.cpp -o Analysis/CaptureTracking.o --- Analysis/CodeMetrics.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CodeMetrics.o -MTAnalysis/CodeMetrics.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/CodeMetrics.cpp -o Analysis/CodeMetrics.o --- Analysis/ConstantFolding.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ConstantFolding.o -MTAnalysis/ConstantFolding.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ConstantFolding.cpp -o Analysis/ConstantFolding.o --- Analysis/CostModel.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CostModel.o -MTAnalysis/CostModel.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Co= stModel.cpp -o Analysis/CostModel.o --- Analysis/Delinearization.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Delinearization.o -MTAnalysis/Delinearization.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/Delinearization.cpp -o Analysis/Delinearization.o --- Analysis/DemandedBits.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DemandedBits.o -MTAnalysis/DemandedBits.o -fstack-protector-str= ong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/DemandedBits.cpp -o Analysis/DemandedBits.o --- Analysis/DependenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DependenceAnalysis.o -MTAnalysis/DependenceAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/DependenceAnalysis.cpp -o Analysis/DependenceAnalysis.o --- Analysis/DivergenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DivergenceAnalysis.o -MTAnalysis/DivergenceAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/DivergenceAnalysis.cpp -o Analysis/DivergenceAnalysis.o --- Analysis/DomPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DomPrinter.o -MTAnalysis/DomPrinter.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= DomPrinter.cpp -o Analysis/DomPrinter.o --- Analysis/DominanceFrontier.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DominanceFrontier.o -MTAnalysis/DominanceFrontier.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/DominanceFrontier.cpp -o Analysis/DominanceFrontier.o--- Ana= lysis/EHPersonalities.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_EHPersonalities.o -MTAnalysis/EHPersonalities.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/EHPersonalities.cpp -o Analysis/EHPersonalities.o --- Analysis/GlobalsModRef.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_GlobalsModRef.o -MTAnalysis/GlobalsModRef.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/GlobalsModRef.cpp -o Analysis/GlobalsModRef.o --- Analysis/IVUsers.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IVUsers.o -MTAnalysis/IVUsers.o -fstack-protector-strong -Wno-e= rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/IVU= sers.cpp -o Analysis/IVUsers.o --- Analysis/IndirectCallPromotionAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IndirectCallPromotionAnalysis.o -MTAnalysis/IndirectCallPromoti= onAnalysis.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca= st-align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextr= a -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstr= ict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variabl= e -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstric= t-overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEA= D_amd64_gcc/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp -o = Analysis/IndirectCallPromotionAnalysis.o --- Analysis/InlineCost.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InlineCost.o -MTAnalysis/InlineCost.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= InlineCost.cpp -o Analysis/InlineCost.o --- Analysis/InstCount.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InstCount.o -MTAnalysis/InstCount.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/In= stCount.cpp -o Analysis/InstCount.o --- Analysis/InstructionSimplify.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InstructionSimplify.o -MTAnalysis/InstructionSimplify.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/InstructionSimplify.cpp -o Analysis/InstructionSimplify.= o --- Analysis/Interval.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Interval.o -MTAnalysis/Interval.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Int= erval.cpp -o Analysis/Interval.o --- Analysis/IntervalPartition.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IntervalPartition.o -MTAnalysis/IntervalPartition.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/IntervalPartition.cpp -o Analysis/IntervalPartition.o--- Ana= lysis/IteratedDominanceFrontier.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IteratedDominanceFrontier.o -MTAnalysis/IteratedDominanceFronti= er.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align= -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-e= rror=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia= sing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-e= rror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overfl= ow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_= gcc/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp -o Analysis/Ite= ratedDominanceFrontier.o --- Analysis/LazyBlockFrequencyInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyBlockFrequencyInfo.o -MTAnalysis/LazyBlockFrequencyInfo.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp -o Analysis/LazyBlockF= requencyInfo.o --- Analysis/LazyCallGraph.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyCallGraph.o -MTAnalysis/LazyCallGraph.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/LazyCallGraph.cpp -o Analysis/LazyCallGraph.o --- Analysis/LazyValueInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyValueInfo.o -MTAnalysis/LazyValueInfo.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/LazyValueInfo.cpp -o Analysis/LazyValueInfo.o --- Analysis/Lint.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Lint.o -MTAnalysis/Lint.o -fstack-protector-strong -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-p= arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err= or=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions -fno-rt= ti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Lint.cpp -= o Analysis/Lint.o --- Analysis/Loads.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Loads.o -MTAnalysis/Loads.o -fstack-protector-strong -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-p= arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err= or=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions -fno-rt= ti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loads.cpp = -o Analysis/Loads.o --- Analysis/LoopAccessAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopAccessAnalysis.o -MTAnalysis/LoopAccessAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/LoopAccessAnalysis.cpp -o Analysis/LoopAccessAnalysis.o --- Analysis/LoopInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopInfo.o -MTAnalysis/LoopInfo.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loo= pInfo.cpp -o Analysis/LoopInfo.o --- Analysis/LoopPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopPass.o -MTAnalysis/LoopPass.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loo= pPass.cpp -o Analysis/LoopPass.o --- Analysis/LoopPassManager.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopPassManager.o -MTAnalysis/LoopPassManager.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/LoopPassManager.cpp -o Analysis/LoopPassManager.o --- Analysis/LoopUnrollAnalyzer.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopUnrollAnalyzer.o -MTAnalysis/LoopUnrollAnalyzer.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/LoopUnrollAnalyzer.cpp -o Analysis/LoopUnrollAnalyzer.o --- Analysis/MemDepPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemDepPrinter.o -MTAnalysis/MemDepPrinter.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/MemDepPrinter.cpp -o Analysis/MemDepPrinter.o --- Analysis/MemDerefPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemDerefPrinter.o -MTAnalysis/MemDerefPrinter.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/MemDerefPrinter.cpp -o Analysis/MemDerefPrinter.o --- Analysis/MemoryBuiltins.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryBuiltins.o -MTAnalysis/MemoryBuiltins.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/MemoryBuiltins.cpp -o Analysis/MemoryBuiltins.o --- Analysis/MemoryDependenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryDependenceAnalysis.o -MTAnalysis/MemoryDependenceAnalysis= .o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-err= or=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasi= ng -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-err= or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow= -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gc= c/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp -o Analysis/Memory= DependenceAnalysis.o --- Analysis/MemoryLocation.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryLocation.o -MTAnalysis/MemoryLocation.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/MemoryLocation.cpp -o Analysis/MemoryLocation.o --- Analysis/ModuleDebugInfoPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ModuleDebugInfoPrinter.o -MTAnalysis/ModuleDebugInfoPrinter.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp -o Analysis/ModuleDebu= gInfoPrinter.o --- Analysis/ModuleSummaryAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ModuleSummaryAnalysis.o -MTAnalysis/ModuleSummaryAnalysis.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp -o Analysis/ModuleSummaryAn= alysis.o --- Analysis/ObjCARCAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCAliasAnalysis.o -MTAnalysis/ObjCARCAliasAnalysis.o -fsta= ck-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinl= ine -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-= error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp -o Analysis/ObjCARCAliasAnal= ysis.o --- Analysis/ObjCARCAnalysisUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCAnalysisUtils.o -MTAnalysis/ObjCARCAnalysisUtils.o -fsta= ck-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinl= ine -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-= error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp -o Analysis/ObjCARCAnalysisU= tils.o --- Analysis/ObjCARCInstKind.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCInstKind.o -MTAnalysis/ObjCARCInstKind.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ObjCARCInstKind.cpp -o Analysis/ObjCARCInstKind.o --- Analysis/OptimizationDiagnosticInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_OptimizationDiagnosticInfo.o -MTAnalysis/OptimizationDiagnostic= Info.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bou= nds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-ali= gn -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno= -error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al= iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno= -error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-over= flow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd6= 4_gcc/contrib/llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp -o Analysis/= OptimizationDiagnosticInfo.o --- Analysis/OrderedBasicBlock.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_OrderedBasicBlock.o -MTAnalysis/OrderedBasicBlock.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/OrderedBasicBlock.cpp -o Analysis/OrderedBasicBlock.o--- Ana= lysis/PHITransAddr.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PHITransAddr.o -MTAnalysis/PHITransAddr.o -fstack-protector-str= ong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/PHITransAddr.cpp -o Analysis/PHITransAddr.o --- Analysis/PostDominators.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PostDominators.o -MTAnalysis/PostDominators.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/PostDominators.cpp -o Analysis/PostDominators.o --- Analysis/ProfileSummaryInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ProfileSummaryInfo.o -MTAnalysis/ProfileSummaryInfo.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/ProfileSummaryInfo.cpp -o Analysis/ProfileSummaryInfo.o --- Analysis/PtrUseVisitor.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PtrUseVisitor.o -MTAnalysis/PtrUseVisitor.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/PtrUseVisitor.cpp -o Analysis/PtrUseVisitor.o --- Analysis/RegionInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionInfo.o -MTAnalysis/RegionInfo.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= RegionInfo.cpp -o Analysis/RegionInfo.o --- Analysis/RegionPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionPass.o -MTAnalysis/RegionPass.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= RegionPass.cpp -o Analysis/RegionPass.o --- Analysis/RegionPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionPrinter.o -MTAnalysis/RegionPrinter.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/RegionPrinter.cpp -o Analysis/RegionPrinter.o --- Analysis/ScalarEvolution.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolution.o -MTAnalysis/ScalarEvolution.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ScalarEvolution.cpp -o Analysis/ScalarEvolution.o --- Analysis/ScalarEvolutionAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionAliasAnalysis.o -MTAnalysis/ScalarEvolutionAlias= Analysis.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast= -align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-= overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_= amd64_gcc/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp -o Ana= lysis/ScalarEvolutionAliasAnalysis.o --- Analysis/ScalarEvolutionExpander.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionExpander.o -MTAnalysis/ScalarEvolutionExpander.o= -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp -o Analysis/ScalarEvo= lutionExpander.o --- Analysis/ScalarEvolutionNormalization.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionNormalization.o -MTAnalysis/ScalarEvolutionNorma= lization.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast= -align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-= overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_= amd64_gcc/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp -o Ana= lysis/ScalarEvolutionNormalization.o --- Analysis/ScopedNoAliasAA.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScopedNoAliasAA.o -MTAnalysis/ScopedNoAliasAA.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ScopedNoAliasAA.cpp -o Analysis/ScopedNoAliasAA.o --- Analysis/SparsePropagation.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_SparsePropagation.o -MTAnalysis/SparsePropagation.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/SparsePropagation.cpp -o Analysis/SparsePropagation.o--- Ana= lysis/TargetLibraryInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TargetLibraryInfo.o -MTAnalysis/TargetLibraryInfo.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/TargetLibraryInfo.cpp -o Analysis/TargetLibraryInfo.o--- Ana= lysis/TargetTransformInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TargetTransformInfo.o -MTAnalysis/TargetTransformInfo.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/TargetTransformInfo.cpp -o Analysis/TargetTransformInfo.= o --- Analysis/TypeBasedAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TypeBasedAliasAnalysis.o -MTAnalysis/TypeBasedAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp -o Analysis/TypeBasedA= liasAnalysis.o --- Analysis/TypeMetadataUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TypeMetadataUtils.o -MTAnalysis/TypeMetadataUtils.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/TypeMetadataUtils.cpp -o Analysis/TypeMetadataUtils.o--- Ana= lysis/ValueTracking.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ValueTracking.o -MTAnalysis/ValueTracking.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/ValueTracking.cpp -o Analysis/ValueTracking.o --- Analysis/VectorUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_VectorUtils.o -MTAnalysis/VectorUtils.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/VectorUtils.cpp -o Analysis/VectorUtils.o --- AsmParser/LLLexer.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_LLLexer.o -MTAsmParser/LLLexer.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/LL= Lexer.cpp -o AsmParser/LLLexer.o --- AsmParser/LLParser.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_LLParser.o -MTAsmParser/LLParser.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/L= LParser.cpp -o AsmParser/LLParser.o --- AsmParser/Parser.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_Parser.o -MTAsmParser/Parser.o -fstack-protector-strong -Wno-e= rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/Pa= rser.cpp -o AsmParser/Parser.o --- Bitcode/Reader/BitcodeReader.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Reader_BitcodeReader.o -MTBitcode/Reader/BitcodeReader.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Bitcode/Reader/BitcodeReader.cpp -o Bitcode/Reader/BitcodeReader.= o --- Bitcode/Reader/BitstreamReader.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Reader_BitstreamReader.o -MTBitcode/Reader/BitstreamReader.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp -o Bitcode/Reader/Bitstream= Reader.o --- Bitcode/Writer/BitcodeWriter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_BitcodeWriter.o -MTBitcode/Writer/BitcodeWriter.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp -o Bitcode/Writer/BitcodeWriter.= o --- Bitcode/Writer/BitcodeWriterPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_BitcodeWriterPass.o -MTBitcode/Writer/BitcodeWriterPass.o= -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp -o Bitcode/Writer/Bit= codeWriterPass.o --- Bitcode/Writer/BitcodeWriter.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/math.h:309:0, from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/cmath:305, from /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/include/llvm= /Support/DataTypes.h:34, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/Hashing.h:48, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/ArrayRef.h:13, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMapInfo.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMap.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/BitcodeWriter.cpp:14: /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits: In substitution of 'template typename std::__1::__select_2nd)()...))), std::__1::integral_constant >::type std::= __1::__is_constructible_test(_Tp&&, _Args&& ...) [with _Tp =3D llvm::ValueE= numerator::MDRange; _Args =3D {}]': /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2928:50: required from 'struct std::__1::__libcp= p_is_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2976:8: required from 'struct std::__1::__is_con= structible_void_check' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3002:30: required from 'struct std::__1::is_cons= tructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3215:30: required from 'struct std::__1::is_defa= ult_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:406:30: required from 'struct std::__1::__depend= ent_type= , true>' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/utility:290:72: [ skipping 3 instantiation contexts, use -ft= emplate-backtrace-limit=3D0 to disable ] /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 39:5: required from 'struct llvm::detail::AlignmentCalcImpl [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char>, fals= e>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 79:13: required from 'constexpr const unsigned int llvm::AlignOf [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char> = >::Alignment' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 86:52: required from 'struct llvm::AlignOf [1], l= lvm::SmallDenseMap::Large= Rep, char, char, char, char, char, char, char, char> >' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 251:8: required from 'struct llvm::AlignedCharArrayUnion [1], llvm::SmallDe= nseMap::LargeRep, char, c= har, char, char, char, char, char, char>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/ADT/DenseMap.h:759= :59: required from 'class llvm::SmallDenseMap' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitcode/Writer/ValueEnumera= tor.h:101:39: required from here /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::First' has been parse= d typename __select_2nd()...)= )), true_type>::type ^ /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::Last' has been parsed /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::NumStrings' has been = parsed --- Bitcode/Writer/ValueEnumerator.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_ValueEnumerator.o -MTBitcode/Writer/ValueEnumerator.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp -o Bitcode/Writer/ValueEnum= erator.o --- Bitcode/Writer/BitcodeWriter.o --- *** [Bitcode/Writer/BitcodeWriter.o] Error code 1 bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm --- Bitcode/Writer/ValueEnumerator.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/math.h:309:0, from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/cmath:305, from /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/include/llvm= /Support/DataTypes.h:34, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/Hashing.h:48, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/ArrayRef.h:13, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMapInfo.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMap.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.cpp:14: /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits: In substitution of 'template typename std::__1::__select_2nd)()...))), std::__1::integral_constant >::type std::= __1::__is_constructible_test(_Tp&&, _Args&& ...) [with _Tp =3D llvm::ValueE= numerator::MDRange; _Args =3D {}]': /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2928:50: required from 'struct std::__1::__libcp= p_is_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2976:8: required from 'struct std::__1::__is_con= structible_void_check' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3002:30: required from 'struct std::__1::is_cons= tructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3215:30: required from 'struct std::__1::is_defa= ult_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:406:30: required from 'struct std::__1::__depend= ent_type= , true>' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/utility:290:72: [ skipping 3 instantiation contexts, use -ft= emplate-backtrace-limit=3D0 to disable ] /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 39:5: required from 'struct llvm::detail::AlignmentCalcImpl [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char>, fals= e>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 79:13: required from 'constexpr const unsigned int llvm::AlignOf [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char> = >::Alignment' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 86:52: required from 'struct llvm::AlignOf [1], l= lvm::SmallDenseMap::Large= Rep, char, char, char, char, char, char, char, char> >' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 251:8: required from 'struct llvm::AlignedCharArrayUnion [1], llvm::SmallDe= nseMap::LargeRep, char, c= har, char, char, char, char, char, char>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/ADT/DenseMap.h:759= :59: required from 'class llvm::SmallDenseMap' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitcode/Writer/ValueEnumera= tor.h:101:39: required from here /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::First' has been parse= d typename __select_2nd()...)= )), true_type>::type ^ /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::Last' has been parsed /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::NumStrings' has been = parsed *** [Bitcode/Writer/ValueEnumerator.o] Error code 1 bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm 2 errors bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm *** [all_subdir_lib/clang/libllvm] Error code 2 bmake[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang 1 error bmake[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang *** [all_subdir_lib/clang] Error code 2 bmake[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib 1 error bmake[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib *** [lib__L] Error code 2 bmake[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [libraries] Error code 2 bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [_libraries] Error code 2 bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error make: stopped in /builds/FreeBSD_HEAD_amd64_gcc Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE IRC notifier plugin: Sending notification to: #freebsd-commits Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Sun Dec 4 16:38:56 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 BCD80C6777C for ; Sun, 4 Dec 2016 16:38:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 657FF1C78 for ; Sun, 4 Dec 2016 16:38:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 96A9043360; Sun, 4 Dec 2016 17:38:52 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_94FBECC4-CEE0-45DB-A6E4-D62B19F18479"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: clang/llvm 3.9.0 mysteriously zeroing variables? From: Dimitry Andric In-Reply-To: Date: Sun, 4 Dec 2016 17:38:42 +0100 Cc: Colin Percival , freebsd-current@freebsd.org Message-Id: <78FB227F-3542-452F-9A16-4FB0E0E698AC@FreeBSD.org> References: <01000158c7252f0c-6c3198b0-fbef-4a60-ade9-e3b91d9e83bd-000000@email.amazonses.com> To: Hans Petter Selasky X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Dec 2016 16:38:56 -0000 --Apple-Mail=_94FBECC4-CEE0-45DB-A6E4-D62B19F18479 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 04 Dec 2016, at 10:52, Hans Petter Selasky wrote: >=20 > On 12/04/16 01:04, Colin Percival wrote: >> Starting with r309124 (when clang/llvm 3.9.0 was imported) I'm seeing = EC2 >> instances panic on boot with a division-by-zero error; the code in = question >> is in blkfront.c, printing out the size of disks: >>=20 >>> device_printf(dev, "%juMB <%s> at %s", >>> (uintmax_t) sectors / (1048576 / sector_size), >>> device_get_desc(dev), >>> xenbus_get_node(dev)); >>=20 >> My first thought was that 'sector_size' must be either zero or very = large... >> but no, when I add printf("sector_size =3D %ju\n", = (uintmax_t)sector_size), it's >> entirely normal. What's more, adding that printf makes the = division-by-zero >> panic go away. >>=20 >> I'd think I was just hallucinating, but earlier today I heard that a = similarly >> "impossible" panic had been observed in the NFS client code when = compiled with >> clang/llvm 3.9.0. >>=20 >> So... is anyone else seeing unexpected panics or other odd behaviour = starting >> after clang/llvm 3.9.0 was imported? >>=20 >=20 > Hi, >=20 > Can you look at the code with "objdump -Dx --source" and see what is = going on there? Might it be the "sector" variable is shadowed? I don't see anything in the generated code for the call that can cause this, except for sector_size really being zero, or the result of 1048576/sector_size being zero. On i386, you get this: .loc 1 1349 19 # = /usr/src/sys/dev/xen/blkfront/blkfront.c:1349:19 movl -56(%ebp), %ecx # -56(%rbp) =3D sectors .Ltmp1148: #DEBUG_VALUE: xbd_connect:sectors <- %ECX .loc 1 1349 38 is_stmt 0 # = /usr/src/sys/dev/xen/blkfront/blkfront.c:1349:38 movl $1048576, %eax # imm =3D 0x100000 xorl %edx, %edx divl -52(%ebp) # -52(%ebp) =3D sector_size movl %eax, %edi .loc 1 1349 27 # = /usr/src/sys/dev/xen/blkfront/blkfront.c:1349:27 xorl %edx, %edx movl %ecx, %eax divl %edi movl %eax, -32(%ebp) # 4-byte Spill On amd64, it looks pretty similar: .loc 1 1349 19 # = /usr/src/sys/dev/xen/blkfront/blkfront.c:1349:19 movq -112(%rbp), %rcx # -112(%rbp) =3D sectors .Ltmp1128: #DEBUG_VALUE: xbd_connect:sectors <- %RCX .loc 1 1349 38 is_stmt 0 # = /usr/src/sys/dev/xen/blkfront/blkfront.c:1349:38 movl $1048576, %eax # imm =3D 0x100000 xorl %edx, %edx divq -88(%rbp) # -88(%rbp) =3D sector_size movq %rax, %rsi .loc 1 1349 27 # = /usr/src/sys/dev/xen/blkfront/blkfront.c:1349:27 xorl %edx, %edx movq %rcx, %rax divq %rsi movq %rax, %r15 Colin, does it panic for you in the first or the second div? -Dimitry --Apple-Mail=_94FBECC4-CEE0-45DB-A6E4-D62B19F18479 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhERpwACgkQsF6jCi4glqOtUQCgiet4dxDTxMKC9N78yT5IFPaW alQAnRA1AEKTbdsjoypsjCDietcUOTbi =IFrk -----END PGP SIGNATURE----- --Apple-Mail=_94FBECC4-CEE0-45DB-A6E4-D62B19F18479-- From owner-freebsd-current@freebsd.org Mon Dec 5 17:49:42 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 02626C68203; Mon, 5 Dec 2016 17:49:42 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from server.i805.com.br (mailhost.i805.com.br [50.7.9.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fbsd10.amd64", Issuer "fbsd10.amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B6A38684; Mon, 5 Dec 2016 17:49:41 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from www.i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.15.2/8.15.2) with ESMTP id uB5Hn75B083726; Mon, 5 Dec 2016 19:49:27 +0200 (EET) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: freebsd-current@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Is there possible run a MacOS X binary Date: Mon, 5 Dec 2016 14:49:07 -0300 Message-Id: <20161205174757.M9255@i805.com.br> In-Reply-To: <20161205161541.M51118@i805.com.br> X-Mailer: OpenWebMail 3.00_beta4 20140806 79bb7cc X-OriginatingIP: 186.221.219.53 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on server.i805.com.br X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 05 Dec 2016 17:49:42 -0000 Sorry for cross posting (-current and -ports) Is there any emulator like linuxator to run Mac OS X binaries, or is ther any licensing problem? TIA --- /************************************************* **Nilton José Rizzo UFRRJ **http://www.rizzo.eng.br http://www.ufrrj.br **http://lattes.cnpq.br/0079460703536198 **************************************************/ From owner-freebsd-current@freebsd.org Mon Dec 5 19:16:57 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 23EC8C6801E for ; Mon, 5 Dec 2016 19:16:57 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1201F1D77 for ; Mon, 5 Dec 2016 19:16:57 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0D184C6801D; Mon, 5 Dec 2016 19:16:57 +0000 (UTC) Delivered-To: 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 0CB28C6801C for ; Mon, 5 Dec 2016 19:16:57 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id C3EB61D71 for ; Mon, 5 Dec 2016 19:16:56 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 0FF715648E for ; Mon, 5 Dec 2016 13:16:50 -0600 (CST) To: "current@freebsd.org" From: Eric van Gyzen Subject: Import rcorder-visualize.sh from NetBSD? Message-ID: Date: Mon, 5 Dec 2016 13:16:49 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 05 Dec 2016 19:16:57 -0000 Would anyone object to me importing this script from NetBSD? http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorder-visualize.sh?rev=1.5&content-type=text/plain I ask in particular because of the non-BSD license. This seems like a no-brainer, but I'm going to play it safe and ask first. Eric From owner-freebsd-current@freebsd.org Mon Dec 5 21:13:35 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 BB42EC68851 for ; Mon, 5 Dec 2016 21:13:35 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A7AB21E2F for ; Mon, 5 Dec 2016 21:13:35 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.ysv.freebsd.org (Postfix) id A701FC68850; Mon, 5 Dec 2016 21:13:35 +0000 (UTC) Delivered-To: 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 A6A5DC6884F for ; Mon, 5 Dec 2016 21:13:35 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87BA31E2D; Mon, 5 Dec 2016 21:13:35 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 188ED5A9F13; Mon, 5 Dec 2016 21:13:28 +0000 (UTC) Date: Mon, 5 Dec 2016 21:13:28 +0000 From: Brooks Davis To: Eric van Gyzen Cc: "current@freebsd.org" Subject: Re: Import rcorder-visualize.sh from NetBSD? Message-ID: <20161205211328.GC78790@spindle.one-eyed-alien.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 05 Dec 2016 21:13:35 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 05, 2016 at 01:16:49PM -0600, Eric van Gyzen wrote: > Would anyone object to me importing this script from NetBSD? >=20 > http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorder-v= isualize.sh?rev=3D1.5&content-type=3Dtext/plain >=20 > I ask in particular because of the non-BSD license. This seems like a > no-brainer, but I'm going to play it safe and ask first. It seems pointless as something in the base system given that it required graphviz. Having it in the source tree seems mostly fine, but Joerg should really put a proper license on it. -- Brooks --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJYRdh3AAoJEKzQXbSebgfAR+oIAJS6wRwPqYDyMYx+JSAr8rj0 0zflrrmhUshJNTuZZJenfgGKXfvPWf5OD93NXqrJfYldt4JL+N8iEl1UJonwpXGt br8z6lWt9it7T8HcfT5yYd3kG6yNN3VAreDL9PhLnDHvCPid/8MRQ7/74S7lADWf WLXKBjedeVwCizhHXA9V1nETU7yTIUmFw/L1D5zCioKDu3Z6yDNnlF/uVcotEfu3 SuWPSh7XuzXXRrEJ57KiWM4nENwVw0e2eEogEyhCs68XJfytmFBZVy0+7Qs04dHM 0JYCc389GrS9vj2Uh4DP6li5yA6d9zg7+8zh9feCz54yTFodjpnS1r3daJlrtJA= =S2ur -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-freebsd-current@freebsd.org Mon Dec 5 21:23:35 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 93654C68CB9 for ; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 827C7630 for ; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7EECDC68CB8; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) Delivered-To: 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 7E991C68CB7 for ; Mon, 5 Dec 2016 21:23:35 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1E562F; Mon, 5 Dec 2016 21:23:34 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 382F15648E; Mon, 5 Dec 2016 15:23:34 -0600 (CST) Subject: Re: Import rcorder-visualize.sh from NetBSD? To: Brooks Davis References: <20161205211328.GC78790@spindle.one-eyed-alien.net> Cc: "current@freebsd.org" From: Eric van Gyzen Message-ID: Date: Mon, 5 Dec 2016 15:23:33 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <20161205211328.GC78790@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 05 Dec 2016 21:23:35 -0000 On 12/05/2016 15:13, Brooks Davis wrote: > On Mon, Dec 05, 2016 at 01:16:49PM -0600, Eric van Gyzen wrote: >> Would anyone object to me importing this script from NetBSD? >> >> http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorder-visualize.sh?rev=1.5&content-type=text/plain >> >> I ask in particular because of the non-BSD license. This seems like a >> no-brainer, but I'm going to play it safe and ask first. > > It seems pointless as something in the base system given that it > required graphviz. If it had been in the base system last week, I would have found it instead of wasting my time reinventing it. I suppose the same could be said of the ports tree, but src/sbin/rcorder is a good first place to look. > Having it in the source tree seems mostly fine, but > Joerg should really put a proper license on it. I agree. In fact, I just asked him to apply a 2-clause BSD license, and he agreed. Eric From owner-freebsd-current@freebsd.org Mon Dec 5 22:10:49 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 09ED4C68EEF for ; Mon, 5 Dec 2016 22:10:49 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E9A8B67E for ; Mon, 5 Dec 2016 22:10:48 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.ysv.freebsd.org (Postfix) id E8FB3C68EED; Mon, 5 Dec 2016 22:10:48 +0000 (UTC) Delivered-To: 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 E8A09C68EEB for ; Mon, 5 Dec 2016 22:10:48 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0B33677; Mon, 5 Dec 2016 22:10:48 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 9F1295A9F13; Mon, 5 Dec 2016 22:10:47 +0000 (UTC) Date: Mon, 5 Dec 2016 22:10:47 +0000 From: Brooks Davis To: Eric van Gyzen Cc: "current@freebsd.org" Subject: Re: Import rcorder-visualize.sh from NetBSD? Message-ID: <20161205221047.GE78790@spindle.one-eyed-alien.net> References: <20161205211328.GC78790@spindle.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 05 Dec 2016 22:10:49 -0000 --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 05, 2016 at 03:23:33PM -0600, Eric van Gyzen wrote: > On 12/05/2016 15:13, Brooks Davis wrote: > > On Mon, Dec 05, 2016 at 01:16:49PM -0600, Eric van Gyzen wrote: > >> Would anyone object to me importing this script from NetBSD? > >> > >> http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorde= r-visualize.sh?rev=3D1.5&content-type=3Dtext/plain > >> > >> I ask in particular because of the non-BSD license. This seems like a > >> no-brainer, but I'm going to play it safe and ask first. > >=20 > > It seems pointless as something in the base system given that it > > required graphviz. >=20 > If it had been in the base system last week, I would have found it > instead of wasting my time reinventing it. I suppose the same could be > said of the ports tree, but src/sbin/rcorder is a good first place to loo= k. Given it there in NetBSD that probably make sense. The more common FreeBSD thing would be something under src/tools. -- Brooks --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJYReXnAAoJEKzQXbSebgfAMB4H/0twbVfqWgSNufafuQbnNcIP aPk4gOBF+pNRD6w5dCNpAwmsQuBa5CfbKs8moA3YKbI8Ds1WO8zs+wu0wwenvGuh uZWJZXwU+PHJCc2ORJrGV/czU7ckABZwtZrZ45Z8vA0XWnpOi0c6SoMVFLZtUs9M 0gedWb7wpbuEAeig77OFMe9xkC6cmhoKZD7fSHDiKViwPPy7cHOlk1oSHLOB5zfw FrURApVqRwxORBaYzmpAB5at9RPhRWFuiEwYL4jUOGwd+RGdZ7Y+P4pu7Qu6eecM WpNOLtzYrx7vyvpUcZaSjOH09xmJmGCwI4qKSTxchZPYAV64pSrJbR9x8KAeG+o= =CZW8 -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko-- From owner-freebsd-current@freebsd.org Mon Dec 5 23:45:36 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 68CAEC69406 for ; Mon, 5 Dec 2016 23:45:36 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 497DE1358 for ; Mon, 5 Dec 2016 23:45:36 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 45E18C69405; Mon, 5 Dec 2016 23:45:36 +0000 (UTC) Delivered-To: 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 45823C69404 for ; Mon, 5 Dec 2016 23:45:36 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-qt0-f171.google.com (mail-qt0-f171.google.com [209.85.216.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE171357; Mon, 5 Dec 2016 23:45:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-qt0-f171.google.com with SMTP id n6so331348138qtd.1; Mon, 05 Dec 2016 15:45:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=IwauDbyf/To2zsZWdQmW4j51dD53NcpkI78F2wNVQGM=; b=OGQ5rlXXU3criUjMmiY6zFpY1DxuFGiv0egS+QuxguJbM6nLgdxkVcCbF6WWDuK+MK /mZ9jzxQS8uALAZmrrkzlycx197HP8bU55uk7N3hpzi1J+4HFHOO8SsYS3TcwMxZiA39 /a3qzirqOMhgUyLh17PQfRVXm7x4obLwWFHnoASfyKI256oBMxoNkHY4TzNAnpLIbk4w FpO36k/BJLmiinKOj78d15EfRy2c4k3VFfesYPCb0J4wkmyvGaTGSU9qWGYkMDKPB4G9 WjrcmgaGoiTkS3lDyisMWsdSp7q1zjvbbHfFYnpMzobyO75vabJSKZcnR9IpF96yJ5DN VUnw== X-Gm-Message-State: AKaTC02J66iiTdOJWq/nAkD8G1De0nHlaM0fhSy31NOFqLVK2Uuwve1RsN8EAyY0E2BY7g== X-Received: by 10.200.47.38 with SMTP id j35mr52996250qta.136.1480966060611; Mon, 05 Dec 2016 11:27:40 -0800 (PST) Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com. [209.85.220.171]) by smtp.gmail.com with ESMTPSA id s41sm10092870qtc.39.2016.12.05.11.27.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Dec 2016 11:27:40 -0800 (PST) Received: by mail-qk0-f171.google.com with SMTP id q130so169424289qke.1; Mon, 05 Dec 2016 11:27:40 -0800 (PST) X-Received: by 10.55.139.134 with SMTP id n128mr51499404qkd.43.1480966060186; Mon, 05 Dec 2016 11:27:40 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.200.58.165 with HTTP; Mon, 5 Dec 2016 11:27:39 -0800 (PST) In-Reply-To: References: From: Conrad Meyer Date: Mon, 5 Dec 2016 11:27:39 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Import rcorder-visualize.sh from NetBSD? To: Eric van Gyzen Cc: "current@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 05 Dec 2016 23:45:36 -0000 Go ahead. On Mon, Dec 5, 2016 at 11:16 AM, Eric van Gyzen wrote: > Would anyone object to me importing this script from NetBSD? > > http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorder-visualize.sh?rev=1.5&content-type=text/plain > > I ask in particular because of the non-BSD license. This seems like a > no-brainer, but I'm going to play it safe and ask first. > > Eric > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-current@freebsd.org Tue Dec 6 10:04:45 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 5D4FAC69683; Tue, 6 Dec 2016 10:04:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2154E1D26; Tue, 6 Dec 2016 10:04:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id B5B311FE158; Tue, 6 Dec 2016 11:04:41 +0100 (CET) Subject: Re: Optimising generated rules for SAT solving (5/12 are duplicates) To: Vsevolod Stakhov , Ed Schouten References: <20150414200459.GE39658@ivaldir.etoilebsd.net> <20150421103454.GR1394@zxy.spb.ru> <5593D0AE.2010205@selasky.org> <416359ce-1dcd-1160-5c56-f120a0f6358f@selasky.org> <20160627115533.gqvdsmtzwnvrrfuo@ivaldir.etoilebsd.net> <0671148b-d7cd-f8ad-906d-a0baa1b98cf5@selasky.org> <9b0469bb-ab2b-4992-1d40-de748163f2c8@selasky.org> <8c5cb2ea-54ab-c91b-5859-b6a73a2a7005@highsecure.ru> <6a81db90-40fa-ec5f-9402-333091c333f2@selasky.org> Cc: Baptiste Daroussin , Slawa Olhovchenkov , ports@freebsd.org, FreeBSD Current From: Hans Petter Selasky Message-ID: <278d487d-4752-5fa6-6037-2e157db100c2@selasky.org> Date: Tue, 6 Dec 2016 11:04:16 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <6a81db90-40fa-ec5f-9402-333091c333f2@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 10:04:45 -0000 On 11/24/16 14:11, Vsevolod Stakhov wrote: > > Then I don't understand how your patch should affect the solving > procedure. If pkg tries to reinstall something without *reason* it is a > good sign of bug in pkg itself and/or your database/repo and not in SAT > solver. > > I'll try to review your issue but I'll likely need your local packages > database for this test. Hi Vsevolod, Did you have a chance to look at this? --HPS From owner-freebsd-current@freebsd.org Tue Dec 6 11:47:19 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 22F3BC69A5D for ; Tue, 6 Dec 2016 11:47:19 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD3A51CB2 for ; Tue, 6 Dec 2016 11:47:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cEEDM-000KcO-0N for freebsd-current@freebsd.org; Tue, 06 Dec 2016 14:47:16 +0300 Date: Tue, 6 Dec 2016 14:47:15 +0300 From: Slawa Olhovchenkov To: freebsd-current@freebsd.org Subject: How to load kernel module automatic? Message-ID: <20161206114715.GP57876@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 11:47:19 -0000 Now I am try to update fw in chelsio card. Firmware can't be updated if card was running (interface go to UP). I am try to unload if_cxgbe module, check module unloaded... and after short time see module loaded again! How is this possible? From owner-freebsd-current@freebsd.org Tue Dec 6 11:51:13 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 CF8A5C69BFA for ; Tue, 6 Dec 2016 11:51:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BC0A1F7B for ; Tue, 6 Dec 2016 11:51:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 4F0431FE158; Tue, 6 Dec 2016 12:51:05 +0100 (CET) Subject: Re: How to load kernel module automatic? To: Slawa Olhovchenkov , freebsd-current@freebsd.org References: <20161206114715.GP57876@zxy.spb.ru> From: Hans Petter Selasky Message-ID: Date: Tue, 6 Dec 2016 12:50:40 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161206114715.GP57876@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 11:51:13 -0000 On 12/06/16 12:47, Slawa Olhovchenkov wrote: > Now I am try to update fw in chelsio card. > Firmware can't be updated if card was running (interface go to UP). > I am try to unload if_cxgbe module, check module unloaded... and after > short time see module loaded again! > How is this possible? Hi, devd is likely re-loading the .ko for you. --HPS From owner-freebsd-current@freebsd.org Tue Dec 6 04:41:29 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 4841FC69FE2 for ; Tue, 6 Dec 2016 04:41:29 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 34C1E16F0 for ; Tue, 6 Dec 2016 04:41:29 +0000 (UTC) (envelope-from arcade@b1t.name) Received: by mailman.ysv.freebsd.org (Postfix) id 3409BC69FE1; Tue, 6 Dec 2016 04:41:29 +0000 (UTC) Delivered-To: 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 33B04C69FE0 for ; Tue, 6 Dec 2016 04:41:29 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from limbo.b1t.name (limbo.b1t.name [78.25.32.206]) by mx1.freebsd.org (Postfix) with ESMTP id E3D8516ED for ; Tue, 6 Dec 2016 04:41:28 +0000 (UTC) (envelope-from arcade@b1t.name) Received: from [172.29.1.93] (probe.42.lan [172.29.1.93]) by limbo.b1t.name (Postfix) with ESMTPSA id 79A795D for ; Tue, 6 Dec 2016 06:41:17 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=b1t.name; s=mail; t=1480999278; bh=rTGLopxJpfnOQAayohDt5s3T4Qx6zxIRRdd/9J73GZo=; h=Subject:To:References:From:Date:In-Reply-To; b=yNWoJf4xuM4fqFzCKxR2Q8y6rHQvIFQKD9JBmEZqqaYhV42b46I4ZfAUPkt+YH0+5 C1teeUTCQLwVCYK7EbPmIu531hWYEA3tetixAQuffU7wr0Hwcn6/W/qNfXekd8BqsY TGByQCJ7G1Pp091yYjWilRE/Pj88VHrzUhY964gA= Subject: Re: Import rcorder-visualize.sh from NetBSD? To: "current@freebsd.org" References: From: Volodymyr Kostyrko Message-ID: <5846416B.4040600@b1t.name> Date: Tue, 6 Dec 2016 06:41:15 +0200 User-Agent: Mozilla/5.0 (X11; DragonFly x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 06 Dec 2016 12:41:22 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 04:41:29 -0000 Eric van Gyzen wrote: > Would anyone object to me importing this script from NetBSD? > > http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sbin/rcorder/rcorder-visualize.sh?rev=1.5&content-type=text/plain > > I ask in particular because of the non-BSD license. This seems like a > no-brainer, but I'm going to play it safe and ask first. I remember I wrote something similar for one pr. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200375 -- Sphinx of black quartz judge my vow. From owner-freebsd-current@freebsd.org Tue Dec 6 12:52:59 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 D87BAC6930D for ; Tue, 6 Dec 2016 12:52:59 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6651282 for ; Tue, 6 Dec 2016 12:52:59 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cEFEv-000Mop-NP; Tue, 06 Dec 2016 15:52:57 +0300 Date: Tue, 6 Dec 2016 15:52:57 +0300 From: Slawa Olhovchenkov To: Hans Petter Selasky Cc: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206125257.GJ99742@zxy.spb.ru> References: <20161206114715.GP57876@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 12:52:59 -0000 On Tue, Dec 06, 2016 at 12:50:40PM +0100, Hans Petter Selasky wrote: > On 12/06/16 12:47, Slawa Olhovchenkov wrote: > > Now I am try to update fw in chelsio card. > > Firmware can't be updated if card was running (interface go to UP). > > I am try to unload if_cxgbe module, check module unloaded... and after > > short time see module loaded again! > > How is this possible? > > Hi, > > devd is likely re-loading the .ko for you. What event is? How devd guess module name for load? From owner-freebsd-current@freebsd.org Tue Dec 6 12:59:55 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 D35D6C695D4 for ; Tue, 6 Dec 2016 12:59:55 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A00DA18E7 for ; Tue, 6 Dec 2016 12:59:55 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id E28EC1FE158; Tue, 6 Dec 2016 13:59:52 +0100 (CET) Subject: Re: How to load kernel module automatic? To: Slawa Olhovchenkov References: <20161206114715.GP57876@zxy.spb.ru> <20161206125257.GJ99742@zxy.spb.ru> Cc: freebsd-current@freebsd.org, Warner Losh From: Hans Petter Selasky Message-ID: <556090d6-1f56-9aef-622c-ab0b502ec4e5@selasky.org> Date: Tue, 6 Dec 2016 13:59:27 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161206125257.GJ99742@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 12:59:55 -0000 On 12/06/16 13:52, Slawa Olhovchenkov wrote: > On Tue, Dec 06, 2016 at 12:50:40PM +0100, Hans Petter Selasky wrote: > >> On 12/06/16 12:47, Slawa Olhovchenkov wrote: >>> Now I am try to update fw in chelsio card. >>> Firmware can't be updated if card was running (interface go to UP). >>> I am try to unload if_cxgbe module, check module unloaded... and after >>> short time see module loaded again! >>> How is this possible? >> >> Hi, >> >> devd is likely re-loading the .ko for you. > > What event is? > How devd guess module name for load? Hi, Usually the kernel generates a no-driver found event, and that triggers devd to reload the driver based on its configuration scripts. Warner Losh, has done some work to integrate PCI device hints in the linker hints. I'm not sure if his work has been committed yet. Try to stop devd temporarily. --HPS From owner-freebsd-current@freebsd.org Tue Dec 6 14:12:55 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 76BC0C694A2 for ; Tue, 6 Dec 2016 14:12:55 +0000 (UTC) (envelope-from www-data@bizurado6.ddns.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 65FD27D2 for ; Tue, 6 Dec 2016 14:12:55 +0000 (UTC) (envelope-from www-data@bizurado6.ddns.net) Received: by mailman.ysv.freebsd.org (Postfix) id 65323C694A1; Tue, 6 Dec 2016 14:12:55 +0000 (UTC) Delivered-To: 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 63041C694A0 for ; Tue, 6 Dec 2016 14:12:55 +0000 (UTC) (envelope-from www-data@bizurado6.ddns.net) Received: from bizurado6.ddns.net (bizurado6.ddns.net [138.197.4.21]) by mx1.freebsd.org (Postfix) with ESMTP id 238257D0 for ; Tue, 6 Dec 2016 14:12:54 +0000 (UTC) (envelope-from www-data@bizurado6.ddns.net) Received: by bizurado6.ddns.net (Postfix, from userid 33) id 286A628B331; Tue, 6 Dec 2016 13:26:40 +0000 (UTC) To: current@freebsd.org Subject: CAMPANHA LIMPA NOME CLN (91362) X-PHP-Originating-Script: 0:imo30.php X-Mailer: Microsoft Office Outlook, Build 17.551210 From: current@freebsd.org Reply-To: current@freebsd.org X-Mailer: iGMail [www.ig.com.br] X-Originating-Email: current@freebsd.org X-Sender: current@freebsd.org X-iGspam-global: Unsure, spamicity=0.570081 - pe=5.74e-01 - pf=0.574081 - pg=0.574081 Message-Id: <20161206135247.286A628B331@bizurado6.ddns.net> Date: Tue, 6 Dec 2016 13:26:40 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:12:55 -0000 From owner-freebsd-current@freebsd.org Tue Dec 6 14:25:48 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 B8FE8C69A3E for ; Tue, 6 Dec 2016 14:25:48 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pg0-x241.google.com (mail-pg0-x241.google.com [IPv6:2607:f8b0:400e:c05::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88FA0ED5 for ; Tue, 6 Dec 2016 14:25:48 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pg0-x241.google.com with SMTP id x23so20029797pgx.3 for ; Tue, 06 Dec 2016 06:25:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=9QE33BA5AJh0PoW+DKIfvdaJM+WSY4d8ymoENk+6wdM=; b=tGOkJX5Y4TVQJKCgLG2blYdxM9QjmyHUtabxsszCEx6fyXF+aM2SFRE3OE0/RjwXFc 7RZ1xgXwkgFKlno0UXGGguC+seEr1+LjwZBygts2aNLTho9/jXTFZ0rsXvJDhpEPYOpe AY3NEBKgRHNKqUAmSjcFmmJJ6ZUvesspZzeYehavgApQHaf7fsOuaYgTQSxN3EYcjhuq E+sBCTwD850yT3GiSeot1rHis8oOBRaIBi+Gs1HAWmW71NM8edGv5/H4qYjuB5mfgkRs GHEoy+ltViGTSMPwKJOCWQEJlWkcs03678jW6P7utvQ9Xet2X5+YR8U3BIRjb1lsbSDL k9Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=9QE33BA5AJh0PoW+DKIfvdaJM+WSY4d8ymoENk+6wdM=; b=eaaWcJ5OO3ZxTbksvxZqgIhDBP3TSTcrvUf2HEYd7m1Jeg4DUZkxOAUX3SUAGTjBdi zZAB3ngsLnBysUf1Aal9Hht/ur3/rE5cRCvyWzU5bbUW+rq9D6V2z5iUr0S05v0Bc+4P OSPRBskJKcuM0gHl/F0At1B13BGBpCmZiMMxLlikKltJG+LMUcJdAqVGVTowTQtHSaUk tsCecEQiBvYewgIEUA20trOhZvAE4FWKzGiRlcvxshDNwPTb2IDG9EcqzwwVzmDlZvDv PpSu5NAuZJXrtABbxt9ZI8bFL1p/R3G5YtqEhVI7PyZ/r5yLbWiE49y8BQdU9zf/aCoc 1prg== X-Gm-Message-State: AKaTC03VFCvtnQ0jHWtXCD9PAqWlfgCjfyBQq8V+4A6SuJs45u0R8xT++EAU8YD7t83FAA== X-Received: by 10.84.173.195 with SMTP id p61mr136919050plb.68.1481034348184; Tue, 06 Dec 2016 06:25:48 -0800 (PST) Received: from ox (c-73-93-112-83.hsd1.ca.comcast.net. [73.93.112.83]) by smtp.gmail.com with ESMTPSA id v76sm35308395pfk.77.2016.12.06.06.25.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 06:25:47 -0800 (PST) Date: Tue, 6 Dec 2016 06:25:44 -0800 From: Navdeep Parhar To: Slawa Olhovchenkov Cc: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206142544.GF14137@ox> Mail-Followup-To: Slawa Olhovchenkov , freebsd-current@freebsd.org References: <20161206114715.GP57876@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206114715.GP57876@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:25:48 -0000 On Tue, Dec 06, 2016 at 02:47:15PM +0300, Slawa Olhovchenkov wrote: > Now I am try to update fw in chelsio card. > Firmware can't be updated if card was running (interface go to UP). > I am try to unload if_cxgbe module, check module unloaded... and after > short time see module loaded again! > How is this possible? Something is running "ifconfig cxgbe|cxl|cc" on your system. ifconfig can figure out the name of the module from the name of the ifnet and will kldload it if it isn't in the kernel already. Regards, Navdeep From owner-freebsd-current@freebsd.org Tue Dec 6 14:34:59 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 20C22C69EFD for ; Tue, 6 Dec 2016 14:34:59 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D97661714 for ; Tue, 6 Dec 2016 14:34:58 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cEGpc-00007z-U0 for freebsd-current@freebsd.org; Tue, 06 Dec 2016 17:34:56 +0300 Date: Tue, 6 Dec 2016 17:34:56 +0300 From: Slawa Olhovchenkov To: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206143456.GQ99742@zxy.spb.ru> References: <20161206114715.GP57876@zxy.spb.ru> <20161206142544.GF14137@ox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206142544.GF14137@ox> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:34:59 -0000 On Tue, Dec 06, 2016 at 06:25:44AM -0800, Navdeep Parhar wrote: > On Tue, Dec 06, 2016 at 02:47:15PM +0300, Slawa Olhovchenkov wrote: > > Now I am try to update fw in chelsio card. > > Firmware can't be updated if card was running (interface go to UP). > > I am try to unload if_cxgbe module, check module unloaded... and after > > short time see module loaded again! > > How is this possible? > > Something is running "ifconfig cxgbe|cxl|cc" on your system. ifconfig > can figure out the name of the module from the name of the ifnet and > will kldload it if it isn't in the kernel already. What is 'something'? From owner-freebsd-current@freebsd.org Tue Dec 6 14:41:18 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 E1FC8C6A482 for ; Tue, 6 Dec 2016 14:41:18 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B16AD1D93 for ; Tue, 6 Dec 2016 14:41:18 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pf0-x244.google.com with SMTP id i88so9445497pfk.2 for ; Tue, 06 Dec 2016 06:41:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=WQvwoN+ZDdnNiVmGXZD3eZ49t+rdAlbZ+0QH/fD2TRU=; b=sFbCkYa+ltREOOFkqPm6msBFOJq9Cfosq349z1LzstBTVRCMIrWWGI6TBf/7bAycDx 61881eJgQFrUGAxns4V5BSaHRo3Ss32zPgxSYiE1Qbw2QKLmMNSflEPerwyA5aR1J+Ie RfDDfZbtPTMlnOcMv4N/9612yIA8531uubVGn3GydIusGzzAcMd4Ed3DsaN8l5gKlFg9 CfIf/vSyJ1HxAL/Yzry9IN4LP269U4dyRLKfaiteZ+Sc97wtYGNm9q/zDKYDI2wcA/zh asH9qJ4e/EfRluBsq+31MV571uq10/WEmN53ecsEmx2HZZF+QJaB/jR3as0OPI3a192t Pe7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=WQvwoN+ZDdnNiVmGXZD3eZ49t+rdAlbZ+0QH/fD2TRU=; b=RbJWwYO2hnxbRxzsnxXmaswG7SIC+vpkHsqyQ0QhP0kQkwuLcSCeEdMhEBB6UWiumY s+acjYAN3g6AfF0Ho9B4uHU+ZiGfoo8+HwBlfp7N3xmHQuwm+aDdhswkLjESLEMMffah cmzdUpMIcYtKV7Zrs/x7OP/OWBOsHNgb3laA32ZR3fkhk/yxCVLbW3S43Ye+ZbVUQv6d xIvQZwdupj3DUFF8iNP8idwXcHY1HY/b/FQq2LFdiU9lI/rfZFewxr9uzSF64jsTtbC2 nDVE7eQEb7a+cofeQ/z7aTuupvJiGMtcpdCSuPxV46M62h91nPwKfz3Mqy7jwvYUVaFy CXfQ== X-Gm-Message-State: AKaTC03aLjIYKdVpUIEvAySZovU9YC+pwl052tmSlBJmB/gTSMAn7Mt+hHwc5VMBn5lkTA== X-Received: by 10.98.155.146 with SMTP id e18mr63753919pfk.45.1481035278298; Tue, 06 Dec 2016 06:41:18 -0800 (PST) Received: from ox (c-73-93-112-83.hsd1.ca.comcast.net. [73.93.112.83]) by smtp.gmail.com with ESMTPSA id o1sm35581027pgf.35.2016.12.06.06.41.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 06:41:17 -0800 (PST) Date: Tue, 6 Dec 2016 06:41:14 -0800 From: Navdeep Parhar To: Slawa Olhovchenkov Cc: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206144114.GG14137@ox> Mail-Followup-To: Slawa Olhovchenkov , freebsd-current@freebsd.org References: <20161206114715.GP57876@zxy.spb.ru> <20161206142544.GF14137@ox> <20161206143456.GQ99742@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206143456.GQ99742@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:41:19 -0000 On Tue, Dec 06, 2016 at 05:34:56PM +0300, Slawa Olhovchenkov wrote: > On Tue, Dec 06, 2016 at 06:25:44AM -0800, Navdeep Parhar wrote: > > > On Tue, Dec 06, 2016 at 02:47:15PM +0300, Slawa Olhovchenkov wrote: > > > Now I am try to update fw in chelsio card. > > > Firmware can't be updated if card was running (interface go to UP). > > > I am try to unload if_cxgbe module, check module unloaded... and after > > > short time see module loaded again! > > > How is this possible? > > > > Something is running "ifconfig cxgbe|cxl|cc" on your system. ifconfig > > can figure out the name of the module from the name of the ifnet and > > will kldload it if it isn't in the kernel already. > > What is 'something'? A script that's running via devd or some other mechanism. Regards, Navdeep From owner-freebsd-current@freebsd.org Tue Dec 6 14:43:40 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 D9916C6A759 for ; Tue, 6 Dec 2016 14:43:40 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B3B3154 for ; Tue, 6 Dec 2016 14:43:40 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cEGy2-0000Qz-Fl for freebsd-current@freebsd.org; Tue, 06 Dec 2016 17:43:38 +0300 Date: Tue, 6 Dec 2016 17:43:38 +0300 From: Slawa Olhovchenkov To: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206144338.GR99742@zxy.spb.ru> References: <20161206114715.GP57876@zxy.spb.ru> <20161206142544.GF14137@ox> <20161206143456.GQ99742@zxy.spb.ru> <20161206144114.GG14137@ox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206144114.GG14137@ox> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:43:40 -0000 On Tue, Dec 06, 2016 at 06:41:14AM -0800, Navdeep Parhar wrote: > On Tue, Dec 06, 2016 at 05:34:56PM +0300, Slawa Olhovchenkov wrote: > > On Tue, Dec 06, 2016 at 06:25:44AM -0800, Navdeep Parhar wrote: > > > > > On Tue, Dec 06, 2016 at 02:47:15PM +0300, Slawa Olhovchenkov wrote: > > > > Now I am try to update fw in chelsio card. > > > > Firmware can't be updated if card was running (interface go to UP). > > > > I am try to unload if_cxgbe module, check module unloaded... and after > > > > short time see module loaded again! > > > > How is this possible? > > > > > > Something is running "ifconfig cxgbe|cxl|cc" on your system. ifconfig > > > can figure out the name of the module from the name of the ifnet and > > > will kldload it if it isn't in the kernel already. > > > > What is 'something'? > > A script that's running via devd or some other mechanism. Its not clear to me what exact event cause devd start such script. From owner-freebsd-current@freebsd.org Tue Dec 6 14:53:08 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 20D75C6ACEF for ; Tue, 6 Dec 2016 14:53:08 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3788D4C for ; Tue, 6 Dec 2016 14:53:07 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pg0-x230.google.com with SMTP id x23so150160552pgx.1 for ; Tue, 06 Dec 2016 06:53:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Rk7vaYVxDPGpJ5Gpfnywe0eOTyZ8lnf7Zr7ExDPlevY=; b=OWPkdY50C37gJ2RUE5MWcGFcCEeCwoidc2TpcVt8E8QY8i86m8yXswwfYJZHiezLTA A80iqEdUA1iONsI2Ur0eDcb8yFkWccDjomkuhrEwQazUMmSAcHVS1xaizqYjaWc0VqPi 9E9E+ABs8fEyegZMu8fu97WYqpwRJPYs2Scf/UFlNa9YYBdY0Q004FuDrg7hSq9kbsYf aNAt/6xa8Qe4eMUe4vfpeskT4vLU7/CVMcCMO7Olx2iW7WJxRuZ0VDLi6mOcOUIiD4mg EU1WJTWF1fgIHmnBvDDfO8KBKNK/yvZv66n+BnuVFokIlcY7UR4ZHaqFbPvDtoFZRA8R 3MSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=Rk7vaYVxDPGpJ5Gpfnywe0eOTyZ8lnf7Zr7ExDPlevY=; b=CL/nW+H8rM/OMSF1N4nnLvMWWIrW9LllRUT4TzpqftABLK2TLU5HTu2HgDxHZ+3IxM aDl8HqQFsh93LGtMYLykeBYoBAT2IkCJ1nXVMSZuIFYbmoO/XfReqsSapwJN0RagnnXJ hPyOpqoqQhElXhn0tqya0Jyz/5gb3pVs5KWcxtmfXftwBBPDz16+OyDaZ9ZvIrE0GbvP CyxO8l4VgYTQeJ+PH0j3HWU54oVFuFhd4jTtEu7qbS9WHZiWiCIlIsh34MKRwxX0hw5K oJ9Qpx8VqwMskk9MMp+bVKbrJ5HK+YP5Hf3X2RHrFlRvUDfGZBqaMlJJGVG1iQvdkyOB 0EqQ== X-Gm-Message-State: AKaTC00P88rrkwfwxdEXfHqq8oakzOWt3O2eH0cAVs6c7zU+uyM5PfjAea2uEffOWTZKdw== X-Received: by 10.99.1.132 with SMTP id 126mr112358558pgb.129.1481035987376; Tue, 06 Dec 2016 06:53:07 -0800 (PST) Received: from ox (c-73-93-112-83.hsd1.ca.comcast.net. [73.93.112.83]) by smtp.gmail.com with ESMTPSA id w24sm35604031pfa.9.2016.12.06.06.53.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 06:53:06 -0800 (PST) Date: Tue, 6 Dec 2016 06:53:03 -0800 From: Navdeep Parhar To: Slawa Olhovchenkov Cc: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206145303.GH14137@ox> Mail-Followup-To: Slawa Olhovchenkov , freebsd-current@freebsd.org References: <20161206114715.GP57876@zxy.spb.ru> <20161206142544.GF14137@ox> <20161206143456.GQ99742@zxy.spb.ru> <20161206144114.GG14137@ox> <20161206144338.GR99742@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206144338.GR99742@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:53:08 -0000 On Tue, Dec 06, 2016 at 05:43:38PM +0300, Slawa Olhovchenkov wrote: > On Tue, Dec 06, 2016 at 06:41:14AM -0800, Navdeep Parhar wrote: > > > On Tue, Dec 06, 2016 at 05:34:56PM +0300, Slawa Olhovchenkov wrote: > > > On Tue, Dec 06, 2016 at 06:25:44AM -0800, Navdeep Parhar wrote: > > > > > > > On Tue, Dec 06, 2016 at 02:47:15PM +0300, Slawa Olhovchenkov wrote: > > > > > Now I am try to update fw in chelsio card. > > > > > Firmware can't be updated if card was running (interface go to UP). > > > > > I am try to unload if_cxgbe module, check module unloaded... and after > > > > > short time see module loaded again! > > > > > How is this possible? > > > > > > > > Something is running "ifconfig cxgbe|cxl|cc" on your system. ifconfig > > > > can figure out the name of the module from the name of the ifnet and > > > > will kldload it if it isn't in the kernel already. > > > > > > What is 'something'? > > > > A script that's running via devd or some other mechanism. > > Its not clear to me what exact event cause devd start such script. Doesn't have to be devd. Could be any automated script running ifconfig. Leave this running and see if ifconfig is ever called with (cxgbe|cxl|cc) as parameter. If it is then that's what's loading cxgbe(4) automatically. dtrace -n 'proc:::exec-success /execname == "ifconfig"/ {trace(curpsinfo->pr_psargs);} Regards, Navdeep From owner-freebsd-current@freebsd.org Tue Dec 6 14:59:18 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 1CCF3C690BD for ; Tue, 6 Dec 2016 14:59:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3E461AE9 for ; Tue, 6 Dec 2016 14:59:17 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1cEHD8-0000vO-RD for freebsd-current@freebsd.org; Tue, 06 Dec 2016 17:59:14 +0300 Date: Tue, 6 Dec 2016 17:59:14 +0300 From: Slawa Olhovchenkov To: freebsd-current@freebsd.org Subject: Re: How to load kernel module automatic? Message-ID: <20161206145914.GS99742@zxy.spb.ru> References: <20161206114715.GP57876@zxy.spb.ru> <20161206142544.GF14137@ox> <20161206143456.GQ99742@zxy.spb.ru> <20161206144114.GG14137@ox> <20161206144338.GR99742@zxy.spb.ru> <20161206145303.GH14137@ox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161206145303.GH14137@ox> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 06 Dec 2016 14:59:18 -0000 On Tue, Dec 06, 2016 at 06:53:03AM -0800, Navdeep Parhar wrote: > On Tue, Dec 06, 2016 at 05:43:38PM +0300, Slawa Olhovchenkov wrote: > > On Tue, Dec 06, 2016 at 06:41:14AM -0800, Navdeep Parhar wrote: > > > > > On Tue, Dec 06, 2016 at 05:34:56PM +0300, Slawa Olhovchenkov wrote: > > > > On Tue, Dec 06, 2016 at 06:25:44AM -0800, Navdeep Parhar wrote: > > > > > > > > > On Tue, Dec 06, 2016 at 02:47:15PM +0300, Slawa Olhovchenkov wrote: > > > > > > Now I am try to update fw in chelsio card. > > > > > > Firmware can't be updated if card was running (interface go to UP). > > > > > > I am try to unload if_cxgbe module, check module unloaded... and after > > > > > > short time see module loaded again! > > > > > > How is this possible? > > > > > > > > > > Something is running "ifconfig cxgbe|cxl|cc" on your system. ifconfig > > > > > can figure out the name of the module from the name of the ifnet and > > > > > will kldload it if it isn't in the kernel already. > > > > > > > > What is 'something'? > > > > > > A script that's running via devd or some other mechanism. > > > > Its not clear to me what exact event cause devd start such script. > > Doesn't have to be devd. Could be any automated script running > ifconfig. Leave this running and see if ifconfig is ever called with No any automated scripts. > (cxgbe|cxl|cc) as parameter. If it is then that's what's loading > cxgbe(4) automatically. > > dtrace -n 'proc:::exec-success /execname == "ifconfig"/ {trace(curpsinfo->pr_psargs);} ok, i am do it tomorrow. From owner-freebsd-current@freebsd.org Wed Dec 7 06:29:07 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 0F362C6B642; Wed, 7 Dec 2016 06:29:07 +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 E92D11D17; Wed, 7 Dec 2016 06:29:06 +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 D4E22146; Wed, 7 Dec 2016 06:29:06 +0000 (UTC) Date: Wed, 7 Dec 2016 06:29:04 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: np@FreeBSD.org, adrian@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <968050529.22.1481092146881.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4319 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 06:29:07 -0000 FreeBSD_HEAD_i386 - Build #4319 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4319/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4319/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4319/cons= ole Change summaries: 309666 by np: cxgbe(4): unsigned short isn't large enough to store link speed (which is in Mbps) for 100Gbps links. MFC after:=093 days 309665 by adrian: [net80211] flesh out more RX phy information. I'm teaching my ath10k port to communicate up the per-rate / channel width information I get from the firmware. The HT40 flag field should just be retired and instead moved to use the PHY bandwidth field. 309664 by adrian: [net80211] start refactoring out the "am I a wep / group key!" code. This is a bunch of pointer arithmetic that is copypasta'ed everywhere. Let's undo that copypasta. The end of the build log: [...truncated 197469 lines...] ctfmerge -L VERSION -g -o umcs.kld umcs.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk umcs.kld export_syms | xargs -J% ob= jcopy % umcs.kld --- umcs.ko.full --- ld -Bshareable -d -warn-common -o umcs.ko.full umcs.kld --- umcs.ko.debug --- objcopy --only-keep-debug umcs.ko.full umcs.ko.debug --- umcs.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dumcs.ko.debug umcs.ko.full umc= s.ko --- adwlib.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/u= sr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include o= pt_global.h -MD -MF.depend.adwlib.o -MTadwlib.o -mno-mmx -mno-sse -msoft-= float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-= decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebs= d_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-p= ragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-par= entheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -Werror = /usr/src/sys/dev/advansys/adwlib.c --- modules-all --- --- all_subdir_usb/umodem --- ctfconvert -L VERSION -g umodem.o --- umodem.kld --- ld -d -warn-common -r -d -o umodem.kld umodem.o ctfmerge -L VERSION -g -o umodem.kld umodem.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk umodem.kld export_syms | xargs -J% = objcopy % umodem.kld --- umodem.ko.full --- ld -Bshareable -d -warn-common -o umodem.ko.full umodem.kld --- umodem.ko.debug --- objcopy --only-keep-debug umodem.ko.full umodem.ko.debug --- umodem.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dumodem.ko.debug umodem.ko.full= umodem.ko --- all_subdir_usb/umoscom --- =3D=3D=3D> usb/umoscom (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_bus.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bus.h opt_bus.h --- opt_usb.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_usb.h opt_usb.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- usb_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/usb/usb_if.m -h --- usbdevs.h --- awk -f /usr/src/sys/tools/usbdevs2h.awk /usr/src/sys/dev/usb/usbdevs -h --- adwlib.o --- ctfconvert -L VERSION -g adwlib.o --- modules-all --- --- all_subdir_vxge --- --- vxgehal-srpcim.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DVXGE_HAL_RX_MULTI_POST -DVXGE_HAL_TX_= MULTI_POST -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc = -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_glo= bal.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD= -MF.depend.vxgehal-srpcim.o -MTvxgehal-srpcim.o -mno-mmx -mno-sse -msoft-= float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-= decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebs= d_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-p= ragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-par= entheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-e= rror-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/s= rc/sys/modules/vxge/../../dev/vxge/vxgehal/vxgehal-srpcim.c -o vxgehal-srpc= im.o --- all_subdir_usb --- --- umoscom.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL= -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/us= r/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj= /usr/src/sys/GENERIC -MD -MF.depend.umoscom.o -MTumoscom.o -mno-mmx -mno-= sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn= o-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wn= o-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-= sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:199= 9 -c /usr/src/sys/modules/usb/umoscom/../../../dev/usb/serial/umoscom.c -o = umoscom.o ctfconvert -L VERSION -g umoscom.o --- umoscom.kld --- ld -d -warn-common -r -d -o umoscom.kld umoscom.o ctfmerge -L VERSION -g -o umoscom.kld umoscom.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk umoscom.kld export_syms | xargs -J%= objcopy % umoscom.kld --- umoscom.ko.full --- ld -Bshareable -d -warn-common -o umoscom.ko.full umoscom.kld --- umoscom.ko.debug --- objcopy --only-keep-debug umoscom.ko.full umoscom.ko.debug --- umoscom.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dumoscom.ko.debug umoscom.ko.fu= ll umoscom.ko --- all_subdir_usb/uplcom --- =3D=3D=3D> usb/uplcom (all) --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_bus.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bus.h opt_bus.h --- opt_usb.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_usb.h opt_usb.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- all_subdir_vxge --- ctfconvert -L VERSION -g vxgehal-srpcim.o --- all_subdir_usb --- --- usb_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/usb/usb_if.m -h --- usbdevs.h --- awk -f /usr/src/sys/tools/usbdevs2h.awk /usr/src/sys/dev/usb/usbdevs -h --- all_subdir_vxge --- ERROR: vxgehal-srpcim.c: sou vxge_hal_mrpcim_reg_t has too many members: 19= 11 > 1023 --- all_subdir_wlan --- =3D=3D=3D> wlan (all) --- all_subdir_vxge --- --- vxgehal-mgmtaux.o --- 1 warning generated. ctfconvert -L VERSION -g vxgehal-mgmtaux.o --- all_subdir_wlan --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- x86 -> /usr/src/sys/x86/include --- opt_ddb.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_ddb.h opt_ddb.h --- opt_inet.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet.h opt_inet.h --- opt_inet6.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_inet6.h opt_inet6.h --- opt_tdma.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_tdma.h opt_tdma.h --- all_subdir_vxge --- ERROR: vxgehal-mgmtaux.c: sou vxge_hal_mrpcim_reg_t has too many members: 1= 911 > 1023 --- all_subdir_wlan --- --- opt_wlan.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_wlan.h opt_wlan.h --- all_subdir_usb --- --- all_subdir_usb/uslcom --- =3D=3D=3D> usb/uslcom (all) --- all_subdir_wlan --- --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- all_subdir_usb --- --- machine --- machine -> /usr/src/sys/i386/include --- x86 --- --- all_subdir_wlan --- --- ieee80211_action.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL= -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/us= r/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj= /usr/src/sys/GENERIC -MD -MF.depend.ieee80211_action.o -MTieee80211_actio= n.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnosti= cs-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-er= ror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -= Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx = -std=3Diso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_a= ction.c -o ieee80211_action.o --- all_subdir_usb --- x86 -> /usr/src/sys/x86/include --- opt_bus.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_bus.h opt_bus.h --- opt_usb.h --- ln -sf /usr/obj/usr/src/sys/GENERIC/opt_usb.h opt_usb.h --- device_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h --- bus_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h --- usb_if.h --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/usb/usb_if.m -h --- usbdevs.h --- awk -f /usr/src/sys/tools/usbdevs2h.awk /usr/src/sys/dev/usb/usbdevs -h --- all_subdir_wlan --- ctfconvert -L VERSION -g ieee80211_action.o --- ieee80211_ageq.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL= -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/us= r/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj= /usr/src/sys/GENERIC -MD -MF.depend.ieee80211_ageq.o -MTieee80211_ageq.o = -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gd= warf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sig= n -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-s= how-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-= empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-= error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std= =3Diso9899:1999 -c /usr/src/sys/modules/wlan/../../net80211/ieee80211_ageq.= c -o ieee80211_ageq.o --- all_subdir_vxge --- --- vxgehal-mrpcim.o --- ctfconvert -L VERSION -g vxgehal-mrpcim.o ERROR: vxgehal-mrpcim.c: sou vxge_hal_mrpcim_reg_t has too many members: 19= 11 > 1023 --- vxgehal-ifmsg.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -DVXGE_HAL_RX_MULTI_POST -DVXGE_HAL_TX_= MULTI_POST -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc = -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_glo= bal.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -MD= -MF.depend.vxgehal-ifmsg.o -MTvxgehal-ifmsg.o -mno-mmx -mno-sse -msoft-fl= oat -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-de= cls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_= kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pra= gmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-err= or-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src= /sys/modules/vxge/../../dev/vxge/vxgehal/vxgehal-ifmsg.c -o vxgehal-ifmsg.o --- all_subdir_usb --- --- all_subdir_usb/uplcom --- --- uplcom.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL= -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/us= r/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj= /usr/src/sys/GENERIC -MD -MF.depend.uplcom.o -MTuplcom.o -mno-mmx -mno-ss= e -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn= o-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wn= o-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-= sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:199= 9 -c /usr/src/sys/modules/usb/uplcom/../../../dev/usb/serial/uplcom.c -o up= lcom.o --- all_subdir_wlan --- ctfconvert -L VERSION -g ieee80211_ageq.o --- all_subdir_usb --- --- all_subdir_usb/uslcom --- --- uslcom.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL= -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/us= r/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj= /usr/src/sys/GENERIC -MD -MF.depend.uslcom.o -MTuslcom.o -mno-mmx -mno-ss= e -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn= o-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wn= o-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-= sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:199= 9 -c /usr/src/sys/modules/usb/uslcom/../../../dev/usb/serial/uslcom.c -o us= lcom.o --- all_subdir_wlan --- --- ieee80211_crypto.o --- cc -target i386-unknown-freebsd12.0 --sysroot=3D/usr/obj/usr/src/tmp -B/usr= /obj/usr/src/tmp/usr/bin -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL= -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/us= r/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj= /usr/src/sys/GENERIC -MD -MF.depend.ieee80211_crypto.o -MTieee80211_crypt= o.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector= -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm= issing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnosti= cs-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-er= ror-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -= Wno-error-pointer-sign -Wno-error-shift-negative-value -Wno-unused-function= -mno-aes -mno-avx -std=3Diso9899:1999 -c /usr/src/sys/modules/wlan/../../= net80211/ieee80211_crypto.c -o ieee80211_crypto.o /usr/src/sys/modules/wlan/../../net80211/ieee80211_crypto.c:537:13: error: = expected ';' after return statement return (-1): ^ ; 1 error generated. *** [ieee80211_crypto.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/wlan 1 error bmake[4]: stopped in /usr/src/sys/modules/wlan --- all_subdir_vxge --- ctfconvert -L VERSION -g vxgehal-ifmsg.o --- all_subdir_wlan --- *** [all_subdir_wlan] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_vxge --- ERROR: vxgehal-ifmsg.c: sou vxge_hal_mrpcim_reg_t has too many members: 191= 1 > 1023 A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/sys/modules/vxge *** [all_subdir_vxge] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_usb --- --- all_subdir_usb/uplcom --- ctfconvert -L VERSION -g uplcom.o A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sys/modules/usb/uplcom *** [all_subdir_usb/uplcom] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/usb --- all_subdir_usb/uslcom --- ctfconvert -L VERSION -g uslcom.o A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sys/modules/usb/uslcom *** [all_subdir_usb/uslcom] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/usb 2 errors bmake[4]: stopped in /usr/src/sys/modules/usb *** [all_subdir_usb] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 3 errors bmake[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson4551562467081150594.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Wed Dec 7 08:33:11 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 C87F7C6BE84; Wed, 7 Dec 2016 08:33:11 +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 BC051332; Wed, 7 Dec 2016 08:33:11 +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 DDE8814A; Wed, 7 Dec 2016 08:33:11 +0000 (UTC) Date: Wed, 7 Dec 2016 08:33:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: delphij@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1536837960.26.1481099591916.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <968050529.22.1481092146881.JavaMail.jenkins@jenkins-9.freebsd.org> References: <968050529.22.1481092146881.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4320 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 08:33:11 -0000 FreeBSD_HEAD_i386 - Build #4320 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4320/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4320/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4320/console Change summaries: 309667 by delphij: Fix typo. From owner-freebsd-current@freebsd.org Wed Dec 7 09:25:06 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 31DDDC692A4 for ; Wed, 7 Dec 2016 09:25:06 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-wj0-x22b.google.com (mail-wj0-x22b.google.com [IPv6:2a00:1450:400c:c01::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB9641DEF for ; Wed, 7 Dec 2016 09:25:05 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by mail-wj0-x22b.google.com with SMTP id tg4so99496314wjb.1 for ; Wed, 07 Dec 2016 01:25:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bris-ac-uk.20150623.gappssmtp.com; s=20150623; h=date:from:message-id:to:subject:reply-to:in-reply-to; bh=fuxj9PytAW7qld7zsJfopQJyV5t7Is54BWCkkaaB2QA=; b=vPrxBAvhn9jkVDyqyOLQdeGu4QJbSFEOYRhG3eNOarH1wUSnYdvltTYtMMGeZAevmd yW0PNOan08sxv+Q5ZRy/urqQ07NeC7mQQ3t3yDiq7wyM57plwzX7Ry5J+MtkM+n6z5Ny Ix829GLHs+49sALg9UzThraWOG3ZC42sA32HWnDWCaNjTBuAX/v+bFMRr3Qr40adZj1d 2NnTVPCpvZgBhDzgVWKIPxGBjzSz03UurfCNJVFMe22gy8gklIhhI6dcz/W3WCCh+4h9 rI6/JKafzbjNN18NuXg+qY0/pyKDIe24L7n0Tn2WbkSGE+RxycbPc8+s+GuTXu+aSIa/ XjZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=fuxj9PytAW7qld7zsJfopQJyV5t7Is54BWCkkaaB2QA=; b=j1UewyWi0WtX6poWn8klR2bnnRF9m/RIeO3FCRyg+f3L7LskyXvgOV5R7OaWnTA/kZ IpDiwS1fZ+17Hau47ve7q6tZ7GMfh0Se48/H+QIkcrbVqBsHTR8vs8ZjUphZ+LMGZBsB dZckQ9AwfLrsNQf8KJ6UPtpyE17GKjPvLhvLr2lLRjExmfHMVfeQZpwO5A5KNSiyc7nu 2aNELftcWraX5vEVRK6mOfxPu8VaSvljCzFBeuV9Aws9fq9XfAAKrg9ttAWfEycDYRHt +tc+KvX+IU17KghtTf99weHmbifv/CF4s5vcKN49yhReVhjXLP+xXgvimh76+ByAySjX QBMQ== X-Gm-Message-State: AKaTC01xcNHSl1U9GfnLjUMfozP1JwaoyYmO5neZGmGLnr8LEHziaM1IkK/8wvE4XfFtBjNB X-Received: by 10.194.149.143 with SMTP id ua15mr69554731wjb.48.1481102704102; Wed, 07 Dec 2016 01:25:04 -0800 (PST) Received: from mech-as222.men.bris.ac.uk (mech-as222.men.bris.ac.uk. [137.222.170.4]) by smtp.gmail.com with ESMTPSA id di9sm30275417wjc.37.2016.12.07.01.25.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Dec 2016 01:25:03 -0800 (PST) Date: Wed, 07 Dec 2016 01:25:03 -0800 (PST) X-Google-Original-Date: Wed, 7 Dec 2016 09:25:02 GMT Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2) with ESMTP id uB79P2j9088449; Wed, 7 Dec 2016 09:25:02 GMT (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2/Submit) id uB79P2Zk088448; Wed, 7 Dec 2016 09:25:02 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201612070925.uB79P2Zk088448@mech-as222.men.bris.ac.uk> To: freebsd-current@freebsd.org, mexas@bris.ac.uk, scf@FreeBSD.org Subject: Re: webcamd panic - is it just me? Reply-To: mexas@bris.ac.uk In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 09:25:06 -0000 >From scf@freebsd.org Wed Dec 7 03:31:16 2016 > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215000 >> >> I think this started after moving from 10.3 to 11.0. >> >> Does nobody else see this panic? > >I do not see that panic, however, I do suspect it is the specific cuse >module you are loading. It is possible that you are loading a module >compiled for 10 when you are running 11. Regardless, you should not be >loading cuse4bsd any longer. cuse(4) is part of FreeBSD 11 now. >cuse_load="YES" is what you want. Thanks for the hint. I'll try this. If you are right, then the documentation is outdated: WEBCAMD(8) FreeBSD System Manager's Manual WEBCAMD(8) *skip* webcamd requires the cuse4bsd(3) kernel module. To load the driver as a module at boot time, place the following line in loader.conf(5): cuse4bsd_load="YES" *skip* AUTHORS webcamd was written by Hans Petter Selasky hselasky@freebsd.org. This man page was written by Dru Lavigne dru@freebsd.org. FreeBSD September 4, 2014 FreeBSD Strange that there is no version in the last line. Also: # man 4 cuse No manual entry for cuse Did you mean cuse(3)? Many thanks Anton From owner-freebsd-current@freebsd.org Wed Dec 7 09:42:18 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 BD218C698D0; Wed, 7 Dec 2016 09:42:18 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 332C6B58; Wed, 7 Dec 2016 09:42:17 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from thor.walstatt.dynvpn.de ([85.179.173.181]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MM0bQ-1cK2Np2voi-007hOS; Wed, 07 Dec 2016 10:42:09 +0100 Date: Wed, 7 Dec 2016 10:42:03 +0100 From: "O. Hartmann" To: FreeBSD CURRENT , FreeBSD Ports Subject: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT Message-ID: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> Organization: WALSTATT User-Agent: OutScare 3.1415926 X-Operating-System: ImNotAnOperatingSystem 3.141592527 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/aclPDC9mnJOProZZKF1FlGa"; protocol="application/pgp-signature" X-Provags-ID: V03:K0:tCcdHbalJaqHxoC7tjZOuCp0Z++TjesMSTcrP3GSznJnVwTlEiV +grtviNqOls85Q4+2DQJtjXwGh3SUT8klYw1m4ZTJJFx/lhpSCQ+mg3xbjf20I/WvuObNbO ibphHIp+Q+biwHvAkV8jldhO5e1UgH19nFnlrrSAXxPg8RaVIuJRECw4Cl8L+5a0KrPsv5U if3ZSqpnf26y7ao/qYOeg== X-UI-Out-Filterresults: notjunk:1;V01:K0:8OcjPSMYtmM=:pNb9K9RB5xpqRNceNMjKGh 9tdcsE7y8ulla/BZ/dBbfss4nV6kYg/9DwYO0DIaAB4EQquTKVePbxBztMXp6xG4m9iNbWnGi UXND+pgn0yFJJaweW/2TdeD9VzIx4CCo3MnQcmnxSTwT6dZ6ka0IKUyHj2MJVqpwTD/f90mYO /khKnON8pxJdZT7gyJV4yWyGJwayLklLvIuTpV51tN7lZMwvgdtZdbWm5sy7VQmta6VCP9G2J X4gXoVZSu85vNgAZ9xcOTD9rEn1LI+26vEbFzxxMHNCe+s05e3yT3YR+D0jmhudMgMrOjUwNV snqAQAFRSAfGxhL7rCtleXx6CJ0G5kF7xEGlfWyt44q5+lWnqnYHQHImJU8ZwqxbEsr+a2/NN uFZKdILGeU7aQ90mxuBOUj/qocAJns/y672tfyVx1gg6QAZq/iOx1QetCbDUQeT0aOHpXnE45 d2WZYraWLyTGAJ2ujXjlgasvukKBtfzCwWGZsRtJF3BIkSHC93hAH6WPI8KP9FjZBDLJTFzKV 1uOd6BWyGKRrLdg7rwQtD0C9DwheDcnQKPi5O4q55eYJyQLJGQyyZOqUYZjNATfjcNJC1WqDu HPfY+GQ45aO1Rk6AWH/RgfixPfZpu3xd8z8NbH3tBuwJDJ39stuZYZ+ob1Xv0OlxycN3NZWGH 0/MY77A6691xET5Zqd77iJA5g+fnAIHC06u/Spe8roSP/2swhZIB58Z66K+C/Rv9pfBwAbGCO LNYUveRtKTR1nBsc4SMtnW3uz2BsRwgANjQdZy2A6UetIlwuZu5mK+65TMg= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 09:42:18 -0000 --Sig_/aclPDC9mnJOProZZKF1FlGa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello out there. I try my first steps in cross compiling ports with poudriere and therefore = I try to setup an appropriate jail and QEMU environment. Well, I'm failing at the jail setup due to the non-exitence of any suitable= QEMU environment and for that I tried to figure out to find some proper HOWTO.=20 Searching via google ave some hints, but in questions which QEMU from ports= should be used, all leave me alone, so I tried emulators/qemu emulators/qemu-devel emulators/qemu-static emulators/qemu is known for me to fail since months and the days of 11-CURR= ENT, there is a compiler error spit out with clang 3.8 and now 3.9. The very same for qemu-= devel (both ports used with standard options, no extras). See also Bug 214873 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) and Bug 215100 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100). I tried also emulators/qemu-static, but it also fails compiling on most rec= ent 12-CURRENT (as the others, too, also my poudriere environment, which has also CURRENT = jails) with=20 [...] /usr/bin/ld:../config-host.ld:14: syntax error c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) [...] in several occurences. At the moment I feel lost at this point, since the likelyhood of all ports = failing is either incompatibility with CURRENT/clang 3.9 or something is weird with my= setup. But on the other hand, my poudriere environment is setup a kind of "vanilla" - no = extras, just straight forward compiler options. I need some advice here how to build QEMU on my on. Pleas CC me, I do not subscribe "freebsd-ports" list. And please apoligize = for crossposting, but I didn't really know to which list this might could belon= g to.=20 Thanks in advance for patience and advice, Oliver --=20 O. Hartmann Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3=BCr Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 Abs.= 4 BDSG). --Sig_/aclPDC9mnJOProZZKF1FlGa Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWEfZawAKCRDS528fyFhY lBBFAgCihPJor0/0K/zXpXMNNFmF5MVMSIr+ukJD+aDdat5mUU6vZ8WPP2SHfHFi HXYNIj3gnsewpceZ96jsBw4kNw9tAgCnQmHRL5NGFU295NQHjVme2DWY8QJUKpWO 2nrwuuM+yaNj3CoibA2rd4nfO2qqNfaBBauLxGDTlRewh8US0KSO =l17e -----END PGP SIGNATURE----- --Sig_/aclPDC9mnJOProZZKF1FlGa-- From owner-freebsd-current@freebsd.org Wed Dec 7 11:06:12 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 6A0C9C6B6FA for ; Wed, 7 Dec 2016 11:06:12 +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 5911E1802; Wed, 7 Dec 2016 11:06:12 +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 89F9F1BA; Wed, 7 Dec 2016 11:06:12 +0000 (UTC) Date: Wed, 7 Dec 2016 11:06:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bdrewery@FreeBSD.org, delphij@FreeBSD.org, np@FreeBSD.org, adrian@FreeBSD.org, markj@FreeBSD.org, gnn@FreeBSD.org, kib@FreeBSD.org, ae@FreeBSD.org, sephe@FreeBSD.org, vangyzen@FreeBSD.org, andrew@FreeBSD.org, mjg@FreeBSD.org, sobomax@FreeBSD.org, ed@FreeBSD.org, oshogbo@FreeBSD.org, glebius@FreeBSD.org, dim@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <455039901.30.1481108772589.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <291499710.20.1481022371588.JavaMail.jenkins@jenkins-9.freebsd.org> References: <291499710.20.1481022371588.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_amd64_gcc - Build #1725 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_amd64_gcc X-Jenkins-Result: FAILURE Precedence: bulk X-Mailman-Approved-At: Wed, 07 Dec 2016 12:05:57 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 11:06:12 -0000 FreeBSD_HEAD_amd64_gcc - Build #1725 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1= 725/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/172= 5/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1725= /console Change summaries: 309670 by sephe: hyperv/vmbus: Use pause if possible. This makes booting on Hyper-V w/ small # of vCPUs work properly. Reported by:=09Hongxiong Xian , Hongjiang Zhang MFC after:=091 week Sponsored by:=09Microsoft 309669 by gnn: Fix a kernel panic in DTrace's rw_iswriter subroutine. On FreeBSD the sense of rw_write_held() and rw_iswriter() were reversed, probably due to a cut and paste error. Using rw_iswriter() would cause the kernel to panic. Reviewed by:=09markj MFC after:=092 weeks Sponsored by:=09DARPA, AFRL Differential Revision:=09https://reviews.freebsd.org/D8718 309667 by delphij: Fix typo. 309666 by np: cxgbe(4): unsigned short isn't large enough to store link speed (which is in Mbps) for 100Gbps links. MFC after:=093 days 309665 by adrian: [net80211] flesh out more RX phy information. I'm teaching my ath10k port to communicate up the per-rate / channel width information I get from the firmware. The HT40 flag field should just be retired and instead moved to use the PHY bandwidth field. 309664 by adrian: [net80211] start refactoring out the "am I a wep / group key!" code. This is a bunch of pointer arithmetic that is copypasta'ed everywhere. Let's undo that copypasta. 309663 by markj: Use the official spelling for NULL arguments to typed sysctl handlers. Reported by:=09bde 309660 by ae: Convert result of hash_packet6() into host byte order. For IPv4 similar function uses addresses and ports in host byte order, but for IPv6 it used network byte order. This led to very bad hash distribution for IPv6 flows. Now the result looks similar to IPv4. Reported by:=09olivier MFC after:=091 week Sponsored by:=09Yandex LLC 309659 by bdrewery: Support spaces in group names. MFC after:=092 weeks Sponsored by:=09Dell EMC Isilon 309658 by markj: Provide dummy sysctls for v_cache_count and v_tcached. Some utilities (notably top(1)) exit if any of their input sysctls don't exist, and the removal of the above-mentioned PG_CACHE-related sysctls makes it difficult to run such utilities on different versions of the kernel without recompiling. Requested by:=09bde 309657 by markj: Require the STACK option for code that captures stacks of running threads. stack_machdep.c is compiled if either of the DDB or STACK options is specified, but stack_save_td_running() isn't useable from DDB. Moreover, stack_save_td_running() works by raising an NMI on the CPU running the target thread, and the corresponding handler is compiled only if STACK is configured. Reported by:=09kib MFC after:=091 week 309656 by dim: During the bootstrap phase, when building the minimal llvm library on PowerPC, add lib/Support/Atomic.cpp. This is needed because upstream llvm revision r271821 disabled the use of std::call_once, which causes some fallback functions from Atomic.cpp to be used instead. Reported by:=09Mark Millard PR:=09=09214902 X-MFC-With:=09309124 309650 by ed: Properly sign extend the result of jrand48() and mrand48(). These functions are supposed to return a value between [_2^31, 2^31). This doesn't seem to work on 64-bit systems, where we return a value between [0, 3^32). Patch up the function to use proper casts to int32_t. While there, fix some other style bugs. MFC after:=092 weeks 309649 by oshogbo: tcpdump: allow to use BIOCROTZBUF in capability mode The libpcap library can use a BIOCROTZBUF ioctl when net.bpf.zerocopy_enabl= e sysctl is set. Reported by:=09olivier@ Tested by:=09olivier@ 309640 by glebius: Fix possible integer overflow in guest memory bounds checking, which could lead to access from the virtual machine to the heap of the bhyve(8) process= . Submitted by:=09Felix Wilhelm Patch by:=09grehan Security:=09FreeBSD-SA-16:38.bhyve 309639 by glebius: Fix possible buffer overflow(s) in link_ntoa(3). A specially crafted sockaddr_dl argument can trigger a static buffer overfl= ow in the libc library, with possibility to rewrite with arbitrary data follow= ing static buffers that belong to other library functions. Reviewed by:=09kib Security:=09FreeBSD-SA-16:37.libc 309638 by glebius: When telnetd(8) composes argument list for login(1), an unexpected sequence of memory allocation failures combined with insufficient error checking could result in the construction and execution of an argument sequence that was not intended. Fix that treating malloc(3) failures as fatal condition. Submitted by:=09brooks Security:=09FreeBSD-SA-16:36.telnetd 309631 by sobomax: Auto-generate 2 test cases that differ only in structure and SCM_XXX consta= nt used. We can do it programmatically, but that would make code convoluted and more complex. I have two more of those types coming for the CLOCK_REALT= IME and CLOCK_MONOTONIC. This seems like an elegant and scallable approach. 309630 by kib: Do not leak curthread->inact_mtx when cancelling in pthread_cond_wait(3). Leave robust-protected region before checking for cancellation by calling _thr_testcancel(). Otherwise, if cancelling request was pending, the cancel handler is called with the dandling inact_mtx, which triggers an assert if any mutex operation is performed by the handler. Reported and tested by:=09Dimitri Staessens Sponsored by:=09The FreeBSD Foundation MFC after:=091 week 309627 by bdrewery: Remove unneeded hack fixed by r309626. strvis(3) being tainted by our mbtowc(3) calls was causing spurious failures here. MFC after:=092 weeks Sponsored by:=09Dell EMC Isilon 309626 by bdrewery: strvis(3): Avoid internal state of multibyte functions being tainted. The mbtoc(3) and wctomb(3) functions use internal state which may be tainted before the call to strvis(3). In this context we can just use the thread-safe versions mbrtoc(3) and wcrtomb(3) which allow passing our own state from our stack. MFC after:=092 weeks Sponsored by:=09Dell EMC Isilon 309625 by vangyzen: Add rcorder-visualize.sh, which generates graphviz from rc.d scripts This is imported from NetBSD. The author--Joerg Sonnenberger--agreed to apply a two-clause BSD license, just so the license was clear. This source tree location matches NetBSD, and is the first place someone might look for such a tool. Obtained from:=09Joerg Sonnenberger via NetBSD MFC after:=093 days Sponsored by:=09Dell EMC 309624 by vangyzen: locale: fix the powerpc build Reported by:=09markj (and bde, in a way) MFC after:=093 days X-MFC with:=09r309364 Sponsored by:=09Dell EMC 309623 by andrew: Add the missing gic_common.h include for GIC_BUS_FDT. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309622 by andrew: Create two GIC ivars to find the bus type and GIC hardware version. These will be used by the gicv2m and ITS ACPI drivers to only attach to the correct parent. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309619 by mjg: ifndef atomic_cas_* in cddl code in preparation for native implementations This is a temporary change to not require all architectures to import at on= ce. Discussed with:=09jhb 309618 by andrew: Move the common bit manipulation macros from the GICv3 header to the common GIC header file. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309617 by andrew: Move the stored signal mask later in the jump buf. It was being clobbered by a later store of a VFP register. Sponsored by:=09ABT Systems Ltd 309616 by andrew: Adda new common GIC header to handle the common parts of the GICv2 and GICv3 drivers. For now it just contains common distributor registers. Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation 309613 by np: cxgbe(4): Update firmwares from version 1.16.12.0 to 1.16.22.0. Obtained from:=09Chelsio Communications MFC after:=093 days Sponsored by:=09Chelsio Communications 309612 by andrew: Add the full set of GICD_PIDR* registers Obtained from:=09ABT Systems Ltd Sponsored by:=09The FreeBSD Foundation The end of the build log: [...truncated 97710 lines...] /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CFLAndersAliasAnalysis.o -MTAnalysis/CFLAndersAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp -o Analysis/CFLAndersA= liasAnalysis.o --- Analysis/CFLSteensAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CFLSteensAliasAnalysis.o -MTAnalysis/CFLSteensAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp -o Analysis/CFLSteensA= liasAnalysis.o --- Analysis/CGSCCPassManager.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CGSCCPassManager.o -MTAnalysis/CGSCCPassManager.o -fstack-prote= ctor-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob= bered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno= -error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D= uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func= tion -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -= fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/l= ib/Analysis/CGSCCPassManager.cpp -o Analysis/CGSCCPassManager.o --- Analysis/CallGraph.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallGraph.o -MTAnalysis/CallGraph.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Ca= llGraph.cpp -o Analysis/CallGraph.o --- Analysis/CallGraphSCCPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallGraphSCCPass.o -MTAnalysis/CallGraphSCCPass.o -fstack-prote= ctor-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob= bered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno= -error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D= uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func= tion -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -= fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/l= ib/Analysis/CallGraphSCCPass.cpp -o Analysis/CallGraphSCCPass.o --- Analysis/CallPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallPrinter.o -MTAnalysis/CallPrinter.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/CallPrinter.cpp -o Analysis/CallPrinter.o --- Analysis/CaptureTracking.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CaptureTracking.o -MTAnalysis/CaptureTracking.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/CaptureTracking.cpp -o Analysis/CaptureTracking.o --- Analysis/CodeMetrics.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CodeMetrics.o -MTAnalysis/CodeMetrics.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/CodeMetrics.cpp -o Analysis/CodeMetrics.o --- Analysis/ConstantFolding.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ConstantFolding.o -MTAnalysis/ConstantFolding.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ConstantFolding.cpp -o Analysis/ConstantFolding.o --- Analysis/CostModel.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CostModel.o -MTAnalysis/CostModel.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Co= stModel.cpp -o Analysis/CostModel.o --- Analysis/Delinearization.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Delinearization.o -MTAnalysis/Delinearization.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/Delinearization.cpp -o Analysis/Delinearization.o --- Analysis/DemandedBits.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DemandedBits.o -MTAnalysis/DemandedBits.o -fstack-protector-str= ong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/DemandedBits.cpp -o Analysis/DemandedBits.o --- Analysis/DependenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DependenceAnalysis.o -MTAnalysis/DependenceAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/DependenceAnalysis.cpp -o Analysis/DependenceAnalysis.o --- Analysis/DivergenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DivergenceAnalysis.o -MTAnalysis/DivergenceAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/DivergenceAnalysis.cpp -o Analysis/DivergenceAnalysis.o --- Analysis/DomPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DomPrinter.o -MTAnalysis/DomPrinter.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= DomPrinter.cpp -o Analysis/DomPrinter.o --- Analysis/DominanceFrontier.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DominanceFrontier.o -MTAnalysis/DominanceFrontier.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/DominanceFrontier.cpp -o Analysis/DominanceFrontier.o--- Ana= lysis/EHPersonalities.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_EHPersonalities.o -MTAnalysis/EHPersonalities.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/EHPersonalities.cpp -o Analysis/EHPersonalities.o --- Analysis/GlobalsModRef.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_GlobalsModRef.o -MTAnalysis/GlobalsModRef.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/GlobalsModRef.cpp -o Analysis/GlobalsModRef.o --- Analysis/IVUsers.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IVUsers.o -MTAnalysis/IVUsers.o -fstack-protector-strong -Wno-e= rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/IVU= sers.cpp -o Analysis/IVUsers.o --- Analysis/IndirectCallPromotionAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IndirectCallPromotionAnalysis.o -MTAnalysis/IndirectCallPromoti= onAnalysis.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca= st-align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextr= a -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstr= ict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variabl= e -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstric= t-overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEA= D_amd64_gcc/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp -o = Analysis/IndirectCallPromotionAnalysis.o --- Analysis/InlineCost.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InlineCost.o -MTAnalysis/InlineCost.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= InlineCost.cpp -o Analysis/InlineCost.o --- Analysis/InstCount.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InstCount.o -MTAnalysis/InstCount.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/In= stCount.cpp -o Analysis/InstCount.o --- Analysis/InstructionSimplify.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InstructionSimplify.o -MTAnalysis/InstructionSimplify.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/InstructionSimplify.cpp -o Analysis/InstructionSimplify.= o --- Analysis/Interval.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Interval.o -MTAnalysis/Interval.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Int= erval.cpp -o Analysis/Interval.o --- Analysis/IntervalPartition.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IntervalPartition.o -MTAnalysis/IntervalPartition.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/IntervalPartition.cpp -o Analysis/IntervalPartition.o--- Ana= lysis/IteratedDominanceFrontier.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IteratedDominanceFrontier.o -MTAnalysis/IteratedDominanceFronti= er.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align= -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-e= rror=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia= sing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-e= rror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overfl= ow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_= gcc/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp -o Analysis/Ite= ratedDominanceFrontier.o --- Analysis/LazyBlockFrequencyInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyBlockFrequencyInfo.o -MTAnalysis/LazyBlockFrequencyInfo.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp -o Analysis/LazyBlockF= requencyInfo.o --- Analysis/LazyCallGraph.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyCallGraph.o -MTAnalysis/LazyCallGraph.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/LazyCallGraph.cpp -o Analysis/LazyCallGraph.o --- Analysis/LazyValueInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyValueInfo.o -MTAnalysis/LazyValueInfo.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/LazyValueInfo.cpp -o Analysis/LazyValueInfo.o --- Analysis/Lint.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Lint.o -MTAnalysis/Lint.o -fstack-protector-strong -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-p= arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err= or=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions -fno-rt= ti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Lint.cpp -= o Analysis/Lint.o --- Analysis/Loads.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Loads.o -MTAnalysis/Loads.o -fstack-protector-strong -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-p= arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err= or=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions -fno-rt= ti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loads.cpp = -o Analysis/Loads.o --- Analysis/LoopAccessAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopAccessAnalysis.o -MTAnalysis/LoopAccessAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/LoopAccessAnalysis.cpp -o Analysis/LoopAccessAnalysis.o --- Analysis/LoopInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopInfo.o -MTAnalysis/LoopInfo.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loo= pInfo.cpp -o Analysis/LoopInfo.o --- Analysis/LoopPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopPass.o -MTAnalysis/LoopPass.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loo= pPass.cpp -o Analysis/LoopPass.o --- Analysis/LoopPassManager.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopPassManager.o -MTAnalysis/LoopPassManager.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/LoopPassManager.cpp -o Analysis/LoopPassManager.o --- Analysis/LoopUnrollAnalyzer.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopUnrollAnalyzer.o -MTAnalysis/LoopUnrollAnalyzer.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/LoopUnrollAnalyzer.cpp -o Analysis/LoopUnrollAnalyzer.o --- Analysis/MemDepPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemDepPrinter.o -MTAnalysis/MemDepPrinter.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/MemDepPrinter.cpp -o Analysis/MemDepPrinter.o --- Analysis/MemDerefPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemDerefPrinter.o -MTAnalysis/MemDerefPrinter.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/MemDerefPrinter.cpp -o Analysis/MemDerefPrinter.o --- Analysis/MemoryBuiltins.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryBuiltins.o -MTAnalysis/MemoryBuiltins.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/MemoryBuiltins.cpp -o Analysis/MemoryBuiltins.o --- Analysis/MemoryDependenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryDependenceAnalysis.o -MTAnalysis/MemoryDependenceAnalysis= .o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-err= or=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasi= ng -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-err= or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow= -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gc= c/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp -o Analysis/Memory= DependenceAnalysis.o --- Analysis/MemoryLocation.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryLocation.o -MTAnalysis/MemoryLocation.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/MemoryLocation.cpp -o Analysis/MemoryLocation.o --- Analysis/ModuleDebugInfoPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ModuleDebugInfoPrinter.o -MTAnalysis/ModuleDebugInfoPrinter.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp -o Analysis/ModuleDebu= gInfoPrinter.o --- Analysis/ModuleSummaryAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ModuleSummaryAnalysis.o -MTAnalysis/ModuleSummaryAnalysis.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp -o Analysis/ModuleSummaryAn= alysis.o --- Analysis/ObjCARCAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCAliasAnalysis.o -MTAnalysis/ObjCARCAliasAnalysis.o -fsta= ck-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinl= ine -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-= error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp -o Analysis/ObjCARCAliasAnal= ysis.o --- Analysis/ObjCARCAnalysisUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCAnalysisUtils.o -MTAnalysis/ObjCARCAnalysisUtils.o -fsta= ck-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinl= ine -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-= error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp -o Analysis/ObjCARCAnalysisU= tils.o --- Analysis/ObjCARCInstKind.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCInstKind.o -MTAnalysis/ObjCARCInstKind.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ObjCARCInstKind.cpp -o Analysis/ObjCARCInstKind.o --- Analysis/OptimizationDiagnosticInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_OptimizationDiagnosticInfo.o -MTAnalysis/OptimizationDiagnostic= Info.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bou= nds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-ali= gn -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno= -error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al= iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno= -error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-over= flow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd6= 4_gcc/contrib/llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp -o Analysis/= OptimizationDiagnosticInfo.o --- Analysis/OrderedBasicBlock.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_OrderedBasicBlock.o -MTAnalysis/OrderedBasicBlock.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/OrderedBasicBlock.cpp -o Analysis/OrderedBasicBlock.o--- Ana= lysis/PHITransAddr.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PHITransAddr.o -MTAnalysis/PHITransAddr.o -fstack-protector-str= ong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/PHITransAddr.cpp -o Analysis/PHITransAddr.o --- Analysis/PostDominators.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PostDominators.o -MTAnalysis/PostDominators.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/PostDominators.cpp -o Analysis/PostDominators.o --- Analysis/ProfileSummaryInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ProfileSummaryInfo.o -MTAnalysis/ProfileSummaryInfo.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/ProfileSummaryInfo.cpp -o Analysis/ProfileSummaryInfo.o --- Analysis/PtrUseVisitor.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PtrUseVisitor.o -MTAnalysis/PtrUseVisitor.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/PtrUseVisitor.cpp -o Analysis/PtrUseVisitor.o --- Analysis/RegionInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionInfo.o -MTAnalysis/RegionInfo.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= RegionInfo.cpp -o Analysis/RegionInfo.o --- Analysis/RegionPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionPass.o -MTAnalysis/RegionPass.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= RegionPass.cpp -o Analysis/RegionPass.o --- Analysis/RegionPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionPrinter.o -MTAnalysis/RegionPrinter.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/RegionPrinter.cpp -o Analysis/RegionPrinter.o --- Analysis/ScalarEvolution.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolution.o -MTAnalysis/ScalarEvolution.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ScalarEvolution.cpp -o Analysis/ScalarEvolution.o --- Analysis/ScalarEvolutionAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionAliasAnalysis.o -MTAnalysis/ScalarEvolutionAlias= Analysis.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast= -align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-= overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_= amd64_gcc/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp -o Ana= lysis/ScalarEvolutionAliasAnalysis.o --- Analysis/ScalarEvolutionExpander.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionExpander.o -MTAnalysis/ScalarEvolutionExpander.o= -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp -o Analysis/ScalarEvo= lutionExpander.o --- Analysis/ScalarEvolutionNormalization.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionNormalization.o -MTAnalysis/ScalarEvolutionNorma= lization.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast= -align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-= overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_= amd64_gcc/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp -o Ana= lysis/ScalarEvolutionNormalization.o --- Analysis/ScopedNoAliasAA.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScopedNoAliasAA.o -MTAnalysis/ScopedNoAliasAA.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ScopedNoAliasAA.cpp -o Analysis/ScopedNoAliasAA.o --- Analysis/SparsePropagation.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_SparsePropagation.o -MTAnalysis/SparsePropagation.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/SparsePropagation.cpp -o Analysis/SparsePropagation.o--- Ana= lysis/TargetLibraryInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TargetLibraryInfo.o -MTAnalysis/TargetLibraryInfo.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/TargetLibraryInfo.cpp -o Analysis/TargetLibraryInfo.o--- Ana= lysis/TargetTransformInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TargetTransformInfo.o -MTAnalysis/TargetTransformInfo.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/TargetTransformInfo.cpp -o Analysis/TargetTransformInfo.= o --- Analysis/TypeBasedAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TypeBasedAliasAnalysis.o -MTAnalysis/TypeBasedAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp -o Analysis/TypeBasedA= liasAnalysis.o --- Analysis/TypeMetadataUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TypeMetadataUtils.o -MTAnalysis/TypeMetadataUtils.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/TypeMetadataUtils.cpp -o Analysis/TypeMetadataUtils.o--- Ana= lysis/ValueTracking.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ValueTracking.o -MTAnalysis/ValueTracking.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/ValueTracking.cpp -o Analysis/ValueTracking.o --- Analysis/VectorUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_VectorUtils.o -MTAnalysis/VectorUtils.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/VectorUtils.cpp -o Analysis/VectorUtils.o --- AsmParser/LLLexer.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_LLLexer.o -MTAsmParser/LLLexer.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/LL= Lexer.cpp -o AsmParser/LLLexer.o --- AsmParser/LLParser.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_LLParser.o -MTAsmParser/LLParser.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/L= LParser.cpp -o AsmParser/LLParser.o --- AsmParser/Parser.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_Parser.o -MTAsmParser/Parser.o -fstack-protector-strong -Wno-e= rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/Pa= rser.cpp -o AsmParser/Parser.o --- Bitcode/Reader/BitcodeReader.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Reader_BitcodeReader.o -MTBitcode/Reader/BitcodeReader.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Bitcode/Reader/BitcodeReader.cpp -o Bitcode/Reader/BitcodeReader.= o --- Bitcode/Reader/BitstreamReader.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Reader_BitstreamReader.o -MTBitcode/Reader/BitstreamReader.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp -o Bitcode/Reader/Bitstream= Reader.o --- Bitcode/Writer/BitcodeWriter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_BitcodeWriter.o -MTBitcode/Writer/BitcodeWriter.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp -o Bitcode/Writer/BitcodeWriter.= o In file included from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/math.h:309:0, from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/cmath:305, from /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/include/llvm= /Support/DataTypes.h:34, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/Hashing.h:48, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/ArrayRef.h:13, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMapInfo.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMap.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/BitcodeWriter.cpp:14: /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits: In substitution of 'template typename std::__1::__select_2nd)()...))), std::__1::integral_constant >::type std::= __1::__is_constructible_test(_Tp&&, _Args&& ...) [with _Tp =3D llvm::ValueE= numerator::MDRange; _Args =3D {}]': /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2928:50: required from 'struct std::__1::__libcp= p_is_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2976:8: required from 'struct std::__1::__is_con= structible_void_check' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3002:30: required from 'struct std::__1::is_cons= tructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3215:30: required from 'struct std::__1::is_defa= ult_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:406:30: required from 'struct std::__1::__depend= ent_type= , true>' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/utility:290:72: [ skipping 3 instantiation contexts, use -ft= emplate-backtrace-limit=3D0 to disable ] /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 39:5: required from 'struct llvm::detail::AlignmentCalcImpl [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char>, fals= e>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 79:13: required from 'constexpr const unsigned int llvm::AlignOf [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char> = >::Alignment' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 86:52: required from 'struct llvm::AlignOf [1], l= lvm::SmallDenseMap::Large= Rep, char, char, char, char, char, char, char, char> >' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 251:8: required from 'struct llvm::AlignedCharArrayUnion [1], llvm::SmallDe= nseMap::LargeRep, char, c= har, char, char, char, char, char, char>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/ADT/DenseMap.h:759= :59: required from 'class llvm::SmallDenseMap' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitcode/Writer/ValueEnumera= tor.h:101:39: required from here /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::First' has been parse= d typename __select_2nd()...)= )), true_type>::type ^ /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::Last' has been parsed /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::NumStrings' has been = parsed --- Bitcode/Writer/BitcodeWriterPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_BitcodeWriterPass.o -MTBitcode/Writer/BitcodeWriterPass.o= -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp -o Bitcode/Writer/Bit= codeWriterPass.o --- Bitcode/Writer/ValueEnumerator.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_ValueEnumerator.o -MTBitcode/Writer/ValueEnumerator.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp -o Bitcode/Writer/ValueEnum= erator.o --- Bitcode/Writer/BitcodeWriter.o --- *** [Bitcode/Writer/BitcodeWriter.o] Error code 1 bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm --- Bitcode/Writer/ValueEnumerator.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/math.h:309:0, from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/cmath:305, from /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/include/llvm= /Support/DataTypes.h:34, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/Hashing.h:48, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/ArrayRef.h:13, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMapInfo.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMap.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.cpp:14: /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits: In substitution of 'template typename std::__1::__select_2nd)()...))), std::__1::integral_constant >::type std::= __1::__is_constructible_test(_Tp&&, _Args&& ...) [with _Tp =3D llvm::ValueE= numerator::MDRange; _Args =3D {}]': /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2928:50: required from 'struct std::__1::__libcp= p_is_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2976:8: required from 'struct std::__1::__is_con= structible_void_check' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3002:30: required from 'struct std::__1::is_cons= tructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3215:30: required from 'struct std::__1::is_defa= ult_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:406:30: required from 'struct std::__1::__depend= ent_type= , true>' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/utility:290:72: [ skipping 3 instantiation contexts, use -ft= emplate-backtrace-limit=3D0 to disable ] /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 39:5: required from 'struct llvm::detail::AlignmentCalcImpl [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char>, fals= e>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 79:13: required from 'constexpr const unsigned int llvm::AlignOf [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char> = >::Alignment' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 86:52: required from 'struct llvm::AlignOf [1], l= lvm::SmallDenseMap::Large= Rep, char, char, char, char, char, char, char, char> >' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 251:8: required from 'struct llvm::AlignedCharArrayUnion [1], llvm::SmallDe= nseMap::LargeRep, char, c= har, char, char, char, char, char, char>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/ADT/DenseMap.h:759= :59: required from 'class llvm::SmallDenseMap' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitcode/Writer/ValueEnumera= tor.h:101:39: required from here /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::First' has been parse= d typename __select_2nd()...)= )), true_type>::type ^ /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::Last' has been parsed /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::NumStrings' has been = parsed *** [Bitcode/Writer/ValueEnumerator.o] Error code 1 bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm 2 errors bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm *** [all_subdir_lib/clang/libllvm] Error code 2 bmake[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang 1 error bmake[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang *** [all_subdir_lib/clang] Error code 2 bmake[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib 1 error bmake[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib *** [lib__L] Error code 2 bmake[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [libraries] Error code 2 bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [_libraries] Error code 2 bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error make: stopped in /builds/FreeBSD_HEAD_amd64_gcc Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE IRC notifier plugin: Sending notification to: #freebsd-commits Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Wed Dec 7 18:45:44 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 E6A5EC6CF19 for ; Wed, 7 Dec 2016 18:45:44 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7778989 for ; Wed, 7 Dec 2016 18:45:44 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x243.google.com with SMTP id r94so15262146ioe.1 for ; Wed, 07 Dec 2016 10:45:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=kCoLlnL/hyqnn/DehKSktRtRg8u2pwGFffaphJIBLSg=; b=ITHEDsVpWjOfSf/TNXObmcfXyGcmq6xjGHXFXOAA1M2FIdJEt33zn8SsOhQ0bb/aah scPY+asUT41cADT8Mmy/ZsA96AEJ4OJIsULc+i9rxY44P9OkUxhCnyhUfqliYyUQGrbZ 4SF0FskHGxkksIvwcfXKaD5oKnxvFFeNRa8N1q+cDrRJUTUtZrILcQu3Idrd9RoJZkIT 8vpTF/q+Ol8Su6Q66vhm/i4TNo4v1Eyg05tpvakhiIuda7vNaee0X2vFaTS0hJJGYibM cDEr/AciccqevqerAQ5toLQgdZxwZEVMNfMMLVCGRKFDmMUOot5Ozi/FOvwRtBpEWrhd cNCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=kCoLlnL/hyqnn/DehKSktRtRg8u2pwGFffaphJIBLSg=; b=nMunvABgdH25Yy/uyw0yWltVDr+i+4XnXuY6mb+S52coHoCSuuIS6YvQKbONAve0no ZTXVgI1grTNXv3/0rDDlY7NL6h0FLl7jFT92vwFnkma1xVZf2ZhexF78n2FOTh9CZrHs aNfqU8qJhrsWq6AkFTCM46rYtZW7gcHNuGIeHlk1NcZa6p/e1lrsszEJsCeMX3CVheJc TbUraMUFRX8H4K5glRSlJGgAMCXLfo0Ud5auHLu0qVn+HjNsKd3sfLuYoYPKFXvd6hHg WR49EFY0FpZw6Z8eJHEImHNwysCwW8Td86FdQl30cv7LHrlS6C5MxiE15KxqSB5kcXl6 ToCA== X-Gm-Message-State: AKaTC02u16vT9kMtx6NoZzumlTAcsCvVDndRa8yo2+DzdjRsCnxVa/vqRuq7X++BC1xXxyqVFVrVrA5HCX49dQ== X-Received: by 10.36.58.16 with SMTP id m16mr3408348itm.85.1481136344099; Wed, 07 Dec 2016 10:45:44 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.31.199 with HTTP; Wed, 7 Dec 2016 10:45:43 -0800 (PST) X-Originating-IP: [69.53.245.200] In-Reply-To: <20161205193106.GA72310@neutralgood.org> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> From: Warner Losh Date: Wed, 7 Dec 2016 11:45:43 -0700 X-Google-Sender-Auth: 9BBjSMopwE-iHmE1jWtwuST8Z0c Message-ID: Subject: Re: Is there possible run a MacOS X binary To: "Kevin P. Neal" Cc: Nilton Jose Rizzo , FreeBSD Current , FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 18:45:45 -0000 On Mon, Dec 5, 2016 at 12:31 PM, Kevin P. Neal wrote: > On Mon, Dec 05, 2016 at 02:49:07PM -0300, Nilton Jose Rizzo wrote: >> >> >> Sorry for cross posting (-current and -ports) >> >> >> Is there any emulator like linuxator to run Mac OS X binaries, or >> is ther any licensing problem? > > It may be possible to make an emulator for Darwin (the OS that Mac OS sits > on top of), but an emulator for Mac OS would probably require a legal copy > of Mac OS. > > So, no, there is no Mac OS emulator for FreeBSD. And I'd be surprised if > it ever happened. NetBSD has (or had) a macho image activator, which is the first step in this process. But Kevin is right that most of the functionality of MacOS isn't in the kernel, and you'd need a copy of MacOS to run it in emulation. Plus there's a lot of Mach code that MacOS depends on that has no simple counterparts in FreeBSD, and that would be a lot of work to make happen. It's one of the things that's a barrier to entry for a simple, straight forward launchd port, for example. Warner From owner-freebsd-current@freebsd.org Wed Dec 7 19:13:28 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 16FE9C6C8AD; Wed, 7 Dec 2016 19:13:28 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E47B51DC1; Wed, 7 Dec 2016 19:13:27 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from c124.sec.cl.cam.ac.uk (c124.sec.cl.cam.ac.uk [128.232.18.124]) (authenticated bits=0) by theravensnest.org (8.15.2/8.15.2) with ESMTPSA id uB7IjAUJ025158 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Dec 2016 18:45:11 GMT (envelope-from theraven@FreeBSD.org) Content-Type: multipart/signed; boundary="Apple-Mail=_06D34120-61B9-4153-80B9-DA79B3A8401B"; protocol="application/pkcs7-signature"; micalg=sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Is there possible run a MacOS X binary From: David Chisnall In-Reply-To: <20161205193106.GA72310@neutralgood.org> Date: Wed, 7 Dec 2016 18:45:16 +0000 Cc: Nilton Jose Rizzo , freebsd-current@freebsd.org, freebsd-ports@freebsd.org Message-Id: <45F8C7C8-3A1D-4EFF-AC2D-8AE0C661E9E8@FreeBSD.org> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> To: "Kevin P. Neal" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 19:13:28 -0000 --Apple-Mail=_06D34120-61B9-4153-80B9-DA79B3A8401B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 On 5 Dec 2016, at 19:31, Kevin P. Neal wrote: >=20 >> Is there any emulator like linuxator to run Mac OS X binaries, or=20 >> is ther any licensing problem? >=20 > It may be possible to make an emulator for Darwin (the OS that Mac OS = sits > on top of), but an emulator for Mac OS would probably require a legal = copy > of Mac OS. >=20 NetBSD started working on one, and had it at a state where it could run = the Darwin version of XFree86 (which should give you some idea of how = old it was), but it couldn=E2=80=99t run the Mac Window Server and I = don=E2=80=99t think it=E2=80=99s maintained. It=E2=80=99s not very = interesting, because you need all of the frameworks and programs from OS = X for it to be useful, and the license prohibits using them in such a = way (and even if you did get it to work, you wouldn=E2=80=99t be able to = run Mac apps at the same time as X apps without running XQuartz, and at = that point you may as well just run macOS). There is a more recent project called Darling = (https://www.darlinghq.org) that tries to run Mac apps on Linux using a = custom Mach-O loader, bits of GNUstep, and some of their own stuff. No = one has ever tried using it on FreeBSD, to the best of my knowledge. = It=E2=80=99s GPLv3, so I=E2=80=99m not motivated to contribute to it = (though it does incorporate some of my code in various places). David --Apple-Mail=_06D34120-61B9-4153-80B9-DA79B3A8401B Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIK5jCCBPww ggPkoAMCAQICECJrrb9nBol9MHok/UZg/AYwDQYJKoZIhvcNAQELBQAwdTELMAkGA1UEBhMCSUwx FjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKTAnBgNVBAsTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24g QXV0aG9yaXR5MSMwIQYDVQQDExpTdGFydENvbSBDbGFzcyAxIENsaWVudCBDQTAeFw0xNjA0MTkw OTI3NDJaFw0xNzA0MTkwOTI3NDJaMEQxHTAbBgNVBAMMFHRoZXJhdmVuQGZyZWVic2Qub3JnMSMw IQYJKoZIhvcNAQkBFhR0aGVyYXZlbkBmcmVlYnNkLm9yZzCCASIwDQYJKoZIhvcNAQEBBQADggEP ADCCAQoCggEBALsL5pEhrGjrswHVdMHWhgxb8ARKDYRePSqpDLmjJ40bpx+n1zrvIwjC2Vk2IpoD 04rg5Pog2IrhnX+Qk2NSXzBXWj2JAaTc9OtSeAY0BtgJYXONGONQbRKVy97QBdzd1SbMEzDrOgH5 UDI+5sF1PboOTmLyTAPI9273XdfZ0BnstUXs8NXr/7p9E5CWJOsO1iQcINbm4XiwC1PLNMeWUknE Nji/hFKwcE8IFtaUe1ymbw6yA3rBpDu3KewIRD1T66FPTZJeIzvUoBIqWd+GAOfCBG2QYmbc3y/x K2hCtcXThcB1uVFA2q39koLKA8wHyqv4Jhm3wzhAqKDsWK4bGW0CAwEAAaOCAbcwggGzMA4GA1Ud DwEB/wQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwCQYDVR0TBAIwADAdBgNV HQ4EFgQU5J3Kc8GeW8pEGxBkcMoA7eUOPRwwHwYDVR0jBBgwFoAUJIFsOWG+SQ+PtxtGK8kotSdI bWgwbwYIKwYBBQUHAQEEYzBhMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5zdGFydHNzbC5jb20w OQYIKwYBBQUHMAKGLWh0dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL3NjYS5jbGllbnQxLmNy dDA4BgNVHR8EMTAvMC2gK6AphidodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9zY2EtY2xpZW50MS5j cmwwHwYDVR0RBBgwFoEUdGhlcmF2ZW5AZnJlZWJzZC5vcmcwIwYDVR0SBBwwGoYYaHR0cDovL3d3 dy5zdGFydHNzbC5jb20vMEYGA1UdIAQ/MD0wOwYLKwYBBAGBtTcBAgUwLDAqBggrBgEFBQcCARYe aHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4IBAQBSBDH+kZf5 bZkNFcMSPdfnGC7F8utBIxs2bi3JQjsBoQTm1vnXdwgINSfO9At6iQZHoEyj8ZE6PcMFuEU0+bk0 aE8aYcW59WnxfWx943upZoMhX0YVaJcFK01EHFrddRAP44sh7Eu6JtdFuAG+6btDReMcg35Qm65X 7/280aVm7awadJ+IQs8r9qBVk2NFqkvHCETtJjNWXd7M6mcsfXstvykbubPQH/VNW/zrX6yzIcI4 aoz+Sn8RJmHNkk6cImqe1KvsdDLXmqCoeoMwos62pT18RaI//jwTdmnf5EHFMlevnxOr7rzA++71 OSZfdYf6+nvHOod1F721rNuy6lxFMIIF4jCCA8qgAwIBAgIQa6eKfQrXiNZRCvlZ5Oe04TANBgkq hkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UE CxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20g Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTUxMjE2MDEwMDA1WhcNMzAxMjE2MDEwMDA1WjB1 MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20g Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50 IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvX3a98OifYP2W4L921tfrh4bdcC1 Ga+YJKy7V3nYNewJHnzMlBsK0Hb8Dm4Wo3FZpylcYa1MJGT10QMGWaLER3xCIuRR+8eklf/EqeZW RLojJ7zBRtjMywPOCelrOU+DX12dKp+Ez4J6919rz1UudTO1GvZyCYJ/I7062uHsskM8b7gPxmcC oO1UHwwpgkvpCArJWGFoFzjLdsZbErJcS3HtAhlkbE/BKTMrdYg35Uo12SLBO5tbk8h2imbKTC8i Ms+pskrvI/AVlh6QoTTXk6xboVX6zgMgzxSVVLymQiygYYm0y5aMsvi2raFhC643SOGvErWWPPnS EfbeAD1xswIDAQABo4IBZDCCAWAwDgYDVR0PAQH/BAQDAgEGMB0GA1UdJQQWMBQGCCsGAQUFBwMC BggrBgEFBQcDBDASBgNVHRMBAf8ECDAGAQH/AgEAMDIGA1UdHwQrMCkwJ6AloCOGIWh0dHA6Ly9j cmwuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDBmBggrBgEFBQcBAQRaMFgwJAYIKwYBBQUHMAGGGGh0 dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbTAwBggrBgEFBQcwAoYkaHR0cDovL2FpYS5zdGFydHNzbC5j b20vY2VydHMvY2EuY3J0MB0GA1UdDgQWBBQkgWw5Yb5JD4+3G0YrySi1J0htaDAfBgNVHSMEGDAW gBROC+8apEBbpRdphzDKNGhD0EGu8jA/BgNVHSAEODA2MDQGBFUdIAAwLDAqBggrBgEFBQcCARYe aHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5MA0GCSqGSIb3DQEBCwUAA4ICAQCL4/eH7AGL hK0PAQJbnOEjJyMEvTTwcAJuUh/bodjQl06u4putYOxdSyIjSP/sKt+31LmjG8+IO1WqykE4H/Lm 7NKezWVnCHuwb3ptgFmlwbMbGkU2MOZBtwzfKXdYUhFLhaE2uw5jXhXvLYitQay962wP5uPI6eAI hV4L8aaya1u4s7MnrTq0Rz25FuGNO79vTHYWj797tSRC8rM16js4yGKOLFpQvIg0F8IElv57b1st p+C7omqM5Qn15dePbSnqr8Jb65WtmJJbnv6rlqfY/aLuE/zmNAlzLmPgfMDStKIXdg+EoYBZTEo8 wBUaBxihfNbJ069ndQOxMNNqBelEMgpAtmjTbCuXFjqIwWq+XOx6ZV/Wh2FAmaLsSHlNvEjjSQMZ wE4EeHCdo66ZmEs/5JYlCeOkulKVQ6P3m5/XOj2jP17Q2AgmjP+11+sHN7PvrG0OwrQp9QMe3X+r n0G8MjtFfqBWvR9CgLIxzM3MJNxFdgdjS2rYnShP5uxvqwfZvhZVYCIkqdJhpYON0DvSodfiar0w iM79mySZJjzC0CTbiisBzS/BeBhqeo2wFfli/iw3hn1XKvAx0ty6w/scmBF0AYqmRHYj1TjMSw0l Al7AztLglqWjUPI+sukvadMRPxmtKXlS2nVR4an/Z16imsZ69+fFYH68c1CK7zmjozGCA04wggNK AgEBMIGJMHUxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSkwJwYDVQQLEyBT dGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEjMCEGA1UEAxMaU3RhcnRDb20gQ2xhc3Mg MSBDbGllbnQgQ0ECECJrrb9nBol9MHok/UZg/AYwCQYFKw4DAhoFAKCCAZkwGAYJKoZIhvcNAQkD MQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTYxMjA3MTg0NTE3WjAjBgkqhkiG9w0BCQQx FgQUnnpzas1333v+hFn8LTzNaQyNAu4wgZoGCSsGAQQBgjcQBDGBjDCBiTB1MQswCQYDVQQGEwJJ TDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20gQ2VydGlmaWNhdGlv biBBdXRob3JpdHkxIzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50IENBAhAia62/ZwaJ fTB6JP1GYPwGMIGcBgsqhkiG9w0BCRACCzGBjKCBiTB1MQswCQYDVQQGEwJJTDEWMBQGA1UEChMN U3RhcnRDb20gTHRkLjEpMCcGA1UECxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkx IzAhBgNVBAMTGlN0YXJ0Q29tIENsYXNzIDEgQ2xpZW50IENBAhAia62/ZwaJfTB6JP1GYPwGMA0G CSqGSIb3DQEBAQUABIIBAK7GvOBhRJ3NpSqBo0pIoii5fAFD95pmGiHKVVFCrJz4XPpNBzijXdct E4uRiCE3bB+R8vyjOFKl3q2jQI5vz+PEe+2ur7oRUc7B4N0p4Bt+5WxDSeSliECCp1Rtn7eXADpn YGf4V+H4rLekPiAZ1CvGlT+ByqmMWzFLpxNRKbD4QCO0RYayFPrNnPHg4RKA673UWUOUj8MY7DZr Ir89okXqLmmQvPFHQfZfkNdBvMKSnOUO+8S1HOO39zsKdMLs96KBDd/4BYdX1cicz+r10KK7jhqY +5SyoT7DpvDbb3p/iskcnSVl2oJyZXqHjuL7OAPsftthXn8x1OzsuG7GV7AAAAAAAAA= --Apple-Mail=_06D34120-61B9-4153-80B9-DA79B3A8401B-- From owner-freebsd-current@freebsd.org Wed Dec 7 18:11:19 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 D1C02C6C543; Wed, 7 Dec 2016 18:11:19 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97A2E13A6; Wed, 7 Dec 2016 18:11:19 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 6926CB008B5; Wed, 7 Dec 2016 19:11:01 +0100 (CET) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id uB7IAw8J006166 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 7 Dec 2016 19:11:01 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Wed, 7 Dec 2016 19:10:56 +0100 From: Matthieu Volat To: "Kevin P. Neal" Cc: Nilton Jose Rizzo , freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Is there possible run a MacOS X binary Message-ID: <20161207191056.74c17fc7@freedom.alkumuna.eu> In-Reply-To: <20161205193106.GA72310@neutralgood.org> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/u=OO1XFK8Znh_PpR=FQ3Dpl"; protocol="application/pgp-signature" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alkumuna.eu; s=default; t=1481134261; bh=eCVIOfyqf4PuPctgjlsChhvRkDP/pOjE2wXl+brXLNc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:MIME-Version:Content-Type; b=Lt1wCLmdYZVEjB42ah8nwu780ljOSgvv8xOtAQH6YVbhx1rnVOXIzgZRtcg4BWqcZk3cz5/cPRnp9QfCPKRcNXMXFKsT6vV2UMH7l4TcljhXrhwIcG5SWwch+M0GLqnfDXzUEMz2McOQI0+kIPdfYE+qyR7l0w1kzz2KgdGLSrw= X-Mailman-Approved-At: Wed, 07 Dec 2016 19:37:22 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 18:11:19 -0000 --Sig_/u=OO1XFK8Znh_PpR=FQ3Dpl Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 5 Dec 2016 14:31:06 -0500 "Kevin P. Neal" wrote: > On Mon, Dec 05, 2016 at 02:49:07PM -0300, Nilton Jose Rizzo wrote: > >=20 > >=20 > > Sorry for cross posting (-current and -ports) > >=20 > >=20 > > Is there any emulator like linuxator to run Mac OS X binaries, or=20 > > is ther any licensing problem? >=20 > It may be possible to make an emulator for Darwin (the OS that Mac OS sits > on top of), but an emulator for Mac OS would probably require a legal copy > of Mac OS. >=20 > So, no, there is no Mac OS emulator for FreeBSD. And I'd be surprised if > it ever happened. >=20 You can have a look at darling which aim to pr= ovide the macos(x) equivalent to wine (so, no kernel bits?), but given how = I'm currently struggling with wine on FreeBSD, I would not bet this will wo= rk without some porting. (Note that lots of parts of macos are closed source (frameworks, and aqua),= so unlike linux, you can't just grab their libraries like that, and there'= s the problem of the display) -- Matthieu --Sig_/u=OO1XFK8Znh_PpR=FQ3Dpl Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQTxuiqPSkQnzRDOjsP4Q0N5gpmLfgUCWEhQsAAKCRD4Q0N5gpmL fuNGAJ9CMnFpzDjAEod7s1y3My9iWilPawCghazbaYrr6Hq5vzMsomtUKlPYN28= =S+fy -----END PGP SIGNATURE----- --Sig_/u=OO1XFK8Znh_PpR=FQ3Dpl-- From owner-freebsd-current@freebsd.org Wed Dec 7 21:29:56 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 948DDC6BF4C; Wed, 7 Dec 2016 21:29:56 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-qk0-f181.google.com (mail-qk0-f181.google.com [209.85.220.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E081EF2; Wed, 7 Dec 2016 21:29:56 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-qk0-f181.google.com with SMTP id q130so242557622qke.1; Wed, 07 Dec 2016 13:29:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=P6T/66AiGVG7zFh31PUtviCcIzzOhiXmQNMieflZS5c=; b=Yf75dBwmAWTwx7wA55pS6WbvHXmDmAOp/dpb5swwGBwzZRyUn9CKn+UD0Bvz9Wai1n hah3i+uQui2wy5lJ1Y+IucFnZvRG5AISvqjAwfBkdp//YfhCuMlJepqJdw2xciDY22qd +JFbHW1r2qF27ny97+rTLi+cco21wVofnahKxeWUE1T7ryfaEYVw+Yxyz3+mOiaYhBB6 GGaGyHnqyvHXPQBV04ZskOowD3PfKqZgCUFNCQ3t+XhQX+En0YJUJ9KPL00uxuVVbbEn r+adwnk466YdskTm+7/N8AFia/l6actQr3jnGUyPmhrYP7yWKTTOX+NB4MeMLaLwmyHV kcvw== X-Gm-Message-State: AKaTC02DKO4tGY9fEhetvdXvy2j5imrmO8Ork575BnD11P9j90gLEHycJOPwMY/b/ySWXfwcvr6SAdCgZYEqiQ== X-Received: by 10.55.190.66 with SMTP id o63mr60934696qkf.254.1481137067102; Wed, 07 Dec 2016 10:57:47 -0800 (PST) MIME-Version: 1.0 References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> In-Reply-To: From: "K. Macy" Date: Wed, 07 Dec 2016 18:57:36 +0000 Message-ID: Subject: Re: Is there possible run a MacOS X binary To: "Kevin P. Neal" , Warner Losh Cc: FreeBSD Current , FreeBSD Ports , Nilton Jose Rizzo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 21:29:56 -0000 > > > A MachO activator is indeed not useful without an OSX install. But let's be honest, Mach IPC is a loadable kernel module requiring no real kernel changes. It's not upstreamable because of a general poor understanding of IPC by noisy commentators and a religious aversion to a technology perceived as having failed in the marketplace of ideas. On Wed, Dec 7, 2016 at 10:45 Warner Losh wrote: > On Mon, Dec 5, 2016 at 12:31 PM, Kevin P. Neal > wrote: > > > On Mon, Dec 05, 2016 at 02:49:07PM -0300, Nilton Jose Rizzo wrote: > > >> > > >> > > >> Sorry for cross posting (-current and -ports) > > >> > > >> > > >> Is there any emulator like linuxator to run Mac OS X binaries, or > > >> is ther any licensing problem? > > > > > > It may be possible to make an emulator for Darwin (the OS that Mac OS > sits > > > on top of), but an emulator for Mac OS would probably require a legal > copy > > > of Mac OS. > > > > > > So, no, there is no Mac OS emulator for FreeBSD. And I'd be surprised if > > > it ever happened. > > > > NetBSD has (or had) a macho image activator, which is the first step > > in this process. But Kevin is right that most of the functionality of > > MacOS isn't in the kernel, and you'd need a copy of MacOS to run it in > > emulation. Plus there's a lot of Mach code that MacOS depends on that > > has no simple counterparts in FreeBSD, and that would be a lot of work > > to make happen. It's one of the things that's a barrier to entry for a > > simple, straight forward launchd port, for example. > > > > > > > From owner-freebsd-current@freebsd.org Wed Dec 7 22:31:19 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 CFCBFC6C807; Wed, 7 Dec 2016 22:31:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 609191CC7; Wed, 7 Dec 2016 22:31:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::6179:ed89:b8e0:319b] (unknown [IPv6:2001:7b8:3a7:0:6179:ed89:b8e0:319b]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id E002336C00; Wed, 7 Dec 2016 23:31:09 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_3E8F0075-CBAE-4E4D-973E-9A148AA62495"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: emulators/qemu: qemu ports failing due to compiler error on 12-CURRENT From: Dimitry Andric In-Reply-To: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> Date: Wed, 7 Dec 2016 23:31:01 +0100 Cc: FreeBSD CURRENT , FreeBSD Ports , Ed Maste Message-Id: <782FAC01-9A7C-438F-912C-831628A08E63@FreeBSD.org> References: <20161207104203.7c9524a3@thor.walstatt.dynvpn.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 22:31:19 -0000 --Apple-Mail=_3E8F0075-CBAE-4E4D-973E-9A148AA62495 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 07 Dec 2016, at 10:42, O. Hartmann wrote: >=20 > I try my first steps in cross compiling ports with poudriere and = therefore I try to setup > an appropriate jail and QEMU environment. >=20 > Well, I'm failing at the jail setup due to the non-exitence of any = suitable QEMU > environment and for that I tried to figure out to find some proper = HOWTO. > Searching via google ave some hints, but in questions which QEMU from = ports should be > used, all leave me alone, so I tried >=20 > emulators/qemu > emulators/qemu-devel > emulators/qemu-static >=20 > emulators/qemu is known for me to fail since months and the days of = 11-CURRENT, there is a > compiler error spit out with clang 3.8 and now 3.9. The very same for = qemu-devel (both > ports used with standard options, no extras). See also Bug 214873 > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214873) and Bug = 215100 > (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215100). I couldn't reproduce the compilation errors, it builds fine for me until the link phase. > I tried also emulators/qemu-static, but it also fails compiling on = most recent 12-CURRENT > (as the others, too, also my poudriere environment, which has also = CURRENT jails) with >=20 > [...] > /usr/bin/ld:../config-host.ld:14: syntax error > c++: error: linker command failed with exit code 1 (use -v to see = invocation) > [...] But this I *can* reproduce. It appears qemu wants to set the text segment start address, using the -Ttext-segment=3D0x60000000 option to = ld. However, our base ld does not yet support this option, and then the configure script tries to patch the default linker script using the following construct: $ld --verbose | sed \ -e '1,/=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D/d' \ -e '/=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D/,$d' \ -e "s/[.] =3D [0-9a-fx]* [+] SIZEOF_HEADERS/. =3D $textseg_addr = + SIZEOF_HEADERS/" \ -e "s/__executable_start =3D [0-9a-fx]*/__executable_start =3D = $textseg_addr/" > config-host.ld Unfortunately, it seems to run /usr/local/bin/ld in this case, and this results in the following busted linker script line, which cannot be parsed: PROVIDE (__executable_start =3D = 0x60000000SEGMENT_START("text-segment", 0x08048000)); . =3D = SEGMENT_START("text-segment", 0x08048000) + SIZEOF_HEADERS; If it would use /usr/bin/ld instead, the patching would succeed, and the line would become: PROVIDE (__executable_start =3D 0x60000000); . =3D 0x60000000 + = SIZEOF_HEADERS; which is probably what was intended. Probably, the configure script needs to be patched to run base ld, or use the same ld invocation for both checking the -Ttext-segment option support and patching the linker script. -Dimitry --Apple-Mail=_3E8F0075-CBAE-4E4D-973E-9A148AA62495 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhIja0ACgkQsF6jCi4glqMmngCgyM/Ausmn/Zsrl+ILpdtjesnT hxQAoIdwRF7FjLthxBQODKpI+R2p0UVL =Re2a -----END PGP SIGNATURE----- --Apple-Mail=_3E8F0075-CBAE-4E4D-973E-9A148AA62495-- From owner-freebsd-current@freebsd.org Wed Dec 7 22:46:40 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 6D752C6CCAC; Wed, 7 Dec 2016 22:46:40 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from server.i805.com.br (mailhost.i805.com.br [50.7.9.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fbsd10.amd64", Issuer "fbsd10.amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BA3D936; Wed, 7 Dec 2016 22:46:39 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from www.i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.15.2/8.15.2) with ESMTP id uB7Mjr4B004178; Thu, 8 Dec 2016 00:46:13 +0200 (EET) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: "K. Macy" Cc: FreeBSD Current , FreeBSD Ports Subject: Re: Is there possible run a MacOS X binary Date: Wed, 7 Dec 2016 19:45:53 -0300 Message-Id: <20161207223429.M39@i805.com.br> In-Reply-To: References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> X-Mailer: OpenWebMail 3.00_beta4 20140806 79bb7cc X-OriginatingIP: 186.221.219.53 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on server.i805.com.br X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Dec 2016 22:46:40 -0000 Em Wed, 07 Dec 2016 18:57:36 +0000, K. Macy escreveu > > > > > > > A MachO activator is indeed not useful without an OSX install. > > But let's be honest, Mach IPC is a loadable kernel module requiring > no real kernel changes. It's not upstreamable because of a general poor > understanding of IPC by noisy commentators and a religious aversion > to a technology perceived as having failed in the marketplace of ideas. > > On Wed, Dec 7, 2016 at 10:45 Warner Losh wrote: > > > On Mon, Dec 5, 2016 at 12:31 PM, Kevin P. Neal > > wrote: > > > > > On Mon, Dec 05, 2016 at 02:49:07PM -0300, Nilton Jose Rizzo wrote: > > > > >> > > > > >> > > > > >> Sorry for cross posting (-current and -ports) > > > > >> > > > > >> > > > > >> Is there any emulator like linuxator to run Mac OS X binaries, or > > > > >> is ther any licensing problem? > > > > > > > > > > It may be possible to make an emulator for Darwin (the OS that Mac OS > > sits > > > > > on top of), but an emulator for Mac OS would probably require a legal > > copy > > > > > of Mac OS. > > > > > > > > > > So, no, there is no Mac OS emulator for FreeBSD. And I'd be surprised if > > > > > it ever happened. > > > > > > > > NetBSD has (or had) a macho image activator, which is the first step > > > > in this process. But Kevin is right that most of the functionality of > > > > MacOS isn't in the kernel, and you'd need a copy of MacOS to run it in > > > > emulation. Plus there's a lot of Mach code that MacOS depends on that > > > > has no simple counterparts in FreeBSD, and that would be a lot of work > > > > to make happen. It's one of the things that's a barrier to entry for a > > > > simple, straight forward launchd port, for example. > > > > > > > > > > > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Thankx for all comments. I know and understood all difficult. I'll have to spend my money on the purchase a Machintosh machine. --- /************************************************* **Nilton José Rizzo UFRRJ **http://www.rizzo.eng.br http://www.ufrrj.br **http://lattes.cnpq.br/0079460703536198 **************************************************/ From owner-freebsd-current@freebsd.org Thu Dec 8 12:35:07 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 BA94CC6D2DD; Thu, 8 Dec 2016 12:35:07 +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 AE8561DAE; Thu, 8 Dec 2016 12:35:07 +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 C19A51E5; Thu, 8 Dec 2016 12:35:07 +0000 (UTC) Date: Thu, 8 Dec 2016 12:35:06 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2146445852.36.1481200507801.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <44409662.32.1481188763148.JavaMail.jenkins@jenkins-9.freebsd.org> References: <44409662.32.1481188763148.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4330 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 12:35:07 -0000 FreeBSD_HEAD_i386 - Build #4330 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4330/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4330/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4330/console Change summaries: From owner-freebsd-current@freebsd.org Thu Dec 8 10:12:08 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 84B8EC6A5E3 for ; Thu, 8 Dec 2016 10:12:08 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D19ECE37 for ; Thu, 8 Dec 2016 10:12:07 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from thor.walstatt.dynvpn.de ([85.179.173.181]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LzcIM-1ckQv02Lyc-014n5w for ; Thu, 08 Dec 2016 11:12:04 +0100 Date: Thu, 8 Dec 2016 11:11:57 +0100 From: "O. Hartmann" To: FreeBSD CURRENT Subject: make delete-old fails: after make installworld cc.4.gz still present Message-ID: <20161208111157.6f6e8700@thor.walstatt.dynvpn.de> Organization: WALSTATT User-Agent: OutScare 3.1415926 X-Operating-System: ImNotAnOperatingSystem 3.141592527 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/qR=sJ7u8DBLJLKZlsfrkg8u"; protocol="application/pgp-signature" X-Provags-ID: V03:K0:U6zPxI0YLdyNQdO0Wfc9LosPYBy8vinGrHKvokW+0+lBOUpiorm HQgndCJrKX5Da5ZcKZwwjIzeqM84P0nlHA4zp5uAfOip706l1rfAmv3EwfGbGg1UV+GkZSi SLn5XCMrbiRJzU+Ewkjfgr5aRgYgzMRUU2kGIWO1c12Okp41SNrUhmfIvAhX3NCFqDWGy3W d4CPBJUZHLNfPqaK/VJSQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:GwnkxG6eYy4=:aYVhyQaq2FLJerQSS5v6VX C9A1t20eDbC8Jz/ARQIKZtZdFaBR0UAoUit6MEd/W6vjwxHM3nWExD0AgYjC15I2pohwkZ1ry zXSy6neFBGtYbrg8QKqA7NGizV6vH2Xpy23uI6O1IzXS5/PQjkKFpinBnCGFOz2TNnlD1oIjd 0h9BbjF3tJSx24X6b9Nif1KyMq7m5aKMcYr84EEe/7vjekUKwdwV8be+vt2SSxcYWSd8SRHRf pkPEeiagqwOUYpZAOYhBYBGZGG3LDtwS45IvfILQSvzekXAYyMOGo6kW0kb+DglHM0mINK2Ya EkvsX04YxbcDlE+akWFNgvXR9w322p7G2g1SiN+pC3JK6l59wP14VJiS3n94e1DKSnx5hYvKZ svJAFp8QIa5hRX7oK6HSyNbjopsb6DpbolYPV60QaQPowoDdTQXf27pFDTVzDUB8vIwDpgpIP XOlrpnq30DsSxm8uQjkxtnyMnJPrbp7yFVXGdgKdMUbfh/Zb26h3hmWcAGDP6t9cmu79ZuCGZ RMigfV1SmgpPviX6TjIPie4TrQlheNKsHvhEGh/GovtAST81Y6SlkcwHFm9BMA6Aw9dGPHpsr BJgN4Hif6b/S49WtbeqsJEkkME20gSMGDZYZXX22lThByz2PATVFBKumVgYsL3qSry2sm9Glj TE53KSfeYdFSYwqyFxAf1BaNEMUuFnr4yVnrQm/+52BshmCnwcsILkY7bFvsMhE/XL1XEBxFM p8nqeW/IALPL2ygaFYxJCTW9ddlR64I+qmefD/C/P7JCWiudTyhXYa/W2i8= X-Mailman-Approved-At: Thu, 08 Dec 2016 12:40:22 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 08 Dec 2016 10:12:08 -0000 --Sig_/qR=sJ7u8DBLJLKZlsfrkg8u Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable make delete old removes cc.4.gz, but after a make installworld, it is prese= nt again: >>> Removing old files (only deletes safe to delete libs) remove /usr/share/man/man4/cc.4.gz? y Kind regards, Oliver --=20 O. Hartmann Ich widerspreche der Nutzung oder =C3=9Cbermittlung meiner Daten f=C3=BCr Werbezwecke oder f=C3=BCr die Markt- oder Meinungsforschung (=C2=A7 28 Abs.= 4 BDSG). --Sig_/qR=sJ7u8DBLJLKZlsfrkg8u Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWEkx7gAKCRDS528fyFhY lMIpAf9IqEzjhNtWthk4pkYsDvoLOhYPuiYCwYSvosrXAFjxcpgA+B22YolMIeOx xJMVu3DS+498DE2k25UgNRfcN98HAf4yFc0vKh7hGizPOmLRr0bdpjSYEWAL906v bVPF/uP88QkGnlx5BSoC0QvauotQCO2SGXn7ZWkhVWBWCmPI11ah =/AfE -----END PGP SIGNATURE----- --Sig_/qR=sJ7u8DBLJLKZlsfrkg8u-- From owner-freebsd-current@freebsd.org Thu Dec 8 13:07:42 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 6F289C6D041; Thu, 8 Dec 2016 13:07:42 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD3914DD; Thu, 8 Dec 2016 13:07:41 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mail-wm0-x242.google.com with SMTP id u144so3482934wmu.0; Thu, 08 Dec 2016 05:07:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Yag9dWkUNTSGM58chPD7gwKV1oFLBbNoUyPx/OJFjKU=; b=DRTH6Lq/yTmS+uvMUwgNV6TpuL5JszL6DlKR38gzNcND6UstBBqBXg/5nqcj6QAOhV LJ8PYpE6ivN8HA4RdAhGegMEeUi/vyMW/N2u1pFcFiVkKZ0Esr6YpXqWJQq2r9AdHsqd 8YXkEgdCnfo6Iphiifuozy6dMhtF/7T+hqTOmtuDBM3ALI6b46OF3IDyjXo5Bbm5r85e 61hCPlnQ3FSdLZS2xSND9Ahp3Aje6VKeZEYMSrccdxgBnXjG/QjArrRLYlCgqvVApd9H C+DNr5fWPqePwjj8YXpngBN4XQKj3ZvOODwjvu+OaYtVSYr9Z7ZZisjPI6VNNJZi4Jfe OfSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Yag9dWkUNTSGM58chPD7gwKV1oFLBbNoUyPx/OJFjKU=; b=Ch10YegAN3vbNSWgr+fGtbNbfMUEyeNyXS7bVhBrbWlVBpsKndN/skv+O1QlkQy/q1 hyy6Xsc/nHJ/pWr6IL/182i+LkbiYr5q1Rr3O4TvKScVaw0a8LTzuVfIfg67nC8p0xiX ANyM4ZJfEjGu3/45xVvyx/ebyFndwWRINYr6HaIq7KaBjIDc+mqTNhyGtpQ21aoUTIFv 9E01XvklxKQRwztu3m5AfPq7KpVzWcjrrtC3HQvNew3G/sT0QtFQgy5XdWPpQlS2EyMz AGlPHy8OY0eMHPeEzS2DRUVzQAgJNh3mK2whQ7AFp22XhkO7u2vAnX+EfT50l7zdIGE3 AW5Q== X-Gm-Message-State: AKaTC00w3hcB/IvD02lgfbSFR/ux+JTRXsxUw+VgGnwCZDtfO2B0Yu0LvTEJ0UvQABADVuJKIcpIWh/GFIKoIg== X-Received: by 10.28.97.139 with SMTP id v133mr2030536wmb.117.1481202460133; Thu, 08 Dec 2016 05:07:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.158.200 with HTTP; Thu, 8 Dec 2016 05:07:39 -0800 (PST) In-Reply-To: <20161207223429.M39@i805.com.br> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> From: mokhi Date: Thu, 8 Dec 2016 16:37:39 +0330 Message-ID: Subject: Re: Is there possible run a MacOS X binary To: Nilton Jose Rizzo Cc: "K. Macy" , FreeBSD Current , FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 08 Dec 2016 13:07:42 -0000 I had started a writing a Mach-O image activator monthes ago, but time/daily-life distracted me from continuing it. Maybe some day I continue it :D Currently it's available on my github[1] if it helps. I had some success-like running of some super-simple less-than 'return A+B' programs with it :) Best regards, Mokhi. ============================== [1] https://github.com/m0khi/FreeBSD_MachO From owner-freebsd-current@freebsd.org Thu Dec 8 13:37:08 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 E81FBC6DBC7; Thu, 8 Dec 2016 13:37:08 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7AD832; Thu, 8 Dec 2016 13:37:08 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id t79so25965977wmt.0; Thu, 08 Dec 2016 05:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=StfQnBUXhYxCTkw9Daxz7UZO4QUtnRjczGTVrv8fm6E=; b=jD4Aoq/2o+7xyIH8FdQYrO0HvOg9gkAjN23bJl8qSmNziAQGIKtNxCsiqZZFl1sXRz oBbBval13wwrB1H3FzWo4htA4NsRqpA2ny57/aKo7iuQsPMQhZXYG8RvBJCXOl9POz18 wHboAXDScMZNQ7ov3MqyeAv9ThLBA/e0nvlOyNsYHY27VM+/dwRZGxHlNAzqxG9QY0zh pGRxbL07TOBFeEwPBUSIiTQjdc1FGmKG2tNCUg4KZkZP8Oz8UpNZWHKB56a0wPL4rOrN LDeve2Zrh7fTmX19+AM2yO5wPEYPv1GZveD0ce9yrs5Q3rYZGoOZhHbzof3HKiM4zYam q8DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=StfQnBUXhYxCTkw9Daxz7UZO4QUtnRjczGTVrv8fm6E=; b=fVZZz5Y5gO/ju6cquN9TwuOoCINxBonIiqb9HZLW76/BqqKC6rwGtxKBKODv9gCiQN 11WradIA21a11O0CWUS4FnfXdAkDl9ezrrwvkv2UnWNV34K0yY8M1K8bOI9eDu9//R44 knesRpuPB7lkkmriCPYVT0i3TMrkzaJF5WQ+8NFGJ+8M+QS5xHanjQBrlVAENVz6duyR QsD3rZdySz7+VbPKsV9JlNr0jHUNdpwTiYCIapdpED+HgLiVZyHOIfP7mi6ddmeWmAYh 1TFZowDdeTI3olgB9lnCIqTHz7RSCCA7SAW82QQs+2CdEgKegw09izGSbwTrqDwuzHWG GNhA== X-Gm-Message-State: AKaTC02tPdhV/EjHiGUNgjl+mhH3x7t94aa3dpo4CZyd6os4Kxp4TPaWjF5dQv9vTJX5GnEtY6MG4ueikkuBYQ== X-Received: by 10.28.212.131 with SMTP id l125mr2185055wmg.117.1481204227048; Thu, 08 Dec 2016 05:37:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.158.200 with HTTP; Thu, 8 Dec 2016 05:37:06 -0800 (PST) In-Reply-To: <80B7F58E-D982-4EE7-B1F4-DC6B0F214B78@FreeBSD.org> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> <80B7F58E-D982-4EE7-B1F4-DC6B0F214B78@FreeBSD.org> From: mokhi Date: Thu, 8 Dec 2016 17:07:06 +0330 Message-ID: Subject: Re: Is there possible run a MacOS X binary To: Mateusz Piotrowski <0mp@freebsd.org> Cc: Nilton Jose Rizzo , "K. Macy" , FreeBSD Current , FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 08 Dec 2016 13:37:09 -0000 > Have you considered adding it to the FreeBSD Google Summer of Code Ideas wiki[2]? > Maybe some brave student will like the idea and decide to spend some time on this project. No I didn't, maybe it worth doing it :) I can do it if you suggest. I myself was brave (but officially mentor-less) while doing this :D, (I actually didn't know how i can find a mentor for this idea). I also didn't find interest among developers after call of review (for logically good sensible reasons, like why should we add it in kernel, who will maintain it, instability in first, Apple+Law issues, etc). Best wishes, Mokhi. From owner-freebsd-current@freebsd.org Thu Dec 8 13:40:46 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 C71D1C6DE39; Thu, 8 Dec 2016 13:40:46 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 545FBB3A; Thu, 8 Dec 2016 13:40:46 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f68.google.com with SMTP id o141so28349924lff.1; Thu, 08 Dec 2016 05:40:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Ezv15li1wNgUO1FtcYUyKQ+0YLdLXn3vmC1fFl0Aacg=; b=mRV/FM848IndaSZzz3Ql4qGr/VSigWKmsTM7+oWdCVM1SiySHzmbALlJih7cOucQ4J PH6prGv4L0lx7MGnwNtvgA2MLR/BCpv7GZyiI0znHA4/FyE/le2mLDatSZrUZEeJ0euu kIHOuihQ1ZQ/STgqWMBv56Sb78OVMLGpW8r3+7GyfUsRk9AYqBlVCL6VxQFRRAc5z1px jxMKGCe+pH2SxbYB9gDwT8nK2ZmIoNhE0dztv8lX4vOvGrcsP+jhiYHXi6AFVPhMVxzt yHd47xjcL3HXqdlySrNagFiMa6RN/93MgL2rl9CcgWN85uCXrZ0FSwKb28J+C8/eqAj5 /7WA== X-Gm-Message-State: AKaTC027mqwav0wMBfOcEnaQK6NBeFCRQWgmZKLILuD6+aKdipmi1HxUKOuVEVVLC7+yZw== X-Received: by 10.25.67.2 with SMTP id q2mr27190925lfa.22.1481203323998; Thu, 08 Dec 2016 05:22:03 -0800 (PST) Received: from [192.168.0.15] (87-207-152-10.dynamic.chello.pl. [87.207.152.10]) by smtp.gmail.com with ESMTPSA id h129sm5641415lfh.7.2016.12.08.05.22.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Dec 2016 05:22:03 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: Is there possible run a MacOS X binary From: Mateusz Piotrowski <0mp@FreeBSD.org> In-Reply-To: Date: Thu, 8 Dec 2016 14:22:02 +0100 Cc: Nilton Jose Rizzo , "K. Macy" , FreeBSD Current , FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <80B7F58E-D982-4EE7-B1F4-DC6B0F214B78@FreeBSD.org> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> To: mokhi X-Mailer: Apple Mail (2.3251) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 08 Dec 2016 13:40:46 -0000 On 8 Dec 2016, at 14:07, mokhi wrote: > I had started a writing a Mach-O image activator monthes ago, but > time/daily-life distracted me from continuing it. > Maybe some day I continue it :D > Currently it's available on my github[1] if it helps. > I had some success-like running of some super-simple less-than 'return > A+B' programs with it :) Have you considered adding it to the FreeBSD Google Summer of Code Ideas = wiki[2]? Maybe some brave student will like the idea and decide to spend some = time on this project. Cheers, -mateusz [2]: https://wiki.freebsd.org/SummerOfCodeIdeas From owner-freebsd-current@freebsd.org Fri Dec 9 02:39:29 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 738B1C6DAAE; Fri, 9 Dec 2016 02:39:29 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id A9A3E6AF; Fri, 9 Dec 2016 02:39:27 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp121-45-104-245.bras2.adl6.internode.on.net (HELO leader.local) ([121.45.104.245]) by ipmail06.adl2.internode.on.net with ESMTP; 09 Dec 2016 13:04:15 +1030 Subject: Re: Is there possible run a MacOS X binary To: Nilton Jose Rizzo , "K. Macy" References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> Cc: FreeBSD Current , FreeBSD Ports From: Shane Ambler Message-ID: Date: Fri, 9 Dec 2016 13:04:14 +1030 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161207223429.M39@i805.com.br> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 02:39:29 -0000 On 08/12/2016 09:15, Nilton Jose Rizzo wrote: > Thankx for all comments. I know and understood all difficult. > > I'll have to spend my money on the purchase a Machintosh machine. Now that bhyve has gui support can OSX be started as a bhyve guest? Has anyone tried to get an openfirmware loader running? Do current macs still use openfirmware? For info regarding a compat layer for anyone wanting to work on that - cocotron.org is an mit licensed project similar to GNUStep - it has mostly focused on windows compatibility with Foundation usable on *nix flavours. There is apparently X11 support in AppKit but it needs a lot of work. -- FreeBSD - the place to B...Sharing Devices Shane Ambler From owner-freebsd-current@freebsd.org Fri Dec 9 03:23:19 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 2AAFCC6CB61 for ; Fri, 9 Dec 2016 03:23:19 +0000 (UTC) (envelope-from AWilcox@Wilcox-Tech.com) Received: from mail.wilcox-tech.com (mail.foxkit.us [45.32.83.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.wilcox-tech.com", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 116451FB7 for ; Fri, 9 Dec 2016 03:23:18 +0000 (UTC) (envelope-from AWilcox@Wilcox-Tech.com) Received: (qmail 2102 invoked from network); 9 Dec 2016 03:16:35 -0000 Received: from ip68-13-242-69.ok.ok.cox.net (HELO ?10.1.1.57?) (awilcox@wilcox-tech.com@68.13.242.69) by mail.foxkit.us with ESMTPA; 9 Dec 2016 03:16:35 -0000 Subject: Re: Mac OS X on bhyve (was: Is there possible run a MacOS X binary) To: freebsd-current@freebsd.org References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> From: "A. Wilcox" Message-ID: <584A2201.1000701@Wilcox-Tech.com> Date: Thu, 8 Dec 2016 21:16:17 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xNF6qtgWJdN4so3MIh9ptoQ9qMcSwHbx3" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 03:23:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xNF6qtgWJdN4so3MIh9ptoQ9qMcSwHbx3 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 08/12/16 20:34, Shane Ambler wrote: > Now that bhyve has gui support can OSX be started as a bhyve guest? Depending on version and edition of Mac OS X, this may or may not be a legal suggestion; Apple has made various terms in their license that you can only virtualise Mac OS X on Apple-branded hardware. (Some creative types from a virtualisation forum once suggested taking the Apple stickers from the iPhone box and placing them on your PC, making it Apple branded. Not sure that would stand up in court.) If you do have the proper type of Mac OS X that can be virtualised legally on PC hardware, you still need the SMC to be emulated. That will need to be added to bhyve before you could boot Mac OS X natively, i.e. without hacks. > Has anyone tried to get an openfirmware loader running? Do current macs= > still use openfirmware? OpenFirmware is used primarily on PowerPC, MIPS, and SPARC (via OpenBoot). I've also seen it running on a few ARM SoCs. I don't think I've ever seen a conformant implementation for x86. All Intel Macs use EFI 1.10 with Apple extensions. hth, --arw --=20 A. Wilcox (awilfox) Open-source programmer (C, C++, Python) https://code.foxkit.us/u/awilfox/ --xNF6qtgWJdN4so3MIh9ptoQ9qMcSwHbx3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYSiIBAAoJEMspy1GSK50UTbAQALImYFjhaGmNxGvxNGZLtdjU mi8xBrZau0BQ+Ii6lGiO+Gj5U5lUtQcNKJ+3HNvNz+9g1HgTw+BrbT8lNdtN8ZFf qmF2Nz0r47KwlSfMMiWReIfpqgkv1bKwf/7e7o5jf1kT0nySccLcXYBGhPBfQYr0 wISLTiqUzNwxWlc99CGuo+9qw+QJTejOhLjUoOwo6tPOzrv3nogIskuYpLZgW3tz C2jmhCXsI80BmQKEWCIzLI+YT7yfkWrx9tVFQlIzMvD/ru9ZVEGxSyDRVy10LkfH DfsKnWNRX97E6eojZ3rIQqf4Nnrd3PIz4XFKgLQa4ORKg2F4oAkLixtIB8fLHjgH Zb0bU5dOEwMJYbSLE72vN9eFSh7IX6v7lhwQyi7v6SX2/RvhoT8A6ar7L97EuQ+w odSyQ4sHORT9lZNWNwfjR9PoMfnz+h9P1jb3qXbSMFy3iFcWllHFaEcr765H8Dkq HCr3kwYQiTaueP55BP/s4ISDCq+xucPDqzoxF/xYXl8OHDz+36EM6Okh1EY32P/3 V9B67X8y0R0ohyqjoCE8lsR7ULBePqJ9sZxtNXCcWrK4GNz7i6kM1P51EOiHdbo1 HcvBaztGsXCIEsrz9lyyaSaZiop6ywSNtL/jphZ/fIVhBQRkldhfuyoDdfk53xZ0 iAaouo0pZ050j4HIcU6q =NTK1 -----END PGP SIGNATURE----- --xNF6qtgWJdN4so3MIh9ptoQ9qMcSwHbx3-- From owner-freebsd-current@freebsd.org Fri Dec 9 05:20:53 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 43F16C6ECF3; Fri, 9 Dec 2016 05:20:53 +0000 (UTC) (envelope-from alfred@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [IPv6:2001:470:1f05:b76::196]) by mx1.freebsd.org (Postfix) with ESMTP id 33ABB1449; Fri, 9 Dec 2016 05:20:53 +0000 (UTC) (envelope-from alfred@freebsd.org) Received: from AlfredMacbookAir.local (unknown [IPv6:2600:1010:b01a:ce45:b029:97a5:b268:4b8a]) by elvis.mu.org (Postfix) with ESMTPSA id 6E7AB346DDDC; Thu, 8 Dec 2016 21:20:44 -0800 (PST) Subject: Re: Is there possible run a MacOS X binary To: "K. Macy" , "Kevin P. Neal" , Warner Losh References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> Cc: FreeBSD Current , FreeBSD Ports , Nilton Jose Rizzo From: Alfred Perlstein Organization: FreeBSD Message-ID: Date: Thu, 8 Dec 2016 21:20:42 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 05:20:53 -0000 On 12/7/16 10:57 AM, K. Macy wrote: >> >> > A MachO activator is indeed not useful without an OSX install. > > But let's be honest, Mach IPC is a loadable kernel module requiring no real > kernel changes. It's not upstreamable because of a general poor > understanding of IPC by noisy commentators and a religious aversion to a > technology perceived as having failed in the marketplace of ideas. I'd be happy to upstream it. Are there diffs relative to -current? -Alfred > > > On Wed, Dec 7, 2016 at 10:45 Warner Losh wrote: > >> On Mon, Dec 5, 2016 at 12:31 PM, Kevin P. Neal >> wrote: >> >>> On Mon, Dec 05, 2016 at 02:49:07PM -0300, Nilton Jose Rizzo wrote: >>>> Sorry for cross posting (-current and -ports) >>>> Is there any emulator like linuxator to run Mac OS X binaries, or >>>> is ther any licensing problem? >>> It may be possible to make an emulator for Darwin (the OS that Mac OS >> sits >> >>> on top of), but an emulator for Mac OS would probably require a legal >> copy >> >>> of Mac OS. >>> So, no, there is no Mac OS emulator for FreeBSD. And I'd be surprised if >>> it ever happened. >> >> >> NetBSD has (or had) a macho image activator, which is the first step >> >> in this process. But Kevin is right that most of the functionality of >> >> MacOS isn't in the kernel, and you'd need a copy of MacOS to run it in >> >> emulation. Plus there's a lot of Mach code that MacOS depends on that >> >> has no simple counterparts in FreeBSD, and that would be a lot of work >> >> to make happen. It's one of the things that's a barrier to entry for a >> >> simple, straight forward launchd port, for example. >> >> >> >> >> >> >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-current@freebsd.org Fri Dec 9 08:16:39 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 B6FE2C6EBE6 for ; Fri, 9 Dec 2016 08:16:39 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 738AD338 for ; Fri, 9 Dec 2016 08:16:39 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by mail-io0-x22d.google.com with SMTP id d9so44563497ioe.0 for ; Fri, 09 Dec 2016 00:16:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc; bh=WoRayWd6FKtDeW4MeXv/RpfzsuhX8dCnjTssyOBQwDk=; b=UBNBnQo6Br46LHWukjVuM+H4pc9dorF+Zw9sDbRT+t3bLexsrtEQ+3rZzLf8kaodqr KrGfrInnFoUHgERicX3I1uSpkCBxMCuf8MC8IHFEYwFb1o/I7sF/Z/sOG5JL4S/SEKBi Dfkd5PhyJCs6azQjdav3THH99xws/IoFIOr77Fyh11jEDxJyVbVLdxnVlR8tRD/yyAhb Hf5pNXsDcnDshZX9dXMbm8AGRtEPx3wEY9Cxg5MJGse9BKihwf1VaG8ibtI4m2HKYEoA 8lKsuA3uSSOBGE3VAq751tx12NvHToCuW3POU4/AQhF3Wzq0ThAkONDlxCFPtWEQvwYa oaSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=WoRayWd6FKtDeW4MeXv/RpfzsuhX8dCnjTssyOBQwDk=; b=ELCCr6eZcF8GcV4uvdJ9irKxJBCezl4+3elSeLgf+b9op8POmGnwb5Pv6vi7BEl1ak G6mWE23Wqg3NuzyXvZcPFQGzIPC+6Q4RrOJwvJMaKDQGlKBHQ9nAGta9euC+qc9ddoud FxU2tisBsWhubT1Sx9eotF//Xs+RtSEo883LDPjii6e+bST/oBV8ltg2+dHr9rRnYbun ZCGK1V16xq5LbsUbBMvqC/94O47yS2DdN/nT7NJkPqZpUTyRUrqpNumeX/8bRYMiNfhQ OGQInF8OUQm0VrNqvI03cxJqO8wYKYMXSf9AVbl1OhoceeLZm7K787RrwRrCTA1u7ncN dRrQ== X-Gm-Message-State: AKaTC02RuXL3S+zRIRGDK7f4RUzLTXvJf27YkNd9+NvOznr5pJyJAOdqPZ9khP1McbIPsyfI5AhMwmnj4IV4vw== X-Received: by 10.36.130.66 with SMTP id t63mr5553348itd.90.1481271398031; Fri, 09 Dec 2016 00:16:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.93.162 with HTTP; Fri, 9 Dec 2016 00:16:07 -0800 (PST) In-Reply-To: <584A2201.1000701@Wilcox-Tech.com> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> <584A2201.1000701@Wilcox-Tech.com> From: Matthias Gamsjager Date: Fri, 9 Dec 2016 09:16:07 +0100 Message-ID: Subject: Re: Mac OS X on bhyve (was: Is there possible run a MacOS X binary) Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 08:16:39 -0000 On 9 December 2016 at 04:16, A. Wilcox wrote: > > Depending on version and edition of Mac OS X, this may or may not be a > legal suggestion; Apple has made various terms in their license that you > can only virtualise Mac OS X on Apple-branded hardware. (Some creative > types from a virtualisation forum once suggested taking the Apple > stickers from the iPhone box and placing them on your PC, making it > Apple branded. Not sure that would stand up in court.) > > If you do have the proper type of Mac OS X that can be virtualised > legally on PC hardware, you still need the SMC to be emulated. That > will need to be added to bhyve before you could boot Mac OS X natively, > i.e. without hacks. > > The hacktingtosh community did quite a lot of work in that aspect. Eg. the Clover bootloader which most use to start OSX on normal PC hardware From owner-freebsd-current@freebsd.org Fri Dec 9 08:55:10 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 C9769C6D767 for ; Fri, 9 Dec 2016 08:55:10 +0000 (UTC) (envelope-from AWilcox@Wilcox-Tech.com) Received: from mail.wilcox-tech.com (mail.foxkit.us [45.32.83.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.wilcox-tech.com", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF4C71845 for ; Fri, 9 Dec 2016 08:55:10 +0000 (UTC) (envelope-from AWilcox@Wilcox-Tech.com) Received: (qmail 9357 invoked from network); 9 Dec 2016 08:55:06 -0000 Received: from ip68-13-242-69.ok.ok.cox.net (HELO ?10.1.1.57?) (awilcox@wilcox-tech.com@68.13.242.69) by mail.foxkit.us with ESMTPA; 9 Dec 2016 08:55:06 -0000 Subject: Re: Mac OS X on bhyve To: freebsd-current@freebsd.org References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> <584A2201.1000701@Wilcox-Tech.com> From: "A. Wilcox" Message-ID: <584A715A.8020402@Wilcox-Tech.com> Date: Fri, 9 Dec 2016 02:54:50 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="8hlDLmnmPOhcCJRBcxX7vlKSjLeI7ixS9" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 08:55:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8hlDLmnmPOhcCJRBcxX7vlKSjLeI7ixS9 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 09/12/16 02:16, Matthias Gamsjager wrote: > On 9 December 2016 at 04:16, A. Wilcox wrote:= >> If you do have the proper type of Mac OS X that can be virtualised >> legally on PC hardware, you still need the SMC to be emulated. That >> will need to be added to bhyve before you could boot Mac OS X natively= , >> i.e. without hacks. >> >> > The hacktingtosh community did quite a lot of work in that aspect. Eg. = the > Clover bootloader which most use to start OSX on normal PC hardware And VirtualBox can boot Mac OS X without any bootloader or hacking, so it is much more stable, and resilient to automatic updates (which you need much experience to disable on newer releases, including macOS Sierra= ). Note that if you have an AMD CPU, your options will be limited. I'm unaware of any bhyve option to customise the CPUID presented to the guest (it may be undocumented, but I doubt it - the team is very good at docs). If you have an AMD CPU, you will need Clover and likely a patched mach_kernel for AMD support. I thought all this knowledge would be useless, three years after I retired my last full-time OS X box... Who knew... --arw --=20 A. Wilcox (awilfox) Open-source programmer (C, C++, Python) https://code.foxkit.us/u/awilfox/ --8hlDLmnmPOhcCJRBcxX7vlKSjLeI7ixS9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYSnFbAAoJEMspy1GSK50UFeYQALHj8wZ4qUQeQ7kRiaB0P9o4 rM9jZlpwsS8BMuUVjD4FiuQCXCDPMJxLy+Pz2t3YUBmKdGyfMwtYO2D8fuWz2Dzf Rz0Z+TjxnHSUKOvtcmOc453roc2h2NFU4PzDMkLBMvZYj6TMxW4nvitcawQPAji3 FPOPSFrjDSnrUugZTkX8zNkIR+MRKFzc3VX42D8PQIphchKn4MeCBb4pXdlvUOcP WIguZkfMYWaTgHoUvGbPXO2Dem9Bqkt6mKGtjSHlV8MC5FtOXwPKo80hNrKnJzxT FracbC65txemzj/3AeXRiz2zQeITJjyqJ1GeWRvcW/gtqFHnWPhNgJjcW64PuuVB 1P6X/z7kpeZH0AArndC5QAtEvMLI2AMeIKifzFJcs6dRKbCl7Uw2r3I5lAUMkJOf XWJlJYBIKfk+fMLqq/Jt73jqf4SBmlfdbKn1ibgbmEGxoB21XMW6SOY5egXW3jxt HG92T+Mx5x2nFlmQlk/5+PuWH3iGXN4dKEtCqluUEdXssbrtYPvAoW6JhjYLbzaZ rCLjesAKNpb9VOC3/vqjqU4vMhaoiGPPaWZD5zw7r9pKikOfptXFNcYT2rscTmqZ 3mljHy61Y3lNMT1kex4uhqZfpKylFghrbjFhOt13I2iUuShvID95l/+jPMvYSYnZ lqdvPmUGlNJKYWwwX9m2 =OFbw -----END PGP SIGNATURE----- --8hlDLmnmPOhcCJRBcxX7vlKSjLeI7ixS9-- From owner-freebsd-current@freebsd.org Fri Dec 9 09:08:43 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 73CF4C6C035 for ; Fri, 9 Dec 2016 09:08:43 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AC6316E for ; Fri, 9 Dec 2016 09:08:43 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by mail-io0-x236.google.com with SMTP id d9so46286921ioe.0 for ; Fri, 09 Dec 2016 01:08:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:cc; bh=Hte0jAjArm97QXzPqIldnR45IiDHD4LGIbRxB3eNo+o=; b=Hrc8SeSXPei1NjqywrbkpsFmplHA3NN7SH7kmH2Oy0C7jv/uLsYEwXdMY2+w5RIJpt rnkxN8ynvz0KZipK9Hdqltm6gSZy5YFpgi96vl7bFFJ3G+fNGVDRgmCudp70DW3YoFus 9gqYDNX+slznFvjn4/8IpqUn7JOYeX3UmfEJ3GSu6G3f50O+YxL2QGaBB8gqwE7l9I55 DBum9xS7/XKMYkfnTvpQA5PbLnh6OGuq7qOv9quX7pQYn5fym+E+YiBkFPzbKzN55ss+ FlbAft8CqXi7ipDibuFjCRVa06Nxh1JyXLDnR+TkNUDX1K46g03DS1+fVFvkkLIaNxiV A7hg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=Hte0jAjArm97QXzPqIldnR45IiDHD4LGIbRxB3eNo+o=; b=GdK4B7vlKPCBirAOfzJdd3yhA1BPEK5/A31tqh6ajx5QCxl5s3DFvprza2mgiw330j jIg90RNbHz4GmKp5PUuUdoP3aUbeaNIKkFFNINPgEossQzqaPPDkOdGDhlipBQbIDBie BMSPs9T6uYyVeCKTQ3OQbrkJJ9LBwki+rXwoPa2oVG+fc80VmJnfrfED64DTsUO0bGIV cym/6J0D8Dum64dR9sWQfMG9mEMtikcscITCy+Oh1oPYPtsCfBHtLgV8RhhT33a52kiT J71ZZ5/krB17CSAWpnfqPm9FkyF82+aFflsMuzwjNt9N7mdkunq9C6GzLD3cP8l59He9 +zow== X-Gm-Message-State: AKaTC02U9pAFsRLy+MJj5vCywNk87MruiGvwKQYxUzZPOB3ub4OTjKK5ZcuZoeVCKZw/kEX83wNolJ3ssbvRIw== X-Received: by 10.107.165.139 with SMTP id o133mr63224792ioe.42.1481274522463; Fri, 09 Dec 2016 01:08:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.93.162 with HTTP; Fri, 9 Dec 2016 01:08:11 -0800 (PST) In-Reply-To: <584A715A.8020402@Wilcox-Tech.com> References: <20161205161541.M51118@i805.com.br> <20161205174757.M9255@i805.com.br> <20161205193106.GA72310@neutralgood.org> <20161207223429.M39@i805.com.br> <584A2201.1000701@Wilcox-Tech.com> <584A715A.8020402@Wilcox-Tech.com> From: Matthias Gamsjager Date: Fri, 9 Dec 2016 10:08:11 +0100 Message-ID: Subject: Re: Mac OS X on bhyve Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 09:08:43 -0000 On 9 December 2016 at 09:54, A. Wilcox wrote: > > > And VirtualBox can boot Mac OS X without any bootloader or hacking, so > it is much more stable, and resilient to automatic updates (which you > need much experience to disable on newer releases, including macOS Sierra). > > > Assumed you run Virtualbox on OSX. Otherwise you still need to fake SMBIOS entries to make it boot from what I have read. Guess Clover does that automatically but true enough it seems less hassle. From owner-freebsd-current@freebsd.org Fri Dec 9 21:12:06 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 3E50AC6F02C; Fri, 9 Dec 2016 21:12:06 +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 29D91A18; Fri, 9 Dec 2016 21:12:06 +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 2047620E; Fri, 9 Dec 2016 21:12:06 +0000 (UTC) Date: Fri, 9 Dec 2016 21:12:04 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: tuexen@FreeBSD.org, br@FreeBSD.org, markj@FreeBSD.org, glebius@FreeBSD.org, emaste@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1287872594.40.1481317926165.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4341 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 21:12:06 -0000 FreeBSD_HEAD_i386 - Build #4341 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4341/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4341/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4341/console Change summaries: 309752 by emaste: src.conf.5: regen after r309142 (WITH_LLD_AS_LD knob) Reported by: Nikolai Lifanov Sponsored by: The FreeBSD Foundation 309751 by glebius: Use acquire write to cr_lock to complement with release write at end of locked region. Submitted by: kib 309750 by markj: Conditionalize PG_CACHE sysctls on COMPAT_FREEBSD11. Reviewed by: glebius, imp, jhb Differential Revision: https://reviews.freebsd.org/D8736 309749 by markj: Add a COMPAT_FREEBSD11 kernel option. Use it wherever COMPAT_FREEBSD10 is currently specified. Reviewed by: glebius, imp, jhb Differential Revision: https://reviews.freebsd.org/D8736 309748 by glebius: Treat R_X86_64_PLT32 relocs as R_X86_64_PC32. If we load a binary that is designed to be a library, it produces relocatable code via assembler directives in the assembly itself (rather than compiler options). This emits R_X86_64_PLT32 relocations, which are not handled by the kernel linker. Submitted by: gallatin Reviewed by: kib 309747 by glebius: Backout accidentially leaked in r309746 not yet reviewed patch :( 309746 by glebius: Use counter_ratecheck() in the ICMP rate limiting. Together with: rrs, jtl 309745 by glebius: Provide counter_ratecheck(), a MP-friendly substitution to ppsratecheck(). When rated event happens at a very quick rate, the ppsratecheck() is not only racy, but also becomes a performance bottleneck. Together with: rrs, jtl 309744 by tuexen: Don't bundle a SACK chunk with a SHUTDOWN chunk if it is not required. MFC after: 1 week 309743 by tuexen: Don't send multiple SHUTDOWN chunks in a single packet. Thanks to Felix Weinrank for making me aware of this issue. MFC after: 1 week 309739 by br: Add registers for jz4780 audio and PDMA controllers. Sponsored by: DARPA, AFRL The end of the build log: [...truncated 219759 lines...] cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_ageq.o -MTieee80211_ageq.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_ageq.c --- ieee80211_action.o --- ctfconvert -L VERSION -g ieee80211_action.o --- ieee80211.o --- ctfconvert -L VERSION -g ieee80211.o --- ieee80211_ageq.o --- ctfconvert -L VERSION -g ieee80211_ageq.o --- ieee80211_adhoc.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_adhoc.o -MTieee80211_adhoc.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_adhoc.c -Wno-unused-function --- ieee80211_amrr.o --- --- ieee80211_crypto.o --- --- ieee80211_amrr.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_amrr.o -MTieee80211_amrr.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_amrr.c --- ieee80211_crypto.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_crypto.o -MTieee80211_crypto.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_crypto.c -Wno-unused-function --- ieee80211_amrr.o --- ctfconvert -L VERSION -g ieee80211_amrr.o --- ieee80211_crypto.o --- ctfconvert -L VERSION -g ieee80211_crypto.o --- ieee80211_crypto_ccmp.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_crypto_ccmp.o -MTieee80211_crypto_ccmp.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_crypto_ccmp.c --- iflib.o --- ctfconvert -L VERSION -g iflib.o --- ieee80211_crypto_none.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_crypto_none.o -MTieee80211_crypto_none.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_crypto_none.c --- ieee80211_crypto_tkip.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_crypto_tkip.o -MTieee80211_crypto_tkip.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_crypto_tkip.c --- ieee80211_adhoc.o --- ctfconvert -L VERSION -g ieee80211_adhoc.o --- ieee80211_crypto_wep.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_crypto_wep.o -MTieee80211_crypto_wep.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_crypto_wep.c --- ieee80211_crypto_none.o --- ctfconvert -L VERSION -g ieee80211_crypto_none.o --- ieee80211_ddb.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_ddb.o -MTieee80211_ddb.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_ddb.c --- ieee80211_crypto_wep.o --- ctfconvert -L VERSION -g ieee80211_crypto_wep.o --- ieee80211_dfs.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_dfs.o -MTieee80211_dfs.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_dfs.c --- ieee80211_crypto_ccmp.o --- ctfconvert -L VERSION -g ieee80211_crypto_ccmp.o --- ieee80211_freebsd.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_freebsd.o -MTieee80211_freebsd.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_freebsd.c --- ieee80211_crypto_tkip.o --- ctfconvert -L VERSION -g ieee80211_crypto_tkip.o --- ieee80211_hostap.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_hostap.o -MTieee80211_hostap.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_hostap.c -Wno-unused-function --- ieee80211_ddb.o --- ctfconvert -L VERSION -g ieee80211_ddb.o --- ieee80211_ht.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_ht.o -MTieee80211_ht.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_ht.c --- ieee80211_dfs.o --- ctfconvert -L VERSION -g ieee80211_dfs.o --- ieee80211_hwmp.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_hwmp.o -MTieee80211_hwmp.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_hwmp.c --- ieee80211_freebsd.o --- ctfconvert -L VERSION -g ieee80211_freebsd.o --- ieee80211_input.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_input.o -MTieee80211_input.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_input.c ctfconvert -L VERSION -g ieee80211_input.o --- ieee80211_ioctl.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_ioctl.o -MTieee80211_ioctl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_ioctl.c --- ieee80211_hwmp.o --- ctfconvert -L VERSION -g ieee80211_hwmp.o --- ieee80211_mesh.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_mesh.o -MTieee80211_mesh.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_mesh.c -Wno-unused-function --- ieee80211_hostap.o --- ctfconvert -L VERSION -g ieee80211_hostap.o --- ieee80211_ht.o --- ctfconvert -L VERSION -g ieee80211_ht.o --- ieee80211_monitor.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_monitor.o -MTieee80211_monitor.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_monitor.c --- ieee80211_node.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_node.o -MTieee80211_node.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_node.c --- ieee80211_monitor.o --- ctfconvert -L VERSION -g ieee80211_monitor.o --- ieee80211_output.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_output.o -MTieee80211_output.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_output.c --- ieee80211_node.o --- ctfconvert -L VERSION -g ieee80211_node.o --- ieee80211_phy.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_phy.o -MTieee80211_phy.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_phy.c --- ieee80211_mesh.o --- ctfconvert -L VERSION -g ieee80211_mesh.o --- ieee80211_phy.o --- ctfconvert -L VERSION -g ieee80211_phy.o --- ieee80211_power.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_power.o -MTieee80211_power.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_power.c --- ieee80211_proto.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_proto.o -MTieee80211_proto.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_proto.c --- ieee80211_ioctl.o --- ctfconvert -L VERSION -g ieee80211_ioctl.o --- ieee80211_radiotap.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_radiotap.o -MTieee80211_radiotap.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_radiotap.c --- ieee80211_output.o --- ctfconvert -L VERSION -g ieee80211_output.o --- ieee80211_ratectl.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_ratectl.o -MTieee80211_ratectl.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_ratectl.c --- ieee80211_power.o --- ctfconvert -L VERSION -g ieee80211_power.o --- ieee80211_radiotap.o --- ctfconvert -L VERSION -g ieee80211_radiotap.o --- ieee80211_ratectl_none.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_ratectl_none.o -MTieee80211_ratectl_none.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_ratectl_none.c --- ieee80211_regdomain.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_regdomain.o -MTieee80211_regdomain.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_regdomain.c --- ieee80211_ratectl.o --- ctfconvert -L VERSION -g ieee80211_ratectl.o --- ieee80211_scan.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_scan.o -MTieee80211_scan.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_scan.c --- ieee80211_ratectl_none.o --- ctfconvert -L VERSION -g ieee80211_ratectl_none.o --- ieee80211_scan_sta.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_scan_sta.o -MTieee80211_scan_sta.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_scan_sta.c --- ieee80211_proto.o --- ctfconvert -L VERSION -g ieee80211_proto.o --- ieee80211_regdomain.o --- ctfconvert -L VERSION -g ieee80211_regdomain.o --- ieee80211_sta.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_sta.o -MTieee80211_sta.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_sta.c -Wno-unused-function --- ieee80211_scan_sw.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_scan_sw.o -MTieee80211_scan_sw.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_scan_sw.c --- ieee80211_scan.o --- ctfconvert -L VERSION -g ieee80211_scan.o --- ieee80211_wds.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ieee80211_wds.o -MTieee80211_wds.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/net80211/ieee80211_wds.c --- ieee80211_scan_sw.o --- ctfconvert -L VERSION -g ieee80211_scan_sw.o --- if_ether.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.if_ether.o -MTif_ether.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/if_ether.c --- ieee80211_wds.o --- ctfconvert -L VERSION -g ieee80211_wds.o --- igmp.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.igmp.o -MTigmp.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/igmp.c --- ieee80211_scan_sta.o --- ctfconvert -L VERSION -g ieee80211_scan_sta.o --- in.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in.o -MTin.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in.c --- ieee80211_sta.o --- ctfconvert -L VERSION -g ieee80211_sta.o --- in_debug.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_debug.o -MTin_debug.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_debug.c ctfconvert -L VERSION -g in_debug.o --- in_kdtrace.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_kdtrace.o -MTin_kdtrace.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_kdtrace.c ctfconvert -L VERSION -g in_kdtrace.o --- in_fib.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_fib.o -MTin_fib.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_fib.c --- if_ether.o --- ctfconvert -L VERSION -g if_ether.o --- in_gif.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_gif.o -MTin_gif.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_gif.c --- in_fib.o --- ctfconvert -L VERSION -g in_fib.o --- ip_id.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_id.o -MTip_id.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_id.c --- in.o --- ctfconvert -L VERSION -g in.o --- in_jail.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_jail.o -MTin_jail.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_jail.c --- in_gif.o --- ctfconvert -L VERSION -g in_gif.o --- in_mcast.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_mcast.o -MTin_mcast.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_mcast.c --- ip_id.o --- ctfconvert -L VERSION -g ip_id.o --- in_pcb.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_pcb.o -MTin_pcb.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_pcb.c --- igmp.o --- ctfconvert -L VERSION -g igmp.o --- in_prot.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_prot.o -MTin_prot.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_prot.c --- in_jail.o --- ctfconvert -L VERSION -g in_jail.o --- in_proto.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_proto.o -MTin_proto.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_proto.c --- in_prot.o --- ctfconvert -L VERSION -g in_prot.o --- in_rmx.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.in_rmx.o -MTin_rmx.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_rmx.c ctfconvert -L VERSION -g in_rmx.o --- ip_ecn.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_ecn.o -MTip_ecn.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_ecn.c --- in_proto.o --- ctfconvert -L VERSION -g in_proto.o --- ip_encap.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_encap.o -MTip_encap.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_encap.c --- ip_ecn.o --- ctfconvert -L VERSION -g ip_ecn.o --- ip_fastfwd.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_fastfwd.o -MTip_fastfwd.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_fastfwd.c --- ip_encap.o --- ctfconvert -L VERSION -g ip_encap.o --- in_pcb.o --- ctfconvert -L VERSION -g in_pcb.o --- ip_icmp.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_icmp.o -MTip_icmp.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_icmp.c --- ip_input.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_input.o -MTip_input.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_input.c --- ip_fastfwd.o --- ctfconvert -L VERSION -g ip_fastfwd.o --- ip_ipsec.o --- cc -target i386-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -MD -MF.depend.ip_ipsec.o -MTip_ipsec.o -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_ipsec.c --- ip_icmp.o --- /usr/src/sys/netinet/ip_icmp.c:1029:31: error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat] V_icmp_rates[which].descr, pps, V_icmplim); ^~~ 1 error generated. *** [ip_icmp.o] Error code 1 bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC --- ip_ipsec.o --- ctfconvert -L VERSION -g ip_ipsec.o --- in_mcast.o --- ctfconvert -L VERSION -g in_mcast.o --- ip_input.o --- ctfconvert -L VERSION -g ip_input.o 1 error bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson8397583237510090644.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Fri Dec 9 21:10:37 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 0FEE0C6EEB7; Fri, 9 Dec 2016 21:10:37 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC9F77EC; Fri, 9 Dec 2016 21:10:36 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id uB9L9ell001159 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 9 Dec 2016 13:09:40 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id uB9L9eKK001158; Fri, 9 Dec 2016 13:09:40 -0800 (PST) (envelope-from sgk) Date: Fri, 9 Dec 2016 13:09:40 -0800 From: Steve Kargl To: freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Subject: System hangs at boot in xhci0 Message-ID: <20161209210940.GA1144@troutmask.apl.washington.edu> Reply-To: kargl@uw.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) X-Mailman-Approved-At: Fri, 09 Dec 2016 22:35:41 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 21:10:37 -0000 I updated my system to % svn info /usr/src Path: /usr/src Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 309748 Built a shiny new kernel, which hangs during boot. There is no panic. Using the dmesg from kernel.old/kernel, the last few reported are pci2: on pcib2 xhci0: mem 0xfe900000-0xfe900fff irq 48 at device 0.0 on pci2 xhci0: 32 bytes context size, 64-bit DMA At this point, the system is completely unresponse and needs to be power cycled. -- steve From owner-freebsd-current@freebsd.org Fri Dec 9 22:36:14 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 50D7DC6FA4D; Fri, 9 Dec 2016 22:36:14 +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 42B81304; Fri, 9 Dec 2016 22:36:14 +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 3DF56210; Fri, 9 Dec 2016 22:36:14 +0000 (UTC) Date: Fri, 9 Dec 2016 22:36:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: glebius@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <533623077.42.1481322974327.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1287872594.40.1481317926165.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1287872594.40.1481317926165.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4342 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 22:36:14 -0000 FreeBSD_HEAD_i386 - Build #4342 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4342/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4342/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4342/console Change summaries: 309766 by glebius: Fix build for 32-bit machines. Submitted by: tuexen From owner-freebsd-current@freebsd.org Fri Dec 9 22:58:49 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 E099AC6F3E9; Fri, 9 Dec 2016 22:58:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADD8B1765; Fri, 9 Dec 2016 22:58:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 08E031FE1FC; Fri, 9 Dec 2016 23:58:46 +0100 (CET) Subject: Re: System hangs at boot in xhci0 To: kargl@uw.edu, freebsd-current@freebsd.org, freebsd-hackers@freebsd.org References: <20161209210940.GA1144@troutmask.apl.washington.edu> From: Hans Petter Selasky Message-ID: <5a509678-2a67-b538-ea42-d9e80a6bd3eb@selasky.org> Date: Fri, 9 Dec 2016 23:58:21 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161209210940.GA1144@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 22:58:50 -0000 On 12/09/16 22:09, Steve Kargl wrote: > I updated my system to > > % svn info /usr/src > Path: /usr/src > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/head > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 309748 > > Built a shiny new kernel, which hangs during boot. > There is no panic. Using the dmesg from kernel.old/kernel, > the last few reported are > > > pci2: on pcib2 > xhci0: mem 0xfe900000-0xfe900fff irq 48 at device 0.0 on pci2 > xhci0: 32 bytes context size, 64-bit DMA > > At this point, the system is completely unresponse and > needs to be power cycled. > Hi, What is the next message in the old kernel which is printed? There has been zero changes in the XHCI driver recently. Can you copy /boot/kernel.old to /boot/kernel.works Then add this option to the GENERIC kernel config: options VERBOSE_SYSINIT What are the last few messages in dmesg when you boot with the above flag? --HPS From owner-freebsd-current@freebsd.org Fri Dec 9 23:45:31 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 CFC6CC6FF30; Fri, 9 Dec 2016 23:45:31 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AA8A31644; Fri, 9 Dec 2016 23:45:31 +0000 (UTC) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id uB9NjUCH034476 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 9 Dec 2016 15:45:30 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id uB9NjU9M034475; Fri, 9 Dec 2016 15:45:30 -0800 (PST) (envelope-from kargl) Date: Fri, 9 Dec 2016 15:45:30 -0800 From: "Steven G. Kargl" To: Hans Petter Selasky Cc: kargl@uw.edu, freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: System hangs at boot in xhci0 Message-ID: <20161209234530.GA21666@troutmask.apl.washington.edu> Reply-To: kargl@uw.edu References: <20161209210940.GA1144@troutmask.apl.washington.edu> <5a509678-2a67-b538-ea42-d9e80a6bd3eb@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5a509678-2a67-b538-ea42-d9e80a6bd3eb@selasky.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-Mailman-Approved-At: Fri, 09 Dec 2016 23:46:58 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 09 Dec 2016 23:45:31 -0000 On Fri, Dec 09, 2016 at 11:58:21PM +0100, Hans Petter Selasky wrote: > On 12/09/16 22:09, Steve Kargl wrote: > > I updated my system to > > > > % svn info /usr/src > > Revision: 309748 > > > > Built a shiny new kernel, which hangs during boot. > > There is no panic. Using the dmesg from kernel.old/kernel, > > the last few reported are > > > > > > pci2: on pcib2 > > xhci0: mem 0xfe900000-0xfe900fff > > irq 48 at device 0.0 on pci2 > > xhci0: 32 bytes context size, 64-bit DMA > > > > At this point, the system is completely unresponse and > > needs to be power cycled. > > > > Hi, > > What is the next message in the old kernel which is printed? There has > been zero changes in the XHCI driver recently. > > Can you copy /boot/kernel.old to /boot/kernel.works > > Then add this option to the GENERIC kernel config: > > options VERBOSE_SYSINIT > > What are the last few messages in dmesg when you boot with the above flag? > With a boot_verbose of the new kernel I get the following output: xhci0: 32 bytes context size, 64-bit DMA xhci0: attempting to allocate 1 MSI vectors (4 supported) msi: routing MSI IRQ 260 to local APIC 16 vector 55 xhci0: using IRQ 260 for MSI xhci0: MSI enabled usbus0 on xhci0 xhci0: usbpf: Attached random: harvesting attach, 8 bytes (4 bits) from usbus0 random: harvesting attach, 8 bytes (4 bits) from xhci0 random: harvesting attach, 8 bytes (4 bits) from pci2 random: harvesting attach, 8 bytes (4 bits) from pcib2 and then the system locks up. With the old kernel (circa Oct 10th sources), next few lines from dmesg are pcib3: irq 54 at device 10.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib3 pcib0: allocated type 3 (0xfe800000-0xfe8fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0xd000-0xdfff pcib3: memory decode 0xfe800000-0xfe8fffff pci3: on pcib3 I think that hang isn't caused by xhci, but rather is a victim on being the last successfully probed device. In the last weeks there have been a few commits (309588, 309400, and 308953) that touched ACPI. I'm currently reverting these changes to test if one is causing the problem. I did see that one of these revisions specific mentions the ALASKA AMI bios, which I happen to have. However, that commit also mentions a skylake processor while I have an AMD FX-8350. -- Steve http://troutmask.apl.washington.edu/~kargl/ https://www.youtube.com/watch?v=6hwgPfCcpyQ From owner-freebsd-current@freebsd.org Sat Dec 10 11:05:48 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 DC287C702C9 for ; Sat, 10 Dec 2016 11:05:48 +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 C0E941F14; Sat, 10 Dec 2016 11:05:48 +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 4EBD1226; Sat, 10 Dec 2016 11:05:48 +0000 (UTC) Date: Sat, 10 Dec 2016 11:05:46 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: marcel@FreeBSD.org, hselasky@FreeBSD.org, ngie@FreeBSD.org, tuexen@FreeBSD.org, phk@FreeBSD.org, markj@FreeBSD.org, imp@FreeBSD.org, gnn@FreeBSD.org, des@FreeBSD.org, emaste@FreeBSD.org, sobomax@FreeBSD.org, br@FreeBSD.org, glebius@FreeBSD.org, robak@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <1875587827.44.1481367948437.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <756294197.38.1481281576334.JavaMail.jenkins@jenkins-9.freebsd.org> References: <756294197.38.1481281576334.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_amd64_gcc - Build #1728 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_amd64_gcc X-Jenkins-Result: FAILURE Precedence: bulk X-Mailman-Approved-At: Sat, 10 Dec 2016 12:38:07 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 11:05:49 -0000 FreeBSD_HEAD_amd64_gcc - Build #1728 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1= 728/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/172= 8/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc/1728= /console Change summaries: 309791 by gnn: This adds a configuration for arm64 users that track CURRENT but don't need the extra debug facilities. Copied from the amd64 configuration of the same name. Submitted by: Nikolai Lifanov Reviewed by: emaste MFC after: 2 weeks 309790 by phk: Add Genesys Logic USB hub. Make two other USB hub descriptions more precise. 309787 by marcel: Improve upon r309394 Instead of taking an extra reference to deal with pfsync_q_ins() and pfsync_q_del() taken and dropping a reference (resp,) make it optional of those functions to take or drop a reference by passing an extra argument. Submitted by:=09glebius@ 309786 by markj: Don't create FBT probes for lock owner methods. These functions may be called in DTrace probe context, so they cannot be safely traced. Moreover, they are currently only used by DTrace, so their corresponding FBT probes are not particularly useful. MFC after:=092 weeks 309785 by markj: Consistently use fbt_excluded() on all architectures. MFC after:=092 weeks 309784 by markj: Use a consistent snapshot of the lock state in owner_mtx(). MFC after:=092 weeks 309783 by markj: Return a non-NULL owner only if the lock is exclusively held in owner_sx(). Fix some whitespace bugs while here. MFC after:=092 weeks 309782 by emaste: libelftc: add elf{32,64}-tradlittlemips target emulation names Sponsored by:=09The FreeBSD Foundation 309780 by ngie: Use _test_unmount instead of test_unmount in cleanup to avoid false positives with atf_check when tmpfs is not loaded, etc MFC after:=091 week 309779 by ngie: - Ignore errors from umount - Use _test_unmount instead of test_unmount in cleanup MFC after:=091 week 309778 by ngie: Make test_unmount usable in cleanup subroutines - Duplicate test_unmount to _test_unmount - Remove atf_check calls - Call _test_unmount from test_unmount, checking the exit code at the end, and returning it to maintain the test_unmount "contract" MFC after:=091 week 309777 by imp: Implement Intel's log page 0xc1 (Read Command Latency Log) and page 0xc1 (Write Command Latency Log). Sponsored By: Netflix, Inc 309776 by imp: Permit loading of efirt module even when there's no EFI to call. The module loading is successful, but attempts to use it will not be successful. This is similar to what we do (did?) with ACPI on non-ACPI systems. We succeed if we can't find the necessary information to hook into EFI, but still fail if we're unable to allocate resources if we do find EFI. Not Objected to by: kib@ MFC Afer: 3 days 309775 by emaste: Keep /usr/bin/ld for WITHOUT_BINUTILS but WITH_LLD_AS_LD Reported by:=09Nikolai Lifanov 309774 by ngie: Only run mdconfig -d -u 3 if /dev/md3 exists on the system This will prevent "cleanup failures" (exit code !=3D 0 returned) when tmpfs is not loaded MFC after:=091 week 309773 by sobomax: Check that SCM_XXX timestamp returned by the kernel is less 1 second away in the past from the current time. This should be plenty for the scheduler to do its job. It provides assurance that the timestamp returned is actually a valid one, not just some random garbage. 309772 by glebius: Allow bogus_page to be passed to pager(s). 309766 by glebius: Fix build for 32-bit machines. Submitted by:=09tuexen 309752 by emaste: src.conf.5: regen after r309142 (WITH_LLD_AS_LD knob) Reported by:=09Nikolai Lifanov Sponsored by:=09The FreeBSD Foundation 309751 by glebius: Use acquire write to cr_lock to complement with release write at end of locked region. Submitted by:=09kib 309750 by markj: Conditionalize PG_CACHE sysctls on COMPAT_FREEBSD11. Reviewed by:=09glebius, imp, jhb Differential Revision:=09https://reviews.freebsd.org/D8736 309749 by markj: Add a COMPAT_FREEBSD11 kernel option. Use it wherever COMPAT_FREEBSD10 is currently specified. Reviewed by:=09glebius, imp, jhb Differential Revision:=09https://reviews.freebsd.org/D8736 309748 by glebius: Treat R_X86_64_PLT32 relocs as R_X86_64_PC32. If we load a binary that is designed to be a library, it produces relocatable code via assembler directives in the assembly itself (rather than compiler options). This emits R_X86_64_PLT32 relocations, which are not handled by the kernel linker. Submitted by:=09gallatin Reviewed by:=09kib 309747 by glebius: Backout accidentially leaked in r309746 not yet reviewed patch :( 309746 by glebius: Use counter_ratecheck() in the ICMP rate limiting. Together with:=09rrs, jtl 309745 by glebius: Provide counter_ratecheck(), a MP-friendly substitution to ppsratecheck(). When rated event happens at a very quick rate, the ppsratecheck() is not only racy, but also becomes a performance bottleneck. Together with:=09rrs, jtl 309744 by tuexen: Don't bundle a SACK chunk with a SHUTDOWN chunk if it is not required. MFC after:=091 week 309743 by tuexen: Don't send multiple SHUTDOWN chunks in a single packet. Thanks to Felix Weinrank for making me aware of this issue. MFC after:=091 week 309739 by br: Add registers for jz4780 audio and PDMA controllers. Sponsored by:=09DARPA, AFRL 309738 by des: More debugging code I missed in r309051. Reported by:=09jbeich, jkim 309737 by hselasky: Add more LinuxKPI PCI definitions. Obtained from:=09kmacy @ Sponsored by:=09Mellanox Technologies MFC after:=091 week 309736 by hselasky: Prefer function macros over regular macros in the LinuxKPI. MFC after:=091 week Sponsored by:=09Mellanox Technologies 309735 by robak: Capsicum support for dd(1) Adds Capsicum sandboxing to dd utility. Submitted by:=09Pawel Biernacki Reviewed by:=09allanjude, emaste, oshogbo Approved by:=09oshogbo Sponsored by:=09Mysterious Code Ltd. Differential Revision:=09https://reviews.freebsd.org/D8543 309734 by hselasky: Avoid malloc() warnings when using the LinuxKPI by zero-checking the allocation flags. Obtained from:=09=09kmacy @ Sponsored by: Mellanox Technologies MFC after:=09=091 week 309733 by hselasky: MSIX can support more than 256 IRQs. Make sure the invalid IRQ number set in the LinuxKPI is big enough. Sponsored by: Mellanox Technologies MFC after:=09=091 week 309732 by hselasky: Prefix some _pci_xxx() functions in the Linux KPI with linux_ and make sure the IRQ number used by these functions is unsigned. Sponsored by: Mellanox Technologies MFC after:=09=091 week 309731 by hselasky: Prefix the Linux KPI's kmem_xxx() functions with linux_ to avoid conflict with the opensolaris kernel module. This patch solves a problem where the kernel linker will incorrectly resolve opensolaris kmem_xxx() functions as linuxkpi ones, which leads to a panic when these functions are used. Submitted by:=09=09gallatin @ Sponsored by: Mellanox Technologies MFC after:=09=091 week The end of the build log: [...truncated 97704 lines...] /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CFLSteensAliasAnalysis.o -MTAnalysis/CFLSteensAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp -o Analysis/CFLSteensA= liasAnalysis.o --- Analysis/CGSCCPassManager.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CGSCCPassManager.o -MTAnalysis/CGSCCPassManager.o -fstack-prote= ctor-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob= bered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno= -error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D= uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func= tion -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -= fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/l= ib/Analysis/CGSCCPassManager.cpp -o Analysis/CGSCCPassManager.o --- Analysis/CallGraph.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallGraph.o -MTAnalysis/CallGraph.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Ca= llGraph.cpp -o Analysis/CallGraph.o --- Analysis/CallGraphSCCPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallGraphSCCPass.o -MTAnalysis/CallGraphSCCPass.o -fstack-prote= ctor-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Datt= ributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclob= bered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno= -error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3D= uninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-func= tion -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -= fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/l= ib/Analysis/CallGraphSCCPass.cpp -o Analysis/CallGraphSCCPass.o --- Analysis/CallPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CallPrinter.o -MTAnalysis/CallPrinter.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/CallPrinter.cpp -o Analysis/CallPrinter.o --- Analysis/CaptureTracking.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CaptureTracking.o -MTAnalysis/CaptureTracking.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/CaptureTracking.cpp -o Analysis/CaptureTracking.o --- Analysis/CodeMetrics.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CodeMetrics.o -MTAnalysis/CodeMetrics.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/CodeMetrics.cpp -o Analysis/CodeMetrics.o --- Analysis/ConstantFolding.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ConstantFolding.o -MTAnalysis/ConstantFolding.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ConstantFolding.cpp -o Analysis/ConstantFolding.o --- Analysis/CostModel.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_CostModel.o -MTAnalysis/CostModel.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Co= stModel.cpp -o Analysis/CostModel.o --- Analysis/Delinearization.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Delinearization.o -MTAnalysis/Delinearization.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/Delinearization.cpp -o Analysis/Delinearization.o --- Analysis/DemandedBits.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DemandedBits.o -MTAnalysis/DemandedBits.o -fstack-protector-str= ong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/DemandedBits.cpp -o Analysis/DemandedBits.o --- Analysis/DependenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DependenceAnalysis.o -MTAnalysis/DependenceAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/DependenceAnalysis.cpp -o Analysis/DependenceAnalysis.o --- Analysis/DivergenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DivergenceAnalysis.o -MTAnalysis/DivergenceAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/DivergenceAnalysis.cpp -o Analysis/DivergenceAnalysis.o --- Analysis/DomPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DomPrinter.o -MTAnalysis/DomPrinter.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= DomPrinter.cpp -o Analysis/DomPrinter.o --- Analysis/DominanceFrontier.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_DominanceFrontier.o -MTAnalysis/DominanceFrontier.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/DominanceFrontier.cpp -o Analysis/DominanceFrontier.o--- Ana= lysis/EHPersonalities.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_EHPersonalities.o -MTAnalysis/EHPersonalities.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/EHPersonalities.cpp -o Analysis/EHPersonalities.o --- Analysis/GlobalsModRef.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_GlobalsModRef.o -MTAnalysis/GlobalsModRef.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/GlobalsModRef.cpp -o Analysis/GlobalsModRef.o --- Analysis/IVUsers.o --- --- Analysis/IndirectCallPromotionAnalysis.o --- --- Analysis/IVUsers.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IVUsers.o -MTAnalysis/IVUsers.o -fstack-protector-strong -Wno-e= rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/IVU= sers.cpp -o Analysis/IVUsers.o --- Analysis/IndirectCallPromotionAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IndirectCallPromotionAnalysis.o -MTAnalysis/IndirectCallPromoti= onAnalysis.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darr= ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca= st-align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextr= a -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstr= ict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variabl= e -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstric= t-overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEA= D_amd64_gcc/contrib/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp -o = Analysis/IndirectCallPromotionAnalysis.o --- Analysis/InlineCost.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InlineCost.o -MTAnalysis/InlineCost.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= InlineCost.cpp -o Analysis/InlineCost.o --- Analysis/InstCount.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InstCount.o -MTAnalysis/InstCount.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/In= stCount.cpp -o Analysis/InstCount.o --- Analysis/InstructionSimplify.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_InstructionSimplify.o -MTAnalysis/InstructionSimplify.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/InstructionSimplify.cpp -o Analysis/InstructionSimplify.= o --- Analysis/Interval.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Interval.o -MTAnalysis/Interval.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Int= erval.cpp -o Analysis/Interval.o --- Analysis/IntervalPartition.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IntervalPartition.o -MTAnalysis/IntervalPartition.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/IntervalPartition.cpp -o Analysis/IntervalPartition.o--- Ana= lysis/IteratedDominanceFrontier.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_IteratedDominanceFrontier.o -MTAnalysis/IteratedDominanceFronti= er.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bound= s -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align= -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-e= rror=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-alia= sing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-e= rror=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overfl= ow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_= gcc/contrib/llvm/lib/Analysis/IteratedDominanceFrontier.cpp -o Analysis/Ite= ratedDominanceFrontier.o --- Analysis/LazyBlockFrequencyInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyBlockFrequencyInfo.o -MTAnalysis/LazyBlockFrequencyInfo.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp -o Analysis/LazyBlockF= requencyInfo.o --- Analysis/LazyCallGraph.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyCallGraph.o -MTAnalysis/LazyCallGraph.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/LazyCallGraph.cpp -o Analysis/LazyCallGraph.o --- Analysis/LazyValueInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LazyValueInfo.o -MTAnalysis/LazyValueInfo.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/LazyValueInfo.cpp -o Analysis/LazyValueInfo.o --- Analysis/Lint.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Lint.o -MTAnalysis/Lint.o -fstack-protector-strong -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-p= arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err= or=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions -fno-rt= ti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Lint.cpp -= o Analysis/Lint.o --- Analysis/Loads.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_Loads.o -MTAnalysis/Loads.o -fstack-protector-strong -Wno-error= =3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error=3Db= ool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error=3Denu= m-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical-not-p= arentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-err= or=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunus= ed-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions -fno-rt= ti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loads.cpp = -o Analysis/Loads.o --- Analysis/LoopAccessAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopAccessAnalysis.o -MTAnalysis/LoopAccessAnalysis.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/LoopAccessAnalysis.cpp -o Analysis/LoopAccessAnalysis.o --- Analysis/LoopInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopInfo.o -MTAnalysis/LoopInfo.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loo= pInfo.cpp -o Analysis/LoopInfo.o --- Analysis/LoopPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopPass.o -MTAnalysis/LoopPass.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/Loo= pPass.cpp -o Analysis/LoopPass.o --- Analysis/LoopPassManager.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopPassManager.o -MTAnalysis/LoopPassManager.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/LoopPassManager.cpp -o Analysis/LoopPassManager.o --- Analysis/LoopUnrollAnalyzer.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_LoopUnrollAnalyzer.o -MTAnalysis/LoopUnrollAnalyzer.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/LoopUnrollAnalyzer.cpp -o Analysis/LoopUnrollAnalyzer.o --- Analysis/MemDepPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemDepPrinter.o -MTAnalysis/MemDepPrinter.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/MemDepPrinter.cpp -o Analysis/MemDepPrinter.o --- Analysis/MemDerefPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemDerefPrinter.o -MTAnalysis/MemDerefPrinter.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/MemDerefPrinter.cpp -o Analysis/MemDerefPrinter.o --- Analysis/MemoryBuiltins.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryBuiltins.o -MTAnalysis/MemoryBuiltins.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/MemoryBuiltins.cpp -o Analysis/MemoryBuiltins.o --- Analysis/MemoryDependenceAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryDependenceAnalysis.o -MTAnalysis/MemoryDependenceAnalysis= .o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds = -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -= Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-err= or=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasi= ng -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-err= or=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow= -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gc= c/contrib/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp -o Analysis/Memory= DependenceAnalysis.o --- Analysis/MemoryLocation.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_MemoryLocation.o -MTAnalysis/MemoryLocation.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/MemoryLocation.cpp -o Analysis/MemoryLocation.o --- Analysis/ModuleDebugInfoPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ModuleDebugInfoPrinter.o -MTAnalysis/ModuleDebugInfoPrinter.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp -o Analysis/ModuleDebu= gInfoPrinter.o --- Analysis/ModuleSummaryAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ModuleSummaryAnalysis.o -MTAnalysis/ModuleSummaryAnalysis.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp -o Analysis/ModuleSummaryAn= alysis.o --- Analysis/ObjCARCAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCAliasAnalysis.o -MTAnalysis/ObjCARCAliasAnalysis.o -fsta= ck-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinl= ine -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-= error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp -o Analysis/ObjCARCAliasAnal= ysis.o --- Analysis/ObjCARCAnalysisUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCAnalysisUtils.o -MTAnalysis/ObjCARCAnalysisUtils.o -fsta= ck-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-err= or=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-erro= r=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinl= ine -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-= error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunu= sed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp -o Analysis/ObjCARCAnalysisU= tils.o --- Analysis/ObjCARCInstKind.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ObjCARCInstKind.o -MTAnalysis/ObjCARCInstKind.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ObjCARCInstKind.cpp -o Analysis/ObjCARCInstKind.o --- Analysis/OptimizationDiagnosticInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_OptimizationDiagnosticInfo.o -MTAnalysis/OptimizationDiagnostic= Info.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bou= nds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-ali= gn -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno= -error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-al= iasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno= -error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-over= flow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd6= 4_gcc/contrib/llvm/lib/Analysis/OptimizationDiagnosticInfo.cpp -o Analysis/= OptimizationDiagnosticInfo.o --- Analysis/OrderedBasicBlock.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_OrderedBasicBlock.o -MTAnalysis/OrderedBasicBlock.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/OrderedBasicBlock.cpp -o Analysis/OrderedBasicBlock.o--- Ana= lysis/PHITransAddr.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PHITransAddr.o -MTAnalysis/PHITransAddr.o -fstack-protector-str= ong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes = -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -W= no-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/PHITransAddr.cpp -o Analysis/PHITransAddr.o --- Analysis/PostDominators.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PostDominators.o -MTAnalysis/PostDominators.o -fstack-protector= -strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribu= tes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbere= d -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-err= or=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dunin= itialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function= -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-= exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/A= nalysis/PostDominators.cpp -o Analysis/PostDominators.o --- Analysis/ProfileSummaryInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ProfileSummaryInfo.o -MTAnalysis/ProfileSummaryInfo.o -fstack-p= rotector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/ProfileSummaryInfo.cpp -o Analysis/ProfileSummaryInfo.o --- Analysis/PtrUseVisitor.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_PtrUseVisitor.o -MTAnalysis/PtrUseVisitor.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/PtrUseVisitor.cpp -o Analysis/PtrUseVisitor.o --- Analysis/RegionInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionInfo.o -MTAnalysis/RegionInfo.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= RegionInfo.cpp -o Analysis/RegionInfo.o --- Analysis/RegionPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionPass.o -MTAnalysis/RegionPass.o -fstack-protector-strong = -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno= -error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-e= rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlog= ical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialize= d -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-er= ror=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptio= ns -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysis/= RegionPass.cpp -o Analysis/RegionPass.o --- Analysis/RegionPrinter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_RegionPrinter.o -MTAnalysis/RegionPrinter.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/RegionPrinter.cpp -o Analysis/RegionPrinter.o --- Analysis/ScalarEvolution.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolution.o -MTAnalysis/ScalarEvolution.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ScalarEvolution.cpp -o Analysis/ScalarEvolution.o --- Analysis/ScalarEvolutionAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionAliasAnalysis.o -MTAnalysis/ScalarEvolutionAlias= Analysis.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast= -align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-= overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_= amd64_gcc/contrib/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp -o Ana= lysis/ScalarEvolutionAliasAnalysis.o --- Analysis/ScalarEvolutionExpander.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionExpander.o -MTAnalysis/ScalarEvolutionExpander.o= -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/ScalarEvolutionExpander.cpp -o Analysis/ScalarEvo= lutionExpander.o --- Analysis/ScalarEvolutionNormalization.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScalarEvolutionNormalization.o -MTAnalysis/ScalarEvolutionNorma= lization.o -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray= -bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast= -align -Wno-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra = -Wno-error=3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstric= t-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable = -Wno-error=3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-= overflow -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_= amd64_gcc/contrib/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp -o Ana= lysis/ScalarEvolutionNormalization.o --- Analysis/ScopedNoAliasAA.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ScopedNoAliasAA.o -MTAnalysis/ScopedNoAliasAA.o -fstack-protect= or-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattri= butes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbe= red -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-e= rror=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Dun= initialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-functi= on -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fn= o-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib= /Analysis/ScopedNoAliasAA.cpp -o Analysis/ScopedNoAliasAA.o --- Analysis/SparsePropagation.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_SparsePropagation.o -MTAnalysis/SparsePropagation.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/SparsePropagation.cpp -o Analysis/SparsePropagation.o--- Ana= lysis/TargetLibraryInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TargetLibraryInfo.o -MTAnalysis/TargetLibraryInfo.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/TargetLibraryInfo.cpp -o Analysis/TargetLibraryInfo.o--- Ana= lysis/TargetTransformInfo.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TargetTransformInfo.o -MTAnalysis/TargetTransformInfo.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Analysis/TargetTransformInfo.cpp -o Analysis/TargetTransformInfo.= o --- Analysis/TypeBasedAliasAnalysis.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TypeBasedAliasAnalysis.o -MTAnalysis/TypeBasedAliasAnalysis.o -= fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno= -error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-= error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp -o Analysis/TypeBasedA= liasAnalysis.o --- Analysis/TypeMetadataUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_TypeMetadataUtils.o -MTAnalysis/TypeMetadataUtils.o -fstack-pro= tector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Da= ttributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dcl= obbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -W= no-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error= =3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-f= unction -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++1= 1 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llv= m/lib/Analysis/TypeMetadataUtils.cpp -o Analysis/TypeMetadataUtils.o--- Ana= lysis/ValueTracking.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_ValueTracking.o -MTAnalysis/ValueTracking.o -fstack-protector-s= trong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattribute= s -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered = -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error= =3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninit= ialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -= Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-ex= ceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Ana= lysis/ValueTracking.cpp -o Analysis/ValueTracking.o --- Analysis/VectorUtils.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Analysis_VectorUtils.o -MTAnalysis/VectorUtils.o -fstack-protector-stron= g -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -W= no-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno= -error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dl= ogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitiali= zed -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-= error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-except= ions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Analysi= s/VectorUtils.cpp -o Analysis/VectorUtils.o --- AsmParser/LLLexer.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_LLLexer.o -MTAsmParser/LLLexer.o -fstack-protector-strong -Wno= -error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-err= or=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/LL= Lexer.cpp -o AsmParser/LLLexer.o --- AsmParser/LLParser.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_LLParser.o -MTAsmParser/LLParser.o -fstack-protector-strong -W= no-error=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-e= rror=3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-err= or=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogic= al-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized = -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-erro= r=3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions= -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/L= LParser.cpp -o AsmParser/LLParser.o --- AsmParser/Parser.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.AsmParser_Parser.o -MTAsmParser/Parser.o -fstack-protector-strong -Wno-e= rror=3Daddress -Wno-error=3Darray-bounds -Wno-error=3Dattributes -Wno-error= =3Dbool-compare -Wno-error=3Dcast-align -Wno-error=3Dclobbered -Wno-error= =3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinline -Wno-error=3Dlogical= -not-parentheses -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -W= no-error=3Dunused-but-set-variable -Wno-error=3Dunused-function -Wno-error= =3Dunused-value -Wno-error=3Dstrict-overflow -std=3Dc++11 -fno-exceptions = -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/AsmParser/Pa= rser.cpp -o AsmParser/Parser.o --- Bitcode/Reader/BitcodeReader.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Reader_BitcodeReader.o -MTBitcode/Reader/BitcodeReader.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Bitcode/Reader/BitcodeReader.cpp -o Bitcode/Reader/BitcodeReader.= o --- Bitcode/Reader/BitstreamReader.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Reader_BitstreamReader.o -MTBitcode/Reader/BitstreamReader.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Bitcode/Reader/BitstreamReader.cpp -o Bitcode/Reader/Bitstream= Reader.o --- Bitcode/Writer/BitcodeWriter.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_BitcodeWriter.o -MTBitcode/Writer/BitcodeWriter.o -fstack= -protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-error= =3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-error= =3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dinli= ne -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wno-e= rror=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Dunus= ed-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std=3D= c++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/contrib= /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp -o Bitcode/Writer/BitcodeWriter.= o In file included from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/math.h:309:0, from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/cmath:305, from /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/include/llvm= /Support/DataTypes.h:34, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/Hashing.h:48, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/ArrayRef.h:13, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMapInfo.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMap.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/BitcodeWriter.cpp:14: /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits: In substitution of 'template typename std::__1::__select_2nd)()...))), std::__1::integral_constant >::type std::= __1::__is_constructible_test(_Tp&&, _Args&& ...) [with _Tp =3D llvm::ValueE= numerator::MDRange; _Args =3D {}]': /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2928:50: required from 'struct std::__1::__libcp= p_is_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2976:8: required from 'struct std::__1::__is_con= structible_void_check' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3002:30: required from 'struct std::__1::is_cons= tructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3215:30: required from 'struct std::__1::is_defa= ult_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:406:30: required from 'struct std::__1::__depend= ent_type= , true>' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/utility:290:72: [ skipping 3 instantiation contexts, use -ft= emplate-backtrace-limit=3D0 to disable ] /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 39:5: required from 'struct llvm::detail::AlignmentCalcImpl [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char>, fals= e>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 79:13: required from 'constexpr const unsigned int llvm::AlignOf [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char> = >::Alignment' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 86:52: required from 'struct llvm::AlignOf [1], l= lvm::SmallDenseMap::Large= Rep, char, char, char, char, char, char, char, char> >' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 251:8: required from 'struct llvm::AlignedCharArrayUnion [1], llvm::SmallDe= nseMap::LargeRep, char, c= har, char, char, char, char, char, char>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/ADT/DenseMap.h:759= :59: required from 'class llvm::SmallDenseMap' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitcode/Writer/ValueEnumera= tor.h:101:39: required from here /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::First' has been parse= d typename __select_2nd()...)= )), true_type>::type ^ /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::Last' has been parsed /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::NumStrings' has been = parsed --- Bitcode/Writer/BitcodeWriterPass.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_BitcodeWriterPass.o -MTBitcode/Writer/BitcodeWriterPass.o= -fstack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -W= no-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wn= o-error=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error= =3Dinline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing= -Wno-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error= =3Dunused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow = -std=3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/= contrib/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp -o Bitcode/Writer/Bit= codeWriterPass.o --- Bitcode/Writer/ValueEnumerator.o --- /usr/local/bin/x86_64-portbld-freebsd10.1-g++ -isystem /builds/FreeBSD_HEAD= _amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include/c++/v1 -std=3D= c++11 -nostdinc++ -L/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD= _amd64_gcc/tmp/../lib/libc++ -isystem /builds/FreeBSD_HEAD_amd64_gcc/obj/bu= ilds/FreeBSD_HEAD_amd64_gcc/tmp/usr/include -L/builds/FreeBSD_HEAD_amd64_gc= c/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib -B/builds/FreeBSD_HEAD_amd6= 4_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/lib --sysroot=3D/builds/Fre= eBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp -B/usr/local/x86_= 64-freebsd/bin/ -O2 -pipe -I/builds/FreeBSD_HEAD_amd64_gcc/obj/builds/Free= BSD_HEAD_amd64_gcc/lib/clang/libllvm -I/builds/FreeBSD_HEAD_amd64_gcc/contr= ib/llvm/lib/Target/AArch64 -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/li= b/Target/ARM -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Mips = -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/PowerPC -I/builds/= FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Target/Sparc -I/builds/FreeBSD_HEAD= _amd64_gcc/contrib/llvm/lib/Target/X86 -I/builds/FreeBSD_HEAD_amd64_gcc/lib= /clang/include -I/builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include -DLLVM= _ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -= DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd12.0\" -DLLVM_HOST_TR= IPLE=3D\"x86_64-unknown-freebsd12.0\" -DDEFAULT_SYSROOT=3D\"\" -MD -MF.depe= nd.Bitcode_Writer_ValueEnumerator.o -MTBitcode/Writer/ValueEnumerator.o -fs= tack-protector-strong -Wno-error=3Daddress -Wno-error=3Darray-bounds -Wno-e= rror=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dcast-align -Wno-er= ror=3Dclobbered -Wno-error=3Denum-compare -Wno-error=3Dextra -Wno-error=3Di= nline -Wno-error=3Dlogical-not-parentheses -Wno-error=3Dstrict-aliasing -Wn= o-error=3Duninitialized -Wno-error=3Dunused-but-set-variable -Wno-error=3Du= nused-function -Wno-error=3Dunused-value -Wno-error=3Dstrict-overflow -std= =3Dc++11 -fno-exceptions -fno-rtti -c /builds/FreeBSD_HEAD_amd64_gcc/cont= rib/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp -o Bitcode/Writer/ValueEnum= erator.o --- Bitcode/Writer/BitcodeWriter.o --- *** [Bitcode/Writer/BitcodeWriter.o] Error code 1 bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm --- Bitcode/Writer/ValueEnumerator.o --- In file included from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/math.h:309:0, from /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEA= D_amd64_gcc/tmp/usr/include/c++/v1/cmath:305, from /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/include/llvm= /Support/DataTypes.h:34, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/Hashing.h:48, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/ArrayRef.h:13, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMapInfo.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/l= lvm/ADT/DenseMap.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.h:17, from /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitco= de/Writer/ValueEnumerator.cpp:14: /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits: In substitution of 'template typename std::__1::__select_2nd)()...))), std::__1::integral_constant >::type std::= __1::__is_constructible_test(_Tp&&, _Args&& ...) [with _Tp =3D llvm::ValueE= numerator::MDRange; _Args =3D {}]': /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2928:50: required from 'struct std::__1::__libcp= p_is_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2976:8: required from 'struct std::__1::__is_con= structible_void_check' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3002:30: required from 'struct std::__1::is_cons= tructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:3215:30: required from 'struct std::__1::is_defa= ult_constructible' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:406:30: required from 'struct std::__1::__depend= ent_type= , true>' /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/utility:290:72: [ skipping 3 instantiation contexts, use -ft= emplate-backtrace-limit=3D0 to disable ] /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 39:5: required from 'struct llvm::detail::AlignmentCalcImpl [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char>, fals= e>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 79:13: required from 'constexpr const unsigned int llvm::AlignOf [1], llvm::SmallDenseMap::LargeRep, char, char, char, char, char, char, char, char> = >::Alignment' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 86:52: required from 'struct llvm::AlignOf [1], l= lvm::SmallDenseMap::Large= Rep, char, char, char, char, char, char, char, char> >' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/Support/AlignOf.h:= 251:8: required from 'struct llvm::AlignedCharArrayUnion [1], llvm::SmallDe= nseMap::LargeRep, char, c= har, char, char, char, char, char, char>' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/include/llvm/ADT/DenseMap.h:759= :59: required from 'class llvm::SmallDenseMap' /builds/FreeBSD_HEAD_amd64_gcc/contrib/llvm/lib/Bitcode/Writer/ValueEnumera= tor.h:101:39: required from here /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::First' has been parse= d typename __select_2nd()...)= )), true_type>::type ^ /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::Last' has been parsed /builds/FreeBSD_HEAD_amd64_gcc/obj/builds/FreeBSD_HEAD_amd64_gcc/tmp/usr/in= clude/c++/v1/type_traits:2917:43: error: constructor required before non-st= atic data member for 'llvm::ValueEnumerator::MDRange::NumStrings' has been = parsed *** [Bitcode/Writer/ValueEnumerator.o] Error code 1 bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm 2 errors bmake[6]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang/libllvm *** [all_subdir_lib/clang/libllvm] Error code 2 bmake[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang 1 error bmake[5]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib/clang *** [all_subdir_lib/clang] Error code 2 bmake[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib 1 error bmake[4]: stopped in /builds/FreeBSD_HEAD_amd64_gcc/lib *** [lib__L] Error code 2 bmake[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[3]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [libraries] Error code 2 bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[2]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [_libraries] Error code 2 bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error bmake[1]: stopped in /builds/FreeBSD_HEAD_amd64_gcc *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_HEAD_amd64_gcc 1 error make: stopped in /builds/FreeBSD_HEAD_amd64_gcc Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE IRC notifier plugin: Sending notification to: #freebsd-commits Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Sat Dec 10 13:16:33 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 EBFBEC6FEE3; Sat, 10 Dec 2016 13:16:33 +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 CC6151803; Sat, 10 Dec 2016 13:16:33 +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 A988022A; Sat, 10 Dec 2016 13:16:33 +0000 (UTC) Date: Sat, 10 Dec 2016 13:16:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1520317719.48.1481375793782.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4348 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 13:16:34 -0000 FreeBSD_HEAD_i386 - Build #4348 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4348/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4348/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4348/console Change summaries: 309803 by bapt: Fix pkg groupshow PR: 204676 Submitted by: longwitz@incore.de MFC after: 2 days 309802 by bapt: Respect WITHOUT_FINGER in src.conf when running make delete-old PR: 213719 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days 309801 by bapt: Respect WITHOUT_BOOTPD in src.conf when running make delete-old PR: 213720 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days 309800 by bapt: Respect WITHOUT_BOOTPARAMD in src.conf when running make delete-old PR: 213721 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days 309799 by bapt: Respect WITHOUT_RBOOTD in src.conf when running make delete-old PR: 213722 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days 309798 by bapt: Also remove auditdistd files if src.conf has WITHOUT_AUDIT PR: 213723 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days 309797 by bapt: Add entries to remove timed files with make delete-old if WITHOUT_TIMED is set PR: 213724 Submitted by: philippe.michel7@sfr.fr MFC after: 2 days 309796 by bapt: Perl is not available in base fix scripts depending on it to use the version from ports PR: 215159 Reported by: Anatoly Kamchatnov MFC after: 2 days 309795 by bapt: Update pci ids database to 2016.11.21 MFC after: 2 days The end of the build log: Started by an SCM change Building remotely on kyua1.nyi.freebsd.org (jailer) in workspace /jenkins/workspace/FreeBSD_HEAD_i386 Updating svn://svnmir.freebsd.org/base/head at revision '2016-12-10T13:15:08.007 +0000' U usr.sbin/pw/pw_group.c U tools/build/mk/OptionalObsoleteFiles.inc U contrib/groff/contrib/mm/mmroff.pl U contrib/groff/src/utils/afmtodit/afmtodit.pl U share/misc/pci_vendors AU sys/arm64/conf/GENERIC-NODEBUG U sys/dev/usb/usbdevs At revision 309803 No emails were triggered. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson3994599091899812800.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + true + sudo umount FreeBSD_HEAD_i386/usr/src + true + sudo umount FreeBSD_HEAD_i386/dev + true + sudo rm -fr FreeBSD_HEAD_i386 + sudo chflags -R noschg FreeBSD_HEAD_i386 + true + sudo rm -fr FreeBSD_HEAD_i386 [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson3486433329939738826.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo env: env: + /usr/bin/env BUILD_NUMBER=4348 HUDSON_SERVER_COOKIE=0657dbe3541f1b1a JOB_NAME=FreeBSD_HEAD_i386 LOGNAME=jenkins JAVA_HOME=/usr/local/openjdk8 SVN_URL=svn://svnmir.freebsd.org/base/head BUILDER_JAIL_IP=2610:1c1:1:607c::101:1 jname=FreeBSD_HEAD_i386 JENKINS_URL=https://jenkins.FreeBSD.org/ JENKINS_HOME=/usr/local/jenkins PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin JOB_BASE_NAME=FreeBSD_HEAD_i386 HUDSON_HOME=/usr/local/jenkins OLDPWD=/ BUILD_ID=4348 BUILDER_NETIF=igb0 JENKINS_SERVER_COOKIE=0657dbe3541f1b1a PWD=/jenkins/workspace/FreeBSD_HEAD_i386 BUILD_TAG=jenkins-FreeBSD_HEAD_i386-4348 NODE_LABELS=jailer kyua1.nyi.freebsd.org BUILD_DISPLAY_NAME=#4348 HOME=/jenkins USER=jenkins BUILD_URL=https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4348/ SVN_URL_1=svn://svnmir.freebsd.org/base/head SVN_REVISION=309803 SVN_REVISION_1=309803 BUILDER_JAIL_IP6=2610:1c1:1:607c::101:1 JOB_URL=https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/ SHELL=/bin/sh HUDSON_URL=https://jenkins.FreeBSD.org/ HUDSON_COOKIE=b468931c-06e9-4abf-b3df-cc8f7687f223 BUILDER_RESOLV_CONF=nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n WORKSPACE=/jenkins/workspace/FreeBSD_HEAD_i386 NODE_NAME=kyua1.nyi.freebsd.org EXECUTOR_NUMBER=0 + echo 'setup jail FreeBSD_HEAD_i386' setup jail FreeBSD_HEAD_i386 + fetch -m http://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/10.3-RELEASE/base.txz + mkdir FreeBSD_HEAD_i386 + cd FreeBSD_HEAD_i386 + sudo tar Jxf ../base.txz + cd - + sudo mount -t devfs devfs FreeBSD_HEAD_i386/dev + sudo devfs -m FreeBSD_HEAD_i386/dev rule -s 4 applyset + sudo mount -t nullfs src FreeBSD_HEAD_i386/usr/src + printf 'nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n' + sudo tee FreeBSD_HEAD_i386/etc/resolv.conf nameserver 2610:1c1:1:6002::100 nameserver 2610:1c1:1:6002::200 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 alias ifconfig: ioctl (SIOCAIFADDR): File exists Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson6716386506985131621.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 jail: "FreeBSD_HEAD_i386" not found + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address + true + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Sat Dec 10 15:15:54 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 E5A0AC6FE02; Sat, 10 Dec 2016 15:15:54 +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 CE3F115D9; Sat, 10 Dec 2016 15:15:54 +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 2964D231; Sat, 10 Dec 2016 15:15:55 +0000 (UTC) Date: Sat, 10 Dec 2016 15:15:54 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avos@FreeBSD.org, bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1327389238.58.1481382955174.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1520317719.48.1481375793782.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1520317719.48.1481375793782.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4349 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 15:15:55 -0000 FreeBSD_HEAD_i386 - Build #4349 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4349/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4349/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4349/console Change summaries: 309807 by bapt: Regen after 309805 309806 by avos: rsu: add TSF field into Rx radiotap. Tested with Asus USB-N10. 309805 by bapt: Make WITHOUT_CAPSICUM implying WITHOUT_CASPER PR: 214562 Reported by: dewayne@heuristicsystems.com.au MFC after: 2 days The end of the build log: Started by an SCM change Building remotely on kyua1.nyi.freebsd.org (jailer) in workspace /jenkins/workspace/FreeBSD_HEAD_i386 Updating svn://svnmir.freebsd.org/base/head at revision '2016-12-10T15:14:59.256 +0000' U share/man/man5/src.conf.5 U share/mk/src.opts.mk U sys/dev/usb/wlan/if_rsu.c U sys/dev/usb/wlan/if_rsureg.h At revision 309815 No emails were triggered. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson6009483784029193297.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + true + sudo umount FreeBSD_HEAD_i386/usr/src + true + sudo umount FreeBSD_HEAD_i386/dev + true + sudo rm -fr FreeBSD_HEAD_i386 + sudo chflags -R noschg FreeBSD_HEAD_i386 + true + sudo rm -fr FreeBSD_HEAD_i386 [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson1800875927140283757.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo env: env: + /usr/bin/env BUILD_NUMBER=4349 HUDSON_SERVER_COOKIE=0657dbe3541f1b1a JOB_NAME=FreeBSD_HEAD_i386 LOGNAME=jenkins JAVA_HOME=/usr/local/openjdk8 SVN_URL=svn://svnmir.freebsd.org/base/head BUILDER_JAIL_IP=2610:1c1:1:607c::101:1 jname=FreeBSD_HEAD_i386 JENKINS_URL=https://jenkins.FreeBSD.org/ JENKINS_HOME=/usr/local/jenkins PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin JOB_BASE_NAME=FreeBSD_HEAD_i386 HUDSON_HOME=/usr/local/jenkins OLDPWD=/ BUILD_ID=4349 BUILDER_NETIF=igb0 JENKINS_SERVER_COOKIE=0657dbe3541f1b1a PWD=/jenkins/workspace/FreeBSD_HEAD_i386 BUILD_TAG=jenkins-FreeBSD_HEAD_i386-4349 NODE_LABELS=jailer kyua1.nyi.freebsd.org BUILD_DISPLAY_NAME=#4349 HOME=/jenkins USER=jenkins BUILD_URL=https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4349/ SVN_URL_1=svn://svnmir.freebsd.org/base/head SVN_REVISION=309807 SVN_REVISION_1=309807 BUILDER_JAIL_IP6=2610:1c1:1:607c::101:1 JOB_URL=https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/ SHELL=/bin/sh HUDSON_URL=https://jenkins.FreeBSD.org/ HUDSON_COOKIE=db6435d5-4748-4b2f-8562-fbad27270463 BUILDER_RESOLV_CONF=nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n WORKSPACE=/jenkins/workspace/FreeBSD_HEAD_i386 NODE_NAME=kyua1.nyi.freebsd.org EXECUTOR_NUMBER=0 + echo 'setup jail FreeBSD_HEAD_i386' setup jail FreeBSD_HEAD_i386 + fetch -m http://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/10.3-RELEASE/base.txz + mkdir FreeBSD_HEAD_i386 + cd FreeBSD_HEAD_i386 + sudo tar Jxf ../base.txz + cd - + sudo mount -t devfs devfs FreeBSD_HEAD_i386/dev + sudo devfs -m FreeBSD_HEAD_i386/dev rule -s 4 applyset + sudo mount -t nullfs src FreeBSD_HEAD_i386/usr/src + printf 'nameserver 2610:1c1:1:6002::100\nnameserver 2610:1c1:1:6002::200\n' + sudo tee FreeBSD_HEAD_i386/etc/resolv.conf nameserver 2610:1c1:1:6002::100 nameserver 2610:1c1:1:6002::200 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 alias ifconfig: ioctl (SIOCAIFADDR): File exists Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2432644609799819840.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 jail: "FreeBSD_HEAD_i386" not found + true + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address + true + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-current@freebsd.org Sat Dec 10 18:33:43 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 0D3B6C71047; Sat, 10 Dec 2016 18:33:43 +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 E5AAF1FC7; Sat, 10 Dec 2016 18:33:42 +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 6B9F3235; Sat, 10 Dec 2016 18:33:43 +0000 (UTC) Date: Sat, 10 Dec 2016 18:33:41 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: avos@FreeBSD.org, def@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2027700253.60.1481394823468.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1327389238.58.1481382955174.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1327389238.58.1481382955174.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #4350 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 18:33:43 -0000 FreeBSD_HEAD_i386 - Build #4350 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4350/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4350/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4350/console Change summaries: 309821 by avos: rsu: increase Rx buffer size from 8k to 30k. This is required for USB Rx aggregation (and fixes 'could not allocate RX mbuf' / few other failures). While here, reduce the number of Rx buffers from 100 to 1 - the driver never uses more than one Rx buffer. Tested with Asus USB-N10. 309818 by def: Add support for encrypted kernel crash dumps. Changes include modifications in kernel crash dump routines, dumpon(8) and savecore(8). A new tool called decryptcore(8) was added. A new DIOCSKERNELDUMP I/O control was added to send a kernel crash dump configuration in the diocskerneldump_arg structure to the kernel. The old DIOCSKERNELDUMP I/O control was renamed to DIOCSKERNELDUMP_FREEBSD11 for backward ABI compatibility. dumpon(8) generates an one-time random symmetric key and encrypts it using an RSA public key in capability mode. Currently only AES-256-CBC is supported but EKCD was designed to implement support for other algorithms in the future. The public key is chosen using the -k flag. The dumpon rc(8) script can do this automatically during startup using the dumppubkey rc.conf(5) variable. Once the keys are calculated dumpon sends them to the kernel via DIOCSKERNELDUMP I/O control. When the kernel receives the DIOCSKERNELDUMP I/O control it generates a random IV and sets up the key schedule for the specified algorithm. Each time the kernel tries to write a crash dump to the dump device, the IV is replaced by a SHA-256 hash of the previous value. This is intended to make a possible differential cryptanalysis harder since it is possible to write multiple crash dumps without reboot by repeating the following commands: # sysctl debug.kdb.enter=1 db> call doadump(0) db> continue # savecore A kernel dump key consists of an algorithm identifier, an IV and an encrypted symmetric key. The kernel dump key size is included in a kernel dump header. The size is an unsigned 32-bit integer and it is aligned to a block size. The header structure has 512 bytes to match the block size so it was required to make a panic string 4 bytes shorter to add a new field to the header structure. If the kernel dump key size in the header is nonzero it is assumed that the kernel dump key is placed after the first header on the dump device and the core dump is encrypted. Separate functions were implemented to write the kernel dump header and the kernel dump key as they need to be unencrypted. The dump_write function encrypts data if the kernel was compiled with the EKCD option. Encrypted kernel textdumps are not supported due to the way they are constructed which makes it impossible to use the CBC mode for encryption. It should be also noted that textdumps don't contain sensitive data by design as a user decides what information should be dumped. savecore(8) writes the kernel dump key to a key.# file if its size in the header is nonzero. # is the number of the current core dump. decryptcore(8) decrypts the core dump using a private RSA key and the kernel dump key. This is performed by a child process in capability mode. If the decryption was not successful the parent process removes a partially decrypted core dump. Description on how to encrypt crash dumps was added to the decryptcore(8), dumpon(8), rc.conf(5) and savecore(8) manual pages. EKCD was tested on amd64 using bhyve and i386, mipsel and sparc64 using QEMU. The feature still has to be tested on arm and arm64 as it wasn't possible to run FreeBSD due to the problems with QEMU emulation and lack of hardware. Designed by: def, pjd Reviewed by: cem, oshogbo, pjd Partial review: delphij, emaste, jhb, kib Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D4712 From owner-freebsd-current@freebsd.org Sat Dec 10 23:08:01 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 22CF2C715FC; Sat, 10 Dec 2016 23:08:01 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from butcher-nb.yandex.net (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by mx1.freebsd.org (Postfix) with ESMTP id EF7121AC8; Sat, 10 Dec 2016 23:07:59 +0000 (UTC) (envelope-from ae@FreeBSD.org) To: freebsd-current@FreeBSD.org, freebsd-net@FreeBSD.org From: "Andrey V. Elsukov" Subject: [RFC/RFT] projects/ipsec Message-ID: <2bd32791-944f-2417-41e9-e0fe1c705502@FreeBSD.org> Date: Sun, 11 Dec 2016 02:07:30 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xPIWdG2PqMS3owTuVatnqNcKkmtHJUivX" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 10 Dec 2016 23:08:01 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xPIWdG2PqMS3owTuVatnqNcKkmtHJUivX Content-Type: multipart/mixed; boundary="fjA6JBVMN49EwIArQdlwEixmfTFo2QW6S"; protected-headers="v1" From: "Andrey V. Elsukov" To: freebsd-current@FreeBSD.org, freebsd-net@FreeBSD.org Message-ID: <2bd32791-944f-2417-41e9-e0fe1c705502@FreeBSD.org> Subject: [RFC/RFT] projects/ipsec --fjA6JBVMN49EwIArQdlwEixmfTFo2QW6S Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi All, I am pleased to announce that projects/ipsec, that I started several months ago is ready for testing and review. The main goals were: * rework locking to make IPsec code more friendly for concurrent processing; * make lookup in SADB/SPDB faster; * revise PFKEY implementation, remove stale code, make it closer to RFC; * implement IPsec VTI (virtual tunneling interface); * make IPsec code loadable as kernel module. Currently all, except the last one is mostly done. So, I decided ask for a help to test the what already done, while I will work on the last task.= How to try? There are no patches, you need to checkout the full projects/ipsec source tree, and build the kernel and the base system. There are very few changes in the base system, mostly the kernel changes. Thus for testing that old configuration is still work, it is enough to build only the kernel. The approximate list of changes that may be visible to users: * SA bundles now can have only 4 items in the chain. I think it is enough, I can't imagine configurations when needed more. Also now SA bundles supported for IPv6 too. * due to changes in SPDB/SADB, systems where large number of SPs and SAs are in use should get significant performance benefits. * the memory consumption should slightly increase. There are several hash tables and SP cache appeared. * INPCB SP cache should noticeable increase network performance of application when security policies are presence. https://lists.freebsd.org/pipermail/freebsd-net/2015-April/042121.html * use transport mode IPsec for forwarded IPv4 packets now unsupported. This matches the IPv6 behavior, and since we can handle the replies, I think it is useless. * Added net.inet.ipsec.check_policy_history sysctl variable. When it is set, each inbound packet that was handled by IPsec will be checked according to matching security policy. If not all IPsec transforms were applied, the check will fail, and packet will be dropped. * Many PF_KEY messages handlers was updated, probably some IKEd now may fail due to stricter checks. * SPI now unique for each SA. This also can break something. * Added if_ipsec interface. For more info look at https://svnweb.freebsd.org/base?view=3Drevision&revision=3D309115 https://reviews.freebsd.org/P112 * TCP_SIGNATURE code was reworked and now it behaves closer to RFC https://svnweb.freebsd.org/base?view=3Drevision&revision=3D309610 * NAT-T support was reworked. https://svnweb.freebsd.org/base?view=3Drevision&revision=3D309808 Also I made the patch to racoon that adds better support of NAT-T, you can use this port to build patched racoon: https://people.freebsd.org/~ae/ipsec-tools.tgz What results is interesting to me? If you have some nontrivial configuration, please test. If you have some configuration, that did't work, please test this branch.= If you have performance problems, please test. But don't forget that this is head/ branch, you need to disable all debugging first. If you just want to test, pay attention to the output of `vmstat -m | egrep "sec|sah|pol|crypt"`. If you have used TCP_SIGNATURE, IPSEC_NAT_T options, please test, this support was significantly changed. PS. I just updated the branch to last head/, and it was not tested, sorry= :) --=20 WBR, Andrey V. Elsukov --fjA6JBVMN49EwIArQdlwEixmfTFo2QW6S-- --xPIWdG2PqMS3owTuVatnqNcKkmtHJUivX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEsBAEBCAAWBQJYTIqyDxxhZUBmcmVlYnNkLm9yZwAKCRABxeoEEMihepkPB/94 m2uBSfnT/Yypv+PDnkquTTABifE9MUMXBpquYuHZJtaF3IquIFx51Sr5aqH09y+w ofMosuIDUFJ6907rQJF9Hn3cXniLknCO8cmnFHdv4AuyRaZfZhPr+UocwlfU4oaI 3m22jMba3rT44xx5y0a8KxW7GcUGwr3uhOfBeg1ylYEpyWib5wP5mV0DV2Gw6KmS NfGdE/bvYxFBkoDfgaJRHz9jM6V06kK9SdOIUISYR8LXXuyPjnQ6iietdmN83x1L 6DyyOTz4Yl+433l0MbUcE9KSIfnYHpIpIYufeV1XcphTuB+qyhSP1M6ZfPS2BTuz GoAQRxmB5GhRCSwRWQCO =1NJs -----END PGP SIGNATURE----- --xPIWdG2PqMS3owTuVatnqNcKkmtHJUivX--