From owner-freebsd-toolchain@freebsd.org Tue Sep 11 04:35:17 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9441310A891A for ; Tue, 11 Sep 2018 04:35:17 +0000 (UTC) (envelope-from leeb@ratnaling.org) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F8BE84870 for ; Tue, 11 Sep 2018 04:35:17 +0000 (UTC) (envelope-from leeb@ratnaling.org) Received: by mail-it0-x229.google.com with SMTP id p129-v6so31695996ite.3 for ; Mon, 10 Sep 2018 21:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ratnaling-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=PpoQ0oebWvmyNSuSj2CviVsa5TYQGlKINSljL0dBRHA=; b=FGL66BUqxM+T3OzyfaItjySxsW8SWAUI4GqMOXY9uhYoxL8ssoaUq0aSbjevZzj+Yh EYQfrq4+ybBHh1vzHqhXMJ+gYkHS3RtZHG4aOqC1IGgwr4Caz8g2UM5/XDyiZBffeExL 5TbpwFAUZejh9UYxfYVoqYuqLpb3yEzo2uA5DXljM6jHw/WFcHkScezuuIV0CgIRYxKt ro/WUNXQgz83LxeGLJOy8VXLV+s57MLEDoX3sklUCW6VehbsJcxNWBLBll/EY6uJu2ou P+Q7O3VxaRZzJsNOCv8wuONaACle4p9XwImL4HcquIbhps+qE3LiZaLrziPleOuOTyu6 S2pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PpoQ0oebWvmyNSuSj2CviVsa5TYQGlKINSljL0dBRHA=; b=ox4lWE3VAD+tceieDsldYVu0WtHRDzF+1hwoLLfK0I+g20DnsVQoDGpbfAf9ieKLtB 9UuaFfPxpEMyOS9jLh+h1a6nvTrHDcZPGluTuE7aFKzUpkNK1h8/aw9jLd/c+duN0E06 VAD71y+Q7OzvQa2U3pV2p15nQhidgs8HpCJKG6Y/SI7sIsoXiPbukmI9B5JL86qiTnn3 /RMbIsNeX7P/08Kj1Y015NTADVonDugArzWF4R71aDQ0WTFPKba58al5ACRFIQGzmG4n Vs05v8mHFMVnUh0x/axZxqK1dP7mibfR2UbvCGBgZ9jtHonTNmIgypLloW/YgxFH34mA JMLA== X-Gm-Message-State: APzg51CWp9HRwX+e5wIpwy1Vy+BPlNqX4Qho2TvnVW7V958Zs4M7XuLQ AGMjF8HQcA1ZaDdn2jvZ4vvFXNG9CkhoKuUPIWdOdN6oHhqZjw== X-Google-Smtp-Source: ANB0VdaFf9HLYP1Ugxt6vureNwKZiC7qEZYv/Il8bsWgdsUI2p1dmUETlhtp5JdCt++f/LW0ypEV6sewGL8TxtyfFQ0= X-Received: by 2002:a24:67cf:: with SMTP id u198-v6mr20417656itc.149.1536640515994; Mon, 10 Sep 2018 21:35:15 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4f:d104:0:0:0:0:0 with HTTP; Mon, 10 Sep 2018 21:35:15 -0700 (PDT) From: Lee Brown Date: Mon, 10 Sep 2018 21:35:15 -0700 Message-ID: Subject: is make release broken? To: FreeBSD Toolchain Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 04:35:17 -0000 apologies if this is the wrong mailing list. Before I file a bug report, am I doing this wrong? I'm trying to build an 11.2 releng on a 11.1 release box and am having trouble with the 'make release' step. I've reduced the build script to this, which is almost the same as described in release(7) except the working directory. #!/bin/sh base=/work/11.2-releng export MAKEOBJDIRPREFIX=${base}/obj chflags -R noschg ${MAKEOBJDIRPREFIX} rm -rf ${MAKEOBJDIRPREFIX} cd ${base}/src make -j16 buildworld buildkernel cd release make release make install DESTDIR=/work/freebsd-generic svnlite info /work/11.2-releng/src reports revision 338570 uname is 11.1-RELEASE #0 r321309 /etc/src.conf and /etc/make.conf do not exist /usr/src and /usr/obj do not exist When it tries to execute makefs in line 58 of release/amd64/mkisoimages.sh it's using an option -o platformid=efi which is unrecognised, the setup is on line 41. Thanks for looking and any /hints/smack up the side of the head/ are welcome. I thought the general rule was you could build version X.* from version (X-1).* newfs_msdos: trim 25 sectors to adjust to a multiple of 63 /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 makefs: Unknown option `platformid' usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] [-xZ] [-N userdb-dir] [-T ] image-file directory | manifest [extra-directory ...] sh /work/11.2-releng/src/release/amd64/make-memstick.sh disc1 memstick.img Calculated size of `memstick.img.part': 686432256 bytes, 11997 inodes Extent size set to 8192 memstick.img.part: 654.6MB (1340688 sectors) block size 8192, fragment size 1024 using 13 cylinder groups of 54.52MB, 6979 blks, 1024 inodes. super-block backups (for fsck -b #) at: 144, 111808, 223472, 335136, 446800, 558464, 670128, 781792, 893456, 1005120, 1116784, 1228448, 1340112, Populating `memstick.img.part' Image `memstick.img.part' complete mkimg: invalid option -- a mkimg: error: unknown option usage: mkimg options: --formats - list image formats --schemes - list partition schemes --version - show version information -b - file containing boot code -c - capacity (in bytes) of the disk -f -o - file to write image into -p -s -v - increase verbosity -y - [developers] enable unit test -H - number of heads to simulate -P - physical sector size -S - logical sector size -T - number of tracks to simulate formats: qcow - QEMU Copy-On-Write, version 1 qcow2 - QEMU Copy-On-Write, version 2 raw - Raw Disk vhd - Virtual Hard Disk vhdf - Fixed Virtual Hard Disk vmdk - Virtual Machine Disk schemes: apm - Apple Partition Map bsd - BSD disk label ebr - Extended Boot Record gpt - GUID Partition Table mbr - Master Boot Record pc98 - PC-9800 disk partitions vtoc8 - SMI VTOC8 disk labels partition specification: [/]:: - empty partition of given size [/]:= - partition content and size are determined by the named file [/]:- - partition content and size are taken from the output of the command to run - - unused partition entry where: - scheme neutral partition type - optional scheme-dependent partition label *** Error code 64 Stop. make[1]: stopped in /work/11.2-releng/src/release *** Error code 1 Stop. make: stopped in /work/11.2-releng/src/release mkdir -p /work/freebsd-generic cp -a ftp /work/freebsd-generic/ cp -p disc1.iso /work/freebsd-generic/FreeBSD-11.2-RELEASE-p2-amd64-disc1.iso cp: disc1.iso: No such file or directory *** Error code 1 Stop. make: stopped in /work/11.2-releng/src/release root@Green:~ # From owner-freebsd-toolchain@freebsd.org Tue Sep 11 07:11:35 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAAD31081AED for ; Tue, 11 Sep 2018 07:11:35 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:191:217b::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78025895F3 for ; Tue, 11 Sep 2018 07:11:34 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Tue, 11 Sep 2018 09:11:26 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1536649886; bh=KvXMtasSrp2wDCoRAOE/2aomIAJVLJymyLnIyqo6LmE=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:from:to: subject:date:content-type:mime-version:message-id; b=FDitCz4h8C87+3IsQNX7FpiKK+dA03z9ZImpyqFFXukS5tIwssjcPyp0dh9scI4Od FvMT1dxs3KUx1I/VEcpy/u4CEM/GWLSxPbPOGoVcbAKpfpxWNsXFiZjD/iXiMUuny/ c4fjy9uz9S29H3lMqNEEvWb5Q/iOvAKwe0Xt1YV3jMet/IujnYVyqnA5U6pFVSlJSP qnyh9E6sPZI5QsASr68PcoJ5sEsoQ3QNJdaVH1IXb9D3HArmtCQ6VMai2+2pfepjIX BxgHsEj7JOyZSsMC7Iw3Or1i36t4aEXr47aYKnT1MhtytR0IuZSp10A7ErizbRAKtS iUYLNODzt5qmQ== From: "Herbert J. Skuhra" To: freebsd-toolchain@freebsd.org Subject: Re: is make release broken? Message-ID: <20180911071126.f5g6542lngym7jpj@mail.bsd4all.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 07:11:36 -0000 On Mon, Sep 10, 2018 at 09:35:15PM -0700, Lee Brown wrote: > apologies if this is the wrong mailing list. Before I file a bug report, am > I doing this wrong? > > I'm trying to build an 11.2 releng on a 11.1 release box and am having > trouble with the 'make release' step. I've reduced the build script to > this, which is almost the same as described in release(7) except the > working directory. Expected EoL of releng/11.1 is September 30, 2018. > When it tries to execute makefs in line 58 of release/amd64/mkisoimages.sh > it's using an option -o platformid=efi which is unrecognised, the setup is > on line 41. > > Thanks for looking and any /hints/smack up the side of the head/ are > welcome. I thought the general rule was you could build version X.* from > version (X-1).* > > newfs_msdos: trim 25 sectors to adjust to a multiple of 63 > /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) > BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 > Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 > makefs: Unknown option `platformid' > usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] > [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] > [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] > [-xZ] [-N userdb-dir] [-T ] > image-file directory | manifest [extra-directory ...] > sh /work/11.2-releng/src/release/amd64/make-memstick.sh disc1 memstick.img > Calculated size of `memstick.img.part': 686432256 bytes, 11997 inodes > Extent size set to 8192 > memstick.img.part: 654.6MB (1340688 sectors) block size 8192, fragment size > 1024 > using 13 cylinder groups of 54.52MB, 6979 blks, 1024 inodes. > super-block backups (for fsck -b #) at: > 144, 111808, 223472, 335136, 446800, 558464, 670128, 781792, > 893456, 1005120, 1116784, 1228448, 1340112, > Populating `memstick.img.part' > Image `memstick.img.part' complete > mkimg: invalid option -- a > mkimg: error: unknown option Known issue: https://svnweb.freebsd.org/base?view=revision&revision=333005 -- Herbert From owner-freebsd-toolchain@freebsd.org Tue Sep 11 18:17:02 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C8941098AB4 for ; Tue, 11 Sep 2018 18:17:02 +0000 (UTC) (envelope-from sid@bsdmail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.com", Issuer "GeoTrust RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F05268246B for ; Tue, 11 Sep 2018 18:17:01 +0000 (UTC) (envelope-from sid@bsdmail.com) Received: from [108.70.50.7] ([108.70.50.7]) by web-mail.mail.com (3c-app-mailcom-lxa10.server.lan [10.76.45.11]) (via HTTP); Tue, 11 Sep 2018 20:11:42 +0200 MIME-Version: 1.0 Message-ID: From: Sid To: freebsd-toolchain@freebsd.org Subject: elfcopy in src.conf Content-Type: text/plain; charset=UTF-8 Date: Tue, 11 Sep 2018 20:11:42 +0200 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:Uyg2kCFN9yndsP462bKMS8qexq3o5q92I4RcYjGQlEgZkyKUvp4gbkC2W0+5oyOPq3OcP fZVb4mkZaE8BQqZiz5AVG89Ei0PlMKtpTfbwwe2gv/gZ66D/noW2ZFt7Bu4u7kpAlffR9sgWPvb9 OMVc+bvDmdIdcxUshebA2vt5C8T2FF0z2YkgZz+SpDVeLMmQn3iW0DpPUKkQtFkg2NNSd0EfVhiE +q4EbQnQZ6YxA7Yq1V1VuEVJsVedsK3SCm7JjLXWEQQNC1x+riyHDjxDTQYCNBkdKasuYfhkgFg6 As= X-UI-Out-Filterresults: notjunk:1;V01:K0:NsZ6FYSzfMw=:NAaJG4u5GajAEWOHCDASmn r0GXqb61YVLJ7QPUbBuAORuXxUvuBbtnYMWg9sG7c9paDGTmkbpVrIYa6GDJuimse1ZYa53OE fhZ+Tx0bnGhsJBrza+dDWHquV1c4cB8kMgrtrCgOzsbEbKJ3UF/pB/oya2mDzQIfNHgTn6ZPl bFmrDN/DbH4uKMjEgAaGgAP8IM1CsiDBomxDBrrw8cpZME0lbpaLTQCymjFYpSnXBxtduX+0h VL5vJ+Q09UV+TfY0MpRRyMkGvJyAjW8AuRnUcVXhLcFJycvjwb6yKYT89t/ZeX/Vx77AIMWrc GMdQjaT9r5XsDDQgcuYvLFVNlz7Aiw5wgEf429eCSC+pW52VtRGJSJopXmu6VAOPhKKbjET0k gKLMJFqw5FPGgrr4tqpjdkbJ3pIXNPJa1aUl5yP38YjaOKo8hCM5Oc/MBNUuBGIB5m+Nkjonh wLtjEp+S3WabwFWDTR/Gk75sOl1tR48og7O5+tX834+LfZpGnoXAdjTKH2Ai9ilXHaPVV9hPT JNunX58/u1JEJ3VXmorIRdaEElaIUlXJW1JVj2WucnN X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 18:17:02 -0000 Hi, In src.conf, from 11.2 to 12-current, the elfcopy option was removed, but objcopy still in the documentation for binutils. I suspect this is about the toolchain too, and not only in the manpage for src.conf. Should objcopy be removed from binutils and from the manpage too? From owner-freebsd-toolchain@freebsd.org Tue Sep 11 18:54:34 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 580E81099C22 for ; Tue, 11 Sep 2018 18:54:34 +0000 (UTC) (envelope-from leeb@ratnaling.org) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2CCA842C4 for ; Tue, 11 Sep 2018 18:54:33 +0000 (UTC) (envelope-from leeb@ratnaling.org) Received: by mail-it0-x230.google.com with SMTP id j81-v6so2984531ite.0 for ; Tue, 11 Sep 2018 11:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ratnaling-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=73FwbxxReMJau76bBMuvlrjfV6PzQOp9EdKSFdCSFcg=; b=pRY9GDjLNLK13CczApdbfLMst9T6z9JWSXeq3ecZyy2wBC1LAol/Efz5+qrgCXqrxq /9McCcoZKGNJMdNP5rYerpEtrPlj4ny5Nygi0gIHv8YyaUj7Nb5PRWj1mxlulRg3OQsY Z2DGEoXu1ZRLBmvl4j0DMqoV0/bxJAeApPuQWmTYunlpJJGEaSF5JLZJgNRos9Jowfym h5Vkywc//CYhO5uB0txFTJx4YuWH+LLGmBFz0VdTIlRnm2cphZptJo3+Q86qVz0O+y66 5Pl/CvwuXvEOd3dwiYLkpVXF+YbXum6tdq9kgZ6VGcC5aRSHGspR9HG2N/aRedoXjwIf LAzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=73FwbxxReMJau76bBMuvlrjfV6PzQOp9EdKSFdCSFcg=; b=mwQGasx355WPNI1Nxf/7TJGLVzBNDmxEz49xWxlAXliPLpVGV9oicOLjuUxSbRtEva BJxsr+hW6Pgo7Fab7fAGCn9dRVKkj9Xryba2btj06b9BS2PghEe61P3DQ1rNc5mFXoq+ 7AklBXLCYc+n4lifJIvFRd02JpOCehsAAG5eJ3ypz2auypLuB2Htk3bTvcnpMxC4dcUJ Q+weu9Iy1OqLkT75JbJCwgN49TFJDJtcAW2rQ2zvZsxikpIUjySyMefdcoHU3ANjJP3f YEG4heBtQQ/TZ/A1EL18+oN0OUtTDSEYXhWSymCHrTB7oC2rOpcT1CtNnj3l5X79UNe5 5WvA== X-Gm-Message-State: APzg51AyMj+SBddYLcZWxvcRpvp1xxrhZl9E4XSN3ON9yLkeT6hxI/nv tHKcu1MdSDnqDkTk5Z8oS4yduAb97l+iAo8v8zllL7e32Cg= X-Google-Smtp-Source: ANB0VdbKR47dx1NJ7cIvRxPpXvVcimmejEALrJOsF7bGqOhlSrnIBrKkn5ZX4yagj5AY9Z2afDimWIImlhtHKsltbN4= X-Received: by 2002:a02:5c8f:: with SMTP id w15-v6mr23270352jad.109.1536692072907; Tue, 11 Sep 2018 11:54:32 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a4f:d104:0:0:0:0:0 with HTTP; Tue, 11 Sep 2018 11:54:31 -0700 (PDT) In-Reply-To: <20180911071126.f5g6542lngym7jpj@mail.bsd4all.net> References: <20180911071126.f5g6542lngym7jpj@mail.bsd4all.net> From: Lee Brown Date: Tue, 11 Sep 2018 11:54:31 -0700 Message-ID: Subject: Re: is make release broken? To: "Herbert J. Skuhra" Cc: FreeBSD Toolchain Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 18:54:34 -0000 On Tue, Sep 11, 2018 at 12:11 AM, Herbert J. Skuhra wrote: > On Mon, Sep 10, 2018 at 09:35:15PM -0700, Lee Brown wrote: > > Expected EoL of releng/11.1 is September 30, 2018. > Known issue: > > https://svnweb.freebsd.org/base?view=revision&revision=333005 > > First, thank you for the response, it was good to know I was not going insane as this used to work. I would argue that issue totally misses the point, at least for me. There have been multiple changes to mkisoimages.sh and make-memstick.sh that rely on later versions of makefs and mkimg on the host than I have. In any event, I was able to revert mkisoimages.sh and make-memstick.sh to earlier versions compatible with the tools on the build machine. Regards -- lee From owner-freebsd-toolchain@freebsd.org Tue Sep 11 20:21:56 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77D99109CC81 for ; Tue, 11 Sep 2018 20:21:56 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF48894D7 for ; Tue, 11 Sep 2018 20:21:56 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x22a.google.com with SMTP id v14-v6so4683327iob.4 for ; Tue, 11 Sep 2018 13:21:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=GZ4GhN44Pz792NxXhgjTTq4MBUMuskcfb1pD8DVpOZU=; b=GJilRWir9X5V/tZtnhSOnTkyZQc8upjTeSLsqeIYLR7gJ9UK3Gv7mEQ4Ywf1eTRbkA Y8IUnfRHDKU0lzAtuWGYScSaxxaYvyG+DKsWvG6Q9snJnQYeIZXriyA58w2N8VSCXSou GQuncSN8U9A2kEZm1wRXZgu31Fqm/jXld3KaAfoPlTsCEGhBIyKtxQlyTDlPcQ5q3zGz XivxO7TKISqKfrH798eg9kMRRp1rCAWwyZ0+N9k2vZlYTFoFA3IO50wMTxcrbHFZ1FJ2 W/MMbQSSQTk2F4lP4lSKwk3NjjRO4cGDm6rcBi4J6FpLqX34EsxgcQh3fzDfyd+ugTpy x2QQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=GZ4GhN44Pz792NxXhgjTTq4MBUMuskcfb1pD8DVpOZU=; b=QNTr0ni7A7V2+VBw/CPgYnXpALr6htuHlqV5HaLoQ6F8oHIvQ/viJW6uK7JNmlHMWc CyK1+dc9oiDYnsdTL1O2KID+GIyenHokkS9V1manTolG5yYJT8Lsm+uis7SgTyUh1eoX puJjmFWW40p9AIiCdGKjeD77b7J47L2zkAJ319WZXHMAYgKVtNWQ0eMRr91uQ0SD0xYK wfuSs2GDiviaa10fHjMI75Url6Sr3ewbUhG6YgwWgmpTXEXXUs0T5RFy9/hqYrgBWSsh F6HQuoGO2mauiGxmnnLC/doQFytkETarJWGfBgHVeU8bd9/V/CuQszcC3Dqp7GwMqVvY pCxQ== X-Gm-Message-State: APzg51Ds0jg3NOxrLK4ElFQQNFC/z8OXq+B1KdTgLdukC0O5SSVQHAXG EXLdmfWmyV1aK6+BI5WAeI2mTGVYEF6GM2xaHao= X-Google-Smtp-Source: ANB0VdZtvUen+pO2k+G0J81JHnNfzvK2Q0Bq3fqFgLlCQHaYjbbzbvTWCcc4KzGSOiNxK7/myrvWewlhpoJ7Ys7jDPc= X-Received: by 2002:a6b:e716:: with SMTP id b22-v6mr23716124ioh.239.1536697315405; Tue, 11 Sep 2018 13:21:55 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:404:0:0:0:0:0 with HTTP; Tue, 11 Sep 2018 13:21:34 -0700 (PDT) In-Reply-To: References: From: Ed Maste Date: Tue, 11 Sep 2018 16:21:34 -0400 X-Google-Sender-Auth: _ymoiNS17yBq6EhzAp8eGRHk674 Message-ID: Subject: Re: elfcopy in src.conf To: Sid Cc: "freebsd-toolchain@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 20:21:56 -0000 On 11 September 2018 at 14:11, Sid wrote: > Hi, > In src.conf, from 11.2 to 12-current, the elfcopy option was removed, but objcopy still in the documentation for binutils. I suspect this is about the toolchain too, and not only in the manpage for src.conf. > > Should objcopy be removed from binutils and from the manpage too? I don't fully follow your question, but will provide some background that I hope answers it - please let me know if it's still not clear. In stable/11 we have a WITH_ELFCOPY_AS_OBJCOPY option which installs ELF Tool Chain's elfcopy as objcopy; if not set the GNU binutils objcopy is installed (and elfcopy is still available under that name). In HEAD we always install ELF Tool Chain's elfcopy as objcopy, and the objcopy man page is actually elfcopy's. From owner-freebsd-toolchain@freebsd.org Fri Sep 14 04:05:24 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABCE510A33AF for ; Fri, 14 Sep 2018 04:05:24 +0000 (UTC) (envelope-from bugzilla-noreply@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 48A88730CB for ; Fri, 14 Sep 2018 04:05:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0CA9C10A33AB; Fri, 14 Sep 2018 04:05:24 +0000 (UTC) Delivered-To: toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF59810A33AA for ; Fri, 14 Sep 2018 04:05:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90A3B730C8 for ; Fri, 14 Sep 2018 04:05:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DB09B26175 for ; Fri, 14 Sep 2018 04:05:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8E45MLO033057 for ; Fri, 14 Sep 2018 04:05:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8E45M0t033056 for toolchain@FreeBSD.org; Fri, 14 Sep 2018 04:05:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 231355] Compiler assert error when compiling lang/qt5-qml Date: Fri, 14 Sep 2018 04:05:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 04:05:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231355 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |toolchain@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Fri Sep 14 17:43:03 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1163108F305 for ; Fri, 14 Sep 2018 17:43:02 +0000 (UTC) (envelope-from bugzilla-noreply@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 8DC758B754 for ; Fri, 14 Sep 2018 17:43:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 52728108F303; Fri, 14 Sep 2018 17:43:02 +0000 (UTC) Delivered-To: toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4118E108F300 for ; Fri, 14 Sep 2018 17:43:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D19AE8B751 for ; Fri, 14 Sep 2018 17:43:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3B57B576D for ; Fri, 14 Sep 2018 17:43:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8EHh1bT054874 for ; Fri, 14 Sep 2018 17:43:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8EHh1m1054873 for toolchain@FreeBSD.org; Fri, 14 Sep 2018 17:43:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 231355] Compiler assert error when compiling lang/qt5-qml Date: Fri, 14 Sep 2018 17:43:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dim@FreeBSD.org X-Bugzilla-Flags: mfc-stable11? X-Bugzilla-Changed-Fields: assigned_to flagtypes.name bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 17:43:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231355 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|toolchain@FreeBSD.org |dim@FreeBSD.org Flags| |mfc-stable11? Status|New |In Progress CC| |dim@FreeBSD.org --- Comment #1 from Dimitry Andric --- I could not reproduce this by rebuilding the qt5-qml port, but with your tarball it did reproduce. This turns out to be solved by https://reviews.llvm.org/rL335365, which I w= ill import into head once it is approved by the Release Engineering team, and m= erge to stable/11 after a few days. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Fri Sep 14 19:42:54 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 989251092287 for ; Fri, 14 Sep 2018 19:42:54 +0000 (UTC) (envelope-from bugzilla-noreply@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 332A58F467 for ; Fri, 14 Sep 2018 19:42:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EC2411092286; Fri, 14 Sep 2018 19:42:53 +0000 (UTC) Delivered-To: toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DACD11092285 for ; Fri, 14 Sep 2018 19:42:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70F318F465 for ; Fri, 14 Sep 2018 19:42:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BE6776804 for ; Fri, 14 Sep 2018 19:42:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8EJgqhP091946 for ; Fri, 14 Sep 2018 19:42:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8EJgqad091945 for toolchain@FreeBSD.org; Fri, 14 Sep 2018 19:42:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 231355] Compiler assert error when compiling lang/qt5-qml Date: Fri, 14 Sep 2018 19:42:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rgrimes@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dim@FreeBSD.org X-Bugzilla-Flags: mfc-stable11? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 19:42:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231355 Rodney W. Grimes changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toolchain@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Sep 15 21:16:38 2018 Return-Path: Delivered-To: freebsd-toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EEEB108A48D for ; Sat, 15 Sep 2018 21:16:38 +0000 (UTC) (envelope-from bugzilla-noreply@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 0BED670788 for ; Sat, 15 Sep 2018 21:16:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C4AED108A48C; Sat, 15 Sep 2018 21:16:37 +0000 (UTC) Delivered-To: toolchain@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3697108A48B for ; Sat, 15 Sep 2018 21:16:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4213D70786 for ; Sat, 15 Sep 2018 21:16:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8E5BC1BDC2 for ; Sat, 15 Sep 2018 21:16:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8FLGaal027997 for ; Sat, 15 Sep 2018 21:16:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8FLGaf0027988 for toolchain@FreeBSD.org; Sat, 15 Sep 2018 21:16:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7 Date: Sat, 15 Sep 2018 21:16:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2018 21:16:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230412 --- Comment #2 from Antoine Brodin --- Is there some progress on this issue? --=20 You are receiving this mail because: You are the assignee for the bug.=