From owner-freebsd-ports@freebsd.org Sun Dec 16 06:24:25 2018 Return-Path: Delivered-To: freebsd-ports@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 E0851133E86D for ; Sun, 16 Dec 2018 06:24:24 +0000 (UTC) (envelope-from srs0=d1hm=oz=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id 1A014725D1 for ; Sun, 16 Dec 2018 06:24:23 +0000 (UTC) (envelope-from srs0=d1hm=oz=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 43HZ4k4vjkz2fjQr for ; Sat, 15 Dec 2018 22:24:22 -0800 (PST) From: Doug Hardie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Upgrading to 12.0 Message-Id: <5702E406-D708-4DA2-ADB9-00C6EFC9FD79@mail.sermon-archive.info> Date: Sat, 15 Dec 2018 22:24:22 -0800 To: FreeBSD Ports X-Mailer: Apple Mail (2.3445.102.3) X-Virus-Scanned: clamav-milter 0.100.1 at mail X-Virus-Status: Clean X-Rspamd-Queue-Id: 1A014725D1 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of srs0=d1hm=oz=mail.sermon-archive.info=doug@sermon-archive.info designates 71.177.216.148 as permitted sender) smtp.mailfrom=srs0=d1hm=oz=mail.sermon-archive.info=doug@sermon-archive.info X-Spamd-Result: default: False [1.08 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_SPAM_SHORT(0.37)[0.375,0]; NEURAL_HAM_MEDIUM(-0.62)[-0.624,0]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:71.177.216.148]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-0.02)[asn: 5650(-0.03), country: US(-0.08)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: sermon-archive.info]; NEURAL_SPAM_LONG(0.76)[0.758,0]; RCVD_IN_DNSWL_NONE(0.00)[148.216.177.71.list.dnswl.org : 127.0.10.0]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FORGED_SENDER(0.30)[bc979@lafn.org,srs0=d1hm=oz=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_NO_TLS_LAST(0.10)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5650, ipnet:71.177.216.0/23, country:US]; FROM_NEQ_ENVFROM(0.00)[bc979@lafn.org,srs0=d1hm=oz=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 06:24:25 -0000 I upgraded via pkg a test system from 11.0 to 12.0 a couple days ago. = After getting everything there working, I upgraded a 11.1 production = system to 12.0. Things are a bit weird with this one. The htmldoc port = never got updated on either system. It asks for libssl.so.8. That = doesn't exist anymore on 12.0. I copied it, along with libcrypto and = libarchive, over from a production system to the test system and things = worked. I ran pkg upgrade on the production system and it has the same problem. = It first appeared that for some reason htmldoc was never compiled on = 12.0. Then I investigated farther and things are quite unusual. =46rom the test system: test# ldd /usr/local/bin/htmldoc /usr/local/bin/htmldoc: libssl.so.8 =3D> /usr/lib/libssl.so.8 (0x800683000) libcrypto.so.8 =3D> /lib/libcrypto.so.8 (0x800a00000) libpng16.so.16 =3D> /usr/local/lib/libpng16.so.16 (0x8008f6000) libz.so.6 =3D> /lib/libz.so.6 (0x800933000) libjpeg.so.8 =3D> /usr/local/lib/libjpeg.so.8 (0x80094d000) libm.so.5 =3D> /lib/libm.so.5 (0x800e6f000) libc++.so.1 =3D> /usr/lib/libc++.so.1 (0x800ea1000) libcxxrt.so.1 =3D> /lib/libcxxrt.so.1 (0x800f70000) libc.so.7 =3D> /lib/libc.so.7 (0x800f91000) libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x8009e3000) test# ll /lib/libssl* ls: No match. test# ll /usr/lib/libssl* -r--r--r-- 1 root wheel 4395354 Dec 12 23:27 /usr/lib/libssl.a lrwxr-xr-x 1 root wheel 13 Dec 12 23:27 /usr/lib/libssl.so -> = libssl.so.111 -r--r--r-- 1 root wheel 604936 Dec 12 23:27 /usr/lib/libssl.so.111 -r--r--r-- 1 root wheel 470352 Dec 14 18:22 /usr/lib/libssl.so.8 -r--r--r-- 1 root wheel 4502998 Dec 12 23:27 /usr/lib/libssl_p.a test# uname -a FreeBSD test 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 =46rom the production system: master# ldd /usr/local/bin/htmldoc /usr/local/bin/htmldoc: libssl.so.8 =3D> not found (0) libcrypto.so.8 =3D> not found (0) libpng16.so.16 =3D> /usr/local/lib/libpng16.so.16 (0x800683000) libz.so.6 =3D> /lib/libz.so.6 (0x8006c0000) libjpeg.so.8 =3D> /usr/local/lib/libjpeg.so.8 (0x8006da000) libm.so.5 =3D> /lib/libm.so.5 (0x800770000) libc++.so.1 =3D> /usr/lib/libc++.so.1 (0x8007a2000) libcxxrt.so.1 =3D> /lib/libcxxrt.so.1 (0x800871000) libc.so.7 =3D> /lib/libc.so.7 (0x800892000) libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x800c85000) master# ll /usr/local/lib/libssl* -rw-r--r-- 1 root wheel 664692 Dec 8 11:46 /usr/local/lib/libssl.a lrwxr-xr-x 1 root wheel 16 Dec 8 11:46 /usr/local/lib/libssl.so@ = -> libssl.so.45.0.1 lrwxr-xr-x 1 root wheel 16 Dec 8 11:46 = /usr/local/lib/libssl.so.45@ -> libssl.so.45.0.1 -rw-r--r-- 1 root wheel 350496 Dec 8 11:46 = /usr/local/lib/libssl.so.45.0.1 master# uname -a FreeBSD master 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 The two versions of htmldoc appear to be identical and old. They never = got updated. However, the versions of libssl don't match at all. One = is version 111 and the other 45. The version 45 is older date wise, and = almost twice as big. There was only a couple days between the runs of = pkg on those systems. I can't imagine why the version numbers are so = different. I expected to find the version numbers and the dates = identical between the two systems. For the time being I'll copy the old versions of libssl, libcrypto, and = libarchive back onto the production system, but that doesn't seem like = the right way to be running the system. It seems to work though. -- Doug From owner-freebsd-ports@freebsd.org Sun Dec 16 02:32:12 2018 Return-Path: Delivered-To: freebsd-ports@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 A833A1338E21 for ; Sun, 16 Dec 2018 02:32:12 +0000 (UTC) (envelope-from jbeich@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 3C9C56BFC5 for ; Sun, 16 Dec 2018 02:32:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id EF56B1338E20; Sun, 16 Dec 2018 02:32:11 +0000 (UTC) Delivered-To: ports@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 CCDD61338E1F for ; Sun, 16 Dec 2018 02:32:11 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 734956BFC2; Sun, 16 Dec 2018 02:32:11 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 49557C24E; Sun, 16 Dec 2018 02:32:11 +0000 (UTC) From: Jan Beich To: Kevin Oberman Cc: "ports\@FreeBSD.org" , Gerald Pfeifer Subject: Re: Massive PORTREVSION bump for gcc8 References: Date: Sun, 16 Dec 2018 03:32:07 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 734956BFC2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.24 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; NEURAL_HAM_SHORT(-0.83)[-0.832,0]; NEURAL_HAM_LONG(-0.42)[-0.424,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 02:32:12 -0000 Kevin Oberman writes: > This morning the PORTREVISION on at least hundreds of ports was bumped > because gcc8 was declared as the "canonical" version. As a result, I will > have about 300 ports to rebuild which will take many hours. > Why? USE_GCC embeds RPATH during build where libgcc_s, libgfortran, libstdc++, etc. can be found. Mixing different versions (e.g., libgcc_s from lang/gcc7 with libgfortran from lang/gcc8) may destabilize runtime. Rebuild is necessary to ensure the consistent state, mainly for portmaster/portupgrade that don't rebuild every time dependency is upgraded. USE_GCC is implicitly set by USES=compiler on architectures stuck with GCC in base i.e., powerpc*/sparc64/mips*/riscv*. > This will lead to a delay of probably several days in getting updated > packages built for LATEST repos and will consume hours of CPU time for > everyone using poudriere or building from ports. According to 11.2 amd64 builder[1] /latest rarely finishes faster than in ~1.575 days as the median queue is ~8201 packages. GCC bump occured in r487333 build. During that time Boost (with bumps) and ImageMagick also updated, forcing a big number[2] of consumers rebuilt. [1] http://beefy9.nyi.freebsd.org/jail.html?mastername=112amd64-default [2] poudriere aggressively obsoletes packages if it detects dependency changed, taking down even indirect consumers in a chain reaction. $ poudriere bulk -j 112amd64 devel/magit www/emacs-w3m [...] Checking packages for incremental rebuild needs Deleting ImageMagick6-6.9.10.14_2,1.txz: new version: 6.9.10.16,1 Deleting emacs-26.1_4,3.txz: missing dependency: ImageMagick6-6.9.10.14_2,1 Deleting flim-emacs26-1.14.9_20,1.txz: missing dependency: emacs-26.1_4,3 Deleting ghub-emacs26-3.0.0.txz: missing dependency: emacs-26.1_4,3 Deleting graphql.el-emacs26-0.1.1.txz: missing dependency: emacs-26.1_4,3 Deleting magit-emacs26-2.90.1.txz: missing dependency: emacs-26.1_4,3 Deleting magit-popup-emacs26-2.12.4_1.txz: missing dependency: emacs-26.1_4,3 Deleting semi-emacs26-1.14.6_22.txz: missing dependency: emacs-26.1_4,3 Deleting treepy.el-emacs26-0.1.1.txz: missing dependency: emacs-26.1_4,3 Deleting with-editor-emacs26-2.8.0_1.txz: missing dependency: emacs-26.1_4,3 Deleting apel-emacs26-10.8_17.txz: missing dependency: emacs-26.1_4,3 Deleting dash.el-emacs26-2.14.1_1.txz: missing dependency: emacs-26.1_4,3 Deleting emacs-w3m-emacs26-1.4.632.b.20181110.txz: missing dependency: emacs-26.1_4,3 Deleting stale symlinks... done Deleting empty directories... done Cleaning the build queue Sanity checking build queue Processing PRIORITY_BOOST Balancing pool Recording filesystem state for prepkg... done Building 13 packages using 8 builders [...] From owner-freebsd-ports@freebsd.org Sun Dec 16 03:18:20 2018 Return-Path: Delivered-To: freebsd-ports@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 6013E133A890 for ; Sun, 16 Dec 2018 03:18:20 +0000 (UTC) (envelope-from kob6558@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 BAD6B6E00F for ; Sun, 16 Dec 2018 03:18:19 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7F053133A886; Sun, 16 Dec 2018 03:18:19 +0000 (UTC) Delivered-To: ports@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 5C954133A885 for ; Sun, 16 Dec 2018 03:18:19 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) (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 DF4586E007; Sun, 16 Dec 2018 03:18:18 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ot1-x329.google.com with SMTP id u16so9159976otk.8; Sat, 15 Dec 2018 19:18:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=U3laTQIHkzC4xyWVSJGCizo5sl8EEIouUaKUI5FNDxI=; b=YIVG4NiHeqpgPpbMDRqyk5QZ9QixJsSIT9qmia1pQlajWf35H2Wr0Fwz8sHK4fqj/+ YTCznJLFgVAiPseU0n+CWC5lE8OFL7tczHyzFlY7/T2opAoTzvQcZMshUaG7DZISErbZ suqXi3vFFvZAMaiHKz8TMU9KlvqX+7dOYLJWQv4QumTVkb42/6qECDvb+5NV7Y1R5iJr O989YGec0OnHIlJQ1/iX6DwVGx2I8dKJBoAYHAlAY58e4HqqSGivxHIazRpHijmlvnIK 9MfzG9UyASGmhvKBakI9sB+TsldCL1ttCyfiODqdwYw4Yi04a3IZDx6XXBkEiggcU8rb /0tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=U3laTQIHkzC4xyWVSJGCizo5sl8EEIouUaKUI5FNDxI=; b=rLntH2gEAXvOlzZRZU2UtwIB5iti5pU2+/ejYYcfaHjJBZU0WuG4dJYA3Qq9QveNow vPt0Te59B3XajRoXlQT/FCaWi6xNFOfaC+YulmuRVyY8GXgaoLqWkobPwnqlYj2uCA8+ nsmft4iSUMiPVVJ78swXN/uG4IeHbdzXvFeD/6bOMrwUgAKlbkY7kXLGHIKrGZt/Stk5 pnxkH9sie/BrR6HIzvu34KcMefeY8l/OWdfzYbNGiVAkEyjlV5yR2Tf8Gj2zprd3n4H2 93iFBgxGbC9AsMs8q4xIzf8yRpapLR/V/yeB63GsoV3vHb4SYonrFjNuaRjVTjBCP73g hEkA== X-Gm-Message-State: AA+aEWZ9t1YNeWGK46HOfnjxImFb0vYyiWLadAKZMKLOKd92u/EtvBQF 7HXA+qE/iw8V4n8Nar4OuKqZQxEeeJAHWBIbJau6vg== X-Google-Smtp-Source: AFSGD/XIuekeoLOpWn0cFfUpXa1deGdOWcZAqDvYR3mINU8/SOBQtJXrhM8RUhzQWPkU8ePbl3CWqo6BwgwO7ZM/JJA= X-Received: by 2002:a05:6830:134a:: with SMTP id r10mr5953414otq.195.1544930297711; Sat, 15 Dec 2018 19:18:17 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kevin Oberman Date: Sat, 15 Dec 2018 19:18:05 -0800 Message-ID: Subject: Re: Massive PORTREVSION bump for gcc8 To: Jan Beich Cc: "ports@FreeBSD.org" , Gerald Pfeifer X-Rspamd-Queue-Id: DF4586E007 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.90 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.90)[-0.903,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-0.997,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 03:18:20 -0000 On Sat, Dec 15, 2018, 6:32 PM Jan Beich Kevin Oberman writes: > > > This morning the PORTREVISION on at least hundreds of ports was bumped > > because gcc8 was declared as the "canonical" version. As a result, I will > > have about 300 ports to rebuild which will take many hours. > > Why? > > USE_GCC embeds RPATH during build where libgcc_s, libgfortran, > libstdc++, etc. can be found. Mixing different versions (e.g., libgcc_s > from lang/gcc7 with libgfortran from lang/gcc8) may destabilize > runtime. Rebuild is necessary to ensure the consistent state, mainly for > portmaster/portupgrade that don't rebuild every time dependency is > upgraded. > > USE_GCC is implicitly set by USES=compiler on architectures stuck with > GCC in base i.e., powerpc*/sparc64/mips*/riscv*. > > [..] Thanks, Jan. I must admit that I did not think of this, though I should have. Sorry about the noise. -- Kevin Oberman, Retired Network Engineer From owner-freebsd-ports@freebsd.org Sun Dec 16 12:54:53 2018 Return-Path: Delivered-To: freebsd-ports@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 C0BFD132748F for ; Sun, 16 Dec 2018 12:54:53 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "m5p.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E915786A96 for ; Sun, 16 Dec 2018 12:54:52 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [10.100.0.31] (haymarket.m5p.com [10.100.0.31]) (authenticated bits=0) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTPSA id wBGCsee4075452 (version=TLSv1.2 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 16 Dec 2018 07:54:49 -0500 (EST) (envelope-from george+freebsd@m5p.com) Subject: Re: thunderbird build error To: freebsd ports References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> From: George Mitchell Openpgp: preference=signencrypt Autocrypt: addr=george+freebsd@m5p.com; prefer-encrypt=mutual; keydata= mQINBFgnLnwBEADAJDiBKQX77LFRz9wZW8mz3KvaQol2nIremcws0F1mz/zgFlk6uhQVtwnL wb4XL5LdFwcNE1+QZzPLcbYWoWQlz0lBw1bMuKAgr0S6V2e0+I0DqhKeslVFctcTwtvT6pnK VLZXO/7ZGAaLzG4K5vSPzgoevU+YI/pxNsVCH2UO/c3jQW63uEt25mIZbCF1Pu4jgp4RhIgF ujn877r/j6OwBwjzRUu3E6ADp+U825d+5YCuQMEH0wIPnn9GTpXvfdKdbwOIl2akqXqs4cnk iATWfK3r6D4mvDEj1OPHlTvJYcfic7aOIiAwmx1C1v78GjXOdOOA0SGffNix3C2/8oZUO1+V Aet4MKpUKkduWSvULhIkHNZ5Nu8SIJOqge8pmtHxuNXAMfMrAjMdjPwwBFLsYg3Xa2E2oJwg ehTauwd/EDJFcVCyDCyCAYOi/BH/+XQyxzgDlY9N9qj9tHqhVPI6XK7t8UVffGiZUq4rHp5J RdOToqiTNC6eCJBczhMIW+DuFvWU9e6W708T1dz0Accn6Lrgk4eRIn3GFPBG+TxnpjAqHsbW 607dcnD3YKAqY4e+khczL4EObhe7dC1v2fmZiAC6Ds3WHR11IfqoUgCkIwJ590Ej+ElygJFF XxI82wtEz9hkeLLvItpyEJNVjppViRW+Dgl/U7ypHB3qDgYjgwARAQABtChHZW9yZ2UgTWl0 Y2hlbGwgPGdlb3JnZStmcmVlYnNkQG01cC5jb20+iQJUBBMBCAA+FiEENdM4ZHktsJW5kKZX wRES3m+p4fkFAlhZcR0CGyMFCQlmAYAFCwkIBwIGFQgJCgsCBBYCAwECHgECF4AACgkQwRES 3m+p4flqmw/9Emr/ydTG2n9o/IX1yVCNcHVFenVrcOY0L+DGQYZRO/XpLvsGYcuSIQId1w7h l4HZKI89ri2fF2ks6upMqBajLf8s7a8PnYrbw5bPaoOFyNTjv57GLZVsYw95kmMUpK6siuAA fXvHfKUpC/sThbwSv/1CLryVG74+5vdI8j7cQeDM436FThxlVfHKrILIiL34D4WThFB3hV/Y 2A+mQwXmdLcuQXXeAazqsFJL8sgEKSC7GMcExDkVpGc5Rh2hu97a4Sa7qWX9G/YdZOrcDacJ XxfvePn3m3WfRtXN/r0lUfiVXiqkFfbvqSaZQ0I4UvZXNGd/gH4jKHtX9RTH9G96UZeHNoMo tPw9U0fx8Ceh72nUL9qzqnmok/ryWm+6gt4Q1eRP7QAosOa1g/RgUdS1Z9IuCmbXMDp5kbNw L4ZoDMF5U3mmh8/IOKkhGopNLbNv0mwUgC59pnCptiOVx8DyckXWC4L2r6PKbWGrcGIzsUER 9smfL10gpp5H5agjwwPZI6/kzJ0R5nBzQWAlwqI73YAy6JI0HTD6lvxW7yWm2fGjEfmyaBOU 8OLUin7auoFSn+QmD5yNCUn5Ls77qHARkT1ZGocAnQkvZBGTwXpvyJixygXsm+vSUFDYBOSn cR54vdXOEMqrJk6SGau5YI9V7EhQVveE1BUp8ofWf2oo4RG5Ag0EWCcufAEQALuTOxmqMFE+ ieev/rcL3wVJrcuKS+pBbKCY9IIL0OwVf98HQJJcgdOsdDhruVd19nJNlwZ3Fc34wLw7y2GO 9WrpZiYKnI4n9urhLE5r1ydBInlI/1UKZWgM3/dPjJtcXMsC3vnqR9DmOxW4/SbqJDjP3XzO FleT4yip3AaNhPGwEPTZrubVp5hp/JojaZn690TLRwOFXg8NcjpOEs0Bq9M+OLpmsF0flrgs yDfS7y+SQ17R4Iq9T7RxZvZVAh510yGGIZIETYO/4Dh417VVm+gaksOVh2egetpUUvYYc0Ub KaP+5F/WGNrmRb1F6SKypvLlKkYAHCsUUSzsAGl9gbQhEEpuOMbUKp1979HoRMkW+8046kIo 8BZ6ph8izG/g4dZOaEqKGEhqdhYIB7UwMtFFuPtSs5Nl6JrZYni/nzFtTmtVCgcj9PNqrzqt fNFYhNznD6St6wxp3TOm9D3TQF0dzwBM1jZpb8WvmK3k6oy8hbpjiBzxn3kyRA9Vzy+PdbN/ G5a1k0rpZu/ivpBuLCDVGljUmgQigXg6xkk5UxBoHp7MPvG9prZ5jqdEa2r1KgnGjaq+VJsu Uqrw10dVgeG1NulDU1+sQl+/mwtflbkimhjDDjxsVgfrv7uvV/9be+gGm1KATuqdgCboSb1s QAo5ARfwFfChrnh+fTfPpPKHABEBAAGJAiQEGAEIAA8FAlgnLnwCGwwFCQlmAYAACgkQwRES 3m+p4fno9w/4m+swztkzxSWdutjgSv2mw+PdrKWVGFAUD2HoY1Qpi5LNLE6s9pP3qzwpQYwK viOufVJYWZ540ss6BImZBGJwyHouacqrpZjpRo5+ftj07rY1SNd8QjcHDggPfpgJ1D4Il3Xi vRg5/gzkXnRu8dXeVvMP1Ndk/F5wcoLZlQwFtPfu2xyRYIsveXMoyypAvAFSaAGXU0hRzuDJ fGI3LFvpI9UXU2C4MMzjfyZyD2NJEDKOACTo85QQzxgheTDQaDocXW00wknXFMwEItiXp8dO 2zEml/3Kj4efDfjqGpjNefjK0cnj02Byt7y6GozWXyIylrXu0SN9qWRzUVZH3+q+ijA4q3Gm 9uWzLdpjN4QWAiiaEvMhLPohp9DdLsy3kAWWrA3+pAfHSTZXrobMMbSeBkE9E4/WxdKl0nM7 TNslAWcxkTd/7Ly9cxwT8wFdHuQB1hgCmIQxDNXHL1N1ANTeUYum1w9nUg6e1M0UWu+nk3Cw qL7oL2KZe13mQnU/CFwlhbf+i//j3SXrQLlIVQv9Fn805bxIcVo9yqUZyoiV7EUpvOsxDCZh ej3mNYF5nRCf6trEJQVk0aLC26zJAYExykdUlRqc4I13XPhlt+aFSMMkoL/thYO6e9oNFK6Q aJEKXomzxxqpceJVmPH6zvqJbOboAdE/mOD0PoS1M6saIQ== Message-ID: Date: Sun, 16 Dec 2018 07:54:34 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fhfjLAqMNr1xjXXBMhSdaaHFTGds2pWi4" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mailhost.m5p.com [10.100.0.247]); Sun, 16 Dec 2018 07:54:52 -0500 (EST) X-Rspamd-Queue-Id: E915786A96 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of george@m5p.com designates 74.104.188.4 as permitted sender) smtp.mailfrom=george@m5p.com X-Spamd-Result: default: False [-4.98 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_ATTACHMENT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[m5p.com]; MIME_GOOD(-0.20)[multipart/signed,multipart/mixed,text/plain]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; IP_SCORE(-0.24)[asn: 701(-1.14), country: US(-0.08)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mailhost.m5p.com]; NEURAL_HAM_SHORT(-0.33)[-0.330,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+]; ASN(0.00)[asn:701, ipnet:74.104.0.0/16, country:US]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 12:54:54 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fhfjLAqMNr1xjXXBMhSdaaHFTGds2pWi4 Content-Type: multipart/mixed; boundary="OJ32lsup8xHd5vzBYiChxq4UBeQZhUJvf"; protected-headers="v1" From: George Mitchell To: freebsd ports Message-ID: Subject: Re: thunderbird build error References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> In-Reply-To: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> --OJ32lsup8xHd5vzBYiChxq4UBeQZhUJvf Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 12/15/18 1:10 PM, George Mitchell wrote: > I recently updated my port build machine to 11.2-RELEASE. I'm in the > process of recompiling my (previously) 10.4-based ports to 11.2, and > perhaps I shouldn't be trying to do this incrementally. [...] Sure enough, deleting all ports and starting on a fresh ports tree fixed this problem. But I'm still unable to get the Powder Keg set up on my machine (and I'm still happy with portmaster anyway). -- George --OJ32lsup8xHd5vzBYiChxq4UBeQZhUJvf-- --fhfjLAqMNr1xjXXBMhSdaaHFTGds2pWi4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEENdM4ZHktsJW5kKZXwRES3m+p4fkFAlwWSxAACgkQwRES3m+p 4fkADxAAvqHzuusHhPeKse6qFQjJ4xrcC8JbElhtDmWIxNPx02BSNIDE7U0MXr7m GCRtsKSmfmQ8C71XcoTJvuhiw5njbzcvgaukhYS2Iq5+6nS8Vn1KOvVrC30ENiBr C+4p1Q4BL6KkQsNO38zFY5JbUU5+hg6UybirV4r2fF4AbEzn4g/0YR1IvE/Qva8e DkhFUxIl0wDAqVvr1z496++Zvq4DgmD3gJAPdEdiuyULzlqhyWgB+m8kNA772I2v 4qo+ja/tLkMyK9qOuaGQ8BIBbCocOYnl+jLIvJzZJ9DdbtTJpCMXxnsVobUvogBX A2tWVeCUyArRJ+xpG+I9j5t5gvgT9iPUejA3Iqpe5Rna39r9mvcJKBNcx9+T8cEa 4FO0BdVCAocrPTrEuCJ+ErbrIk6j8l673nUir12jM7tCFAx6Ribp4YS4TMGA+4rA sppa98xOZp2VL9npnZVkgs7BwXUawFnTP1hZIV/53lgsDi832v3blqwy+ghXKdJH FHHqMoiUAPO9rFMm6xx+bLloj95JOubslrsBHc+ASUx34QtqOhsfr3s5yvSc8xjr 2IvmzN1p+zECJHe283qfVWPeb0BouETpdfJBQJRPGJ4jr9RKFnwLcBP6Jucy2z76 B3ekXNLBhRtc9KgGy99zzOtjTFpm2Vexc0SifCjYd/PEJB5UFmU= =cbka -----END PGP SIGNATURE----- --fhfjLAqMNr1xjXXBMhSdaaHFTGds2pWi4-- From owner-freebsd-ports@freebsd.org Sun Dec 16 09:47:14 2018 Return-Path: Delivered-To: freebsd-ports@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 E33B213434F0 for ; Sun, 16 Dec 2018 09:47:13 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic314-22.consmr.mail.ne1.yahoo.com (sonic314-22.consmr.mail.ne1.yahoo.com [66.163.189.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0995C80505 for ; Sun, 16 Dec 2018 09:47:12 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: dOvexOIVM1mpyFpcHVwh6X2DY6WFLSrQzI6tac5eJreJlGvRpcAsYhTbA9HJbFy ZbZGSoDzj0Sa.yty.8N6WJ49twXO2od0hRTyBL1tBTZZveAX5lfL3p8Ru0DduU_Lf2sfSqEgx7gy 2zlU_3UdYFrdfriWZQTkjzV8h6oen__bi_z6mnLsOmuHy2.KSkly8UrjUZ.0P6XxNwMRoyLCfRo5 MyglT8LB206YKNclHezp_Yk.uw1AX9EuhOkDUsEvD1PRZIJPnHYO_w5rSZqcELm84xsmRIW20eQK MSpc.X72res5RlaflXmgtULUoEK7VlZbY2XodcWuvAQmHSnu_Wb0tGx2hXV_fwKGMrlpwrSScHWE zcibY2Dfy0qVsBx6DxiHG8S4iSPBmXl9SzPHA4BisOoQDP40s9NIiJ5yUlLG4wvpv2f6RMqcOFY5 nxtFB6pdCcFJ1E0S6Dgoo5_hJbRJSzGEpGxA_N2ZjOWQH.3GPnauUXZX2b69M6.f5DEEdhPXq7Ih t9ZI36B5s.IANAS8Xs81d4sRVyzbJt4q4FN4T6WNKlMgpSV279OrpF0JPR8.vwVvMyiaSMM77Gnh 0pIa2g4a5NxA_QaAr9V54tXE.PuOuV2ozK8PLvxLmmNIm4kKGAgxk4VsBbmgXUuwyFQTLBqlndn_ ycGj66rFIgGq2RrEyNw7WtIszMJ8Ut.KlkQTFP4kuyTliSKj9jTmUghoUNOJxeMPRtP9l3No_JXd tA1ZfkBCu4F.zK8NCjp_xYhxZkRcHa8sNAy4ozl41bfl9IgYlia90FNP_CeKnT2Jnzz.ZGH9RNvK tWFdzKpcwkm.qR7vMqByt2L6s4I_vbfNROM1r4ZHZAvhIR69VFRELQ0rNHCLisN9AzhfpxIedBqK Nf7uSEYfjHrIRl1rLdlbkrpkQ9j.wBAusy4k.AwfECQcgfA7kVu93t.ZXtFrazjLSbynjpW77oP1 wQgdQv7tFDLC8Bfdv3DQpsiCuv2BGNijfBO_18Ivoc5hRGH1.dgtiK9nURDwCQ.Og3qKoXrr7dJd uewkMOUt17WEUGCJ.ZDrb.kf4xcdKYX8geIvq1ekukhQAYKh4j0QsAVrfII2J4c8IoU7z Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Sun, 16 Dec 2018 09:47:06 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp419.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID f36311a68faa74244aa4bc6ddc031aad; Sun, 16 Dec 2018 09:47:03 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: Massive PORTREVSION bump for gcc8 Message-Id: <137272D8-751E-40CD-8E40-9D2727C2993F@yahoo.com> Date: Sun, 16 Dec 2018 01:47:02 -0800 To: rkoberman@gmail.com, ports-list freebsd X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 0995C80505 X-Spamd-Bar: ++++ X-Spamd-Result: default: False [4.73 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DKIM_TRACE(0.00)[yahoo.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36646, ipnet:66.163.184.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; FAKE_REPLY(1.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.77)[0.767,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.50)[ip: (5.27), ipnet: 66.163.184.0/21(1.28), asn: 36646(1.03), country: US(-0.08)]; NEURAL_SPAM_MEDIUM(0.98)[0.978,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(1.00)[0.995,0]; RCVD_IN_DNSWL_NONE(0.00)[148.189.163.66.list.dnswl.org : 127.0.5.0]; RWL_MAILSPIKE_POSSIBLE(0.00)[148.189.163.66.rep.mailspike.net : 127.0.0.17] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 09:47:14 -0000 Kevin Oberman rkoberman at gmail.com wrote on Fri Dec 14 06:36:51 UTC 2018 : > On Thu, Dec 13, 2018 at 1:36 AM Mathieu Arnold = wrote: >=20 > > On Wed, Dec 12, 2018 at 10:29:59AM -0800, Kevin Oberman wrote: > > > This morning the PORTREVISION on at least hundreds of ports was = bumped > > > because gcc8 was declared as the "canonical" version. As a result, = I will > > > have about 300 ports to rebuild which will take many hours. > > > Why? > > > > Because they need to be rebuilt so that they use the new default of = gcc8. > > >=20 > Why does this matter? They were already working fine with gcc7. The run-time libraries for gcc7 and gcc8 normally must not be mixed in one program, or the libraries the program uses, as I understand. Thus any common library across multiple programs normally forces all those programs (and the libraries they use) to be based on one gcc* vintage, not some mix. This leads to a very detailed dependency analysis to figure out what can be left alone vs. what has to be updated for your specific set of ports. This is not automatic via the normal makefile dependency rules and such, as I understand. With the PORTVERSION changes, when I update things will rebuild even though I've been using gcc8 as my default for some time. But the PORTVERSION change was not designed for my type of context and should end up being an expensive noop for me. I know to expect this at such points as the default gcc* is changed. (I sometimes experiment with more modern tools for targeting powerpc families.) =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sun Dec 16 19:47:55 2018 Return-Path: Delivered-To: freebsd-ports@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 B200E1338C25 for ; Sun, 16 Dec 2018 19:47:55 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) (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 93A2B944A5 for ; Sun, 16 Dec 2018 19:47:54 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: by mail-lj1-x236.google.com with SMTP id c19-v6so9129722lja.5 for ; Sun, 16 Dec 2018 11:47:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Q6fZKyJ7l/FZmczc2cz60byXv+UPTs7n5xoJ0bFcOuY=; b=SnfFSujg4N61OX3zuXil1x9/u3SoxXiKelatt/FbfkHjpFPznr6JjsYE2lrY4Va9SN dzfLAi0oFUYf0F4ytAAgpnhYHIzYR8X7mWg0SMdNFmX9SQpwgfx5xJGh8qqJIrFfSVRO 93c4AnvQAMLG7+SsD/ye97e4n6h+QRf/doCxwjdgQ0Cv/iGxki+6ntOIeYhBlUu9u0ht ljspyzqSGvCV1BSM5kD4rr5BS/WX4e1x3/NOliLIhJS3um2LFw4NSORY6VIxau67T7Ya ytd2Eqn30mnsHJQg4IW8OL8qFSd/W2ifUGl7LosXWK8nKsI6imR6jDn246f2TRo0bIz6 qFqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q6fZKyJ7l/FZmczc2cz60byXv+UPTs7n5xoJ0bFcOuY=; b=aRJ1QSeyztpY6YUzp1wgVfZPAabAE5V23mQm3TRcV46S58uN9o2gBHJyk5ZdXlouJx ItzqUyVs4AE4UvsmXJDKLQ9cJ21Fx7Jo/rByYYRH9VX5Jtew8R1jDPmi79KaiKyeIITb qucOzt6cHqaXgtlTbglWIiZnEEk5PdnCm0293O8sK+fZkW3NqmYyLzAr1hw6TKjJ07MQ ytwbtcrzKmlSGPsm8CFzKM7jvoT+tp81m2I1cD8X8EkMbD81wkhMtWfLCFxjtHnMqfCS 6AL+I0Xm4w8gxdjwgV4FivHO5k9ny+ErO25iQ/ArjcUqzgwREXwWv9q8oU3Zb2O9S2FF ByUw== X-Gm-Message-State: AA+aEWYuCmCyuVffICsbuOZfmLHI4Fk3LGLnzAH4Kd8qZWEUXgiR35h1 l7TxBvHnDhaC0mUSVpXKthTJMpGezuc= X-Google-Smtp-Source: AFSGD/Xps1CTl6iEijZp/fnCwrd4Sr1tEvQQ7leefpW7fnlUnUXTAFevyQy1Lvs2RdWPRCgm+yMs1A== X-Received: by 2002:a2e:21a9:: with SMTP id h41-v6mr5779036lji.103.1544989672864; Sun, 16 Dec 2018 11:47:52 -0800 (PST) Received: from DaemONX (90-156-31-193.internetia.net.pl. [90.156.31.193]) by smtp.gmail.com with ESMTPSA id g4-v6sm2125071lji.17.2018.12.16.11.47.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 16 Dec 2018 11:47:52 -0800 (PST) Date: Sun, 16 Dec 2018 20:47:19 +0100 From: Serpent7776 To: Dmitry Marakasov Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: devel/love Message-ID: <20181216204719.441df047@DaemONX> In-Reply-To: <20181127124240.GA7136@hades.panopticon> References: <20181105202459.5ad6b225@DaemONX> <20181127124240.GA7136@hades.panopticon> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 93A2B944A5 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=SnfFSujg; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of serpent7776@gmail.com designates 2a00:1450:4864:20::236 as permitted sender) smtp.mailfrom=serpent7776@gmail.com X-Spamd-Result: default: False [-5.92 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.92)[-0.918,0]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MIME_TRACE(0.00)[0:+]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[6.3.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.50)[ip: (-9.54), ipnet: 2a00:1450::/32(-1.53), asn: 15169(-1.33), country: US(-0.08)]; MID_RHS_NOT_FQDN(0.50)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 19:47:56 -0000 On Tue, 27 Nov 2018 15:42:40 +0300 Dmitry Marakasov wrote: > * Serpent7776 (serpent7776@gmail.com) wrote: > > > Could you please update devel/love port? > > It's outdated v0.10 and current version is 11.1 > > Done. > Thanks; haven't noticed your reply earlier. -- /* * Serpent7776 */ From owner-freebsd-ports@freebsd.org Sun Dec 16 17:08:50 2018 Return-Path: Delivered-To: freebsd-ports@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 45CA41332DB4 for ; Sun, 16 Dec 2018 17:08:50 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D84B8EF5C for ; Sun, 16 Dec 2018 17:08:49 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id wBGG7FmE097872 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sun, 16 Dec 2018 08:07:16 -0800 (PST) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id wBGG7F9d097871; Sun, 16 Dec 2018 08:07:15 -0800 (PST) (envelope-from warlock) Date: Sun, 16 Dec 2018 08:07:15 -0800 From: John Kennedy To: George Mitchell Cc: freebsd ports Subject: Re: thunderbird build error Message-ID: <20181216160715.GA931@phouka1.phouka.net> References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 5D84B8EF5C X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.72 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.93)[0.931,0]; IP_SCORE(0.63)[asn: 14061(3.23), country: US(-0.08)]; TAGGED_RCPT(0.00)[freebsd]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[phouka.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.97)[0.973,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: phouka1.phouka.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.99)[0.995,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 17:08:50 -0000 On Sun, Dec 16, 2018 at 07:54:34AM -0500, George Mitchell wrote: > On 12/15/18 1:10 PM, George Mitchell wrote: > > I recently updated my port build machine to 11.2-RELEASE. I'm in the > > process of recompiling my (previously) 10.4-based ports to 11.2, and > > perhaps I shouldn't be trying to do this incrementally. [...] > > Sure enough, deleting all ports and starting on a fresh ports tree > fixed this problem. But I'm still unable to get the Powder Keg set > up on my machine (and I'm still happy with portmaster anyway). > -- George I was a happy portmaster user for a really long time, but eventually I ran into problems. Basically, once you get enough packages built (say, X11, browser-of- choice and trimmings) and keep it up for long enough (like through some major version bumps of dependent packages) you will run into an issue two packages that are incompatible need to be installed at the same time. That tends to get caught and fixed for the general case (the FreeBSD-provided package build), but others do not (like incompatible packages that are required to build but not to be installed). I wish I'd gotten poudriere to work before I got synth to work because synth isn't as portable (say, to ARM) and I apparently like to punish myself (by not cross-compiling... yet). In any case, synth/poudriere seems to be good at rebuilding anything that might need it, ready for a quick "pkg upgrade". Sometimes it may *seem* like a bit much (like gcc7 -> gcc8, or upgrading ca_root_nss), but I've been burned by portmaster not always catching on to some more subtle changes that would break things (and that even assuming that was ever aspired to by portmaster). For example, look at the advice we were given for perl5.26 -> 5.28, but now for a bunch of packages where you don't know the dependencies because you're not a master of ports. I don't feel the need to periodically delete and reinstall all packages just to be sure. tl;dr: You can't build everything with portmaster. You should be able to with poudriere (and if not, someone will probably be working on it to figure out why not). From owner-freebsd-ports@freebsd.org Sun Dec 16 22:24:51 2018 Return-Path: Delivered-To: freebsd-ports@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 3338C133F3C9 for ; Sun, 16 Dec 2018 22:24:51 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F7516C1E8 for ; Sun, 16 Dec 2018 22:24:50 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd37.aul.t-online.de (fwd37.aul.t-online.de [172.20.27.137]) by mailout04.t-online.de (Postfix) with SMTP id DC38741F14B3; Sun, 16 Dec 2018 23:24:40 +0100 (CET) Received: from Stefans-MBP-WLAN.fritz.box (T-TwnBZeQheC5DTdVHiAs1I-eDilJ-GM6W3nnuKRYO7NJuDeGMl4eQ6O9IQJOyzgKO@[93.200.55.147]) by fwd37.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1gYepu-2Jx6O00; Sun, 16 Dec 2018 23:24:34 +0100 Subject: Re: thunderbird build error To: John Kennedy References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> <20181216160715.GA931@phouka1.phouka.net> From: Stefan Esser Openpgp: preference=signencrypt Autocrypt: addr=se@freebsd.org; prefer-encrypt=mutual; keydata= mQENBFVxiRIBCADOLNOZBsqlplHUQ3tG782FNtVT33rQli9EjNt2fhFERHIo4NxHlWBpHLnU b0s4L/eItx7au0i7Gegv01A9LUMwOnAc9EFAm4EW3Wmoa6MYrcP7xDClohg/Y69f7SNpEs3x YATBy+L6NzWZbJjZXD4vqPgZSDuMcLU7BEdJf0f+6h1BJPnGuwHpsSdnnMrZeIM8xQ8PPUVQ L0GZkVojHgNUngJH6e21qDrud0BkdiBcij0M3TCP4GQrJ/YMdurfc8mhueLpwGR2U1W8TYB7 4UY+NLw0McThOCLCxXflIeF/Y7jSB0zxzvb/H3LWkodUTkV57yX9IbUAGA5RKRg9zsUtABEB AAG0J1N0ZWZhbiBFw59lciAoRnJlZUJTRCkgPHNlQGZyZWVic2Qub3JnPokBVAQTAQoAPgIb AwULCQgHAwUVCgkICwUWAwIBAAIeAQIXgBYhBKNx6mWcC+zIK3FTE0frte9a/fVEBQJa8u+q BQkLJQETAAoJEEfrte9a/fVEOeMH/icmdK1eZQvB3U8quJo9VMaZsaTuCMbUE4NThyfsIvIm MCd+rb/yULmMYwqNfjyKB1x4ikR4x+94l+yJoz7K0Usks+eNKDmMGJM6pWWssTigaJubFdVd hVVC+C1QJi7JshYSib08uONoPmO4lv5Az0TDYGtsMzsES2sIlc62c9go5WPGYhQFRbX3Lk6y V6m8OHh+G9XGSj3oPO4UteRwu+SzTdOLunZBWG1wu34+IeZm663D+2gOppQLWpLa2qaTerqw THu377ayZ2B2LPJ5JkvkZeHYPkwDQ+b5PGn0UhfkxPnDVYki5F7qKxvQ5uq1/q9YaCX7mmOl H2yO7tgVsrW5AQ0EVXGJEgEIALEj9qCXMZVucjpcd3QxM/TlUr98m5viEd1z4tCnPUyRWcIC EVtj2h5xMH+2iB0q1+KWhq+NsWtvScmEmfHnsr7dJ1K677OdpDhKVaJk61eeRulFY1R4yb6C 1MMxK+WgYB+vvpG0UeyR0M4uBewcPvRsq4yGUHFQKtLAbMdoPTSryJA+ElnmK1vdY+rPcHgi OIMBZM7ahsPXC0C9K4e5SP9clGyIoMpbfHXdx9q+Rp3zVtlbhyk3BS/xccu/+9pk9ICXL6GR js2sNnJ0wxdU1DsAlC59a5MnSruwiZFwRnkQhr3x6wk97Lg7sLS9jjTnCN7LGlVmSmpOEMy6 uq1AWfUAEQEAAYkBPAQYAQoAJgIbDBYhBKNx6mWcC+zIK3FTE0frte9a/fVEBQJa8u+rBQkL JQEZAAoJEEfrte9a/fVEuesH/2DNxGWnHvWwMyiyhlQtafvDKwEn/wAgR8gHJFodB7emf8rA TnukH7MVttCoHtjN5lvv9RSBHjNTZls5wR/ANlwdRuPQHd8ZGxLe3S6IuUB3zDSwFltLGurO N2kOMhs5mTGyypSa+uw3rtQbUAVYf1oPbiR4FLtiM8FLyEvE95hX5fPq9Qvx9FmN79kmCIEw jDKPqDaUf/OR2fEF0LSIbXHEk4tNqCEwx5DIJ0fp5/z5UzICUAmwxyRs5O/Hre1jzPsMVyud Ml9t7UTOJGKVWwRory1PMnOFxN+iz5/d4FhYSKXF7kfMiFgol4LuWaxJRwbBrr71VGBrRy2a L1nw6Bc= Cc: Ports FreeBSD Message-ID: Date: Sun, 16 Dec 2018 23:24:32 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <20181216160715.GA931@phouka1.phouka.net> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-ID: T-TwnBZeQheC5DTdVHiAs1I-eDilJ-GM6W3nnuKRYO7NJuDeGMl4eQ6O9IQJOyzgKO X-TOI-MSGID: ded34861-05c7-46d7-8661-f32815db4705 X-Rspamd-Queue-Id: 7F7516C1E8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.79 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.82)[-0.818,0]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 22:24:51 -0000 Am 16.12.18 um 17:07 schrieb John Kennedy: > On Sun, Dec 16, 2018 at 07:54:34AM -0500, George Mitchell wrote: >> On 12/15/18 1:10 PM, George Mitchell wrote: >>> I recently updated my port build machine to 11.2-RELEASE. I'm in the >>> process of recompiling my (previously) 10.4-based ports to 11.2, and >>> perhaps I shouldn't be trying to do this incrementally. [...] >> >> Sure enough, deleting all ports and starting on a fresh ports tree >> fixed this problem. But I'm still unable to get the Powder Keg set >> up on my machine (and I'm still happy with portmaster anyway). >> -- George > > I was a happy portmaster user for a really long time, but eventually I ran into > problems. Basically, once you get enough packages built (say, X11, browser-of- > choice and trimmings) and keep it up for long enough (like through some major > version bumps of dependent packages) you will run into an issue two packages > that are incompatible need to be installed at the same time. That tends to get > caught and fixed for the general case (the FreeBSD-provided package build), but > others do not (like incompatible packages that are required to build but not to > be installed). > > I wish I'd gotten poudriere to work before I got synth to work because synth > isn't as portable (say, to ARM) and I apparently like to punish myself (by not > cross-compiling... yet). I have (my version of) portmaster mostly working in a clean chroot jail. It is still a pure shell script (works with the FreeBSD /bin/sh and bash), thus portable to all architectures supported by FreeBSD (e.g. ARM). There are a few edge cases that need further work, but my version does already support 4 build modes: 1) direct build ("classic portmaster mode") 2) delayed installation (only BUILD_DEPENDS are immediately installed, all other ports are installed or upgraded from saved packages at the end of the portmaster run) 3) jailed build (everything is built in a chroot jail and installed after all builds have finished, except for pure build dependencies, which are only kept as packages for use in the next portmaster run) 4) repository mode (packages are saved and at the end the repository files are updated to allow local and remote upgrades with "pkg upgrade") > In any case, synth/poudriere seems to be good at rebuilding anything that might > need it, ready for a quick "pkg upgrade". Sometimes it may *seem* like a bit > much (like gcc7 -> gcc8, or upgrading ca_root_nss), but I've been burned by > portmaster not always catching on to some more subtle changes that would break > things (and that even assuming that was ever aspired to by portmaster). For > example, look at the advice we were given for perl5.26 -> 5.28, but now for a > bunch of packages where you don't know the dependencies because you're not a > master of ports. I don't feel the need to periodically delete and reinstall > all packages just to be sure. > > tl;dr: You can't build everything with portmaster. You should be able to with > poudriere (and if not, someone will probably be working on it to figure out why > not). My goal is to have portmaster build everything, but with some restrictions compared to poudriere (only for the architecture and release of the base system) and with the option to use the direct mode for simple cases and jailed builds (which require extra disk space for the chroot jail) in case the builds need to be performed in a clean environment. Regards, STefan From owner-freebsd-ports@freebsd.org Sun Dec 16 23:12:14 2018 Return-Path: Delivered-To: freebsd-ports@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 C146D1340826 for ; Sun, 16 Dec 2018 23:12:14 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "m5p.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E90566D500 for ; Sun, 16 Dec 2018 23:12:08 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [10.100.0.31] (haymarket.m5p.com [10.100.0.31]) (authenticated bits=0) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTPSA id wBGNBmuG078631 (version=TLSv1.2 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 16 Dec 2018 18:12:00 -0500 (EST) (envelope-from george+freebsd@m5p.com) Subject: Re: thunderbird build error To: freebsd-ports@freebsd.org References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> <20181216160715.GA931@phouka1.phouka.net> From: George Mitchell Openpgp: preference=signencrypt Autocrypt: addr=george+freebsd@m5p.com; prefer-encrypt=mutual; keydata= mQINBFgnLnwBEADAJDiBKQX77LFRz9wZW8mz3KvaQol2nIremcws0F1mz/zgFlk6uhQVtwnL wb4XL5LdFwcNE1+QZzPLcbYWoWQlz0lBw1bMuKAgr0S6V2e0+I0DqhKeslVFctcTwtvT6pnK VLZXO/7ZGAaLzG4K5vSPzgoevU+YI/pxNsVCH2UO/c3jQW63uEt25mIZbCF1Pu4jgp4RhIgF ujn877r/j6OwBwjzRUu3E6ADp+U825d+5YCuQMEH0wIPnn9GTpXvfdKdbwOIl2akqXqs4cnk iATWfK3r6D4mvDEj1OPHlTvJYcfic7aOIiAwmx1C1v78GjXOdOOA0SGffNix3C2/8oZUO1+V Aet4MKpUKkduWSvULhIkHNZ5Nu8SIJOqge8pmtHxuNXAMfMrAjMdjPwwBFLsYg3Xa2E2oJwg ehTauwd/EDJFcVCyDCyCAYOi/BH/+XQyxzgDlY9N9qj9tHqhVPI6XK7t8UVffGiZUq4rHp5J RdOToqiTNC6eCJBczhMIW+DuFvWU9e6W708T1dz0Accn6Lrgk4eRIn3GFPBG+TxnpjAqHsbW 607dcnD3YKAqY4e+khczL4EObhe7dC1v2fmZiAC6Ds3WHR11IfqoUgCkIwJ590Ej+ElygJFF XxI82wtEz9hkeLLvItpyEJNVjppViRW+Dgl/U7ypHB3qDgYjgwARAQABtChHZW9yZ2UgTWl0 Y2hlbGwgPGdlb3JnZStmcmVlYnNkQG01cC5jb20+iQJUBBMBCAA+FiEENdM4ZHktsJW5kKZX wRES3m+p4fkFAlhZcR0CGyMFCQlmAYAFCwkIBwIGFQgJCgsCBBYCAwECHgECF4AACgkQwRES 3m+p4flqmw/9Emr/ydTG2n9o/IX1yVCNcHVFenVrcOY0L+DGQYZRO/XpLvsGYcuSIQId1w7h l4HZKI89ri2fF2ks6upMqBajLf8s7a8PnYrbw5bPaoOFyNTjv57GLZVsYw95kmMUpK6siuAA fXvHfKUpC/sThbwSv/1CLryVG74+5vdI8j7cQeDM436FThxlVfHKrILIiL34D4WThFB3hV/Y 2A+mQwXmdLcuQXXeAazqsFJL8sgEKSC7GMcExDkVpGc5Rh2hu97a4Sa7qWX9G/YdZOrcDacJ XxfvePn3m3WfRtXN/r0lUfiVXiqkFfbvqSaZQ0I4UvZXNGd/gH4jKHtX9RTH9G96UZeHNoMo tPw9U0fx8Ceh72nUL9qzqnmok/ryWm+6gt4Q1eRP7QAosOa1g/RgUdS1Z9IuCmbXMDp5kbNw L4ZoDMF5U3mmh8/IOKkhGopNLbNv0mwUgC59pnCptiOVx8DyckXWC4L2r6PKbWGrcGIzsUER 9smfL10gpp5H5agjwwPZI6/kzJ0R5nBzQWAlwqI73YAy6JI0HTD6lvxW7yWm2fGjEfmyaBOU 8OLUin7auoFSn+QmD5yNCUn5Ls77qHARkT1ZGocAnQkvZBGTwXpvyJixygXsm+vSUFDYBOSn cR54vdXOEMqrJk6SGau5YI9V7EhQVveE1BUp8ofWf2oo4RG5Ag0EWCcufAEQALuTOxmqMFE+ ieev/rcL3wVJrcuKS+pBbKCY9IIL0OwVf98HQJJcgdOsdDhruVd19nJNlwZ3Fc34wLw7y2GO 9WrpZiYKnI4n9urhLE5r1ydBInlI/1UKZWgM3/dPjJtcXMsC3vnqR9DmOxW4/SbqJDjP3XzO FleT4yip3AaNhPGwEPTZrubVp5hp/JojaZn690TLRwOFXg8NcjpOEs0Bq9M+OLpmsF0flrgs yDfS7y+SQ17R4Iq9T7RxZvZVAh510yGGIZIETYO/4Dh417VVm+gaksOVh2egetpUUvYYc0Ub KaP+5F/WGNrmRb1F6SKypvLlKkYAHCsUUSzsAGl9gbQhEEpuOMbUKp1979HoRMkW+8046kIo 8BZ6ph8izG/g4dZOaEqKGEhqdhYIB7UwMtFFuPtSs5Nl6JrZYni/nzFtTmtVCgcj9PNqrzqt fNFYhNznD6St6wxp3TOm9D3TQF0dzwBM1jZpb8WvmK3k6oy8hbpjiBzxn3kyRA9Vzy+PdbN/ G5a1k0rpZu/ivpBuLCDVGljUmgQigXg6xkk5UxBoHp7MPvG9prZ5jqdEa2r1KgnGjaq+VJsu Uqrw10dVgeG1NulDU1+sQl+/mwtflbkimhjDDjxsVgfrv7uvV/9be+gGm1KATuqdgCboSb1s QAo5ARfwFfChrnh+fTfPpPKHABEBAAGJAiQEGAEIAA8FAlgnLnwCGwwFCQlmAYAACgkQwRES 3m+p4fno9w/4m+swztkzxSWdutjgSv2mw+PdrKWVGFAUD2HoY1Qpi5LNLE6s9pP3qzwpQYwK viOufVJYWZ540ss6BImZBGJwyHouacqrpZjpRo5+ftj07rY1SNd8QjcHDggPfpgJ1D4Il3Xi vRg5/gzkXnRu8dXeVvMP1Ndk/F5wcoLZlQwFtPfu2xyRYIsveXMoyypAvAFSaAGXU0hRzuDJ fGI3LFvpI9UXU2C4MMzjfyZyD2NJEDKOACTo85QQzxgheTDQaDocXW00wknXFMwEItiXp8dO 2zEml/3Kj4efDfjqGpjNefjK0cnj02Byt7y6GozWXyIylrXu0SN9qWRzUVZH3+q+ijA4q3Gm 9uWzLdpjN4QWAiiaEvMhLPohp9DdLsy3kAWWrA3+pAfHSTZXrobMMbSeBkE9E4/WxdKl0nM7 TNslAWcxkTd/7Ly9cxwT8wFdHuQB1hgCmIQxDNXHL1N1ANTeUYum1w9nUg6e1M0UWu+nk3Cw qL7oL2KZe13mQnU/CFwlhbf+i//j3SXrQLlIVQv9Fn805bxIcVo9yqUZyoiV7EUpvOsxDCZh ej3mNYF5nRCf6trEJQVk0aLC26zJAYExykdUlRqc4I13XPhlt+aFSMMkoL/thYO6e9oNFK6Q aJEKXomzxxqpceJVmPH6zvqJbOboAdE/mOD0PoS1M6saIQ== Message-ID: <8d27870a-db54-130a-7210-e4716411770b@m5p.com> Date: Sun, 16 Dec 2018 18:11:48 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bCdXL049WIoO2YcC7RCD6M5hQJ6ambB4V" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mailhost.m5p.com [10.100.0.247]); Sun, 16 Dec 2018 18:12:02 -0500 (EST) X-Rspamd-Queue-Id: E90566D500 X-Spamd-Bar: -------- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of george@m5p.com designates 74.104.188.4 as permitted sender) smtp.mailfrom=george@m5p.com X-Spamd-Result: default: False [-8.28 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_ATTACHMENT(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,multipart/mixed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[mailhost.m5p.com]; NEURAL_HAM_SHORT(-0.81)[-0.811,0]; DMARC_NA(0.00)[m5p.com]; IP_SCORE(-3.06)[ip: (-9.35), ipnet: 74.104.0.0/16(-4.68), asn: 701(-1.20), country: US(-0.08)]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+]; ASN(0.00)[asn:701, ipnet:74.104.0.0/16, country:US]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 23:12:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --bCdXL049WIoO2YcC7RCD6M5hQJ6ambB4V Content-Type: multipart/mixed; boundary="2mshbvsUFIprETCgn1TdRiP9UsdR4b6JQ"; protected-headers="v1" From: George Mitchell To: freebsd-ports@freebsd.org Message-ID: <8d27870a-db54-130a-7210-e4716411770b@m5p.com> Subject: Re: thunderbird build error References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> <20181216160715.GA931@phouka1.phouka.net> In-Reply-To: --2mshbvsUFIprETCgn1TdRiP9UsdR4b6JQ Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 12/16/18 5:24 PM, Stefan Esser wrote: > [...] > I have (my version of) portmaster mostly working in a clean chroot jail= =2E > It is still a pure shell script (works with the FreeBSD /bin/sh and bas= h), > thus portable to all architectures supported by FreeBSD (e.g. ARM). >=20 > There are a few edge cases that need further work, but my version does > already support 4 build modes: >=20 > 1) direct build ("classic portmaster mode") >=20 > 2) delayed installation (only BUILD_DEPENDS are immediately installed, > all other ports are installed or upgraded from saved packages at the= > end of the portmaster run) >=20 > 3) jailed build (everything is built in a chroot jail and installed aft= er > all builds have finished, except for pure build dependencies, which = are > only kept as packages for use in the next portmaster run) >=20 > 4) repository mode (packages are saved and at the end the repository fi= les > are updated to allow local and remote upgrades with "pkg upgrade") > [...] > My goal is to have portmaster build everything, but with some restricti= ons > compared to poudriere (only for the architecture and release of the bas= e > system) and with the option to use the direct mode for simple cases and= > jailed builds (which require extra disk space for the chroot jail) in c= ase > the builds need to be performed in a clean environment. >=20 > Regards, STefan > [...] Wow! I've been using "classic" mode and I didn't even realize the new modes were there. THANK YOU for all your fine work! -- George --2mshbvsUFIprETCgn1TdRiP9UsdR4b6JQ-- --bCdXL049WIoO2YcC7RCD6M5hQJ6ambB4V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEENdM4ZHktsJW5kKZXwRES3m+p4fkFAlwW27QACgkQwRES3m+p 4flMJBAAsuAOSBav0OLWidPXeH+iD+yVSGrNuUoVCZvPZeRKl3bn9R0V0AN2FnXB gEoVbWUsg8hULwTYNZPNTIMxa+7pChd1EfOscCDqmRQT3B14zv1xZ2TtjRQm5QV5 DlUr1uKfE2dUlPfnc4ZFY79eW+27u7vmZ7PceRBA/+TY/dOpkr0r3Q8w0URb1Q0w zo3KarMR3uSb5raj7yu5b3SwQ82NNkI3kE8w2HYQqPjG5gI1ZBt3rbjKc0DR7noW TpNjoAWd/nC7cbfDr/P3NXT6rRyWIP4Rh/lBDloLf9eTZ9s8lS8c/FtGn2t9CElg d6bplBe/b7P1XWZZL010BLFkc1I/Ex3Ma4i+skk/mDKDybsqpa2WH9FSyV/tDen2 DUL8m92XV4wn2ril5jP5mnmaWIf3h98hPwHVQWkleUGqFjK0PreO4HHSYYQKb3H6 Sf2C6lOSc7O7uKmmxtl9vGIE7I8/eVLVgjin4lIWpPzLcraW9qMFZzYtucbyPfOM UwmZ/02D0ABGYq7YjAnfIi/7LYwapk48DISF8OgEmYh5EIOLbuTnoyocuzZXsSGY V/EFrIXbbax9nUDrNIZ2KUL27mkoZGM8AfjCT1tyuE7i6g7C5dH0SlR4OAAdmNsj hULBeJe2s73f2RoThUsIPQaSDTcypxwoMl0+qRNGLMca9RrkGkA= =IqjK -----END PGP SIGNATURE----- --bCdXL049WIoO2YcC7RCD6M5hQJ6ambB4V-- From owner-freebsd-ports@freebsd.org Mon Dec 17 06:58:04 2018 Return-Path: Delivered-To: freebsd-ports@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 609B4133123B for ; Mon, 17 Dec 2018 06:58:04 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from mx.sdf.org (ol.sdf.org [205.166.94.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.sdf.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C07286116 for ; Mon, 17 Dec 2018 06:58:03 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (IDENT:bennett@otaku.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id wBH6vpbE021253 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Mon, 17 Dec 2018 06:57:51 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id wBH6vp7i027858; Mon, 17 Dec 2018 00:57:51 -0600 (CST) From: Scott Bennett Message-Id: <201812170657.wBH6vp7i027858@sdf.org> Date: Mon, 17 Dec 2018 00:57:51 -0600 To: adamw@adamw.org Subject: Re: dependency loop in editors/vim with GTK3 option Cc: freebsd-ports@freebsd.org References: <201812150917.wBF9H66V019974@sdf.org> In-Reply-To: User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8C07286116 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.56 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.60)[0.604,0]; IP_SCORE(0.17)[asn: 14361(0.94), country: US(-0.08)]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[sdf.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.93)[0.931,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mx.sdf.org]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[20.94.166.205.list.dnswl.org : 127.0.10.0]; NEURAL_SPAM_LONG(0.96)[0.962,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14361, ipnet:205.166.94.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 06:58:04 -0000 Adam Weinberger wrote: > On Sat, Dec 15, 2018 at 2:24 AM Scott Bennett wrote: Thanks for your reply. > > > > There is a dependency recursion loop in the build process for editors/vim > > if one selects the GTK3 config menu option. The only way I've found so far to > > get around this is to choose the GTK2 option instead. > > With GTK3 selected, graphics/librsvg2 becomes a dependency, which, in > > turn, is dependent upon lang/vala. lang/vala depends upon devel/dconf, which > > depends upon devel/gconf2. devel/gconf2 depends upon graphics/graphviz, which > > depends upon lang/vala! The recursion occurs there and was found by following > > the instructions in UPDATING for the upgrade to perl5.28 when using portmaster. > > The command shown in the instructions is "portmaster -f", so the -f forces all > > dependencies and dependent ports to be rebuilt. > > As nearly as I can see, this dependency recursion loop breaks any port > > involving lang/vala when portmaster -f is used. In the case of editors/vim, > > a usable workaround is to choose gtk2 instead of gtk3, but for many other > > ports, the perl upgrade's admonition to rebuilt ports that depend upon the > > perl library to omit -f when using portmaster while providing portmaster a > > *complete list* of all ports to be built. Provided an acceptable version > > of lang/vala is already installed, it will be used, and the dependency loop > > gets skipped over because there is no need to build lang/vala. Of course, > > if one does that, there is no guarantee that the resulting binaries installed > > for any of the ports in the recursion loop will function properly, given that > > they may be based upon obsolete versions of the other ports in the loop. > > Hi Scott, > > Thanks for the report. A dependency loop is certainly a distressing > appearance! It can occur when non-default OPTIONS are set, but should > never occur with default OPTIONS. So, first question: do you have > non-default OPTIONS for those ports? Offhand, I don't know. I was going to look, but first I retried running it with the GTK3 option selected. This time my ports tree was at r487499. > > That said---your dependency chain doesn't look right. For example, > lang/vala depends directly on graphviz, and there is no graphviz > configuration that could depend directly on vala. lang/vala does not > depend on dconf, and dconf does not depend on gconf2. Some of the > dependencies you listed are backwards (gconf2 depends on dconf, and > dconf depends on vala), but others don't look possible. It's certainly possible I screwed up my retracement through the Makefiles. Given that I was having to look through them and the build log via several vt(9)s and window(1)s, it was a hassle. Nevertheless, the build log showed iteration after iteration of the recursion clearly up until the time I stopped it with a ^C. > > If you are able to re-trigger the dependency loop, a log would be > extremely helpful. > At r487499 the problem no longer appears. When I ran into the problem, it was only a day or two's revisions earlier. In any case, the recursion loop seems to have vanished. As a side note, when the ports team decides to drop more than one major deluge of forced port rebuilds close together in time upon an unsuspecting user community, it would be nice to get a few days' advance notice from the team, so that users could better plan on having their system(s) tied up for several hours to several days in the rebuilds. As another side note, I'd like to express my appreciation for the low number of new problems that caused port rebuilds to fail this time. The one I reported here appears to have been short-lived. There were, however, I encountered six other ports whose rebuilds failed due to compilation errors or linkage-editing errors. In the past, such massive rebuilds have usually turned up many more such errors, so I'm quite heartened to see the number drop so precipitously this time. Hats off to the ports team! Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@freebsd.org Mon Dec 17 10:32:09 2018 Return-Path: Delivered-To: freebsd-ports@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 B0B671338FE9 for ; Mon, 17 Dec 2018 10:32:09 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from pio-pvt-msa2.bahnhof.se (pio-pvt-msa2.bahnhof.se [79.136.2.41]) (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 AA1CB8DEF0 for ; Mon, 17 Dec 2018 10:32:06 +0000 (UTC) (envelope-from jimbo@renner.se) Received: from localhost (localhost [127.0.0.1]) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTP id 983923F531 for ; Mon, 17 Dec 2018 11:31:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bahnhof.se X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up entirely of whitespace (char 20 hex): X-Spam-Report: ...that system for details. Content previ[...] Received: from pio-pvt-msa2.bahnhof.se ([127.0.0.1]) by localhost (pio-pvt-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OrzO-diTZyX7 for ; Mon, 17 Dec 2018 11:31:57 +0100 (CET) Received: from renner.se (h-74-114.A498.priv.bahnhof.se [212.85.74.114]) (Authenticated sender: mb952522) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id 43F003F528 for ; Mon, 17 Dec 2018 11:31:57 +0100 (CET) Received: from localhost.lan ([127.0.0.1]:21149 helo=localhost) by renner.se with esmtp (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gYqBo-0001cQ-K6 for freebsd-ports@freebsd.org; Mon, 17 Dec 2018 11:31:56 +0100 Received: from sessfw99-sesbfw99-93.ericsson.net (sessfw99-sesbfw99-93.ericsson.net [192.176.1.93]) by renner.se (Horde Framework) with HTTPS; Mon, 17 Dec 2018 11:31:56 +0100 Date: Mon, 17 Dec 2018 11:31:56 +0100 Message-ID: <20181217113156.Horde._icYNEesaCxrdByazwjbRN4@renner.se> From: Jimmy Renner To: freebsd-ports@freebsd.org Subject: Build failures for logitechmediaserver in poudriere User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Rspamd-Queue-Id: AA1CB8DEF0 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.81 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; NEURAL_HAM_MEDIUM(-0.98)[-0.981,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.982,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; MX_GOOD(-0.01)[lyncon.se,renner.se]; NEURAL_HAM_SHORT(-0.12)[-0.121,0]; DMARC_NA(0.00)[renner.se]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[41.2.136.79.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8473, ipnet:79.136.0.0/17, country:SE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.52)[asn: 8473(-2.57), country: SE(-0.02)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 10:32:09 -0000 Hi, I'm getting some strange build failures for logitechmediaserver when building in poudriere. From ports everything is working fine, on the other hand the packaging step isn't done there :-) I get a lot of these in the build log: pkg-static: Unable to access file /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/Class/XSAccessor.pm:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/Class/XSAccessor/Array.pm:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/Class/XSAccessor/Heavy.pm:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/DBI.pm:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/DBI/Changes.pm:No such file or directory Anyone has any idea what's causing this. Been banging my head a couple of days and am running out of ideas. Thankful for any help / Jimmy From owner-freebsd-ports@freebsd.org Mon Dec 17 10:39:26 2018 Return-Path: Delivered-To: freebsd-ports@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 283F3133966B for ; Mon, 17 Dec 2018 10:39:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg1-x529.google.com (mail-pg1-x529.google.com [IPv6:2607:f8b0:4864:20::529]) (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 01EE88E481 for ; Mon, 17 Dec 2018 10:39:25 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg1-x529.google.com with SMTP id c25so4424527pgb.4 for ; Mon, 17 Dec 2018 02:39:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9IgwlY5wJgFGqXYTx4QOgQ9Avgu9Lm1zVG9wEQZ4984=; b=gLNL9DkISguAD+4ys+xsfcs+Zhx2JHGRrYUAnJdfEVaYuer6CmldYWxIwMQznSeTp1 02WJJpHq525jXRr+a4DOm4+ewtqNK3STBTZ62+I1Iq215Xq5lPq5sfV1wPMxuiAtRVL9 sF0l7SJAY0rtksrJKa5fAGfPTPYuVc/A2/8xaWJFNmVDmFDZ1IhfopFCXzduYiFohUtM zDBbgK5ge2o6kbhVtWnppIHlR5p+W+Egm/f9JQ7ymPKgdO7gvEi+5D39efEvbhYrggAb l4m0cjVP4zGtMT7GrOy5zbx6XVqR3yuBlnzGmU9EOxeRaEvOALfy0GozVtZkfCeac1WZ ok1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=9IgwlY5wJgFGqXYTx4QOgQ9Avgu9Lm1zVG9wEQZ4984=; b=cO34nDHksW3oerX3o9T8X0q+cJMOHbB5BE0ceBTMjZkU2jfUxYogFJhhYb02nSz1fx 5JmlkKqgSdfE6WFjjYlRDGvXvQ9GwYT3BTvDk5drZDOe0eK0wWkhpYPGVGtWXfAa3ePm HdM0ptKj18YPxvzjMied5RD8uYnGnzYpK6J+iiTQY2MBvp4RqoT/Qdo2/52y0eQqyWsT fe1fWO/zdrAjG4sL2WMC7i3HrTNc6HOPejN2vCP1IYxN2ZOLZcBURURXCf7dJkol1ENk Np4qCx9xOTC+YeckSGIvS98iP6sMp1njfQ0rGITBxlk4Ig6/5w9kgxTb31bXifrJWUjk uYRA== X-Gm-Message-State: AA+aEWbYZCzMkPmzWIB5A5Lybj8K1tZwc295r3KwaM/ZKQO2kihQHzl0 DXMt4l0JYSO1ZXD3dgsmLfLN1stg X-Google-Smtp-Source: AFSGD/Xj+9TrgUBa7Tg60kxJrlY0gyQhOod0Mc5NVDBaSsKDP3unRmFzdOpCtsnlWOAEf04ZTYVIOA== X-Received: by 2002:a62:1bd7:: with SMTP id b206mr12303602pfb.213.1545043163748; Mon, 17 Dec 2018 02:39:23 -0800 (PST) Received: from [192.168.1.105] (119-18-15-55.cust.aussiebb.net. [119.18.15.55]) by smtp.gmail.com with ESMTPSA id o66sm27888282pgo.75.2018.12.17.02.39.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Dec 2018 02:39:23 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: Build failures for logitechmediaserver in poudriere To: Jimmy Renner , freebsd-ports@freebsd.org References: <20181217113156.Horde._icYNEesaCxrdByazwjbRN4@renner.se> From: Kubilay Kocak Message-ID: <58dd3ed2-c2bf-5485-9896-f4e1f7df2300@FreeBSD.org> Date: Mon, 17 Dec 2018 21:39:19 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:64.0) Gecko/20100101 Thunderbird/64.0 MIME-Version: 1.0 In-Reply-To: <20181217113156.Horde._icYNEesaCxrdByazwjbRN4@renner.se> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 01EE88E481 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=gLNL9DkI; spf=pass (mx1.freebsd.org: domain of koobsfreebsd@gmail.com designates 2607:f8b0:4864:20::529 as permitted sender) smtp.mailfrom=koobsfreebsd@gmail.com X-Spamd-Result: default: False [-3.77 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[koobs@FreeBSD.org]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; MX_GOOD(-0.01)[cached: alt3.gmail-smtp-in.l.google.com]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; FORGED_SENDER(0.30)[koobs@FreeBSD.org,koobsfreebsd@gmail.com]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FROM_NEQ_ENVFROM(0.00)[koobs@FreeBSD.org,koobsfreebsd@gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; TAGGED_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[FreeBSD.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[9.2.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(-0.62)[ipnet: 2607:f8b0::/32(-1.65), asn: 15169(-1.35), country: US(-0.08)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 10:39:26 -0000 On 17/12/2018 9:31 pm, Jimmy Renner wrote: > Hi, > > I'm getting some strange build failures for logitechmediaserver when > building in poudriere. From ports everything is working fine, on the > other hand the packaging step isn't done there :-) > > I get a lot of these in the build log: > pkg-static: Unable to access file > /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/Class/XSAccessor.pm:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/Class/XSAccessor/Array.pm:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/Class/XSAccessor/Heavy.pm:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/DBI.pm:No > such file or directory > pkg-static: Unable to access file > /wrkdirs/usr/ports/audio/logitechmediaserver/work/stage/usr/local/share/logitechmediaserver/CPAN/arch/5.28/DBI/Changes.pm:No > such file or directory > > > Anyone has any idea what's causing this. Been banging my head a couple > of days and am running out of ideas. What is your system information (uname -a), and what exact port revision is failing to build? Any make.conf customisations? If you're running on the latest tree (post perl5.28 update), there is an open issue with a patch adding perl 5.28 support you may to try: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234037 ./koobs From owner-freebsd-ports@freebsd.org Mon Dec 17 11:16:58 2018 Return-Path: Delivered-To: freebsd-ports@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 1390B133B052 for ; Mon, 17 Dec 2018 11:16:58 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C61D8FB0D for ; Mon, 17 Dec 2018 11:16:57 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de [172.20.27.149]) by mailout02.t-online.de (Postfix) with SMTP id ACAB941C6D35; Mon, 17 Dec 2018 12:15:13 +0100 (CET) Received: from Stefans-MBP-WLAN.fritz.box (Vr22gOZX8hEszeOhAutyxPkxtZ+LWi4HWGRWZvg7fZs8X4WMq4TLmEijDnfWI+iQ3-@[93.200.55.147]) by fwd05.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1gYqrh-2UjrKS0; Mon, 17 Dec 2018 12:15:13 +0100 Subject: Re: thunderbird build error To: George Mitchell , freebsd-ports@freebsd.org References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> <20181216160715.GA931@phouka1.phouka.net> <8d27870a-db54-130a-7210-e4716411770b@m5p.com> From: Stefan Esser Openpgp: preference=signencrypt Autocrypt: addr=se@freebsd.org; prefer-encrypt=mutual; keydata= mQENBFVxiRIBCADOLNOZBsqlplHUQ3tG782FNtVT33rQli9EjNt2fhFERHIo4NxHlWBpHLnU b0s4L/eItx7au0i7Gegv01A9LUMwOnAc9EFAm4EW3Wmoa6MYrcP7xDClohg/Y69f7SNpEs3x YATBy+L6NzWZbJjZXD4vqPgZSDuMcLU7BEdJf0f+6h1BJPnGuwHpsSdnnMrZeIM8xQ8PPUVQ L0GZkVojHgNUngJH6e21qDrud0BkdiBcij0M3TCP4GQrJ/YMdurfc8mhueLpwGR2U1W8TYB7 4UY+NLw0McThOCLCxXflIeF/Y7jSB0zxzvb/H3LWkodUTkV57yX9IbUAGA5RKRg9zsUtABEB AAG0J1N0ZWZhbiBFw59lciAoRnJlZUJTRCkgPHNlQGZyZWVic2Qub3JnPokBVAQTAQoAPgIb AwULCQgHAwUVCgkICwUWAwIBAAIeAQIXgBYhBKNx6mWcC+zIK3FTE0frte9a/fVEBQJa8u+q BQkLJQETAAoJEEfrte9a/fVEOeMH/icmdK1eZQvB3U8quJo9VMaZsaTuCMbUE4NThyfsIvIm MCd+rb/yULmMYwqNfjyKB1x4ikR4x+94l+yJoz7K0Usks+eNKDmMGJM6pWWssTigaJubFdVd hVVC+C1QJi7JshYSib08uONoPmO4lv5Az0TDYGtsMzsES2sIlc62c9go5WPGYhQFRbX3Lk6y V6m8OHh+G9XGSj3oPO4UteRwu+SzTdOLunZBWG1wu34+IeZm663D+2gOppQLWpLa2qaTerqw THu377ayZ2B2LPJ5JkvkZeHYPkwDQ+b5PGn0UhfkxPnDVYki5F7qKxvQ5uq1/q9YaCX7mmOl H2yO7tgVsrW5AQ0EVXGJEgEIALEj9qCXMZVucjpcd3QxM/TlUr98m5viEd1z4tCnPUyRWcIC EVtj2h5xMH+2iB0q1+KWhq+NsWtvScmEmfHnsr7dJ1K677OdpDhKVaJk61eeRulFY1R4yb6C 1MMxK+WgYB+vvpG0UeyR0M4uBewcPvRsq4yGUHFQKtLAbMdoPTSryJA+ElnmK1vdY+rPcHgi OIMBZM7ahsPXC0C9K4e5SP9clGyIoMpbfHXdx9q+Rp3zVtlbhyk3BS/xccu/+9pk9ICXL6GR js2sNnJ0wxdU1DsAlC59a5MnSruwiZFwRnkQhr3x6wk97Lg7sLS9jjTnCN7LGlVmSmpOEMy6 uq1AWfUAEQEAAYkBPAQYAQoAJgIbDBYhBKNx6mWcC+zIK3FTE0frte9a/fVEBQJa8u+rBQkL JQEZAAoJEEfrte9a/fVEuesH/2DNxGWnHvWwMyiyhlQtafvDKwEn/wAgR8gHJFodB7emf8rA TnukH7MVttCoHtjN5lvv9RSBHjNTZls5wR/ANlwdRuPQHd8ZGxLe3S6IuUB3zDSwFltLGurO N2kOMhs5mTGyypSa+uw3rtQbUAVYf1oPbiR4FLtiM8FLyEvE95hX5fPq9Qvx9FmN79kmCIEw jDKPqDaUf/OR2fEF0LSIbXHEk4tNqCEwx5DIJ0fp5/z5UzICUAmwxyRs5O/Hre1jzPsMVyud Ml9t7UTOJGKVWwRory1PMnOFxN+iz5/d4FhYSKXF7kfMiFgol4LuWaxJRwbBrr71VGBrRy2a L1nw6Bc= Message-ID: <06132b0d-beee-c7d4-df37-39494de61d25@freebsd.org> Date: Mon, 17 Dec 2018 12:15:12 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <8d27870a-db54-130a-7210-e4716411770b@m5p.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1k1hZl4BlNUrmu5EUe0E0euT4d3WFDPz0" X-ID: Vr22gOZX8hEszeOhAutyxPkxtZ+LWi4HWGRWZvg7fZs8X4WMq4TLmEijDnfWI+iQ3- X-TOI-MSGID: 189b1b40-28ae-4d36-8f3c-54ba5c6305a5 X-Rspamd-Queue-Id: 4C61D8FB0D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; TAGGED_RCPT(0.00)[freebsd]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 11:16:58 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1k1hZl4BlNUrmu5EUe0E0euT4d3WFDPz0 Content-Type: multipart/mixed; boundary="zUceg4TxoOmMAS57sSz56K6Rb0t2R4P5n"; protected-headers="v1" From: Stefan Esser To: George Mitchell , freebsd-ports@freebsd.org Message-ID: <06132b0d-beee-c7d4-df37-39494de61d25@freebsd.org> Subject: Re: thunderbird build error References: <9633ff85-0cbb-7e4f-0e6f-62af5478da83@m5p.com> <20181216160715.GA931@phouka1.phouka.net> <8d27870a-db54-130a-7210-e4716411770b@m5p.com> In-Reply-To: <8d27870a-db54-130a-7210-e4716411770b@m5p.com> --zUceg4TxoOmMAS57sSz56K6Rb0t2R4P5n Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Am 17.12.18 um 00:11 schrieb George Mitchell: > On 12/16/18 5:24 PM, Stefan Esser wrote: >> [...] >> I have (my version of) portmaster mostly working in a clean chroot jai= l. >> It is still a pure shell script (works with the FreeBSD /bin/sh and ba= sh), >> thus portable to all architectures supported by FreeBSD (e.g. ARM). >> >> There are a few edge cases that need further work, but my version does= >> already support 4 build modes: >> >> 1) direct build ("classic portmaster mode") >> >> 2) delayed installation (only BUILD_DEPENDS are immediately installed,= >> all other ports are installed or upgraded from saved packages at th= e >> end of the portmaster run) >> >> 3) jailed build (everything is built in a chroot jail and installed af= ter >> all builds have finished, except for pure build dependencies, which= are >> only kept as packages for use in the next portmaster run) >> >> 4) repository mode (packages are saved and at the end the repository f= iles >> are updated to allow local and remote upgrades with "pkg upgrade") >> [...] >> My goal is to have portmaster build everything, but with some restrict= ions >> compared to poudriere (only for the architecture and release of the ba= se >> system) and with the option to use the direct mode for simple cases an= d >> jailed builds (which require extra disk space for the chroot jail) in = case >> the builds need to be performed in a clean environment. >> >> Regards, STefan >> [...] >=20 > Wow! I've been using "classic" mode and I didn't even realize the > new modes were there. THANK YOU for all your fine work! -- George Well, they are in my development version, not the one currently in ports ... I have worked on the portmaster rewrite since december 2017, when I noticed that it was impossible to make the current port fully work with flavors and complex dependency changes. It works for most simple cases, but there have been changes (e.g. KDE4->KF5) where the current version just can't pass the required state around (and that could not be fixed without a lot or effort). Anyway, I'm giving the current "beta" of the new portmaster to interested= developers, but there are still a number of details that need to be cleaned up. One of the nice features that are already working well is that a failed portmaster run can be restarted with just "portmaster -R". All state and options are read in from a restart file (but it is possible to add e.g. an -x option to exclude some port that causes the failure from the curren= t run when restarting ...). I had hoped to have finished the current version to a state that could be released at least as portmaster-devel for interested parties to test, a few months ago. But I have continued adding features (for example to build the ports in a chroot jail), and I'm alternating between adding features and cleaning and speeding-up the code ... I'd really hope to commit that version as an alternative to the current portmaster port within the next weeks (but I'm not sure that I'll have much time to work on it over the holidays ...). Thanks to all that have supported my work by testing draft versions and who have given very valuable feedback! Best regards, STefan --zUceg4TxoOmMAS57sSz56K6Rb0t2R4P5n-- --1k1hZl4BlNUrmu5EUe0E0euT4d3WFDPz0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEo3HqZZwL7MgrcVMTR+u171r99UQFAlwXhUAACgkQR+u171r9 9USzNwgAiWyEJoluqgM2iN16o143F2zt5ImFtx9VOPbykBVLUEIJ8WJZM1qINrV5 Z1BeQgHhjteBJV61fzGbj9tBGyQi0z8Rg7I7Fh9mZX5Fyr1zT0GArSUqNwggRYS4 nif1doZMRxbHnN1HdbdZxUIYSZ+zAk2vRnt7ulfOL7MbV+IezmJ29sLVkvjpz5VX XjSskzqcUdTMXzUJJXLW7nYFwyLs2A2X1ijcBjRMnVwkSIF+7yknyKIELt8gREAV rs64p4YnKzlpF5jQ8Q2v1lQUKC5FOByeIfAZ6LjyYOo039wJAs2uVzIPfNSkI5p5 sTEthlS1ckXmxAlMcidRb9WUk7D2Hw== =/VRR -----END PGP SIGNATURE----- --1k1hZl4BlNUrmu5EUe0E0euT4d3WFDPz0-- From owner-freebsd-ports@freebsd.org Mon Dec 17 13:15:17 2018 Return-Path: Delivered-To: freebsd-ports@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 BF5F6133F127 for ; Mon, 17 Dec 2018 13:15:17 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.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 42EAD6D32D for ; Mon, 17 Dec 2018 13:15:17 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0388A133F126; Mon, 17 Dec 2018 13:15:17 +0000 (UTC) Delivered-To: ports@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 E49C9133F125 for ; Mon, 17 Dec 2018 13:15:16 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (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 B42CA6D32C for ; Mon, 17 Dec 2018 13:15:15 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (c-73-240-250-185.hsd1.or.comcast.net [73.240.250.185]) by echo.brtsvcs.net (Postfix) with ESMTPS id 5B89938D08 for ; Mon, 17 Dec 2018 05:15:14 -0800 (PST) Received: from [IPv6:fe80::7102:4df8:1f13:5c55] (unknown [IPv6:fe80::7102:4df8:1f13:5c55]) by chombo.houseloki.net (Postfix) with ESMTPSA id 4BA5114D7 for ; Mon, 17 Dec 2018 05:15:12 -0800 (PST) To: ports@freebsd.org From: Mel Pilgrim Subject: Is there an option to make poudriere install implicit ports from repo instead of building them Message-ID: Date: Mon, 17 Dec 2018 05:15:12 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: B42CA6D32C X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of list_freebsd@bluerosetech.com designates 2607:f740:c::4ae as permitted sender) smtp.mailfrom=list_freebsd@bluerosetech.com X-Spamd-Result: default: False [-4.08 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[bluerosetech.com]; MX_GOOD(-0.01)[echo.brtsvcs.net,foxtrot.brtsvcs.net]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; IP_SCORE(-0.80)[asn: 36236(-3.92), country: US(-0.08)]; RECEIVED_SPAMHAUS_PBL(0.00)[185.250.240.73.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:2607:f740:c::/48, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 13:15:17 -0000 I only need to build a single port plus the handful of private meta-ports I use for role management. It seems a terrible waste to have poudriere build the 500+ completely stock dependencies they pull in. Is there a way to have poudriere install implicitly-added pkgs from pkg.freebsd.org instead of building them? From owner-freebsd-ports@freebsd.org Mon Dec 17 13:23:49 2018 Return-Path: Delivered-To: freebsd-ports@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 4A365133F533 for ; Mon, 17 Dec 2018 13:23:49 +0000 (UTC) (envelope-from matthias@petermann-it.de) Received: from mail.d2ux.org (d2ux.org [148.251.193.221]) by mx1.freebsd.org (Postfix) with ESMTP id D8F986D8FE for ; Mon, 17 Dec 2018 13:23:48 +0000 (UTC) (envelope-from matthias@petermann-it.de) Received: from mail (unknown [10.0.0.3]) by mail.d2ux.org (Postfix) with ESMTP id E1EC684403 for ; Mon, 17 Dec 2018 14:23:41 +0100 (CET) X-Virus-Scanned: amavisd-new at petermann-it.de Received: from mail.d2ux.org ([10.0.0.3]) by mail (new.petermann-it.de [10.0.0.3]) (amavisd-new, port 10024) with ESMTP id ftwurOB-48Mc for ; Mon, 17 Dec 2018 14:23:41 +0100 (CET) Received: from [192.168.2.134] (p5B2F3726.dip0.t-ipconnect.de [91.47.55.38]) by mail.d2ux.org (Postfix) with ESMTPSA id 37D4E843F9 for ; Mon, 17 Dec 2018 14:23:41 +0100 (CET) Subject: Re: Is there an option to make poudriere install implicit ports from repo instead of building them To: freebsd-ports@freebsd.org References: From: Matthias Petermann Message-ID: Date: Mon, 17 Dec 2018 14:22:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D8F986D8FE X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.00 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.996,0]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 13:23:49 -0000 Hello, I remember this is possible with ports-mgmt/synth [1]. Best regards, Matthias [1] https://github.com/jrmarino/synth Am 17.12.2018 um 14:15 schrieb Mel Pilgrim: > I only need to build a single port plus the handful of private > meta-ports I use for role management.  It seems a terrible waste to have > poudriere build the 500+ completely stock dependencies they pull in.  Is > there a way to have poudriere install implicitly-added pkgs from > pkg.freebsd.org instead of building them? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Matthias Petermann | www.petermann-it.de GnuPG: 0x5C3E6D75 | 5930 86EF 7965 2BBA 6572 C3D7 7B1D A3C3 5C3E 6D75 From owner-freebsd-ports@freebsd.org Mon Dec 17 16:34:44 2018 Return-Path: Delivered-To: freebsd-ports@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 BFB3713456B3 for ; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) (envelope-from jbeich@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 5AD4D76D09 for ; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1E0BA13456B2; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) Delivered-To: ports@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 0C8C913456B1 for ; Mon, 17 Dec 2018 16:34:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6DDE76D07; Mon, 17 Dec 2018 16:34:43 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9369B9447; Mon, 17 Dec 2018 16:34:43 +0000 (UTC) From: Jan Beich To: Mel Pilgrim Cc: ports@freebsd.org Subject: Re: Is there an option to make poudriere install implicit ports from repo instead of building them References: Date: Mon, 17 Dec 2018 17:34:39 +0100 In-Reply-To: (Mel Pilgrim's message of "Mon, 17 Dec 2018 05:15:12 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: A6DDE76D07 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.90)[-0.903,0]; NEURAL_HAM_LONG(-0.99)[-0.990,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 16:34:44 -0000 Mel Pilgrim writes: > I only need to build a single port plus the handful of private > meta-ports I use for role management. It seems a terrible waste to > have poudriere build the 500+ completely stock dependencies they pull > in. Is there a way to have poudriere install implicitly-added pkgs > from pkg.freebsd.org instead of building them? See https://github.com/freebsd/poudriere/issues/319 From owner-freebsd-ports@freebsd.org Tue Dec 18 01:49:04 2018 Return-Path: Delivered-To: freebsd-ports@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 D13C01334CE1 for ; Tue, 18 Dec 2018 01:49:04 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 016A36EE02 for ; Tue, 18 Dec 2018 01:49:03 +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 wBI1mvWt054143 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 17 Dec 2018 17:48:57 -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 wBI1mv4u054142 for freebsd-ports@freebsd.org; Mon, 17 Dec 2018 17:48:57 -0800 (PST) (envelope-from sgk) Date: Mon, 17 Dec 2018 17:48:57 -0800 From: Steve Kargl To: freebsd-ports@freebsd.org Subject: devel/jsoncpp and staging? Message-ID: <20181218014857.GA54077@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 016A36EE02 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.75 / 15.00]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; TO_DN_NONE(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_IN_DNSWL_MED(-0.20)[21.76.95.128.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[troutmask.apl.washington.edu]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(0.23)[ip: (0.71), ipnet: 128.95.0.0/16(0.32), asn: 73(0.20), country: US(-0.08)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.96)[0.965,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; NEURAL_SPAM_MEDIUM(0.89)[0.886,0]; RCPT_COUNT_ONE(0.00)[1]; AUTH_NA(1.00)[]; MIME_TRACE(0.00)[0:+]; NEURAL_SPAM_LONG(0.98)[0.976,0]; DMARC_NA(0.00)[washington.edu]; R_SPF_NA(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 01:49:05 -0000 I must be missing a change in how staging works. % cd /usr/ports/devel/jsoncpp % make ===> Staging for jsoncpp-1.8.1_5 ===> Generating temporary packing list (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) chmod: json/allocator.h: No such file or directory chmod: json/assertions.h: No such file or directory chmod: json/autolink.h: No such file or directory chmod: json/config.h: No such file or directory chmod: json/features.h: No such file or directory chmod: json/forwards.h: No such file or directory chmod: json/json.h: No such file or directory chmod: json/reader.h: No such file or directory chmod: json/value.h: No such file or directory chmod: json/version.h: No such file or directory chmod: json/writer.h: No such file or directory % ls work/stage/usr/local/include/jsoncpp/json Now, let's re-run make % make ===> Staging for jsoncpp-1.8.1_5 ===> Generating temporary packing list (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) install -m 0644 /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/libs/linux-gcc-FreeBSD/libjsoncpp.a /usr/ports/devel/jsoncpp/work/stage/usr/local/lib install -s -m 0644 /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/libs/linux-gcc-FreeBSD/libjsoncpp.so.1.8.1 /usr/ports/devel/jsoncpp/work/stage/usr/local/lib /bin/ln -s libjsoncpp.so.1.8.1 /usr/ports/devel/jsoncpp/work/stage/usr/local/lib/libjsoncpp.so.1 /bin/ln -s libjsoncpp.so.1.8.1 /usr/ports/devel/jsoncpp/work/stage/usr/local/lib/libjsoncpp.so cp -f /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/pkg-config/jsoncpp.pc.in /usr/ports/devel/jsoncpp/work/stage/usr/local/libdata/pkgconfig/jsoncpp.pc ====> Compressing man pages (compress-man) % ls work/stage/usr/local/include/jsoncpp/json allocator.h config.h json.h version.h assertions.h features.h reader.h writer.h autolink.h forwards.h value.h The missing files are suddenly found. Seems to be a race in staging feature. -- Steve From owner-freebsd-ports@freebsd.org Tue Dec 18 03:25:14 2018 Return-Path: Delivered-To: freebsd-ports@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 0350D133D3FA for ; Tue, 18 Dec 2018 03:25:14 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D07974ABE for ; Tue, 18 Dec 2018 03:25:12 +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 wBI3PAG5055102 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 17 Dec 2018 19:25:10 -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 wBI3PAoi055101 for freebsd-ports@freebsd.org; Mon, 17 Dec 2018 19:25:10 -0800 (PST) (envelope-from sgk) Date: Mon, 17 Dec 2018 19:25:10 -0800 From: Steve Kargl To: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? Message-ID: <20181218032510.GA55056@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20181218014857.GA54077@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181218014857.GA54077@troutmask.apl.washington.edu> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 7D07974ABE X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.75 / 15.00]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; TO_DN_NONE(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_IN_DNSWL_MED(-0.20)[21.76.95.128.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[cached: troutmask.apl.washington.edu]; FROM_EQ_ENVFROM(0.00)[]; IP_SCORE(0.22)[ip: (0.68), ipnet: 128.95.0.0/16(0.32), asn: 73(0.20), country: US(-0.08)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.99)[0.989,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; NEURAL_SPAM_MEDIUM(0.88)[0.876,0]; RCPT_COUNT_ONE(0.00)[1]; AUTH_NA(1.00)[]; MIME_TRACE(0.00)[0:+]; NEURAL_SPAM_LONG(0.97)[0.973,0]; DMARC_NA(0.00)[washington.edu]; R_SPF_NA(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 03:25:14 -0000 On Mon, Dec 17, 2018 at 05:48:57PM -0800, Steve Kargl wrote: > I must be missing a change in how staging works. > > % cd /usr/ports/devel/jsoncpp > % make > > ===> Staging for jsoncpp-1.8.1_5 > ===> Generating temporary packing list > (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) > chmod: json/allocator.h: No such file or directory > chmod: json/assertions.h: No such file or directory > chmod: json/autolink.h: No such file or directory > chmod: json/config.h: No such file or directory > chmod: json/features.h: No such file or directory > chmod: json/forwards.h: No such file or directory > chmod: json/json.h: No such file or directory > chmod: json/reader.h: No such file or directory > chmod: json/value.h: No such file or directory > chmod: json/version.h: No such file or directory > chmod: json/writer.h: No such file or directory > > % ls work/stage/usr/local/include/jsoncpp/json > > > Now, let's re-run make > > % make Same problem with news/xpn, except running make multiple times does not correct the missing files problem. So, is there away to use the ports collection with staging disabled? src.conf documents WITHOUT_STAGING, but the port collections seems to ignore this varible. -- Steve From owner-freebsd-ports@freebsd.org Tue Dec 18 07:54:35 2018 Return-Path: Delivered-To: freebsd-ports@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 1A5171344707 for ; Tue, 18 Dec 2018 07:54:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B498A84E90; Tue, 18 Dec 2018 07:54:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 1C53316388; Tue, 18 Dec 2018 07:54:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Tue, 18 Dec 2018 08:54:29 +0100 From: Mathieu Arnold To: Steve Kargl Cc: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? Message-ID: <20181218075429.r6w4l2eiwuincxfo@atuin.in.mat.cc> References: <20181218014857.GA54077@troutmask.apl.washington.edu> <20181218032510.GA55056@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="epnoomdwvudtgf3v" Content-Disposition: inline In-Reply-To: <20181218032510.GA55056@troutmask.apl.washington.edu> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: B498A84E90 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 07:54:35 -0000 --epnoomdwvudtgf3v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 17, 2018 at 07:25:10PM -0800, Steve Kargl wrote: > On Mon, Dec 17, 2018 at 05:48:57PM -0800, Steve Kargl wrote: > > I must be missing a change in how staging works. > >=20 > > % cd /usr/ports/devel/jsoncpp > > % make > >=20 > > =3D=3D=3D> Staging for jsoncpp-1.8.1_5 > > =3D=3D=3D> Generating temporary packing list > > (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c = '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /u= sr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && ch= mod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && c= hmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp= /work/stage/usr/local/include/jsoncpp/) > > chmod: json/allocator.h: No such file or directory > > chmod: json/assertions.h: No such file or directory > > chmod: json/autolink.h: No such file or directory > > chmod: json/config.h: No such file or directory > > chmod: json/features.h: No such file or directory > > chmod: json/forwards.h: No such file or directory > > chmod: json/json.h: No such file or directory > > chmod: json/reader.h: No such file or directory > > chmod: json/value.h: No such file or directory > > chmod: json/version.h: No such file or directory > > chmod: json/writer.h: No such file or directory > >=20 > > % ls work/stage/usr/local/include/jsoncpp/json > > > >=20 > > Now, let's re-run make > >=20 > > % make >=20 > Same problem with news/xpn, except running make multiple > times does not correct the missing files problem. So, > is there away to use the ports collection with staging > disabled? src.conf documents WITHOUT_STAGING, but the > port collections seems to ignore this varible. src.conf is about the source tree, it has absolutely nothing to do with ports. Staging is a mandatory feature of every port. I cannot reproduce the error you encounter, what version of FreeBSD are you running? --=20 Mathieu Arnold --epnoomdwvudtgf3v Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlwYp7VfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkhS9hAAsT5h/iKrOyiu24ZkIoSaaQoadZdg/dhIb0H4iQX712T44DECRxepJ0yN uRDRMOAMqXwADVEsFhK8ocTenBUHcUI06Ukkp8PX7Q7TjUhPnAaZNMgkgriOc6Pw ML1C8KFjVF4SYU6+YldSDc9Y1WyKYntQqp05tfuqc++YpWukVzuh6lhj3Kx5Db2r WLheaI04L+NMVjuiPS4ULR57JenR9STvfCPaCPoU5fmyz8ixNIswTe8VnuGsXCyo wTBjztUM++NVE4rK/F+OMdIQsWsW0JFoty6nGfDIgAtJfFrZdJiTWTbRgacfVZqf b7SVdtWMgM6k4KepH+itfSpok3x5bmFTU8L4FPaqo4n+9vHKjmTd6snuUwVMnB5n 97RpbnyxNRseC6k3lmXCp2sKO9xJxW4Toi9Nh4Q+JZDPaslUs3oigVoni5tNvU6G zxNkjamyedlQpIEUD63lwQAfCrSmDJHVMQvykW82IhrR5CqASOdYZB1CI/798O3R F8bt5FBwqKNo7e1MHVB41pPTEbs+gL5ip0nzD91UfRl/J/o3XlmTrKw28KrKlFfI +RvAQKZkomHYpzJ4FefztdQN6cQkOou077uor6qWB4kp8aDtJ9N7HxswXMnAEO8K EJKJaXrJWrep6PdeZSibDsOX3A6bwz1VaqoXffyIVgLwNOZabws= =O3bi -----END PGP SIGNATURE----- --epnoomdwvudtgf3v-- From owner-freebsd-ports@freebsd.org Tue Dec 18 12:33:37 2018 Return-Path: Delivered-To: freebsd-ports@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 719331350398 for ; Tue, 18 Dec 2018 12:33:37 +0000 (UTC) (envelope-from portscout@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 11AE06AD53 for ; Tue, 18 Dec 2018 12:33:37 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id C990E1350394; Tue, 18 Dec 2018 12:33:36 +0000 (UTC) Delivered-To: ports@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 B69BF1350393 for ; Tue, 18 Dec 2018 12:33:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5244B6AD48 for ; Tue, 18 Dec 2018 12:33:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 93D44CCF1 for ; Tue, 18 Dec 2018 12:33:35 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id wBICXZf9035126 for ; Tue, 18 Dec 2018 12:33:35 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id wBICXZ4n035122; Tue, 18 Dec 2018 12:33:35 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201812181233.wBICXZ4n035122@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 18 Dec 2018 12:33:35 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 12:33:37 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ mail/libetpan | 1.9.1 | 1.9.2 ------------------------------------------------+-----------------+------------ x11-toolkits/granite | 0.5 | 5.2.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Tue Dec 18 16:21:49 2018 Return-Path: Delivered-To: freebsd-ports@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 533841336066 for ; Tue, 18 Dec 2018 16:21:49 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 31E4D74517; Tue, 18 Dec 2018 16:21:48 +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 wBIGLkTe060723 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 18 Dec 2018 08:21:46 -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 wBIGLkfY060722; Tue, 18 Dec 2018 08:21:46 -0800 (PST) (envelope-from sgk) Date: Tue, 18 Dec 2018 08:21:46 -0800 From: Steve Kargl To: Mathieu Arnold Cc: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? Message-ID: <20181218162146.GA60499@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20181218014857.GA54077@troutmask.apl.washington.edu> <20181218032510.GA55056@troutmask.apl.washington.edu> <20181218075429.r6w4l2eiwuincxfo@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181218075429.r6w4l2eiwuincxfo@atuin.in.mat.cc> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 31E4D74517 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.37 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_MEDIUM(0.94)[0.939,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[washington.edu]; AUTH_NA(1.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_SHORT(0.61)[0.607,0]; RCVD_IN_DNSWL_MED(-0.20)[21.76.95.128.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[cached: troutmask.apl.washington.edu]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.92)[0.924,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.21)[ip: (0.65), ipnet: 128.95.0.0/16(0.31), asn: 73(0.20), country: US(-0.08)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 16:21:49 -0000 On Tue, Dec 18, 2018 at 08:54:29AM +0100, Mathieu Arnold wrote: > On Mon, Dec 17, 2018 at 07:25:10PM -0800, Steve Kargl wrote: > > On Mon, Dec 17, 2018 at 05:48:57PM -0800, Steve Kargl wrote: > > > I must be missing a change in how staging works. > > > > > > % cd /usr/ports/devel/jsoncpp > > > % make > > > > > > ===> Staging for jsoncpp-1.8.1_5 > > > ===> Generating temporary packing list > > > (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) > > > chmod: json/allocator.h: No such file or directory > > > chmod: json/assertions.h: No such file or directory > > > chmod: json/autolink.h: No such file or directory > > > chmod: json/config.h: No such file or directory > > > chmod: json/features.h: No such file or directory > > > chmod: json/forwards.h: No such file or directory > > > chmod: json/json.h: No such file or directory > > > chmod: json/reader.h: No such file or directory > > > chmod: json/value.h: No such file or directory > > > chmod: json/version.h: No such file or directory > > > chmod: json/writer.h: No such file or directory > > > > > > % ls work/stage/usr/local/include/jsoncpp/json > > > > > > > > > Now, let's re-run make > > > > > > % make > > > > Same problem with news/xpn, except running make multiple > > times does not correct the missing files problem. So, > > is there away to use the ports collection with staging > > disabled? src.conf documents WITHOUT_STAGING, but the > > port collections seems to ignore this varible. > > src.conf is about the source tree, it has absolutely nothing to do with > ports. Staging is a mandatory feature of every port. That's unfortnutely. > I cannot reproduce the error you encounter, what version of FreeBSD are > you running? FreeBSD sleepdirt 13.0-CURRENT FreeBSD 13.0-CURRENT r341703 HPC amd64 This corresponds to a /usr/src from Dec. 7, 2018. I did not have this problem circa Oct. 5th. That's when I successfully installed news/xpn. sh(1) has had 4 commits and bmake was updated on Dec. 5. Perhaps, an incompatible change has entered the tree. The end of 'make -dA' gives do-install:> = /bin/mkdir -p /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp Execute: '/bin/mkdir -p /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp' Applying[.MAKE.EXPORTED] :O to "META_MODE LANG LC_ALL LANG LC_ALL" Result[.MAKE.EXPORTED] of :O is "LANG LANG LC_ALL LC_ALL META_MODE" Applying[.MAKE.EXPORTED] :u to "LANG LANG LC_ALL LC_ALL META_MODE" Result[.MAKE.EXPORTED] of :u is "LANG LC_ALL META_MODE" Applying[GH_TAGNAME] :S to "1.8.1" Modifier pattern: "/" Modifier pattern: "-" Result[GH_TAGNAME] of :S is "1.8.1" Applying[GH_TAGNAME_SANITIZED] :C to "1.8.1" Modifier pattern: "^[vV]([0-9])" Modifier pattern: "\1" Result[GH_TAGNAME_SANITIZED] of :C is "1.8.1" Applying[GH_TAGNAME_SANITIZED] :S to "1.8.1" Modifier pattern: "+" Modifier pattern: "-" Result[GH_TAGNAME_SANITIZED] of :S is "1.8.1" (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) Execute: '(cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/)' Applying[.MAKE.EXPORTED] :O to "META_MODE LANG LC_ALL LANG LC_ALL" Result[.MAKE.EXPORTED] of :O is "LANG LANG LC_ALL LC_ALL META_MODE" Applying[.MAKE.EXPORTED] :u to "LANG LANG LC_ALL LC_ALL META_MODE" Result[.MAKE.EXPORTED] of :u is "LANG LC_ALL META_MODE" + cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ + /bin/sh -c $'(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \\( -type d -exec /bin/sh -c \'cd \'$2\' && chmod 755 "$@"\' . {} + -o -type f -exec /bin/sh -c \'cd \'$2\' && chmod 0644 "$@"\' . {} + \\)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/ chmod: json/allocator.h: No such file or directory chmod: json/assertions.h: No such file or directory chmod: json/autolink.h: No such file or directory chmod: json/config.h: No such file or directory chmod: json/features.h: No such file or directory chmod: json/forwards.h: No such file or directory chmod: json/json.h: No such file or directory chmod: json/reader.h: No such file or directory chmod: json/value.h: No such file or directory chmod: json/version.h: No such file or directory chmod: json/writer.h: No such file or directory *** Failed target: do-install *** Failed command: (cd /usr/ports/devel/jsoncpp/work/jsoncpp-1.8.1/include/ && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE json/ /usr/ports/devel/jsoncpp/work/stage/usr/local/include/jsoncpp/) *** Error code 1 Stop. make: stopped in /usr/ports/devel/jsoncpp Global:.ERROR_TARGET = do-install Global:delete .ERROR_CMD (not found) Applying[MAKE_PRINT_VAR_ON_ERROR] :@ to "" Modifier pattern: "v" Modifier pattern: "$v='${$v}' " Global:delete v (not found) Result[MAKE_PRINT_VAR_ON_ERROR] of :@ is "" -- Steve 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 20161221 https://www.youtube.com/watch?v=IbCHE-hONow From owner-freebsd-ports@freebsd.org Tue Dec 18 16:41:29 2018 Return-Path: Delivered-To: freebsd-ports@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 396821336908 for ; Tue, 18 Dec 2018 16:41:29 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM04-BN3-obe.outbound.protection.outlook.com (mail-oln040092009102.outbound.protection.outlook.com [40.92.9.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 605B7750ED for ; Tue, 18 Dec 2018 16:41:28 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=3g2/xIXLPn6hOQt4yFa9x7z7ZRsFwVC0ej0YrTNteo8=; b=CTnZlAQor5qmg3VBc8BQ/26QLwHrIRIGzWY4WIV3bs+bFwcwbDmlwGcSoDMep5i7u5flBuPt8w2IqYREiVESxjz8h+0tHMbfWiwixbctoK1CFRH+m+BqsnTE3AIkojYcuDoqJBSbC8gsB1Nw2b8+ikDhOVIZ/ZDZqGMdJn8t6IWGcMaRhteAEvzBzH2a27XNSVO5rdGgXrlPZKIxolpg1OQKBDbD25GosNx+HthOZUuuwGn7BwYZLhxG4/r2u5k14udFLGE5iHZaHCNqF/hwVve4nc+JjroxyYFC2goYOP8PbIgF5NOxjqpDGpNdfZJWqugoFBl0/6Sd31HJleMtEw== Received: from SN1NAM04FT047.eop-NAM04.prod.protection.outlook.com (10.152.88.57) by SN1NAM04HT235.eop-NAM04.prod.protection.outlook.com (10.152.89.170) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1446.11; Tue, 18 Dec 2018 16:41:27 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com (10.152.88.53) by SN1NAM04FT047.mail.protection.outlook.com (10.152.89.225) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1446.11 via Frontend Transport; Tue, 18 Dec 2018 16:41:27 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a]) by SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a%2]) with mapi id 15.20.1425.023; Tue, 18 Dec 2018 16:41:27 +0000 From: Carmel NY To: FreeBSD Subject: Building devel/llvm60 on FreeBSD 12.0 Thread-Topic: Building devel/llvm60 on FreeBSD 12.0 Thread-Index: AQHUlvCFExi3FZvMqUiKv9opdnTRHQ== Date: Tue, 18 Dec 2018 16:41:27 +0000 Message-ID: Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BN7PR10CA0019.namprd10.prod.outlook.com (2603:10b6:406:bc::32) To SN1PR20MB2109.namprd20.prod.outlook.com (2603:10b6:802:28::14) x-mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-w64-mingw32) x-incomingtopheadermarker: OriginalChecksum:7A212F4E74873B5F3AC473E52110D11E7716B191A0DCC7603B63B20489B268ED; UpperCasedChecksum:52B872B207631C67C3D2251EE624DF3481640CF067297449EE7E41130A368729; SizeAsReceived:7369; Count:49 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [Q+a1VcGkeOIS/96dEkkKe4zhAx0OFMM1y8K/rok1OQk=] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; SN1NAM04HT235; 6:yV4diRlISYaURnF1ymNeMUEM845w+6p1AyyXj0kZPmdGPCRWMEwu5SDArMcjhj93I8hub15Nnc+p/RoIwbq9EXZ2CxZOxK7avBBUJe6YN8aw4n/dYuyJMk6hl99acKdPY656H/f/wbIqmz4D86/2osTujPXZjv0KfCdmrn4+AUlMzm0YYMPo5zHdkz8xeLGAacsNy+NcYtFe5ddAah56Zg2qTrXJtF1CgfSxJCucHchvLuTWF3jjxkQ5kLL4n2fsS3qZuO32fpzkXb72eZwCtOoJMutZ1z1W0SAaszdzinDbosLZXkrd760l7KkM1UsIRU6TeN/ODH1C97se6lO6X6FSfabv2NzPAjNEGHjY3iWB8EIsHoCuXPI2eT91LA9dTgJ98KL2t7W7tBXKVnX+SxzQ6N3xEfRpPA0eldBP90EOqhKVWyXLMGeU/SRICEK7nRvg5QOd2UASZeh54z4+lA==; 5:1EkJb0u1SGACu0oMYLyYhFBfrC2i0nJ1QIkqs8EUOrUqUU0vWGz+YCZpELdkva5KKx9QIEcGzxLZWZ/hLhMaeSTj5fC+rmFWW+ACZobInnhSQFo62n3/eQyJqIFWxzXjQrQewLXvQ/gL+u0KolYU9YIe0dPm9W0mc8l1zXfSXfE=; 7:XypP6AYuJc8ZcDZLbAB0an3x4jgSpDgZqeYjsrnkrrqUxnMAC425vCLLwDdl0bTcQzZ2gInIyXKV6xs3URitdTdxsJ9sCwJvWSB++pl/bxF22K6aKWxB4O8TXq/5bcVjYHaCmQXWDDWW/hZVzHYusA== x-incomingheadercount: 49 x-eopattributedmessage: 0 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031324274)(2017031323274)(2017031322404)(1603101475)(1601125500)(1701031045); SRVR:SN1NAM04HT235; x-ms-traffictypediagnostic: SN1NAM04HT235: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(4566010)(82015058); SRVR:SN1NAM04HT235; BCL:0; PCL:0; RULEID:; SRVR:SN1NAM04HT235; x-microsoft-antispam-message-info: YCAVee2wj35yNY+htV+Xuag/r1kG4RYlsyZ/X3/x288SrswHTePFJpR9fY24T/Uu Content-Type: text/plain; charset="us-ascii" Content-ID: <7D6A10B1598FB84C95FBC864927A4230@namprd20.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: b41ebae0-c73b-40d5-731d-08d66507a779 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 18 Dec 2018 16:41:27.2653 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM04HT235 X-Rspamd-Queue-Id: 605B7750ED X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=pass header.d=outlook.com header.s=selector1 header.b=CTnZlAQo; dmarc=pass (policy=none) header.from=outlook.com; spf=pass (mx1.freebsd.org: domain of carmel_ny@outlook.com designates 40.92.9.102 as permitted sender) smtp.mailfrom=carmel_ny@outlook.com X-Spamd-Result: default: False [1.80 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd-ports@freebsd.org]; R_DKIM_ALLOW(-0.20)[outlook.com:s=selector1]; NEURAL_HAM_MEDIUM(-0.93)[-0.928,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.92.0.0/14]; FREEMAIL_FROM(0.00)[outlook.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.84)[-0.840,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[outlook.com:+]; MX_GOOD(-0.01)[cached: outlook-com.olc.protection.outlook.com]; DMARC_POLICY_ALLOW(-0.50)[outlook.com,none]; RCVD_IN_DNSWL_NONE(0.00)[102.9.92.40.list.dnswl.org : 127.0.3.0]; NEURAL_HAM_SHORT(-0.42)[-0.421,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[outlook.com]; REPLYTO_EQ_TO_ADDR(5.00)[]; RCVD_TLS_LAST(0.00)[]; DWL_DNSWL_NONE(0.00)[outlook.com.dwl.dnswl.org : 127.0.3.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 16:41:29 -0000 Has anyone, besides me of course, had a problem building "devel/llvm60" aft= er updating to FreeBSD 12.0-RELEASE? My build, using poudriere, keeps ending with this error message: c++: error: unable to execute command: Killed c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 My system: uname -a FreeBSD scorpio.seibercom.net 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GEN= ERIC amd64 Thanks! --=20 Carmel From owner-freebsd-ports@freebsd.org Tue Dec 18 17:35:37 2018 Return-Path: Delivered-To: freebsd-ports@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 02B731338753 for ; Tue, 18 Dec 2018 17:35:37 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2878B77341 for ; Tue, 18 Dec 2018 17:35:34 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 6BF1478; Wed, 19 Dec 2018 02:35:24 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id CF63E548B; Wed, 19 Dec 2018 02:35:23 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id C6D93548A; Wed, 19 Dec 2018 02:35:21 +0900 (JST) Date: Wed, 19 Dec 2018 02:35:00 +0900 (JST) Message-Id: <20181219.023500.93659690612683504.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? From: Yasuhiro KIMURA In-Reply-To: <20181218162146.GA60499@troutmask.apl.washington.edu> References: <20181218032510.GA55056@troutmask.apl.washington.edu> <20181218075429.r6w4l2eiwuincxfo@atuin.in.mat.cc> <20181218162146.GA60499@troutmask.apl.washington.edu> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 2878B77341 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [2.70 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; NEURAL_SPAM_MEDIUM(0.04)[0.044,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[mx1.utahime.org,mx2.utahime.org]; NEURAL_SPAM_LONG(0.38)[0.381,0]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.16)[-0.157,0]; IP_SCORE(0.24)[ip: (0.59), ipnet: 183.180.0.0/16(0.30), asn: 2519(0.42), country: JP(-0.09)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; MIME_TRACE(0.00)[0:+] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 17:35:37 -0000 From: Steve Kargl Subject: Re: devel/jsoncpp and staging? Date: Tue, 18 Dec 2018 08:21:46 -0800 >> I cannot reproduce the error you encounter, what version of FreeBSD are >> you running? > FreeBSD sleepdirt 13.0-CURRENT FreeBSD 13.0-CURRENT r341703 HPC amd64 > This corresponds to a /usr/src from Dec. 7, 2018. I experienced same problem with 13.0-CURRENT r341690. See thread starting with following message for more detail. https://lists.freebsd.org/pipermail/freebsd-current/2018-December/072355.html Regards. --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Tue Dec 18 17:49:26 2018 Return-Path: Delivered-To: freebsd-ports@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 D46811338DE4; Tue, 18 Dec 2018 17:49:26 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 37A0277C06; Tue, 18 Dec 2018 17:49:26 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id wBIHn35D041153 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 18 Dec 2018 09:49:04 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id wBIHn3qu041152; Tue, 18 Dec 2018 09:49:03 -0800 (PST) (envelope-from fbsd) Date: Tue, 18 Dec 2018 09:49:03 -0800 From: bob prohaska To: Jan Beich Cc: freebsd-arm@freebsd.org, Christoph Moench-Tegeder , freebsd-ports@freebsd.org Subject: Re: How much memory to compile www/chromium? Message-ID: <20181218174903.GA41072@www.zefox.net> References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> 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-Rspamd-Queue-Id: 37A0277C06 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.04 / 15.00]; ARC_NA(0.00)[]; WWW_DOT_DOMAIN(0.50)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.56)[0.555,0]; NEURAL_HAM_LONG(-0.15)[-0.146,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.59)[0.588,0]; MX_GOOD(-0.01)[cached: www.zefox.net]; IP_SCORE(0.15)[ip: (0.57), ipnet: 50.1.16.0/20(0.28), asn: 7065(-0.01), country: US(-0.08)]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 17:49:27 -0000 On Fri, Dec 14, 2018 at 05:59:21AM +0100, Jan Beich wrote: > > MAKE_JOBS_NUMBER_LIMIT is a user variable, so you can either set in > make.conf or Makefile.local e.g., > > $ cat <<\. >>${__MAKE_CONF:-/etc/make.conf} > .if ${.CURDIR:M*/www/chromium} > MAKE_JOBS_NUMBER_LIMIT=2 > .endif Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile successfully over several days. The -DBATCH option was used, in hopes it'd fetch the right options. Swap usage fluctuated over the course of the build, from a minimum of around 230MB to over one GB at several points. Past about 500MB the CPU usage dropped, evidently from I/O limitations to the microSD based swap partition, which was far too big at 4GB. One curiousity was a gradual increase in minimum swap usage, from about 230 MB initially to about 280 MB a couple days later. This wasn't a highly systematic observation, just me looking at a top window from time to time. When the build finished swap use dropped back to ~20MB, which is the normal idle state. The resulting executable turned up in /usr/local/bin/chrome, which was slightly surprising; the port's name is chromium, after all.... It seems to run, but is too slow to play Youtube videos smoothly. For static pages it seems fine. The major problem is a complete lack of audio. I'm using an HDMI to DVI cable and plugging the audio system into the Pi3's headphone jack. Is there some trick to getting the headphone jack to work? Thanks for reading, and everyone's help getting chromium to work on the Pi3. bob prohaska From owner-freebsd-ports@freebsd.org Tue Dec 18 18:07:08 2018 Return-Path: Delivered-To: freebsd-ports@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 A37E2133962C for ; Tue, 18 Dec 2018 18:07:08 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 75949805E9 for ; Tue, 18 Dec 2018 18:07:07 +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 wBII750Y061886 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 18 Dec 2018 10:07:05 -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 wBII757l061885; Tue, 18 Dec 2018 10:07:05 -0800 (PST) (envelope-from sgk) Date: Tue, 18 Dec 2018 10:07:05 -0800 From: Steve Kargl To: Yasuhiro KIMURA Cc: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? Message-ID: <20181218180705.GA61776@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20181218032510.GA55056@troutmask.apl.washington.edu> <20181218075429.r6w4l2eiwuincxfo@atuin.in.mat.cc> <20181218162146.GA60499@troutmask.apl.washington.edu> <20181219.023500.93659690612683504.yasu@utahime.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181219.023500.93659690612683504.yasu@utahime.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 75949805E9 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.91 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.47)[0.466,0]; IP_SCORE(0.21)[ip: (0.62), ipnet: 128.95.0.0/16(0.30), asn: 73(0.20), country: US(-0.08)]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[washington.edu]; AUTH_NA(1.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[21.76.95.128.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[cached: troutmask.apl.washington.edu]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.77)[0.767,0]; R_SPF_NA(0.00)[]; NEURAL_SPAM_MEDIUM(0.78)[0.780,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 18:07:08 -0000 On Wed, Dec 19, 2018 at 02:35:00AM +0900, Yasuhiro KIMURA wrote: > From: Steve Kargl > Subject: Re: devel/jsoncpp and staging? > Date: Tue, 18 Dec 2018 08:21:46 -0800 > > >> I cannot reproduce the error you encounter, what version of FreeBSD are > >> you running? > > FreeBSD sleepdirt 13.0-CURRENT FreeBSD 13.0-CURRENT r341703 HPC amd64 > > This corresponds to a /usr/src from Dec. 7, 2018. > > I experienced same problem with 13.0-CURRENT r341690. See thread > starting with following message for more detail. > > https://lists.freebsd.org/pipermail/freebsd-current/2018-December/072355.html > > Regards. > Yasuhiro KIMURA, Thanks for the pointer to email thread. Guess I'll upgrade from 341703 to top-of-tree and see if that fixes the issue. I reverted recent changes to sh and bmake, but those did not seem to help. -- Steve From owner-freebsd-ports@freebsd.org Tue Dec 18 18:47:04 2018 Return-Path: Delivered-To: freebsd-ports@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 71D4D133AAF0 for ; Tue, 18 Dec 2018 18:47:04 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 953558209B for ; Tue, 18 Dec 2018 18:47:02 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 800F4B0; Wed, 19 Dec 2018 03:46:58 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id C2DAF5522; Wed, 19 Dec 2018 03:46:57 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id F0AC45521; Wed, 19 Dec 2018 03:46:55 +0900 (JST) Date: Wed, 19 Dec 2018 03:46:33 +0900 (JST) Message-Id: <20181219.034633.863015459152736719.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? From: Yasuhiro KIMURA In-Reply-To: <20181218180705.GA61776@troutmask.apl.washington.edu> References: <20181218162146.GA60499@troutmask.apl.washington.edu> <20181219.023500.93659690612683504.yasu@utahime.org> <20181218180705.GA61776@troutmask.apl.washington.edu> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 953558209B X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [2.06 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; NEURAL_SPAM_MEDIUM(0.01)[0.010,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.08)[-0.075,0]; RCVD_COUNT_THREE(0.00)[4]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.utahime.org]; NEURAL_HAM_SHORT(-0.30)[-0.299,0]; MID_CONTAINS_FROM(1.00)[]; IP_SCORE(0.23)[ip: (0.57), ipnet: 183.180.0.0/16(0.28), asn: 2519(0.41), country: JP(-0.09)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; MIME_TRACE(0.00)[0:+] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 18:47:04 -0000 From: Steve Kargl Subject: Re: devel/jsoncpp and staging? Date: Tue, 18 Dec 2018 10:07:05 -0800 > Thanks for the pointer to email thread. Guess I'll > upgrade from 341703 to top-of-tree and see if that > fixes the issue. I reverted recent changes to sh > and bmake, but those did not seem to help. I guess the problem comes from kernel rather than userland. So I recommend you to upgrade or rollback kernel. --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Tue Dec 18 19:46:51 2018 Return-Path: Delivered-To: freebsd-ports@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 0F5BD133CDFE for ; Tue, 18 Dec 2018 19:46:51 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7227584AD7 for ; Tue, 18 Dec 2018 19:46:49 +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 wBIJklAB062937 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 18 Dec 2018 11:46:47 -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 wBIJklvn062936; Tue, 18 Dec 2018 11:46:47 -0800 (PST) (envelope-from sgk) Date: Tue, 18 Dec 2018 11:46:47 -0800 From: Steve Kargl To: Yasuhiro KIMURA Cc: freebsd-ports@freebsd.org Subject: Re: devel/jsoncpp and staging? Message-ID: <20181218194647.GA62257@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20181218162146.GA60499@troutmask.apl.washington.edu> <20181219.023500.93659690612683504.yasu@utahime.org> <20181218180705.GA61776@troutmask.apl.washington.edu> <20181219.034633.863015459152736719.yasu@utahime.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181219.034633.863015459152736719.yasu@utahime.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 7227584AD7 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.64 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[sgk@troutmask.apl.washington.edu]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.46)[0.458,0]; IP_SCORE(0.20)[ip: (0.59), ipnet: 128.95.0.0/16(0.30), asn: 73(0.19), country: US(-0.08)]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[washington.edu]; AUTH_NA(1.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[21.76.95.128.list.dnswl.org : 127.0.11.2]; MX_GOOD(-0.01)[cached: troutmask.apl.washington.edu]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.51)[0.510,0]; R_SPF_NA(0.00)[]; NEURAL_SPAM_MEDIUM(0.78)[0.778,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 19:46:51 -0000 On Wed, Dec 19, 2018 at 03:46:33AM +0900, Yasuhiro KIMURA wrote: > From: Steve Kargl > Subject: Re: devel/jsoncpp and staging? > Date: Tue, 18 Dec 2018 10:07:05 -0800 > > > Thanks for the pointer to email thread. Guess I'll > > upgrade from 341703 to top-of-tree and see if that > > fixes the issue. I reverted recent changes to sh > > and bmake, but those did not seem to help. > > I guess the problem comes from kernel rather than userland. So I > recommend you to upgrade or rollback kernel. > Thanks for the info. A complete buildworld/buildkernel cycle has "fixed" the issue. -- Steve From owner-freebsd-ports@freebsd.org Tue Dec 18 20:53:21 2018 Return-Path: Delivered-To: freebsd-ports@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 C678E133F006 for ; Tue, 18 Dec 2018 20:53:21 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EF5C878A8 for ; Tue, 18 Dec 2018 20:53:19 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 2F04610FE; Wed, 19 Dec 2018 05:53:15 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 90B515603; Wed, 19 Dec 2018 05:53:14 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 5F4665602; Wed, 19 Dec 2018 05:53:11 +0900 (JST) Date: Wed, 19 Dec 2018 05:52:28 +0900 (JST) Message-Id: <20181219.055228.48954438267954345.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Re: Building devel/llvm60 on FreeBSD 12.0 From: Yasuhiro KIMURA In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 2EF5C878A8 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [1.16 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.27)[-0.269,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.04)[-0.042,0]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(0.22)[ip: (0.54), ipnet: 183.180.0.0/16(0.27), asn: 2519(0.40), country: JP(-0.09)]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.utahime.org]; MID_CONTAINS_FROM(1.00)[]; NEURAL_SPAM_SHORT(0.05)[0.052,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 20:53:22 -0000 From: Carmel NY Subject: Building devel/llvm60 on FreeBSD 12.0 Date: Tue, 18 Dec 2018 16:41:27 +0000 > Has anyone, besides me of course, had a problem building "devel/llvm60" after > updating to FreeBSD 12.0-RELEASE? Host: FreeBSD rolling-vm-freebsd2.home.utahime.org 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64 Clean installed Poudriere: 3.2.8 Jail: JAILNAME VERSION ARCH METHOD TIMESTAMP PATH 120amd64 12.0-RELEASE amd64 ftp 2018-12-14 04:46:41 /usr/local/poudriere/jails/120amd64 Ports tree: Path: /usr/ports Working Copy Root Path: /usr/ports URL: https://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 487713 Node Kind: directory Schedule: normal Last Changed Author: garga Last Changed Rev: 487713 Last Changed Date: 2018-12-18 06:02:00 +0900 (Tue, 18 Dec 2018) Result: https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/120amd64-local/2018-12-19_02h39m00s/logs/llvm60-6.0.1_4.log Just FYI. --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Tue Dec 18 21:55:01 2018 Return-Path: Delivered-To: freebsd-ports@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 B595A1340986 for ; Tue, 18 Dec 2018 21:55:01 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:a:1dcd::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 1AE1C89A87 for ; Tue, 18 Dec 2018 21:55:00 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:a:1dcd::1]) by mail.freebsd.systems (Postfix) with ESMTP id 3D2F5898C for ; Tue, 18 Dec 2018 22:54:59 +0100 (CET) X-Virus-Scanned: amavisd-new at freebsd.systems Received: from mail.freebsd.systems ([5.196.167.1]) by mail.freebsd.systems (scan.freebsd.systems [5.196.167.1]) (amavisd-new, port 10026) with ESMTP id TA12Q8PsLMu4 for ; Tue, 18 Dec 2018 22:54:59 +0100 (CET) Received: from [192.168.168.11] (89-70-62-144.dynamic.chello.pl [89.70.62.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.freebsd.systems (Postfix) with ESMTPSA id A8B7F8986 for ; Tue, 18 Dec 2018 22:54:58 +0100 (CET) Authentication-Results: mail.freebsd.systems; dmarc=fail (p=none dis=none) header.from=wasikowski.net Authentication-Results: mail.freebsd.systems; spf=fail smtp.mailfrom=lukasz@wasikowski.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wasikowski.net; s=default; t=1545170098; bh=yMyE6Vx+KusKAFvG8i7xnOm4v8ZmdBvpDIhOuc4VTzQ=; h=To:From:Date; b=v71Hy3uBcprWJ9TG7B7t7cTFC6ytrNiOVi9LmM1Ey1nSwjafQs8rrUGYQvpyy839T Jn7Y/K95t89Z1M0X2XFYGofX0e7PnuOGqEBgVIm8bGVpB5QWAI+Dm3I6C0bEQ0eCm6 d9GpRRV6745CmS6VwLqAd+noDo5L5/O5yQvI1bZiQ5zJAzl3sFbSrYKZHROHSYoyEK AwnFykAhHiQfnJn6sA66EOk021nJnt/PFFUQnW+PRQ1jE2jg277Cu2C5V2yPrN5NgU 7ULwNEXuB/ZdAB4phZTPBKb3SDAZ/Y2SqTMTi16qso/lpyjjJ201HjB+TVxSqOOdCg /pht0A+TpOUvg== To: FreeBSD From: =?UTF-8?Q?=c5=81ukasz_W=c4=85sikowski?= Subject: sysutils/apachetop needs a commiter Openpgp: preference=signencrypt Autocrypt: addr=lukasz@wasikowski.net; prefer-encrypt=mutual; keydata= mQGiBEjRYewRBADSbCxmRZdTUzN0O+teeMIRYuOnbEmueXB0e5LrABR85LAGK6yKT1T+nTqQ aeOznWbNvxFRilo7ruTchDKM0OC8AUcx/6EncNIavMPcFIU32/OiPzktPV5ShG+s53lDDZwB Q709qZ/HdgZB7uQ970FDI6pAx4nmSmNrCR90a8Ck6wCghqQHVd6AIXYYSr/1R3mC+kb+h40D /0cNU53dKrTYbVBgLEXwD5rfDhd4idgLxJRSRXXHCug0AMU3f7O172ybMzn+Pc6AN6Z/IoRx hvrYsxYA0ISrcFPWOmpO3nQS2phGc7qv+AvpJd1NkSyN4cceMRxUOroOPT5eyhiVwuhqxIIj rrVuhfwTkGqgEZ5nH+SGg0THwBY7BADOdqvL2awLh4GpR+OYDHEJRECKXL8btj7yBNiccMs8 HIXIc5RJ5vwnRpJgephARK4ibkYszeXuyMroW2Iprd5JC75w+REYEg/43zA01OupHmyXfQcE WMbYdK+WtXgYuwdUOGjHYYICRDX92qSl1s/ahBScBlJ9TGRY6hvBdukpa7QrxYF1a2FzeiBX xIVzaWtvd3NraSA8bHVrYXN6QHdhc2lrb3dza2kubmV0PohgBBMRAgAgBQJI0WHsAhsjBgsJ CAcDAgQVAggDBBYCAwECHgECF4AACgkQXlaUxx+udUXEeACfSPizFUNDq2VPUaV6Xywva8T7 jJcAnA4DTPKlPRLBEEp/qGzyrAYUW35OuQINBEjRYewQCACCTFZWrZ/S8mIMFdqbM/Bo9Rw4 FdB2T4F7jZsm+8Qn7tvyoJ/tczwU1t8ScMJV0UqOyG3e5s/mc7J8ZO+6UTOPe+Bi855kOiJf 6G/x+HfDcQDFW0ZPdOQBp2fPqQ8sijtwmwRT1lOE9JPCLG7PhEW2K9OWPw83nTDS6VEjAUAG jHQ+SVpu+iYjqoo86IBEPmKHlUAoDXC1ypgvl09pIiKWb/wIpKKwbRzLnSRRyRnLCWFm7LsC As7Irznj8nnlZgyzdYtktoMLj3UMLrJ1xbN6LiAYru4Pj0+y7+HpKtmfesq68cyBXT0m3rEh XdPoNM2EY/oaS4jaQZva/QT8bDirAAMFB/9xzFPGgtatD1iyAhuszZWOtyyF+ZgFKuC2iSb4 55D9SWExq8uAI8UVEaPB3UWdO/FG+2PJElj0fMG94ifpHelqgCf2yLDAwkJAUkEpzYqWWNT1 JD5zwTHtBN9lBuQafwAEmDGYiZxgYKZ8NDsxpIQQ4FCuWqny78xooCX8NUaE/n+G5wZW2PQy nYV2EUGdaqsg95SxCVXLZHzSg9pb+Yzxmp3KmbZeUB9PjXeooQ2dJykCCN+RtbjEnXk/Iks0 LurW+k0E7CWxG5KHBGJ9mvJX/suIThSSLyFK/oOKuigDNLeqHih5drGDAmDcR3vAnfnu0/x5 gSyPKU+BhlLme9YIiEkEGBECAAkFAkjRYewCGwwACgkQXlaUxx+udUUuEACdGv3xU9YiGGtx AxGVSjvGBivxGGwAn057teQHcTPuzoWayHyMmukiGLW2 Message-ID: Date: Tue, 18 Dec 2018 22:54:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: pl Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 21:55:02 -0000 Hi, I'm the apachetop maintainter, there's a pending update (and compile fix) that I approved. Can someone commit it please? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227865 Thank you in advance. -- best regards, Lukasz Wasikowski From owner-freebsd-ports@freebsd.org Tue Dec 18 22:03:59 2018 Return-Path: Delivered-To: freebsd-ports@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 6D48C1340D37 for ; Tue, 18 Dec 2018 22:03:59 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::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 680F289FFD for ; Tue, 18 Dec 2018 22:03:56 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gZNT2-000Dwd-6W; Tue, 18 Dec 2018 23:03:56 +0100 Date: Tue, 18 Dec 2018 23:03:56 +0100 From: Kurt Jaeger To: ??ukasz W??sikowski Cc: FreeBSD Subject: Re: sysutils/apachetop needs a commiter Message-ID: <20181218220356.GG63752@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 22:03:59 -0000 Hi! > I'm the apachetop maintainter, there's a pending update (and compile > fix) that I approved. > > Can someone commit it please? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227865 Done. -- pi@FreeBSD.org +49 171 3101372 2 years to go ! From owner-freebsd-ports@freebsd.org Tue Dec 18 23:42:16 2018 Return-Path: Delivered-To: freebsd-ports@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 683D61342DB9; Tue, 18 Dec 2018 23:42:16 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:300:2185:a:dead:bad:faff]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC0C28D25B; Tue, 18 Dec 2018 23:42:15 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [104.207.135.49]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id wBINfiwj052422; Tue, 18 Dec 2018 23:41:44 GMT (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id wBINfiX4052421; Tue, 18 Dec 2018 23:41:44 GMT (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> Date: Tue, 18 Dec 2018 23:41:44 +0000 Organization: Dyslexic Fish To: jbeich@freebsd.org, fbsd@www.zefox.net Cc: freebsd-ports@freebsd.org, freebsd-arm@freebsd.org, cmt@burggraben.net Subject: Re: How much memory to compile www/chromium? References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <20181218174903.GA41072@www.zefox.net> In-Reply-To: <20181218174903.GA41072@www.zefox.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [104.207.135.49]); Tue, 18 Dec 2018 23:41:45 +0000 (GMT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 23:42:16 -0000 bob prohaska wrote: > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile successfully over > several days. The -DBATCH option was used, in hopes it'd fetch the right options. Use "make config-recursive" before you start. It will present to you upfront all the option screens that would appear during the build. I've noticed it sometimes misses some, if you add some dependency in one of the menus. So to be sure, once it's finished its run, if you've made any option changes, run it again, and again and again etc.. until you no longer get menus popping up. cheers, Jamie From owner-freebsd-ports@freebsd.org Wed Dec 19 01:43:36 2018 Return-Path: Delivered-To: freebsd-ports@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 A3C111346A65; Wed, 19 Dec 2018 01:43:36 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1ACEC92112; Wed, 19 Dec 2018 01:43:35 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id wBJ1hhkA042912 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 18 Dec 2018 17:43:44 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id wBJ1hho5042911; Tue, 18 Dec 2018 17:43:43 -0800 (PST) (envelope-from fbsd) Date: Tue, 18 Dec 2018 17:43:42 -0800 From: bob prohaska To: Jamie Landeg-Jones Cc: freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: RPI3 sound for www/chromium, was Re: How much memory to compile www/chromium? Message-ID: <20181219014342.GA42859@www.zefox.net> References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <20181218174903.GA41072@www.zefox.net> <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-Rspamd-Queue-Id: 1ACEC92112 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-1.00)[-0.997,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 01:43:36 -0000 On Tue, Dec 18, 2018 at 11:41:44PM +0000, Jamie Landeg-Jones wrote: > bob prohaska wrote: > > > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile successfully over > > several days. The -DBATCH option was used, in hopes it'd fetch the right options. > > Use "make config-recursive" before you start. It will present to you upfront all > the option screens that would appear during the build. > > I've noticed it sometimes misses some, if you add some dependency in one of the menus. > So to be sure, once it's finished its run, if you've made any option changes, run > it again, and again and again etc.. until you no longer get menus popping up. > That's a good idea provided one knows beforehand which options to select. I very seldom know which options apply, especially on the first try. After a few failures my guesses sometimes improve.... In the case of www/chromium it looks like the sound support is wrong, but so far it isn't obvious which sound option is correct. Would anybody hazard a guess as to what sound support works on a Pi3? The clearest hint so far is a report of ALSA lib pcm_oss.c:835:(_snd_pcm_oss_open) Cannot open device /dev/dsp when starting up chrome. Thanks for reading! bob prohaska From owner-freebsd-ports@freebsd.org Wed Dec 19 05:49:42 2018 Return-Path: Delivered-To: freebsd-ports@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 DFB4E134C390; Wed, 19 Dec 2018 05:49:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83EC36A921; Wed, 19 Dec 2018 05:49:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6D31BD65F; Wed, 19 Dec 2018 05:49:42 +0000 (UTC) From: Jan Beich To: bob prohaska Cc: Jamie Landeg-Jones , freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: RPI3 sound for www/chromium, was Re: How much memory to compile www/chromium? References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <20181218174903.GA41072@www.zefox.net> <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> <20181219014342.GA42859@www.zefox.net> Date: Wed, 19 Dec 2018 06:49:37 +0100 In-Reply-To: <20181219014342.GA42859@www.zefox.net> (bob prohaska's message of "Tue, 18 Dec 2018 17:43:42 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 83EC36A921 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.98)[-0.983,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.986,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 05:49:43 -0000 bob prohaska writes: > On Tue, Dec 18, 2018 at 11:41:44PM +0000, Jamie Landeg-Jones wrote: > >> bob prohaska wrote: >> >> > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile successfully over >> > several days. The -DBATCH option was used, in hopes it'd fetch the right options. >> >> Use "make config-recursive" before you start. It will present to you upfront all >> the option screens that would appear during the build. >> >> I've noticed it sometimes misses some, if you add some dependency in one of the menus. >> So to be sure, once it's finished its run, if you've made any option changes, run >> it again, and again and again etc.. until you no longer get menus popping up. >> > > That's a good idea provided one knows beforehand which options to select. I very > seldom know which options apply, especially on the first try. After a few failures > my guesses sometimes improve.... > > In the case of www/chromium it looks like the sound support is wrong, but so far > it isn't obvious which sound option is correct. Would anybody hazard a guess > as to what sound support works on a Pi3? > > The clearest hint so far is a report of > ALSA lib pcm_oss.c:835:(_snd_pcm_oss_open) Cannot open device /dev/dsp > when starting up chrome. According to https://svnweb.freebsd.org/changeset/base/222980 sound(4) was enabled by default only on x86 archs. From owner-freebsd-ports@freebsd.org Wed Dec 19 20:40:42 2018 Return-Path: Delivered-To: freebsd-ports@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 065B81343C5D for ; Wed, 19 Dec 2018 20:40:42 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic305-21.consmr.mail.gq1.yahoo.com (sonic305-21.consmr.mail.gq1.yahoo.com [98.137.64.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E96746CA9F for ; Wed, 19 Dec 2018 20:40:40 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: IDhYi.8VM1n87Iq1zKQn7nCLYlTGsJ_NApZPc7CQY9.tY2RTMyzriKIiinNau6V HNElefSeGM74gbZsAvhh9PKw63G0slF8MDDwYF7M3K5ALyvhIpLaDzQ7M3Qv8zIF0hrHO9D7kcSU BfR94ClAwROea_X2k3xEU7mCUBTnxHooSPGD7ZEXroDNkqhEAh3.EAJ4N4rb01YPVmfUwiTzeK5f 5Dm.0oMoNr0coVowCTDQbG.cqovP8KOUcMU1IkP6imAazuyktel7GoTR0KFGBj2qbYOgkzkCPndh YReQgVnw5Dhq1ID.Yqqr4haugVNkkSSgvTm.J8tZGHXBQ99tPORt5ZEtkUy3Ni0mmzaXde45y08X uVhKmLA7xkzDFuUFbsvl3QI42n.zFyU6hn5l1UnuRJsBiOV4VnqhMrf3MHqc3.xNQ6fXwjR4w6Fs _A4UQ7M7QR3x08foD.QWE_65XBGfojHQebNWQAiG8fV1ZAVoYegn7kT0xohpJ.vHmo3nCnJ6Rvr0 zbLPfQOyBhRSflHB3E9dUR6Pz318hYIWI8Yz5Y5LFcyDA5R9x2Soqlj8X5ZKPT6pZGzLphf0esER mNtXmadwCXJtG6PhDKZTLEzDzq1boRZhWWOjg4qxXrHEIuoDV5jtNFxnPkdHpb3KrT33jbhAulfU WfRgc2l2siUfiKzHzCADEvk_cWAEsP5ZOAzXaHsCHwk4ebcNeIpy4z8_.F1E1hycnKwsN7viqs3. HJcyJEExrDlyS7fHHR9EOOoPIRLBOFxRb_DTr4yZQh440f2dsIA6wYRYPTji7SOSQSPbfzmkCVYq Ais_zfQB4IagZZWTHCH_Pf88vlWpccuQoXRF2wTfCGDF1_T6qyLGp4mjYxkPK2HDKjJj5XHehv7C 4ew1avYD8fPpohnwfyP1tnfWTfxxvM_pg4nRvu2eVYy18r.7h2h8tJ0HV5gnv86VCi64MfLWNbM1 jPmAdm0k6aoUeE0bnOx.L296aM9Zsp7iTSMQjaRiPHXyKw9SJAM1Deom47esY3cA_fWWxBUz0tOt _zB8nG2ZxNbl.EVqTtwZok2D5JnUaaJiDPdq4HvgClQHUKpnn_BaF5Eq0CejfJNmnfg-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic305.consmr.mail.gq1.yahoo.com with HTTP; Wed, 19 Dec 2018 20:40:39 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp419.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID bed290c5268af183ea9e1fc7776a6e5a; Wed, 19 Dec 2018 20:20:20 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: FreeBSD head -r341836 amd64->aarch64 cross-build of -r484783 ports via poudriere: devel/qt5-testlib hung-up during "Checking for POSIX monotonic clock" Message-Id: <190D54A2-D29A-4B62-B8FF-99514DBE92A0@yahoo.com> Date: Wed, 19 Dec 2018 12:20:19 -0800 To: freebsd-arm , FreeBSD Current , ports-list freebsd X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: E96746CA9F X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.08 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; NEURAL_HAM_SHORT(-0.85)[-0.848,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-0.95)[-0.953,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.22)[ipnet: 98.137.64.0/21(0.66), asn: 36647(0.53), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[84.64.137.98.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 20:40:42 -0000 FYI: Based on FreeBSD head -r341836 (host and target) and ports -r484783 = . This was a rebuild based on going from perl5.26 to perl5.28 without updating = the ports tree and from system clang 6 for the prior FreeBSD-head context used to = clang 7 this time. (I'm not attributing causes here.) poudriere was using = amd64-native tools for speeding up the cross-build. # grep -r =3Dperl5=3D /etc/ ~/src.configs/ /usr/local/etc/ /etc/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 gcc=3D8 /usr/local/etc/poudriere.d/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 = gcc=3D8 There was also a "print/texinfo:configure/runaway" but I've not looked = into it at all yet and it may be a while before I do. The other ports = attempted built fine as far as I can tell so far. The devel/qt5-testlib failure looks like: [00:00:13] Building 123 packages using 28 builders . . . [00:49:30] [10] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 . . . [07:31:31] [10] [06:42:01] Saved devel/qt5-testlib | qt5-testlib-5.11.2 = wrkdir to: = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailCortexA57-default/default/qt= 5-testlib-5.11.2.tar [07:31:32] [10] [06:42:02] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Failed: configure/runaway With logs/errors/qt5-testlib-5.11.2.log showing: Checking for POSIX monotonic clock...=20 + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make =3D>> Killing runaway build after 21600 seconds with no output =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for qt5-testlib-5.11.2 Killed build of devel/qt5-testlib | qt5-testlib-5.11.2 ended at Wed Dec 19 = 06:45:42 PST 2018 build time: 06:41:46 !!! build failure encountered !!! # less = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.log . . . test config.qtbase_corelib.libraries.librt succeeded executing config test clock-monotonic + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make Some supporting details of context: # uname -apKU FreeBSD FBSDFSSD 13.0-CURRENT FreeBSD 13.0-CURRENT #5 r341836M: Tue Dec = 11 16:37:42 PST 2018 = markmi@FBSDFSSD:/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/sys/G= ENERIC-NODBG amd64 amd64 1300005 1300005 # svnlite info /usr/ports/ | grep "Re[plv]" Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 484783 Last Changed Rev: 484783 =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Wed Dec 19 22:39:09 2018 Return-Path: Delivered-To: freebsd-ports@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 3B83C134B559 for ; Wed, 19 Dec 2018 22:39:09 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic316-9.consmr.mail.gq1.yahoo.com (sonic316-9.consmr.mail.gq1.yahoo.com [98.137.69.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F6947359C for ; Wed, 19 Dec 2018 22:39:07 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: u_vPeJkVM1kVqmF5WTWaXTxxjKnLJT8MaYvOdabQwf_Tct.Do8KhqDa6UgqYgiw hRt_Ay1685U4.ZmRnNXPr9SZgaAPLmrmEzFgAl_RPDc9K0RCRDrRFrkobhama8xDigLLTRUEmnbv X18L47SvVwugha0mZNFqwtkR1SJgWjZgshTFw4v3jTdqWHwh_MaJ8YkbO0mo_0cdr2kVeO6dZj5E V0lOUNYDMiS0Yp1HywRB.GYBlYAySUZtuuW721BgJQuFxAkL9k1cUPPm7k7DBGG61FNqCXOBlGox tX_SinBcvNHcWEMuqUNn8EuRA6C9LEuy9fLZDurMCVWtLU8DOn.b8cnV2CuZhCTdqQ2WiSM89fMq oe1hEuHaYr3SOZoVigwGQzpmxanTecrlfuzCMhCyxGCH_ROK2mtrUKeRwrCOlI2mhBrtjvo8gwyJ _PFgUaSdAWr3BQCLgdP_sOI_CyXEU63p2SG9fIqdljriw_GWZ0EF2QASVscXX1bhwV.nZTDeOFyk GGgbnXVTNsnHJwut8csV5EPbwJ2Z4gtVy0kgt4anM82ThvuI3QLoc85.L8_CnSTeZjwin.CPSkiB jMCLV6DZqK39U1bL41ehjInzbuHJh7ymYIOQc._x1biXrLu22GJOWUwM7vrlMMGZPeivt7RWDOtk 5MsRy3iY5jTGsGXj5CHjMSBg8TvT0pyH3qn4vPw1SGd1jKInOn9xYerk8AFdRjsLOA_0E7l0L.wm sNxKj.caGkKcp9PNfhqJZcKvSgV0xmK9WRu5Ls.FpPhZvjgMcJpXQEXSXkh0yiSiItBbhbnyAAoA aDm7qc80ggaTCJ.aNvWMjvGH6ICBlmcLqU4B0MJEw2spCFXhi5eoD7dWfT1AO0bGNNRzIRxMTb_c iZhB4cTtUXu_.kEd2IaTqegwMZIzuevv1n7JpTD376PJm45m0dYZcJmEJmarhiDD_vtCxe9SXWcS XOhVx5OJQDHpMgQQ4zZJG3u9BkvtcIEez2bqQcQfq30Bx7UIVzWJrjvkuwGtnILiB0VqO0IWxNKa CW5qEwI8qatakNSM5OkYfseiYtlfO_MYqxklMwPDJGkuUsDQDv5sCo8tNbn9Rs_nn1p8- Received: from sonic.gate.mail.ne1.yahoo.com by sonic316.consmr.mail.gq1.yahoo.com with HTTP; Wed, 19 Dec 2018 22:39:06 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp427.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 4876b6bf4f0e77ae3ec4837f0456e7b9; Wed, 19 Dec 2018 21:58:31 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: FreeBSD head -r341836 amd64->aarch64 cross-build of -r484783 ports via poudriere: devel/qt5-testlib hung-up during "Checking for POSIX monotonic clock" Date: Wed, 19 Dec 2018 13:58:30 -0800 References: <190D54A2-D29A-4B62-B8FF-99514DBE92A0@yahoo.com> To: freebsd-arm , FreeBSD Current , ports-list freebsd In-Reply-To: <190D54A2-D29A-4B62-B8FF-99514DBE92A0@yahoo.com> Message-Id: X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 1F6947359C X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.04 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; NEURAL_HAM_SHORT(-0.80)[-0.800,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-0.95)[-0.954,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.22)[ipnet: 98.137.64.0/21(0.65), asn: 36647(0.52), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[33.69.137.98.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 22:39:09 -0000 [Looks like a race or some such for devel/qt5-testlib: retry of = poudreire-devel did not hang. The other hang-up seems to be repeating and I give some = details.] On 2018-Dec-19, at 12:20, Mark Millard wrote: > FYI: Based on FreeBSD head -r341836 (host and target) and ports = -r484783 . This > was a rebuild based on going from perl5.26 to perl5.28 without = updating the ports > tree and from system clang 6 for the prior FreeBSD-head context used = to clang 7 > this time. (I'm not attributing causes here.) poudriere was using = amd64-native > tools for speeding up the cross-build. >=20 > # grep -r =3Dperl5=3D /etc/ ~/src.configs/ /usr/local/etc/ > /etc/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 gcc=3D8 > /usr/local/etc/poudriere.d/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 = gcc=3D8 >=20 > There was also a "print/texinfo:configure/runaway" but I've not looked = into > it at all yet and it may be a while before I do. The other ports = attempted > built fine as far as I can tell so far. >=20 >=20 > The devel/qt5-testlib failure looks like: >=20 > [00:00:13] Building 123 packages using 28 builders > . . . > [00:49:30] [10] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 > . . . > [07:31:31] [10] [06:42:01] Saved devel/qt5-testlib | = qt5-testlib-5.11.2 wrkdir to: = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailCortexA57-default/default/qt= 5-testlib-5.11.2.tar > [07:31:32] [10] [06:42:02] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Failed: configure/runaway >=20 > With logs/errors/qt5-testlib-5.11.2.log showing: >=20 > Checking for POSIX monotonic clock...=20 > + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic > + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make > =3D>> Killing runaway build after 21600 seconds with no output > =3D>> Cleaning up wrkdir > =3D=3D=3D> Cleaning for qt5-testlib-5.11.2 > Killed > build of devel/qt5-testlib | qt5-testlib-5.11.2 ended at Wed Dec 19 = 06:45:42 PST 2018 > build time: 06:41:46 > !!! build failure encountered !!! >=20 >=20 > # less = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.log > . . . > test config.qtbase_corelib.libraries.librt succeeded > executing config test clock-monotonic > + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic > + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make >=20 >=20 > Some supporting details of context: >=20 > # uname -apKU > FreeBSD FBSDFSSD 13.0-CURRENT FreeBSD 13.0-CURRENT #5 r341836M: Tue = Dec 11 16:37:42 PST 2018 = markmi@FBSDFSSD:/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/sys/G= ENERIC-NODBG amd64 amd64 1300005 1300005 >=20 > # svnlite info /usr/ports/ | grep "Re[plv]" > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 484783 > Last Changed Rev: 484783 >=20 I started poudriere up again with just the 2 needing to be rebuilt (plus what depends on the 2). devel/qt5-testlib quickly completed just fine: [00:02:16] [02] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 [00:04:54] [02] [00:02:38] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Success In the prior build that had the hang-ups I looked and dor print/texinfo = : /wrkdirs/usr/ports/print/texinfo/work/texinfo-6.5/config.log shows for = its hang-up: . . . configure:6639: checking for alloca configure:6676: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe = -mcpu=3Dcortex-a57 -DLIBICONV_PLUG -g -fno-strict-aliasing = -mcpu=3Dcortex-a57 -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 configure:6676: $? =3D 0 configure:6684: result: yes configure:6794: checking for C/C++ restrict keyword configure:6821: /nxb-bin/usr/bin/cc -c -O2 -pipe -mcpu=3Dcortex-a57 = -DLIBICONV_PLUG -g -fno-strict-aliasing -mcpu=3Dcortex-a57 = -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 configure:6821: $? =3D 0 configure:6829: result: __restrict configure:6844: checking whether // is distinct from / In the poudriere re-run print/texinfo seems to be not progressing: root 87913 0.0 0.0 12920 3668 0 I 13:29 0:00.06 | = | `-- sh: poudriere[FBSDFSSDjailCortexA57-default][01]: = build_pkg (texinfo-6.5_1,1) (sh) root 88869 0.0 0.0 12920 3660 0 I 13:29 0:00.00 | = | `-- sh: poudriere[FBSDFSSDjailCortexA57-default][01]: = build_pkg (texinfo-6.5_1,1) (sh) root 88870 0.0 0.0 10412 1848 0 IJ 13:29 0:00.01 | = | `-- /usr/bin/make -C /usr/ports/print/texinfo configure root 88974 0.0 0.0 10272 1812 0 IJ 13:30 0:00.00 | = | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/print/texinfo/work/texinfo-6.5 && = _LATE_CONFIGURE_ARGS=3D"" ; if [=20 root 89283 0.0 0.0 11160 2108 0 IJ 13:30 0:00.10 | = | `-- /bin/sh ./configure --enable-nls = --prefix=3D/usr/local --localstatedir=3D/var --mandir=3D/usr/local/man = --di root 89692 0.0 0.0 227368 14504 0 IJ 13:30 0:00.03 | = | `-- /usr/local/bin/qemu-aarch64-static wc = //dev/null root 89694 0.0 0.0 227424 14596 0 IJ 13:30 0:00.01 | = | `-- /usr/local/bin/qemu-aarch64-static wc = //dev/null root 89695 0.0 0.0 227584 14720 0 IJ 13:30 0:00.01 | = | `-- wc: zygote (qemu-aarch64-static) So it appears that: /usr/local/bin/qemu-aarch64-static wc //dev/null is hanging-up (again). Given that these are hangups I'll note that this is a Ryzen Threadripper 1950X context and is running under Hyper-V from Windows 10's 1809 update. I gave it 28 logical processors and have it to have the virtual NUMA topology match the topology of the physical hardware: "Use Hardware Topology". (Processors 28, NUMA nodes 2, Sockets 1, Hardware threads per core 2.) =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Thu Dec 20 00:21:52 2018 Return-Path: Delivered-To: freebsd-ports@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 D5E3C134F232 for ; Thu, 20 Dec 2018 00:21:51 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic315-9.consmr.mail.gq1.yahoo.com (sonic315-9.consmr.mail.gq1.yahoo.com [98.137.65.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F32EE81310 for ; Thu, 20 Dec 2018 00:21:49 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: I3KdwRkVM1mM2acaFyvT1QHpEk2EmAVZlcHv9TLlT7oDF0Q8YzNiYfMJMzofCTe mKbEDfEHTR8mY9tYoxARpQhZDhy8xBkyHkfwWTRfnVKAmXuCeEUpRp5hFLNlNnDOxZJQiWqZ7D48 28pxxs6Jvy4BVsuinz6uRvCcLg_cn_5pTEUQ2Uny6uMJ_xiL3Wa2i6GtQKsCfUhyqETK5e5n0miT zL0X5JPrpBq5v4YvKGGMRn6v9RcmzM4sTuJaWeyzL2XbziLazMJ71OW86I5mizEUsaAXCsQtrrfV vHWPMPfUyfGep0BKjH7f7s.BdQ7qf8N6zRh46T8uNTdywn4oskOtCZD9ZKqAqBUln1b3wgqhSmZg Nu1KMe.ojY9.Y5_rWqIV5rLYGl6gxr48fhDkO3ZIX.xSYxH282m7LvlKbSr4tH5uxUvISKAoTfzh LqjwPjh7RJI8AkwBMIEpaKIhbY0KLovDN_i.D5tUpM08yIuMJ6z3tBM0.52EPCgU9J5P5jqBYWXa 0cM3swQgxUOykMTexjCnueURsX2y3e5GGRj7I1GhMw7OUp5.3K31Fmu2ICPPIoeOQkbDOm5lvV6m DutifmkwKVh.xReTcdN4vUa7hnI4Cpq9l2fCvPsI8V4J7Ozk9RNE7O.9mEzTKh_ldv4OEHOu2SB7 tzNVApvtwPh24F27ev8loSbuRZYvnL0V.LkjflCEK1xDfy20WK06ZJ3pwGJY.qf5zCqvOBlRFbZY wjRdYed1NF2n9sohIO1uPCK89n4qXMvz5lqNxI1ZrKt6hqLP4K4xHmkM5gsKLVk7HF0yaViT.H54 3ypZqKkdN5vI42SEAi6ZZyI1i5dEg1IQIZPSVnlY..te4ZQ40_t95.R08MozGHS1TaSIIN5DXKmT nRYWxSDgDvBaonCnXDDPtIKV5q6M38XXIglwDKx1C2n3bl8.ZleCVgvpjrhEgXQ9oIXO3YuQmFeS XydcxOD9XExcdjknNPTKKrlEgZ7mpTMEe5D0PhCPezS_eaJiIFP4mmiFFtSnXwE.9ep0KGYNEE3g zsyp.8PfGqJZRvPThmYGRoWM4wGcTihpgUW9KTHoAUh2uYA9NUj0.cg3bieIhodJxSQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic315.consmr.mail.gq1.yahoo.com with HTTP; Thu, 20 Dec 2018 00:21:48 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp413.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 4455f6c70c5b45e5ff84e81aa1b6e7de; Thu, 20 Dec 2018 00:21:43 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: FreeBSD head -r341836 amd64->aarch64 cross-build of -r484783 ports via poudriere: devel/qt5-testlib hung-up during "Checking for POSIX monotonic clock" Date: Wed, 19 Dec 2018 16:21:42 -0800 References: <190D54A2-D29A-4B62-B8FF-99514DBE92A0@yahoo.com> To: freebsd-arm , FreeBSD Current , ports-list freebsd In-Reply-To: Message-Id: <8A63BA63-FBCB-40DA-B031-4C7F4B1F5118@yahoo.com> X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: F32EE81310 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.88 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.38)[0.383,0]; NEURAL_HAM_LONG(-0.97)[-0.971,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.22)[ipnet: 98.137.64.0/21(0.65), asn: 36647(0.52), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[33.65.137.98.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 00:21:52 -0000 [I attached to the hung-up process with gdb and looked around a little.] On 2018-Dec-19, at 13:58, Mark Millard wrote: > [Looks like a race or some such for devel/qt5-testlib: retry of = poudreire-devel > did not hang. The other hang-up seems to be repeating and I give some = details.] >=20 > On 2018-Dec-19, at 12:20, Mark Millard wrote: >=20 >> FYI: Based on FreeBSD head -r341836 (host and target) and ports = -r484783 . This >> was a rebuild based on going from perl5.26 to perl5.28 without = updating the ports >> tree and from system clang 6 for the prior FreeBSD-head context used = to clang 7 >> this time. (I'm not attributing causes here.) poudriere was using = amd64-native >> tools for speeding up the cross-build. >>=20 >> # grep -r =3Dperl5=3D /etc/ ~/src.configs/ /usr/local/etc/ >> /etc/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 gcc=3D8 >> /usr/local/etc/poudriere.d/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 = gcc=3D8 >>=20 >> There was also a "print/texinfo:configure/runaway" but I've not = looked into >> it at all yet and it may be a while before I do. The other ports = attempted >> built fine as far as I can tell so far. >>=20 >>=20 >> The devel/qt5-testlib failure looks like: >>=20 >> [00:00:13] Building 123 packages using 28 builders >> . . . >> [00:49:30] [10] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 >> . . . >> [07:31:31] [10] [06:42:01] Saved devel/qt5-testlib | = qt5-testlib-5.11.2 wrkdir to: = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailCortexA57-default/default/qt= 5-testlib-5.11.2.tar >> [07:31:32] [10] [06:42:02] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Failed: configure/runaway >>=20 >> With logs/errors/qt5-testlib-5.11.2.log showing: >>=20 >> Checking for POSIX monotonic clock...=20 >> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic >> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make >> =3D>> Killing runaway build after 21600 seconds with no output >> =3D>> Cleaning up wrkdir >> =3D=3D=3D> Cleaning for qt5-testlib-5.11.2 >> Killed >> build of devel/qt5-testlib | qt5-testlib-5.11.2 ended at Wed Dec 19 = 06:45:42 PST 2018 >> build time: 06:41:46 >> !!! build failure encountered !!! >>=20 >>=20 >> # less = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.log >> . . . >> test config.qtbase_corelib.libraries.librt succeeded >> executing config test clock-monotonic >> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic >> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make >>=20 >>=20 >> Some supporting details of context: >>=20 >> # uname -apKU >> FreeBSD FBSDFSSD 13.0-CURRENT FreeBSD 13.0-CURRENT #5 r341836M: Tue = Dec 11 16:37:42 PST 2018 = markmi@FBSDFSSD:/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/sys/G= ENERIC-NODBG amd64 amd64 1300005 1300005 >>=20 >> # svnlite info /usr/ports/ | grep "Re[plv]" >> Relative URL: ^/head >> Repository Root: svn://svn.freebsd.org/ports >> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 >> Revision: 484783 >> Last Changed Rev: 484783 >>=20 >=20 > I started poudriere up again with just the 2 needing to be rebuilt = (plus > what depends on the 2). devel/qt5-testlib quickly completed just fine: >=20 > [00:02:16] [02] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 > [00:04:54] [02] [00:02:38] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Success >=20 >=20 > In the prior build that had the hang-ups I looked and dor = print/texinfo : >=20 > /wrkdirs/usr/ports/print/texinfo/work/texinfo-6.5/config.log shows for = its > hang-up: >=20 > . . . > configure:6639: checking for alloca > configure:6676: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe = -mcpu=3Dcortex-a57 -DLIBICONV_PLUG -g -fno-strict-aliasing = -mcpu=3Dcortex-a57 -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 > configure:6676: $? =3D 0 > configure:6684: result: yes > configure:6794: checking for C/C++ restrict keyword > configure:6821: /nxb-bin/usr/bin/cc -c -O2 -pipe -mcpu=3Dcortex-a57 = -DLIBICONV_PLUG -g -fno-strict-aliasing -mcpu=3Dcortex-a57 = -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 > configure:6821: $? =3D 0 > configure:6829: result: __restrict > configure:6844: checking whether // is distinct from / >=20 >=20 > In the poudriere re-run print/texinfo seems to be not progressing: >=20 > root 87913 0.0 0.0 12920 3668 0 I 13:29 0:00.06 = | | `-- sh: poudriere[FBSDFSSDjailCortexA57-default][01]: = build_pkg (texinfo-6.5_1,1) (sh) > root 88869 0.0 0.0 12920 3660 0 I 13:29 0:00.00 = | | `-- sh: poudriere[FBSDFSSDjailCortexA57-default][01]: = build_pkg (texinfo-6.5_1,1) (sh) > root 88870 0.0 0.0 10412 1848 0 IJ 13:29 0:00.01 = | | `-- /usr/bin/make -C /usr/ports/print/texinfo = configure > root 88974 0.0 0.0 10272 1812 0 IJ 13:30 0:00.00 = | | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/print/texinfo/work/texinfo-6.5 && = _LATE_CONFIGURE_ARGS=3D"" ; if [=20 > root 89283 0.0 0.0 11160 2108 0 IJ 13:30 0:00.10 = | | `-- /bin/sh ./configure --enable-nls = --prefix=3D/usr/local --localstatedir=3D/var --mandir=3D/usr/local/man = --di > root 89692 0.0 0.0 227368 14504 0 IJ 13:30 0:00.03 = | | `-- /usr/local/bin/qemu-aarch64-static wc = //dev/null > root 89694 0.0 0.0 227424 14596 0 IJ 13:30 0:00.01 = | | `-- /usr/local/bin/qemu-aarch64-static wc = //dev/null > root 89695 0.0 0.0 227584 14720 0 IJ 13:30 0:00.01 = | | `-- wc: zygote (qemu-aarch64-static) >=20 >=20 > So it appears that: >=20 > /usr/local/bin/qemu-aarch64-static wc //dev/null >=20 > is hanging-up (again). >=20 >=20 > Given that these are hangups I'll note that this is a Ryzen > Threadripper 1950X context and is running under Hyper-V from > Windows 10's 1809 update. I gave it 28 logical processors and > have it to have the virtual NUMA topology match the topology of > the physical hardware: "Use Hardware Topology". (Processors > 28, NUMA nodes 2, Sockets 1, Hardware threads per core 2.) Attaching to the stuck process via gdb and looking at the backtrace shows: (gdb) attach 89695 Attaching to program: /usr/local/bin/qemu-aarch64-static, process 89695 [New LWP 101548 of process 89695] [Switching to LWP 100804 of process 89695] _pselect () at _pselect.S:3 3 PSEUDO(pselect) (gdb) bt #0 _pselect () at _pselect.S:3 #1 0x00000000601da57f in __thr_pselect (count=3D12, = rfds=3D0x7ffffffe3650, wfds=3D0x0, efds=3D0x0, timo=3D0x0, = mask=3D0x7ffffffe3600) at /usr/src/lib/libthr/thread/thr_syscalls.c:378 #2 0x000000006004928d in do_freebsd_select (env=3D0x860edfb18, = n=3D, rfd_addr=3D140736934698744, wfd_addr=3D, efd_addr=3D0, target_tv_addr=3D0) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/freebsd/os-time.h:468 #3 do_freebsd_syscall (cpu_env=3D0x860edfb18, num=3D93, arg1=3D12, = arg2=3D140736934698744, arg3=3D0, arg4=3D0, arg5=3D0, arg6=3D274914043516,= arg7=3D274913946564, arg8=3D6579811) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/syscall.c:1106 #4 0x000000006003903c in target_cpu_loop (env=3D0x860edfb18) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/aarch64/target_arch_cpu.h:100 #5 0x0000000060038e09 in cpu_loop (env=3D0xc) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/main.c:121 #6 0x0000000060039ecb in main (argc=3D, = argv=3D0x7fffffffd360) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/main.c:513 (gdb) up #1 0x00000000601da57f in __thr_pselect (count=3D12, = rfds=3D0x7ffffffe3650, wfds=3D0x0, efds=3D0x0, timo=3D0x0, = mask=3D0x7ffffffe3600) at /usr/src/lib/libthr/thread/thr_syscalls.c:378 378 ret =3D __sys_pselect(count, rfds, wfds, efds, timo, = mask); (gdb) print *rfds $1 =3D {__fds_bits =3D {2048, 0 }} (gdb) info threads Id Target Id Frame=20 * 1 LWP 100804 of process 89695 _pselect () at _pselect.S:3 2 LWP 101548 of process 89695 _umtx_op_err () at = /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 (gdb) thread 2=20 [Switching to thread 2 (LWP 101548 of process 89695)] #0 _umtx_op_err () at = /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 37 RSYSCALL_ERR(_umtx_op) (gdb) bt #0 _umtx_op_err () at = /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 #1 0x00000000601d2ec0 in _thr_umtx_timedwait_uint (mtx=3D0x861027008, = id=3D, clockid=3D, abstime=3D, shared=3D) at /usr/src/lib/libthr/thread/thr_umtx.c:236 #2 0x00000000601dc6f8 in cond_wait_user (cvp=3D, = mp=3D0x860515b00, abstime=3D0x0, cancel=3D1) at = /usr/src/lib/libthr/thread/thr_cond.c:307 #3 cond_wait_common (cond=3D, mutex=3D, = abstime=3D0x0, cancel=3D1) at /usr/src/lib/libthr/thread/thr_cond.c:367 #4 0x00000000601438bc in qemu_futex_wait (ev=3D, = val=3D4294967295) at util/qemu-thread-posix.c:350 #5 qemu_event_wait (ev=3D0x62735d10 ) at = util/qemu-thread-posix.c:445 #6 0x000000006014a92a in call_rcu_thread (opaque=3D) at = util/rcu.c:255 #7 0x00000000601dc376 in thread_start (curthread=3D0x860518e00) at = /usr/src/lib/libthr/thread/thr_create.c:291 #8 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x7fffdfdfc000 =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Thu Dec 20 01:20:03 2018 Return-Path: Delivered-To: freebsd-ports@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 154CF1350DCB for ; Thu, 20 Dec 2018 01:20:03 +0000 (UTC) (envelope-from neel@neelc.org) Received: from cloudy.neelc.org (cloudy.neelc.org [IPv6:2001:19f0:5:50fb:5400:1ff:fec7:7a40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80BA28386A for ; Thu, 20 Dec 2018 01:20:02 +0000 (UTC) (envelope-from neel@neelc.org) Received: from mail.neelc.org (cloudy.neelc.org [IPv6:2001:19f0:5:50fb:5400:1ff:fec7:7a40]) by cloudy.neelc.org (Postfix) with ESMTPSA id 18C42C8C94 for ; Wed, 19 Dec 2018 20:19:55 -0500 (EST) MIME-Version: 1.0 Date: Thu, 20 Dec 2018 01:19:54 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.12.1 From: "Neel Chauhan" Message-ID: <3a325580653f66dfef3c55cdb770524d@neelc.org> Subject: Dropping maintainership for www/miniminiweb To: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 01:20:03 -0000 Hi freebsd-ports@,=0A=0AMay I please drop maintainership for www/minimini= web only? However, I still want to maintain other ports.=0A=0AThanks,=0A= =0ANeel Chauhan=0A=0A=3D=3D=3D=0A=0Ahttps://www.neelc.org/ From owner-freebsd-ports@freebsd.org Thu Dec 20 02:28:38 2018 Return-Path: Delivered-To: freebsd-ports@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 BEBF9135368C for ; Thu, 20 Dec 2018 02:28:38 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) (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 3AC7786F57 for ; Thu, 20 Dec 2018 02:28:38 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pl1-x631.google.com with SMTP id u18so120268plq.7 for ; Wed, 19 Dec 2018 18:28:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Zlka7cESs6aH03WeCsnKyexm58m4Ak9Slhr99D+GjOg=; b=VV0Hx/X44olZ/3DDNRLeWAPUObYoba1+yl3r+WDi8nys6UZre01VSS0s4rU8FQ3i5a C3IukXru6lEoPsC+KEMPbEXmBRtCwTp9O7xoLr5H430bTCoaFiigmOOFuAQwq/zB+f6Z YjFMXWX+r/+R9K0YmLcrL5n2tKKglAvcdZHaAUbflpQC68sLryNXybGx9FqYam1a/R5E /RQMBoFp/w/iuxfJKVZ1SkkPXS+bMLy2MBrVM6U1kFyaYx7Ph2SDSyvTsZ6CNNz4Jb18 KtQunGAvyEaBKsIiDELXmIj5WR8wRY+ETKTdXEhOOsoosLme9uqTsA20YPsKRFkqBmmx sFAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=Zlka7cESs6aH03WeCsnKyexm58m4Ak9Slhr99D+GjOg=; b=nZviduQAbNaZvkoAuDlT1smt2F8z8hPjlpMKIdIQ33+omBi+47r5A/Ng4DaETaC5Rx Sp1qrnBZcwDJrLuWUEWgrxtFhJb0Sr+x8ilcWR3cudYnN7LTpp4pZD7iVg7/FwSCuDwC ZfsnzjfufICGaMTWU7gwqsfp7Gd6pygWikmjZ2a4kJRy4ottnUazScp1ZzXBK2CAN+gL 9CWT2VfxF/L81OE/Kn2xQrBymVZFZ0KdA4lOx5c47NB+fgY33LYUkjmAT5bCGclW7/US guETM9ijCJ4KekcHfKT243c9umBepN5f+gAcVJl10lylME7AXXxqJmh8fgQYf0MobI4J ESEQ== X-Gm-Message-State: AA+aEWbDvc4uYtOdv0tfMva+Bm9RKyJgvowleda+L6GC4E1i63yQbSSg tLmRlxPFlAf19EZKV9e+M7I24jXD X-Google-Smtp-Source: AFSGD/VDRwv9aFkP3EbHMVKjwTBBBCkgAYTS9S5HDFg1vXiWQWSrCuS+sSlRmUiYJUnBXYYT6+EXKg== X-Received: by 2002:a17:902:442:: with SMTP id 60mr21167787ple.73.1545272916755; Wed, 19 Dec 2018 18:28:36 -0800 (PST) Received: from [192.168.1.105] (119-18-15-55.cust.aussiebb.net. [119.18.15.55]) by smtp.gmail.com with ESMTPSA id g15sm88759748pfj.131.2018.12.19.18.28.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Dec 2018 18:28:36 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: Dropping maintainership for www/miniminiweb To: Neel Chauhan , freebsd-ports@freebsd.org References: <3a325580653f66dfef3c55cdb770524d@neelc.org> From: Kubilay Kocak Message-ID: Date: Thu, 20 Dec 2018 13:28:31 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:64.0) Gecko/20100101 Thunderbird/64.0 MIME-Version: 1.0 In-Reply-To: <3a325580653f66dfef3c55cdb770524d@neelc.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 3AC7786F57 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.985,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 02:28:39 -0000 On 20/12/2018 12:19 pm, Neel Chauhan wrote: > Hi freebsd-ports@, > > May I please drop maintainership for www/miniminiweb only? However, I still want to maintain other ports. > > Thanks, > > Neel Chauhan > You may at any time, no permission required :) Standard procedure applies to this as with any change, just: - submit a bugzilla issue with title: "cat/port: Reset MAINTAINER", with - a patch including the change, and - set maintainer-approval on the attachment to + (as current maintainer) Then someone will take care of it lastly, thank you for your efforts maintaining this (until now) and other ports Neel! ./koobs From owner-freebsd-ports@freebsd.org Thu Dec 20 12:46:40 2018 Return-Path: Delivered-To: freebsd-ports@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 4CD6F1345A0B for ; Thu, 20 Dec 2018 12:46:40 +0000 (UTC) (envelope-from portscout@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 DCEE377161 for ; Thu, 20 Dec 2018 12:46:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id A0B691345A08; Thu, 20 Dec 2018 12:46:39 +0000 (UTC) Delivered-To: ports@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 8F16D1345A07 for ; Thu, 20 Dec 2018 12:46:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30F6177158 for ; Thu, 20 Dec 2018 12:46:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 5461E6D0E for ; Thu, 20 Dec 2018 12:46:38 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id wBKCkc8u005152 for ; Thu, 20 Dec 2018 12:46:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id wBKCkc0A005146; Thu, 20 Dec 2018 12:46:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201812201246.wBKCkc0A005146@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 20 Dec 2018 12:46:38 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 12:46:40 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ cad/elmerfem | 8.3.20170524 | release-8.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Thu Dec 20 18:56:15 2018 Return-Path: Delivered-To: freebsd-ports@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 A72311350868; Thu, 20 Dec 2018 18:56:15 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E7BDA8DEEA; Thu, 20 Dec 2018 18:56:14 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id wBKIu1wd052330 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 20 Dec 2018 10:56:02 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id wBKIu1Ok052329; Thu, 20 Dec 2018 10:56:01 -0800 (PST) (envelope-from fbsd) Date: Thu, 20 Dec 2018 10:56:01 -0800 From: bob prohaska To: Brian Scott Cc: Jan Beich , Jamie Landeg-Jones , freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: RPI3 sound for www/chromium, was Re: How much memory to compile www/chromium? Message-ID: <20181220185601.GA51899@www.zefox.net> References: <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <20181218174903.GA41072@www.zefox.net> <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> <20181219014342.GA42859@www.zefox.net> <233863b5-f748-2c2e-976f-110ab49e4675@bunyatech.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <233863b5-f748-2c2e-976f-110ab49e4675@bunyatech.com.au> User-Agent: Mutt/1.5.24 (2015-08-30) X-Rspamd-Queue-Id: E7BDA8DEEA X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.14 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.01)[-0.008,0]; WWW_DOT_DOMAIN(0.50)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.64)[0.639,0]; RCVD_TLS_LAST(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: www.zefox.net]; NEURAL_SPAM_LONG(0.43)[0.428,0]; IP_SCORE(0.19)[ip: (0.70), ipnet: 50.1.16.0/20(0.35), asn: 7065(-0.01), country: US(-0.08)]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 18:56:15 -0000 On Wed, Dec 19, 2018 at 05:14:07PM +1100, Brian Scott wrote: > > I believe the problem now is that support for builtin sound on the RPI3 > is still a work in progress (it goes through the HDMI subsystem and I > think it was a 32 vs. 64 bit issue but is a mystery to me beyond that). > I infer that sound is only a distant murmur on the Pi3..... 8-) Thanks for the clarification! bob prohaska > From owner-freebsd-ports@freebsd.org Thu Dec 20 20:29:00 2018 Return-Path: Delivered-To: freebsd-ports@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 6BF2C1353038 for ; Thu, 20 Dec 2018 20:29:00 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic306-3.consmr.mail.bf2.yahoo.com (sonic306-3.consmr.mail.bf2.yahoo.com [74.6.132.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EBC86BFE7 for ; Thu, 20 Dec 2018 20:28:59 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 2JFnqj0VM1kJS.8j46j4nt211ocIG31sDXNqAFsvSSEh.j3dRZRf_t7pwSOimSO 73emricSDphZ2IjDSaNhuaoO9M_w6FO4rUZ6XVO2R.onw5IfFqbtItn3whk8pLcJYTqhsXaBhRRe 4s5MKiGD2u1zTkH.XDWjl4lGDPc7Y4vDW4Z5a.9XtneDu16Pw3fQl_HGnBRRVDZdfDsjOWGuRZuT HXEAwx11SeLiPYoK0LHXfPym.901YVT86O67xAKS2sDl_g410FGwG4tb2J5EjUUQr42PxS6b6UZi sa.SZnwDSilh5W0ezB.QKwBF0sbNoxmfTGcySuuEewRxp8yLWMN19Oe4bM2d5DKdD6.Jx6zx7sRH 6LGI8fW1oedbbnTz35Xl9aDPWV8nGScSsmRBylPLmighLuUPp1pE32C308wLzq5pAxAFjuoIQhNn DFlNqu4DYeqMn4w1VtK9s4rpE5I8krKKJzwjyXX5Gxf4jDp7SwNErvjIYaUYHgg2ZIG3lDA2LHVn ObNuq8_57zB9afW_6lauaSTOaey4zkOdSQf.FlOft6ZCVgVzQ7WQ.vHTZf7fyH.kBkKHJcM68e1Q eLM2NohoO7wXL7dfpsXCHHjoVwSRWflWLSFRe.uZH1t09P4qjsXjkVO0tFSgWDNlUvrUZAgAeavD FcPYreQVl_4Oxx7_IG9ERmXgCKt6Nla3YIrUHwOWSO_u7fI4gkFs4oRgxQ9wSw6EzHViFCgIrt27 wqN.2zUztHtw9wHhqI4q_wzACiyVpCQJT.5xx5N39eRWJn4wrtnHDz7mdcBgwojy3VTnLVSf93kg lBoKkH9E.V.XBiBCCZXR6flNRGjjW6wRaD_kNkw0uwie8FZGEPzVXRE9GBhIIoXOIApJiPkRQmPG HAl46JKZsZawkWH2X7HRb51jKIZSoah5iiO.OPiYwmD4UVT4ChmK.nDBskbHi4DWvfHx9NzSOezE OF_Bs8S52fA8jUL5SZWnSmDDk5fALfrAzbtMBpNy0lWy0KE_tk_RFojM59gtugyTRyeRJio4wq2Q uGGZKX1zVeAa8Emg2YauBL1m72VaKMbqh6XehaBDDD2zHZl52wL0hw3yQS2tF_1OjmA_Htw-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.bf2.yahoo.com with HTTP; Thu, 20 Dec 2018 20:28:57 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp408.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 0d16d82eec8ee89c06abd20fccc717bb; Thu, 20 Dec 2018 20:28:54 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: FreeBSD head -r341836 amd64->aarch64 cross-build of -r484783 ports via poudriere: devel/qt5-testlib hung-up during "Checking for POSIX monotonic clock" Date: Thu, 20 Dec 2018 12:28:51 -0800 References: <190D54A2-D29A-4B62-B8FF-99514DBE92A0@yahoo.com> <8A63BA63-FBCB-40DA-B031-4C7F4B1F5118@yahoo.com> To: freebsd-arm , FreeBSD Current , ports-list freebsd In-Reply-To: <8A63BA63-FBCB-40DA-B031-4C7F4B1F5118@yahoo.com> Message-Id: X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 4EBC86BFE7 X-Spamd-Bar: / X-Spamd-Result: default: False [0.95 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; NEURAL_HAM_SHORT(-0.00)[-0.002,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:26101, ipnet:74.6.128.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.01)[-0.008,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-0.17)[-0.171,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.64)[ip: (5.27), ipnet: 74.6.128.0/21(1.67), asn: 26101(1.34), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[42.132.6.74.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 20:29:00 -0000 [A amd64->armv7 cross build shows interesting hang-up behavior as well, apparently highly repeatable for my current context.] On 2018-Dec-19, at 16:21, Mark Millard wrote: > [I attached to the hung-up process with gdb and looked around a = little.] >=20 > On 2018-Dec-19, at 13:58, Mark Millard wrote: >=20 >> [Looks like a race or some such for devel/qt5-testlib: retry of = poudreire-devel >> did not hang. The other hang-up seems to be repeating and I give some = details.] >>=20 >> On 2018-Dec-19, at 12:20, Mark Millard wrote: >>=20 >>> FYI: Based on FreeBSD head -r341836 (host and target) and ports = -r484783 . This >>> was a rebuild based on going from perl5.26 to perl5.28 without = updating the ports >>> tree and from system clang 6 for the prior FreeBSD-head context used = to clang 7 >>> this time. (I'm not attributing causes here.) poudriere was using = amd64-native >>> tools for speeding up the cross-build. >>>=20 >>> # grep -r =3Dperl5=3D /etc/ ~/src.configs/ /usr/local/etc/ >>> /etc/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 gcc=3D8 >>> /usr/local/etc/poudriere.d/make.conf:DEFAULT_VERSIONS+=3Dperl5=3D5.28 = gcc=3D8 >>>=20 >>> There was also a "print/texinfo:configure/runaway" but I've not = looked into >>> it at all yet and it may be a while before I do. The other ports = attempted >>> built fine as far as I can tell so far. >>>=20 >>>=20 >>> The devel/qt5-testlib failure looks like: >>>=20 >>> [00:00:13] Building 123 packages using 28 builders >>> . . . >>> [00:49:30] [10] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 >>> . . . >>> [07:31:31] [10] [06:42:01] Saved devel/qt5-testlib | = qt5-testlib-5.11.2 wrkdir to: = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailCortexA57-default/default/qt= 5-testlib-5.11.2.tar >>> [07:31:32] [10] [06:42:02] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Failed: configure/runaway >>>=20 >>> With logs/errors/qt5-testlib-5.11.2.log showing: >>>=20 >>> Checking for POSIX monotonic clock...=20 >>> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic >>> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make >>> =3D>> Killing runaway build after 21600 seconds with no output >>> =3D>> Cleaning up wrkdir >>> =3D=3D=3D> Cleaning for qt5-testlib-5.11.2 >>> Killed >>> build of devel/qt5-testlib | qt5-testlib-5.11.2 ended at Wed Dec 19 = 06:45:42 PST 2018 >>> build time: 06:41:46 >>> !!! build failure encountered !!! >>>=20 >>>=20 >>> # less = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.log >>> . . . >>> test config.qtbase_corelib.libraries.librt succeeded >>> executing config test clock-monotonic >>> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/bin= /qmake "CONFIG -=3D qt debug_and_release app_bundle lib_bundle" "CONFIG = +=3D shared warn_off console single_arch" = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic >>> + cd = /wrkdirs/usr/ports/devel/qt5-testlib/work/qtbase-everywhere-src-5.11.2/con= fig.tests/clock-monotonic && MAKEFLAGS=3D make >>>=20 >>>=20 >>> Some supporting details of context: >>>=20 >>> # uname -apKU >>> FreeBSD FBSDFSSD 13.0-CURRENT FreeBSD 13.0-CURRENT #5 r341836M: Tue = Dec 11 16:37:42 PST 2018 = markmi@FBSDFSSD:/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/sys/G= ENERIC-NODBG amd64 amd64 1300005 1300005 >>>=20 >>> # svnlite info /usr/ports/ | grep "Re[plv]" >>> Relative URL: ^/head >>> Repository Root: svn://svn.freebsd.org/ports >>> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 >>> Revision: 484783 >>> Last Changed Rev: 484783 >>>=20 >>=20 >> I started poudriere up again with just the 2 needing to be rebuilt = (plus >> what depends on the 2). devel/qt5-testlib quickly completed just = fine: >>=20 >> [00:02:16] [02] [00:00:00] Building devel/qt5-testlib | = qt5-testlib-5.11.2 >> [00:04:54] [02] [00:02:38] Finished devel/qt5-testlib | = qt5-testlib-5.11.2: Success >>=20 >>=20 >> In the prior build that had the hang-ups I looked and dor = print/texinfo : >>=20 >> /wrkdirs/usr/ports/print/texinfo/work/texinfo-6.5/config.log shows = for its >> hang-up: >>=20 >> . . . >> configure:6639: checking for alloca >> configure:6676: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe = -mcpu=3Dcortex-a57 -DLIBICONV_PLUG -g -fno-strict-aliasing = -mcpu=3Dcortex-a57 -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 >> configure:6676: $? =3D 0 >> configure:6684: result: yes >> configure:6794: checking for C/C++ restrict keyword >> configure:6821: /nxb-bin/usr/bin/cc -c -O2 -pipe -mcpu=3Dcortex-a57 = -DLIBICONV_PLUG -g -fno-strict-aliasing -mcpu=3Dcortex-a57 = -DLIBICONV_PLUG -D_THREAD_SAFE conftest.c >&5 >> configure:6821: $? =3D 0 >> configure:6829: result: __restrict >> configure:6844: checking whether // is distinct from / >>=20 >>=20 >> In the poudriere re-run print/texinfo seems to be not progressing: >>=20 >> root 87913 0.0 0.0 12920 3668 0 I 13:29 = 0:00.06 | | `-- sh: = poudriere[FBSDFSSDjailCortexA57-default][01]: build_pkg = (texinfo-6.5_1,1) (sh) >> root 88869 0.0 0.0 12920 3660 0 I 13:29 = 0:00.00 | | `-- sh: = poudriere[FBSDFSSDjailCortexA57-default][01]: build_pkg = (texinfo-6.5_1,1) (sh) >> root 88870 0.0 0.0 10412 1848 0 IJ 13:29 = 0:00.01 | | `-- /usr/bin/make -C /usr/ports/print/texinfo = configure >> root 88974 0.0 0.0 10272 1812 0 IJ 13:30 = 0:00.00 | | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/print/texinfo/work/texinfo-6.5 && = _LATE_CONFIGURE_ARGS=3D"" ; if [=20 >> root 89283 0.0 0.0 11160 2108 0 IJ 13:30 = 0:00.10 | | `-- /bin/sh ./configure --enable-nls = --prefix=3D/usr/local --localstatedir=3D/var --mandir=3D/usr/local/man = --di >> root 89692 0.0 0.0 227368 14504 0 IJ 13:30 = 0:00.03 | | `-- /usr/local/bin/qemu-aarch64-static = wc //dev/null >> root 89694 0.0 0.0 227424 14596 0 IJ 13:30 = 0:00.01 | | `-- /usr/local/bin/qemu-aarch64-static = wc //dev/null >> root 89695 0.0 0.0 227584 14720 0 IJ 13:30 = 0:00.01 | | `-- wc: zygote (qemu-aarch64-static) >>=20 >>=20 >> So it appears that: >>=20 >> /usr/local/bin/qemu-aarch64-static wc //dev/null >>=20 >> is hanging-up (again). >>=20 >>=20 >> Given that these are hangups I'll note that this is a Ryzen >> Threadripper 1950X context and is running under Hyper-V from >> Windows 10's 1809 update. I gave it 28 logical processors and >> have it to have the virtual NUMA topology match the topology of >> the physical hardware: "Use Hardware Topology". (Processors >> 28, NUMA nodes 2, Sockets 1, Hardware threads per core 2.) >=20 > Attaching to the stuck process via gdb and looking at the backtrace > shows: >=20 > (gdb) attach 89695 > Attaching to program: /usr/local/bin/qemu-aarch64-static, process = 89695 > [New LWP 101548 of process 89695] > [Switching to LWP 100804 of process 89695] > _pselect () at _pselect.S:3 > 3 PSEUDO(pselect) >=20 > (gdb) bt > #0 _pselect () at _pselect.S:3 > #1 0x00000000601da57f in __thr_pselect (count=3D12, = rfds=3D0x7ffffffe3650, wfds=3D0x0, efds=3D0x0, timo=3D0x0, = mask=3D0x7ffffffe3600) at /usr/src/lib/libthr/thread/thr_syscalls.c:378 > #2 0x000000006004928d in do_freebsd_select (env=3D0x860edfb18, = n=3D, rfd_addr=3D140736934698744, wfd_addr=3D, efd_addr=3D0, target_tv_addr=3D0) > at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/freebsd/os-time.h:468 > #3 do_freebsd_syscall (cpu_env=3D0x860edfb18, num=3D93, arg1=3D12, = arg2=3D140736934698744, arg3=3D0, arg4=3D0, arg5=3D0, arg6=3D274914043516,= arg7=3D274913946564, arg8=3D6579811) > at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/syscall.c:1106 > #4 0x000000006003903c in target_cpu_loop (env=3D0x860edfb18) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/aarch64/target_arch_cpu.h:100 > #5 0x0000000060038e09 in cpu_loop (env=3D0xc) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/main.c:121 > #6 0x0000000060039ecb in main (argc=3D, = argv=3D0x7fffffffd360) at = /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/b= sd-user/main.c:513 >=20 > (gdb) up > #1 0x00000000601da57f in __thr_pselect (count=3D12, = rfds=3D0x7ffffffe3650, wfds=3D0x0, efds=3D0x0, timo=3D0x0, = mask=3D0x7ffffffe3600) at /usr/src/lib/libthr/thread/thr_syscalls.c:378 > 378 ret =3D __sys_pselect(count, rfds, wfds, efds, timo, = mask); > (gdb) print *rfds > $1 =3D {__fds_bits =3D {2048, 0 }} >=20 > (gdb) info threads > Id Target Id Frame=20 > * 1 LWP 100804 of process 89695 _pselect () at _pselect.S:3 > 2 LWP 101548 of process 89695 _umtx_op_err () at = /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 >=20 > (gdb) thread 2=20 > [Switching to thread 2 (LWP 101548 of process 89695)] > #0 _umtx_op_err () at = /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 > 37 RSYSCALL_ERR(_umtx_op) >=20 > (gdb) bt > #0 _umtx_op_err () at = /usr/src/lib/libthr/arch/amd64/amd64/_umtx_op_err.S:37 > #1 0x00000000601d2ec0 in _thr_umtx_timedwait_uint (mtx=3D0x861027008, = id=3D, clockid=3D, abstime=3D, shared=3D) > at /usr/src/lib/libthr/thread/thr_umtx.c:236 > #2 0x00000000601dc6f8 in cond_wait_user (cvp=3D, = mp=3D0x860515b00, abstime=3D0x0, cancel=3D1) at = /usr/src/lib/libthr/thread/thr_cond.c:307 > #3 cond_wait_common (cond=3D, mutex=3D, = abstime=3D0x0, cancel=3D1) at /usr/src/lib/libthr/thread/thr_cond.c:367 > #4 0x00000000601438bc in qemu_futex_wait (ev=3D, = val=3D4294967295) at util/qemu-thread-posix.c:350 > #5 qemu_event_wait (ev=3D0x62735d10 ) at = util/qemu-thread-posix.c:445 > #6 0x000000006014a92a in call_rcu_thread (opaque=3D) = at util/rcu.c:255 > #7 0x00000000601dc376 in thread_start (curthread=3D0x860518e00) at = /usr/src/lib/libthr/thread/thr_create.c:291 > #8 0x0000000000000000 in ?? () > Backtrace stopped: Cannot access memory at address 0x7fffdfdfc000 >=20 In a separate rebuild of 124 ports print/texinfo repeated its problem. In a rebuild targeting armv7, multimedia/gstreamer1-qt hung-up and timed out. Another poudriere run also hung-up: root 33719 0.0 0.0 12920 3528 0 I 11:40 0:00.03 | = | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: build_pkg = (gstreamer1-qt5-1.2.0_14) (sh) root 41551 0.0 0.0 12920 3520 0 I 11:43 0:00.00 | = | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: = build_pkg (gstreamer1-qt5-1.2.0_14) (sh) root 41552 0.0 0.0 10340 1744 0 IJ 11:43 0:00.01 | = | `-- /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt = FLAVOR=3Dqt5 build root 41566 0.0 0.0 10236 1796 0 IJ 11:43 0:00.00 | = | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELE root 41567 0.0 0.0 89976 12896 0 IJ 11:43 0:00.07 | = | `-- /usr/local/bin/qemu-arm-static ninja -j28 -v all root 41585 0.0 0.0 102848 25056 0 IJ 11:43 0:00.10 | = | |-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g root 41586 0.0 0.0 102852 25072 0 IJ 11:43 0:00.11 | = | `-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g or as top showed it: 41552 root 1 52 0 10M 1744K 0 wait 15 0:00 = 0.00% /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt FLAVOR=3Dqt5 = build 41566 root 1 52 0 10M 1796K 0 wait 1 0:00 = 0.00% /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELECT=3Dqt5 QMAKEMODULES 41567 root 2 52 0 88M 13M 0 select 4 0:00 = 0.00% /usr/local/bin/qemu-arm-static ninja -j28 -v all 41585 root 2 52 0 100M 24M 0 kqread 8 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. 41586 root 2 52 0 100M 24M 0 kqread 22 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. So: waiting in kqread. Repeated tries have gotten the same result so far. If this keeps up, later I may be able to try a native FreeBSD boot instead of Hyper-V use on the same machine. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Thu Dec 20 20:59:39 2018 Return-Path: Delivered-To: freebsd-ports@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 E6A611353DEF for ; Thu, 20 Dec 2018 20:59:38 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic310-14.consmr.mail.bf2.yahoo.com (sonic310-14.consmr.mail.bf2.yahoo.com [74.6.135.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85BCB6D826 for ; Thu, 20 Dec 2018 20:59:37 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: hotsse4VM1lDTnH0apcJXRrxZgBMzXmaXyLEr9lI6k28LcbKfPqWMLDVKfd_UNb 6rOo1D8QDNcIaEDj9MFlrQsKW5H0Sc5tW7yh5GtUh6hsR3ZcTjWW7yn2D9_ziNYmkAXESG0RntUM fmgouOTCJQv3Bta_q29AEZgj7HA.jU2SEBUxjrGCZTaPZCAURFCmqOM1qQ.OjpoRaO6onerFQkbj YSxFylDThAS4ouNJNF6kTzxoOWwoL.pE7ym4XQsfT1MuSlPQsiqKePRqUunwLUNsJMcH.gaAvXRz NDFCLbnOyWkLdfPehe423BNvoRgdEAPOGyIpSSYQGlDc6JsZN5tprncqeihHe.Xmokfrav9VEPsY HFK2S.erNwdVdj.Otrlkug.d28MCyGprUlUlBmRE3vLIR_Mc4MWinE6wM7GrLJBWFjBblln.2Nel bmrYBXYrtrM8NOcAbao603TMH3vspgOvIxYa6fpliiwLI_ssQs5W2SfuUMAVqK4tDz8LotUSIZng Xb3COtgZ5UyiXm2dEJTaxHak1qQkUKAEzF.9z_lxuKOTR3TthYqr_6dETX9wLDC1e3n5XX5JUUSu YTrtwocxZvf.f.tyJ1pZ63Z5yEk_UDw_a8X011GI_.A09UTi0x9RqgeYEx0cL7Re7vzzUe09P2f1 Z3GbL1jxBmDNWKVYzqPxmqIx63ycPuDfCQ6M7NL39fmuf2l1pu7Sk6tNN8BnFHOxda8KDGWNX8qD UwmC66z78l6tnrRh33WItl9McxS.4ur55XWmGdhck_9EomLtDHnwZ0zIrAIGcgxT6r_7o2895aYF teu4rlMN3ei1nWmm0V61FWv76rKgpstuZRPw4DLO5CUXbVl7ZafMOeQwSFU3WM9i_oNE7cN4UDnh S4.VmeILOhTncASw3AKiYw0.S3H3vPU.Zd.4FD80UFtAcODMfVmCUknVY7QeLRo91kHse6tGC8Cn IKpN6ysvSPx3HbtzYQ7ARd5mIKIncJnBEmWPZQWUY5HMhtkhL5_q4nhq9p.DNCpEP_fdXnPP.jF5 YCriqZZ5FeH8SIRcy5tkaApge6u1o2fSXSZXYsDpjeLpfRYx7H5gPpIP5csO9WiEFhwO7JCY- Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.bf2.yahoo.com with HTTP; Thu, 20 Dec 2018 20:59:36 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp403.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID f5550eaa29c64278797110ca059e5cd8; Thu, 20 Dec 2018 20:59:33 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: poudriere-devel -w tar files are sometimes empty for failure (no contained files): an amd64->armv7 cross build example Message-Id: Date: Thu, 20 Dec 2018 12:59:30 -0800 To: Bryan Drewery , FreeBSD Toolchain , ports-list freebsd X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 85BCB6D826 X-Spamd-Bar: + X-Spamd-Result: default: False [1.17 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:26101, ipnet:74.6.128.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.12)[-0.118,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.47)[0.468,0]; NEURAL_HAM_LONG(-0.27)[-0.273,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.60)[ip: (5.10), ipnet: 74.6.128.0/21(1.67), asn: 26101(1.34), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[124.135.6.74.list.dnswl.org : 127.0.5.0]; RWL_MAILSPIKE_POSSIBLE(0.00)[124.135.6.74.rep.mailspike.net : 127.0.0.17] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 20:59:39 -0000 FYI: This is based on FreeBSD head -r341836 and ports head -r484783 and = was an amd64->armv7 cross build of the port(s) using amd64-native tools. For the following failure: . . . -- Build files have been written to: = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build = =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= =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=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> Building for gstreamer1-qt5-1.2.0_14 =3D>> Killing runaway build after 21600 seconds with no output =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for gstreamer1-qt5-1.2.0_14 Killed build of multimedia/gstreamer1-qt@qt5 | gstreamer1-qt5-1.2.0_14 ended at = Thu Dec 20 07:20:09 PST 2018 build time: 06:04:03 !!! build failure encountered !!! The tar file ends up as (note the small size): # ls -lTdt = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailArmV7-default/default/gstrea= mer1-qt5-1.2.0_14.tar -rw-r--r-- 1 root wheel 1024 Dec 20 07:20:08 2018 = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailArmV7-default/default/gstrea= mer1-qt5-1.2.0_14.tar For which: # tar -tvf = /usr/local/poudriere/data/wrkdirs/FBSDFSSDjailArmV7-default/default/gstrea= mer1-qt5-1.2.0_14.tar | more # While the above is from a more general build that got there via = dependencies, this repeats for: # poudriere bulk -jFBSDFSSDjailArmV7 -w multimedia/gstreamer1-qt@qt5 It leaves me wondering if the @FLAVOR use messes up the production of = the tar (wrong path used?). =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Fri Dec 21 01:08:03 2018 Return-Path: Delivered-To: freebsd-ports@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 3435B1335F88 for ; Fri, 21 Dec 2018 01:08:03 +0000 (UTC) (envelope-from daeron@optusnet.com.au) 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 4550676944 for ; Fri, 21 Dec 2018 01:08:02 +0000 (UTC) (envelope-from daeron@optusnet.com.au) Received: by mailman.ysv.freebsd.org (Postfix) id 084D41335F87; Fri, 21 Dec 2018 01:08:02 +0000 (UTC) Delivered-To: ports@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 D9DDB1335F85 for ; Fri, 21 Dec 2018 01:08:01 +0000 (UTC) (envelope-from daeron@optusnet.com.au) Received: from mail105.syd.optusnet.com.au (mail105.syd.optusnet.com.au [211.29.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 015E276943 for ; Fri, 21 Dec 2018 01:07:55 +0000 (UTC) (envelope-from daeron@optusnet.com.au) Received: from [192.168.3.100] (c110-20-14-140.rivrw8.nsw.optusnet.com.au [110.20.14.140]) (Authenticated sender: daeron@optusnet.com.au) by mail105.syd.optusnet.com.au (Postfix) with ESMTPSA id DA580105A99C for ; Fri, 21 Dec 2018 12:07:44 +1100 (AEDT) Message-ID: Subject: w3mir & webcopy From: Andrew Johnson To: ports@FreeBSD.org Date: Fri, 21 Dec 2018 12:07:41 +1100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=FNpr/6gs c=1 sm=1 tr=0 a=05MXUYK3iaaF2CV5XKLZtg==:117 a=05MXUYK3iaaF2CV5XKLZtg==:17 a=IkcTkHD0fZMA:10 a=Bcm5vtS9AAAA:8 a=kBksLLyw27_mmQ7fSOEA:9 a=QEXdDO2ut3YA:10 X-Rspamd-Queue-Id: 015E276943 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of daeron@optusnet.com.au designates 211.29.132.249 as permitted sender) smtp.mailfrom=daeron@optusnet.com.au X-Spamd-Result: default: False [-5.62 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:211.29.132.0/23]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[extmail.optusnet.com.au]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; FORGED_SENDER(0.30)[daeron@optushome.com.au,daeron@optusnet.com.au]; RCVD_NO_TLS_LAST(0.10)[]; RCVD_IN_DNSWL_LOW(-0.10)[249.132.29.211.list.dnswl.org : 127.0.5.1]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[optusnet.com.au]; ASN(0.00)[asn:4804, ipnet:211.28.0.0/14, country:AU]; FROM_NEQ_ENVFROM(0.00)[daeron@optushome.com.au,daeron@optusnet.com.au]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; DMARC_NA(0.00)[optushome.com.au]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-3.15)[ip: (-8.23), ipnet: 211.28.0.0/14(-4.17), asn: 4804(-3.34), country: AU(-0.03)]; RWL_MAILSPIKE_POSSIBLE(0.00)[249.132.29.211.rep.mailspike.net : 127.0.0.17]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2018 01:08:03 -0000 Hi, As there's nothing in the forums could someone please let me know whether either of these ports are still working on their system as they are not doing so here; my system: FreeBSD 11.2-STABLE #6: Sun Oct 28 GENERIC amd64 My last ports update/rebuild was 4/Dec/2018 but neither port have been updated since then. % w3mir "https://www.cdc.gov/zika" Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /usr/local/lib/perl5/site_perl/htmlop.pm line 230. Compilation failed in require at /usr/local/bin/w3mir line 203. BEGIN failed--compilation aborted at /usr/local/bin/w3mir line 203. % webcopy "https://www.cdc.gov/zika" Use of assignment to $[ is deprecated at /usr/local/bin/webcopy line 46. dump() better written as CORE::dump(). dump() will no longer be available in Perl 5.30 at /usr/local/bin/webcopy line 89. Can't locate x86/_types.ph in @INC (did you run h2ph?) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.26 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.26/mach /usr/local/lib/perl5/5.26) at /usr/local/lib/perl5/site_perl/mach/5.26/machine/_types.ph line 5. Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.26/sys/_types.ph line 8. Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.26/sys/socket.ph line 8. Compilation failed in require at /usr/local/bin/webcopy line 50. # pkg info | grep perl p5-ExtUtils-Config-0.008_1 Wrapper for perl configuration p5-Filter-1.59 Number of source filters for perl5 programs p5-MIME-Tools-5.509,2 Set of perl5 modules for MIME p5-Scalar-List-Utils-1.50,1 Perl subroutines that would be nice to have in the perl core p5-Test-Simple-1.302141 Basic utilities for writing tests in perl p5-Tk-804.034 Re-port of a perl5 interface to Tk8.4 p5-Tk-TableMatrix-1.23_7 Table/matrix extension to perl/tk for displaying table formatted data perl5-5.26.2_2 Practical Extraction and Report Language py27-hyperlink-18.0.0 Featureful, correct URL for Python N.B.: there was a perl5.24-5.24.4_2 still on the system but as nothing needs it to run I deinstalled it with no effect on wwebcopy or w3mir From owner-freebsd-ports@freebsd.org Fri Dec 21 12:21:09 2018 Return-Path: Delivered-To: freebsd-ports@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 7DA891347D61 for ; Fri, 21 Dec 2018 12:21:09 +0000 (UTC) (envelope-from portscout@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 3DA9F941BB for ; Fri, 21 Dec 2018 12:21:09 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 022611347D4E; Fri, 21 Dec 2018 12:21:09 +0000 (UTC) Delivered-To: ports@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 E38EC1347D4C for ; Fri, 21 Dec 2018 12:21:08 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 784FE941A8 for ; Fri, 21 Dec 2018 12:21:08 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 4516613CE2 for ; Fri, 21 Dec 2018 12:21:07 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id wBLCL7mB074477 for ; Fri, 21 Dec 2018 12:21:07 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id wBLCL77J074470; Fri, 21 Dec 2018 12:21:07 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201812211221.wBLCL77J074470@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 21 Dec 2018 12:21:07 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2018 12:21:09 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/gauche | 0.9.6 | 0.9.7 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Sat Dec 22 03:14:29 2018 Return-Path: Delivered-To: freebsd-ports@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 7CBB31341138 for ; Sat, 22 Dec 2018 03:14:29 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic305-21.consmr.mail.gq1.yahoo.com (sonic305-21.consmr.mail.gq1.yahoo.com [98.137.64.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62F0D6C1E9 for ; Sat, 22 Dec 2018 03:14:28 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: OIu1edAVM1l2EmHwh_uwzwndmyvn96Hbw7uWDV4oxltWebE8TVh.iJVfRXiuzNn yBTW1ZtAyuPze7uBDHMLYWWT8iz6Owhy3jNUOgx22LQAZuoKLGa9UNQGG1u8b.FUTdYBfXfG8iAm uGbeZq7Xwl35Ygih3AwCIWJPnHnR5FLcVZZxd9c3PlhnfkDWm5Oddh9HxYr9ICSRHk0tYm8_J0IX ZVTP5CoNQ.j8IhEH.7NOAz7SqbNtZzoM4.OBcs6fsqiteh7JaA41qF26oW0dydvMkggO2wpcyF5T 6LxTPWXLPVVkrubA0NkTQxnobXjSq_n0f3y0yOLy9S1nZDtlk..3l8WvB6lcScnZYn_0nQfcWUOz jhFtAV4YqSQ6tqkDYWZ_A0B2TJKqn0xeRNXVa2Np.lq_Pqu2favs.sk2RblfeSX42ttJJa_baI8u Fb1SOI7iTA4ZiDGNjAzhARGkq757JwBJo7CyiN_iYaF_WEmobjqZGRK6FxCqwJpBjUXOu6sETLQT B4IXT_qdbX_7XT7gWVkLddz2WYndRz8e4JGuGFAo9vICYTRGHcAp4Y_LImqK3qfbDd_H9M0lD0fb WyuMXEIIzZrNrjg8_uhL6caYyU79VcJ3g4Luy_OnQVHDpzWf_2rWV0NhyEWH7r6LwuNW4u2W5f63 CLV8Hqog5gZx6g0YyauH9rOWimn5Sm1sydGOk16ntTc6Alg19.e7l5_5_P2pTCgZKB8Y22wP_En6 .DIZq6jgmfouarno15bh5sP3_rFILxLcOt4Q2GbrS25x2cgnE_kJcRgeCMh3rxmsx0CXbOJa5Ofe CNEOSHhHAbLSRuls9XLX19ByAjdY3uVJ5lx0k5Uclifbh_34VAvE5GoznLr3p35jY14w41DVfzNI SmRg4eL0YzaNokMuyOzCqwqMZN3ypS9BqQNEI_FFPBKT0YUO81JYaDpC1b7Hx1JY2jPkc6f50wrg qeh6vIBDDH3o.gDyKhPGNYokqXAUxKm2NS7fdo2HE33l_sE9NJPO6a14k9ZHGc9epiiwZ9kpjGTt _70R4sHME8VfYn4ZmUIbZTDwBW7FY2w_DGb2fz71eIYBDuh4LQfXJ_0u4Z3zyVD5ng7MqR2w9YF_ J Received: from sonic.gate.mail.ne1.yahoo.com by sonic305.consmr.mail.gq1.yahoo.com with HTTP; Sat, 22 Dec 2018 03:14:20 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp426.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID e0306e394260faa24df3cb8b88a66439; Sat, 22 Dec 2018 03:14:16 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: A reliable port cross-build failure (hangup) in my context (amd64->armv7 cross build, with native-tool speedup involved) Message-Id: Date: Fri, 21 Dec 2018 19:14:15 -0800 Cc: freebsd-arm , FreeBSD Toolchain , ports-list freebsd To: freebsd-emulation@freebsd.or, FreeBSD Current X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 62F0D6C1E9 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.76 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; NEURAL_HAM_SHORT(-0.47)[-0.471,0]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.21)[ipnet: 98.137.64.0/21(0.64), asn: 36647(0.51), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[84.64.137.98.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 03:14:29 -0000 I had been reporting intermittent hang-ups for my amd64->{aarch64,armv7} = port cross builds in another message sequence. But it turns out that one thing I = ran into has hung-up every time, the same way, for amd64->armv7 cross builds: multimedia/gstreamer1-qt@qt5 . So I extract the material here into a = separate report with some updated notes. A little context: I had built from ports head -r484783 before under = FreeBSD head -r340287 (as I remember the version). Back then it did not have this = problem that it now has under FreeBSD head -r341836 . One ports-specific change was to = force perl5.28 as the default instead of perl5.26 originally. In fact this is what = drives what is being rebuilt for my experiment that caught this. But I doubt the perl = version is important to the problem. The context has a Ryzen Threadripper 1950X and = has been tested both for FreeBSD under Hyper-V and for the same media = native-booted. Both hang-up at the same point as seen via ps or top. The native tools for = cross-build speedup were in use. Cross-builds targeting aarch64 did not get this = problem but targeting armv7 did. 121 of 129 armv7 ports built before the hang-up for = the first armv7 try. The hang-up: In the port rebuilds targeting armv7, multimedia/gstreamer1-qt@qt5 = hung-up and timed out. Looking during the wait in later tries shows something much like = (from one of the examples): root 33719 0.0 0.0 12920 3528 0 I 11:40 0:00.03 | = | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: build_pkg = (gstreamer1-qt5-1.2.0_14) (sh) root 41551 0.0 0.0 12920 3520 0 I 11:43 0:00.00 | = | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: = build_pkg (gstreamer1-qt5-1.2.0_14) (sh) root 41552 0.0 0.0 10340 1744 0 IJ 11:43 0:00.01 | = | `-- /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt = FLAVOR=3Dqt5 build root 41566 0.0 0.0 10236 1796 0 IJ 11:43 0:00.00 | = | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELE root 41567 0.0 0.0 89976 12896 0 IJ 11:43 0:00.07 | = | `-- /usr/local/bin/qemu-arm-static ninja -j28 -v all root 41585 0.0 0.0 102848 25056 0 IJ 11:43 0:00.10 | = | |-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g root 41586 0.0 0.0 102852 25072 0 IJ 11:43 0:00.11 | = | `-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g or as top showed it: 41552 root 1 52 0 10M 1744K 0 wait 15 0:00 = 0.00% /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt FLAVOR=3Dqt5 = build 41566 root 1 52 0 10M 1796K 0 wait 1 0:00 = 0.00% /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELECT=3Dqt5 QMAKEMODULES 41567 root 2 52 0 88M 13M 0 select 4 0:00 = 0.00% /usr/local/bin/qemu-arm-static ninja -j28 -v all 41585 root 2 52 0 100M 24M 0 kqread 8 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. 41586 root 2 52 0 100M 24M 0 kqread 22 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. So: waiting in kqread trying to run cmake. Unlike some intermittent hang-ups, attaching-then-detaching via gdb does = not resume the hung-up processes. Kills of the processes waiting on kqread = stop the build. Given the prior ports have been built already, building just multimedia/gstreamer1-qt@qt5 still gets the hang-up at the same point. Building anything that requires multimedia/gstreamer1-qt@qt5 seems to be solidly blocked in my environment. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sat Dec 22 08:10:25 2018 Return-Path: Delivered-To: freebsd-ports@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 3D57D134A137 for ; Sat, 22 Dec 2018 08:10:25 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic311-13.consmr.mail.bf2.yahoo.com (sonic311-13.consmr.mail.bf2.yahoo.com [74.6.131.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9257376008 for ; Sat, 22 Dec 2018 08:10:23 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 00_AYygVM1n.r2zTFDBgo6Qzlb4DEIcbm8wNIaXGaa6wIEMnhhdRmLY4F3kS2OV qucmF_2nks3QmCbDQwCUZrJl3ox3uFLsjAUf3O4_KwUsDFFL94eytyvrHlsHbZApWxlTDOWzw5ad wxSn9mTIpZgLTd5NutDqnrPaI.PYiRQmorshO.CMUdSkS3CU0h_axUIQ47mTEWCE8uLx6M0FeG6W hyC4nCG5YuIgPTvyWN30qygMZexqb7ph8eljqjUk4vNAvAr1_BQiZDMZbWVzbUAzJZfizu52t423 DekEJ3fUaA3ixYlvKbyy2FvCrKH0wQbODk6y8yJTYg1LajCnOa3FUuxPx_5wMG2xkUsBc5qOyFVc hJUUQs9Z8NH_UqBFABGqmkGwCdDGVV_S5Rw08xg1Dfi287XstrKq2dROUJLLDtPNAgXjz1GO8.G_ 0fegxANvPS6hUCd3NrBvrJhD3ArH5lI5OC2TLBimEeBdfLPHZ0OiXoZ.LxhR.dUx67H5SUrtKsBj hCFWc5WaPX53NaKkVRnUEULs5FzXu57RWLQxPykjfF24SHjDvqYI4oiTvnP6MXLM9udO7PJTpR6R p0hw4LeM40A0GzlO7xMgJF5ZMj_EiKe3rM2BRpff6zJYHFRaD8et7a0o1W2doKQTc5pAqxj0nAv0 VBcNQ59ZRMJxdVbug23O_vYk7FC6eWehie9S5wERNS7Qi2AJ5ri4FHtnMMSTikYSsk3smWh3Iv8_ ljWJ9OZGal74mFFcBeh8XbV4AAxlhZKI2VvhIX_THdwWgqDOn.ZP8gyKCHs8_1Gawlc6SZl7pYSx ecWFpKDpY1G5dH3nsz5_Rmh20MKfso6Vbco.MZBc4I_E3ZIrfqWo0A8xvPhbECAtkD8MrYzbTjSw CjP55jwJ_l7J.kAFdzB_.FZwpUhuktWTkYLQVu3wLr1UwC43ZJWqpo2fDr5sF06st1fqoCAN5Cmy gCynnEA5rwTer6mWI3osko1R2ERotO9K_g3T.J.ztHLKsyj8wIjfYz8C7qYi4J6dEQesHd76SiSr CBfKRhcDnHeSCffcUMyLkqjL.7rSpIFlkqzX7YfbkKq4VKqmXuorJYP350E75hEZzntLupdNXOtL Mv5MWjw-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.bf2.yahoo.com with HTTP; Sat, 22 Dec 2018 08:10:16 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp403.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID bdc0811dc73c0818dc840b939212d3b0; Sat, 22 Dec 2018 08:10:13 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: A reliable port cross-build failure (hangup) in my context (amd64->armv7 cross build, with native-tool speedup involved) From: Mark Millard In-Reply-To: Date: Sat, 22 Dec 2018 00:10:11 -0800 Cc: freebsd-arm , FreeBSD Toolchain Content-Transfer-Encoding: quoted-printable Message-Id: <865A13C8-9749-486E-9F79-5EEDDECBE621@yahoo.com> References: To: freebsd-emulation@freebsd.org, FreeBSD Current , ports-list freebsd X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 9257376008 X-Spamd-Bar: + X-Spamd-Result: default: False [1.47 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:26101, ipnet:74.6.128.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.22)[-0.220,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.99)[0.993,0]; NEURAL_HAM_LONG(-0.38)[-0.382,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.59)[ip: (5.08), ipnet: 74.6.128.0/21(1.64), asn: 26101(1.31), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[123.131.6.74.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 08:10:25 -0000 [I messed up the freebsd-emulation email address the first time I sent this. I also forgot to indicate the qemu-user-static vintage = relationship.] I had been reporting intermittent hang-ups for my amd64->{aarch64,armv7} = port cross builds in another message sequence. But it turns out that one thing I = ran into has hung-up every time, the same way, for amd64->armv7 cross builds: multimedia/gstreamer1-qt@qt5 . So I extract the material here into a = separate report with some updated notes. A little context: I had built from ports head -r484783 before under = FreeBSD head -r340287 (as I remember the version). Back then it did not have this = problem that it now has under FreeBSD head -r341836 . One ports-specific change was to = force perl5.28 as the default instead of perl5.26 originally. In fact this is what = drives what is being rebuilt for my experiment that caught this. But I doubt the perl = version is important to the problem. The context has a Ryzen Threadripper 1950X and = has been tested both for FreeBSD under Hyper-V and for the same media = native-booted. Both hang-up at the same point as seen via ps or top. The native tools for = cross-build speedup were in use. Cross-builds targeting aarch64 did not get this = problem but targeting armv7 did. 121 of 129 armv7 ports built before the hang-up for = the first armv7 try. ADDED: The qemu-user-static back with head -r340287 before installing = the updated ports would likely be different than the -r484783 vintage. So = both FreeBSD and qemu-user-static may have changed over the comparison. The hang-up: In the port rebuilds targeting armv7, multimedia/gstreamer1-qt@qt5 = hung-up and timed out. Looking during the wait in later tries shows something much like = (from one of the examples): root 33719 0.0 0.0 12920 3528 0 I 11:40 0:00.03 | = | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: build_pkg = (gstreamer1-qt5-1.2.0_14) (sh) root 41551 0.0 0.0 12920 3520 0 I 11:43 0:00.00 | = | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: = build_pkg (gstreamer1-qt5-1.2.0_14) (sh) root 41552 0.0 0.0 10340 1744 0 IJ 11:43 0:00.01 | = | `-- /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt = FLAVOR=3Dqt5 build root 41566 0.0 0.0 10236 1796 0 IJ 11:43 0:00.00 | = | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELE root 41567 0.0 0.0 89976 12896 0 IJ 11:43 0:00.07 | = | `-- /usr/local/bin/qemu-arm-static ninja -j28 -v all root 41585 0.0 0.0 102848 25056 0 IJ 11:43 0:00.10 | = | |-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g root 41586 0.0 0.0 102852 25072 0 IJ 11:43 0:00.11 | = | `-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g or as top showed it: 41552 root 1 52 0 10M 1744K 0 wait 15 0:00 = 0.00% /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt FLAVOR=3Dqt5 = build 41566 root 1 52 0 10M 1796K 0 wait 1 0:00 = 0.00% /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELECT=3Dqt5 QMAKEMODULES 41567 root 2 52 0 88M 13M 0 select 4 0:00 = 0.00% /usr/local/bin/qemu-arm-static ninja -j28 -v all 41585 root 2 52 0 100M 24M 0 kqread 8 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. 41586 root 2 52 0 100M 24M 0 kqread 22 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. So: waiting in kqread trying to run cmake. Unlike some intermittent hang-ups, attaching-then-detaching via gdb does = not resume the hung-up processes. Kills of the processes waiting on kqread = stop the build. Given the prior ports have been built already, building just multimedia/gstreamer1-qt@qt5 still gets the hang-up at the same point. Building anything that requires multimedia/gstreamer1-qt@qt5 seems to be solidly blocked in my environment. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sat Dec 22 11:42:32 2018 Return-Path: Delivered-To: freebsd-ports@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 7CCCE135079E; Sat, 22 Dec 2018 11:42:32 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (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 1936D8539F; Sat, 22 Dec 2018 11:42:30 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (c-73-240-250-185.hsd1.or.comcast.net [73.240.250.185]) by echo.brtsvcs.net (Postfix) with ESMTPS id 8A30A38DA4; Sat, 22 Dec 2018 03:42:29 -0800 (PST) Received: from [IPv6:fe80::dd2a:ba9e:2d4a:7c5f] (unknown [IPv6:fe80::dd2a:ba9e:2d4a:7c5f]) by chombo.houseloki.net (Postfix) with ESMTPSA id 4828C1AC9; Sat, 22 Dec 2018 03:42:28 -0800 (PST) Subject: Re: Bug 233749 - net/samba47, net/samba48: Merge ports r486043 to 2018Q4 (Fixes several vulnerabilities) From: Mel Pilgrim To: FreeBSD Ports ML Cc: ports-secteam@FreeBSD.org, "Timur I. Bakeyev" , portmgr@freebsd.org References: <1b5e5e0a-f492-5ec0-a70c-dc34d1d26c01@bluerosetech.com> Message-ID: Date: Sat, 22 Dec 2018 03:42:26 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <1b5e5e0a-f492-5ec0-a70c-dc34d1d26c01@bluerosetech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1936D8539F X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of list_freebsd@bluerosetech.com designates 2607:f740:c::4ae as permitted sender) smtp.mailfrom=list_freebsd@bluerosetech.com X-Spamd-Result: default: False [-3.98 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[bluerosetech.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.80)[asn: 36236(-3.91), country: US(-0.08)]; MX_GOOD(-0.01)[echo.brtsvcs.net,foxtrot.brtsvcs.net]; NEURAL_HAM_SHORT(-0.87)[-0.871,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:2607:f740:c::/48, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[185.250.240.73.zen.spamhaus.org : 127.0.0.10] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 11:42:32 -0000 On 2018-12-12 19:19, Mel Pilgrim wrote: > Would someone work on ports/233749, please?  The original security fix > was committed to head 15 days ago, but has yet to be merged to quarterly. I realize it's the holidays, but this is a security fix for a major port. Or is it the plan to let this go unfixed in 2018Q4? From owner-freebsd-ports@freebsd.org Sat Dec 22 12:02:52 2018 Return-Path: Delivered-To: freebsd-ports@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 C95F613516E9; Sat, 22 Dec 2018 12:02:52 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::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 59C5485F63; Sat, 22 Dec 2018 12:02:52 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gafzY-0006Tk-A8; Sat, 22 Dec 2018 13:02:52 +0100 Date: Sat, 22 Dec 2018 13:02:52 +0100 From: Kurt Jaeger To: Mel Pilgrim Cc: FreeBSD Ports ML , ports-secteam@freebsd.org, portmgr@freebsd.org, "Timur I. Bakeyev" Subject: Re: Bug 233749 - net/samba47, net/samba48: Merge ports r486043 to 2018Q4 (Fixes several vulnerabilities) Message-ID: <20181222120252.GD84895@home.opsec.eu> References: <1b5e5e0a-f492-5ec0-a70c-dc34d1d26c01@bluerosetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 12:02:53 -0000 Hi! > On 2018-12-12 19:19, Mel Pilgrim wrote: > > Would someone work on ports/233749, please?  The original security fix > > was committed to head 15 days ago, but has yet to be merged to quarterly. > > I realize it's the holidays, but this is a security fix for a major port. > Or is it the plan to let this go unfixed in 2018Q4? Hoping about a plan is unfortunatly expecting a bit too much right now, with all the updates, holidays etc going on. I guess it's not easy to estimate if the MFH would fit right in. After checking the commits to samba47, I guess something like this might work: /usr/ports/Tools/scripts/mfh 2018Q4 486043 -- pi@opsec.eu +49 171 3101372 2 years to go ! From owner-freebsd-ports@freebsd.org Sat Dec 22 12:40:10 2018 Return-Path: Delivered-To: freebsd-ports@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 D871A1352B22; Sat, 22 Dec 2018 12:40:10 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (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 7A80586F9E; Sat, 22 Dec 2018 12:40:10 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (c-73-240-250-185.hsd1.or.comcast.net [73.240.250.185]) by echo.brtsvcs.net (Postfix) with ESMTPS id 4E06638DA1; Sat, 22 Dec 2018 04:40:09 -0800 (PST) Received: from [IPv6:fe80::dd2a:ba9e:2d4a:7c5f] (unknown [IPv6:fe80::dd2a:ba9e:2d4a:7c5f]) by chombo.houseloki.net (Postfix) with ESMTPSA id B9A9B1ACF; Sat, 22 Dec 2018 04:40:08 -0800 (PST) Subject: Re: Bug 233749 - net/samba47, net/samba48: Merge ports r486043 to 2018Q4 (Fixes several vulnerabilities) To: Kurt Jaeger Cc: ports-secteam@freebsd.org, "Timur I. Bakeyev" , FreeBSD Ports ML , portmgr@freebsd.org References: <1b5e5e0a-f492-5ec0-a70c-dc34d1d26c01@bluerosetech.com> <20181222120252.GD84895@home.opsec.eu> From: Mel Pilgrim Message-ID: <4f1cc9fa-af6a-215e-2654-1d94127fa57a@bluerosetech.com> Date: Sat, 22 Dec 2018 04:40:06 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <20181222120252.GD84895@home.opsec.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A80586F9E X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 12:40:11 -0000 On 2018-12-22 4:02, Kurt Jaeger wrote: > Hi! > >> On 2018-12-12 19:19, Mel Pilgrim wrote: >>> Would someone work on ports/233749, please?  The original security fix >>> was committed to head 15 days ago, but has yet to be merged to quarterly. >> >> I realize it's the holidays, but this is a security fix for a major port. >> Or is it the plan to let this go unfixed in 2018Q4? > > Hoping about a plan is unfortunatly expecting a bit too much right now, > with all the updates, holidays etc going on. I guess it's not easy to estimate > if the MFH would fit right in. > > After checking the commits to samba47, I guess something like this might work: > > /usr/ports/Tools/scripts/mfh 2018Q4 486043 I don't have a commit bit. Instead I create local copies of specific ports as a poor pleb's MFH (e.g., 2018Q4/local/net_samba48 copied from head/net/samba48). The ability to switch pkg origins makes it fairly painless for most ports. From owner-freebsd-ports@freebsd.org Sat Dec 22 12:54:59 2018 Return-Path: Delivered-To: freebsd-ports@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 E72AD135321B for ; Sat, 22 Dec 2018 12:54:58 +0000 (UTC) (envelope-from portscout@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 84848877FF for ; Sat, 22 Dec 2018 12:54:58 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 449191353219; Sat, 22 Dec 2018 12:54:58 +0000 (UTC) Delivered-To: ports@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 331591353218 for ; Sat, 22 Dec 2018 12:54:58 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA35E877F5 for ; Sat, 22 Dec 2018 12:54:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 05F8A14E2 for ; Sat, 22 Dec 2018 12:54:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id wBMCsula073440 for ; Sat, 22 Dec 2018 12:54:56 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id wBMCsuk7073439; Sat, 22 Dec 2018 12:54:56 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201812221254.wBMCsuk7073439@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 22 Dec 2018 12:54:56 +0000 From: portscout@FreeBSD.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 12:54:59 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/plpgsql_check | 1.2.0 | v1.4.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Sat Dec 22 16:14:24 2018 Return-Path: Delivered-To: freebsd-ports@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 90CC013574CB for ; Sat, 22 Dec 2018 16:14:24 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [IPv6:2001:41d0:401:2100::5:8a0e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2BAA8CECA for ; Sat, 22 Dec 2018 16:14:23 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:58c3:8d49:d952:88a7] (p200300E97F218A0158C38D49D95288A7.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:58c3:8d49:d952:88a7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 43MVtX1FRPz14w; Sat, 22 Dec 2018 17:14:12 +0100 (CET) From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: security/clamav-milter fails to compile (preliminary patch included) Message-Id: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> Date: Sat, 22 Dec 2018 17:14:11 +0100 Cc: yasu@utahime.org To: Mailing List FreeBSD Ports X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,RDNS_NONE,TW_KG autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.kaan-bock.lan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 16:14:24 -0000 Hi, after upgrading from STABLE-11 to STABLE-12 security/clamav-milter = failed to compile: configure: error: Cannot find libmilter =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to yasu@utahime.org [maintainer] and = attach the = "/wrkdirs/usr/ports/security/clamav-milter/work/clamav-0.100.2/config.log"= including the output of the failure of your make command. Also, = it might be a good idea to provide an overview of all packages installed on = your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. It looks to me that starting STABLE-12 one needs to add library = dependency to mail/libmilter: ___________________________ patch = _________________________________________ --- security/clamav/Makefile.old 2018-12-22 16:43:04.913880000 = +0100 +++ security/clamav/Makefile 2018-12-22 16:51:53.618789000 +0100 @@ -13,7 +13,8 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING =20 LIB_DEPENDS=3D libltdl.so:devel/libltdl \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + libmilter.so:mail/libmilter =20 USES=3D cpe gmake gnome libtool ncurses pathfix = pkgconfig ssl USE_RC_SUBR=3D clamav-clamd clamav-freshclam ___________________________ patch = _________________________________________ This patch works for me.=20 BUT: I do not know if this is the right way to fix it, because this = patch is applied to security/clamav which in turn is used from = security/clamav-milter by simply adding OPTIONS_SLAVE+=3D MILTER. = Thus a libmilter dependency will be added to users of plain = security/clamav port as well.=20 Regards, Michael From owner-freebsd-ports@freebsd.org Sat Dec 22 16:53:12 2018 Return-Path: Delivered-To: freebsd-ports@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 378A413582F3 for ; Sat, 22 Dec 2018 16:53:12 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM04-BN3-obe.outbound.protection.outlook.com (mail-oln040092009028.outbound.protection.outlook.com [40.92.9.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2E158EB5B for ; Sat, 22 Dec 2018 16:53:11 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=toHJzie3UwvTOpOirNJPRqY8+rKD9N0zk47XXpU7zAI=; b=G/MyV6zdAlt6UxLmmt785hzgzg62uNn9HpkNimbg8Esc2IVrUi95/d3NSiwtwY/VUg3ExuO4MzW5xEJPc4qlhHD0JMf6VMPtQVRZY7d9qSWBaTIaBVjSs2MBo85OYqyh2DKXSKfNB+9M3paC1TD3bTI4uFlaem3abvVreGD4qmI/C55fCf0trE334iiniuk7oXmMlH0iELe2rEO4NMxKqxLHhqgEQWDA+ZSxX/8bxjE7ZH1Qphl3RUEyXtYSLrxxtpqJXhqHh63fN7jOwaCFtwQEm/puz526ryEWVzAL+AHthb2SltNF3I+qdNNn1y0DyPRB4CmFDOzZw/SGJkxjJw== Received: from BN3NAM04FT024.eop-NAM04.prod.protection.outlook.com (10.152.92.60) by BN3NAM04HT099.eop-NAM04.prod.protection.outlook.com (10.152.92.195) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1471.13; Sat, 22 Dec 2018 16:53:10 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com (10.152.92.56) by BN3NAM04FT024.mail.protection.outlook.com (10.152.92.182) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1471.13 via Frontend Transport; Sat, 22 Dec 2018 16:53:10 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a]) by SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a%2]) with mapi id 15.20.1446.022; Sat, 22 Dec 2018 16:53:10 +0000 From: Carmel NY To: FreeBSD Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Thread-Topic: security/clamav-milter fails to compile (preliminary patch included) Thread-Index: AQHUmhbRyVPaHk3Y6k+nyFaJqC89TA== Date: Sat, 22 Dec 2018 16:53:10 +0000 Message-ID: References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> In-Reply-To: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BN8PR04CA0007.namprd04.prod.outlook.com (2603:10b6:408:70::20) To SN1PR20MB2109.namprd20.prod.outlook.com (2603:10b6:802:28::14) x-mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-w64-mingw32) x-incomingtopheadermarker: OriginalChecksum:6E2FC907210B2A27E336E73978D9E5929239310A0425D863E3FBCBB715A77BA6; UpperCasedChecksum:634950C92AEEC56EB1EA8BF639FC7403F64D274915C550B395E7AE235B662C26; SizeAsReceived:7565; Count:51 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [NX1N+jE391gO5eGimef0Rp1WhUV+hKwuM9jZedRoCU8=] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; BN3NAM04HT099; 6:bSA9wrG59PYYmIHPydYCBthAOsFBWoX3QxI6T3EaB+yp1A33rD203bZ5AQIGyxo4HwkgqkR3u1Ls4o95qVHhD2+/LSw4gclMzqr7lihUzWJo/KxLEBFwF5xbKbX7k6a8QNioFYFyq1UhpagfnUI0PYvS5/QxAFb6JDde1SOMd/c9pAOuedAom9Y0lbKIpgf2H34hYM0T20CKRFcwivjitB7BJrEUzzsZ0AR6kYtk52p3mlIE8mLPIm8TlKMFA6+9JQRzN/s8eLfB6eNPJodN40H/WVQWRPDS1VdHrMdKKLh2Sl2Y8mW/iyD3hMYtLr66bFnmlIiQEkGShBFsD2W3VGeNy8KkUS09p0NQnbyTiOqEI8p8ECUsOSF4+/lEMEtUYg39ZorE9HwJcYD7guvI3kdsynaER8FRAhI9uh2x0BpQx7GrTRo3x10RBeKjDEX9I5NNIhToe8mLa8rdg2k5eA==; 5:wyFLRFjfSSaPv9MwXInqj4+8JvrLpJ3YW/zdTtckEvOoSsvA+3mUGFdkmDPVnAQ15MdZtLjUGcLjyEGYCYopfQG/lHSWh+LbfFmJEkqf/rBTb7mgJUHU6I/JuUReFK4SQlRVT5eza15/Wudo65u5voMXooObawTCTlfgNBWloJM=; 7:ds5hRyz5COxkKmqJk4hYYq8qRDlbJtlL6ods/cF+P+D/bPQlTqeqtWeJuvZpqEu1cEOJkbFUdWfRsZvwxNMHgnLwM4oQ1n6QSXjhNdW4vZm5/8qg93CAXXqZbvDflMp7g82R04P1D497glWBQFMsIA== x-incomingheadercount: 51 x-eopattributedmessage: 0 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031323274)(2017031324274)(2017031322404)(1601125500)(1603101475)(1701031045); SRVR:BN3NAM04HT099; x-ms-traffictypediagnostic: BN3NAM04HT099: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(4566010)(82015058); SRVR:BN3NAM04HT099; BCL:0; PCL:0; RULEID:; SRVR:BN3NAM04HT099; x-microsoft-antispam-message-info: axKOvSMD2okU5La0FdE7QztXy/SebuseUsL5147SbFYMuN2Sm0SqQIq/CbIbiQvS Content-Type: text/plain; charset="us-ascii" Content-ID: <96AA83002AEAC645ABC5E3D800696A64@namprd20.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: 2e861944-7b74-4cb6-da91-08d6682df438 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 22 Dec 2018 16:53:10.3470 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN3NAM04HT099 X-Rspamd-Queue-Id: C2E158EB5B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 16:53:12 -0000 On Sat, 22 Dec 2018 17:14:11 +0100, Michael Grimm stated: >Hi, > >after upgrading from STABLE-11 to STABLE-12 security/clamav-milter failed = to >compile: > > configure: error: Cannot find libmilter > =3D=3D=3D> Script "configure" failed unexpectedly. =20 > Please report the problem to yasu@utahime.org [maintainer] and > attach the > "/wrkdirs/usr/ports/security/clamav-milter/work/clamav-0.100.2/config.log= " > including the output of the failure of your make command. Also, it > might be a good idea to provide an overview of all packages > installed on your system (e.g. a /usr/local/sbin/pkg-static info -g > -Ea). *** Error code 1 > > Stop. > >It looks to me that starting STABLE-12 one needs to add library dependency >to mail/libmilter: > >___________________________ patch ________________________________________= _ >--- security/clamav/Makefile.old 2018-12-22 16:43:04.913880000 +0100 >+++ security/clamav/Makefile 2018-12-22 16:51:53.618789000 +0100 >@@ -13,7 +13,8 @@ > LICENSE_FILE=3D ${WRKSRC}/COPYING >=20 > LIB_DEPENDS=3D libltdl.so:devel/libltdl \ >- libcurl.so:ftp/curl >+ libcurl.so:ftp/curl \ >+ libmilter.so:mail/libmilter >=20 > USES=3D cpe gmake gnome libtool ncurses pathfix pkgconfig ssl > USE_RC_SUBR=3D clamav-clamd clamav-freshclam >___________________________ patch ________________________________________= _ > >This patch works for me.=20 > >BUT: I do not know if this is the right way to fix it, because this patch = is >applied to security/clamav which in turn is used from security/clamav-milt= er >by simply adding OPTIONS_SLAVE+=3D MILTER. Thus a libmilter dependency >will be added to users of plain security/clamav port as well.=20 > >Regards, >Michael Clamav-milter updated fine for me once I updated all of the installed ports on my system. I am assuming that you did update your ports tree and then update all of the ports on your system. If you don't, clamav-milter, and several other ports, will fail. --=20 Carmel From owner-freebsd-ports@freebsd.org Sat Dec 22 17:11:28 2018 Return-Path: Delivered-To: freebsd-ports@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 B89261358DA1 for ; Sat, 22 Dec 2018 17:11:28 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:302:1100::d:fe3a]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F23528F876 for ; Sat, 22 Dec 2018 17:11:27 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43MX8P27qsz21S for ; Sat, 22 Dec 2018 18:11:17 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 18:11:14 +0100 References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> To: FreeBSD In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 17:11:28 -0000 Carmel NY wrote: > On Sat, 22 Dec 2018 17:14:11 +0100, Michael Grimm stated: >> after upgrading from STABLE-11 to STABLE-12 security/clamav-milter = failed to >> compile: >>=20 >> configure: error: Cannot find libmilter >> =3D=3D=3D> Script "configure" failed unexpectedly. =20 >> Please report the problem to yasu@utahime.org [maintainer] and >> attach the >> = "/wrkdirs/usr/ports/security/clamav-milter/work/clamav-0.100.2/config.log"= >> including the output of the failure of your make command. Also, = it >> might be a good idea to provide an overview of all packages >> installed on your system (e.g. a /usr/local/sbin/pkg-static info = -g >> -Ea). *** Error code 1 >>=20 >> Stop. This happens when compiled by poudriere. > Clamav-milter updated fine for me once I updated all of the installed = ports > on my system. I am assuming that you did update your ports tree and = then > update all of the ports on your system. If you don't, clamav-milter, = and > several other ports, will fail. I am not quite sure if I do understand you correctly. I am using poudriere to build my ports. Within a poudriere jail used to = compile the clamav-libmilter port no libmilter.so can be found by = configure (see error message above) unless you tell clamav-libmilter's = Makefile to depend on it and thus pre-install it in this jail. Regards, Michael From owner-freebsd-ports@freebsd.org Sat Dec 22 17:13:58 2018 Return-Path: Delivered-To: freebsd-ports@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 5ADA71358E56 for ; Sat, 22 Dec 2018 17:13:58 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [87.98.149.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF1188FC81 for ; Sat, 22 Dec 2018 17:13:57 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 43MXCP0yxLzF5b for ; Sat, 22 Dec 2018 18:13:53 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 18:13:51 +0100 References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> To: FreeBSD In-Reply-To: Message-Id: <0C727A7D-32CD-451A-AC2B-9F10A936BDA4@ellael.org> X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.kaan-bock.lan X-Rspamd-Queue-Id: EF1188FC81 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.994,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 17:13:58 -0000 Michael Grimm wrote: > I am using poudriere to build my ports. Within a poudriere jail used = to compile the clamav-libmilter port no libmilter.so can be found by = configure (see error message above) unless you tellclamav-libmilter's = Makefile to depend on it and thus pre-install it in this jail. Sorry, s/clamav-libmilter/clamav-milter/g From owner-freebsd-ports@freebsd.org Sat Dec 22 18:07:03 2018 Return-Path: Delivered-To: freebsd-ports@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 90B291335211 for ; Sat, 22 Dec 2018 18:07:03 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-oln040092005036.outbound.protection.outlook.com [40.92.5.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DDA76B2EF for ; Sat, 22 Dec 2018 18:07:02 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=SJkizTfa31EDzzvOEQOLucViB4aNG1TXz/2FU2Z8h5E=; b=pAdtNaYozoHnMtincBc0N0WO8rfO7s9glKtXgj9VMrJ2j/CpOSGjyfCLQJQZS9bY8o7ZMESp4EzYBPliVOPBNqCc/eMuFBuAcWzV7SSfzAX9pt9xeV6Wwg/3YdSYBunt3hAVfda+V60gSgM8f2vhNVXax6V+IK4upmXwBy7w3v6mjzl0naM65sndvjWnquW7+7gBvj79TjktfBF8b33PnuGm2kNT/1DSNbj9j0/lzlH2JgrI6O6RA72VRfNohQQ5PyFuG1VfH4zNKXNeLFiA29jbadmeuLuJI3gjOz3l/FIVDFs9MOKxfcQg3PrenHcsoZUGnVgsTfubEf5t8zt/WA== Received: from SN1NAM02FT014.eop-nam02.prod.protection.outlook.com (10.152.72.57) by SN1NAM02HT100.eop-nam02.prod.protection.outlook.com (10.152.72.205) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1471.13; Sat, 22 Dec 2018 18:06:59 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com (10.152.72.58) by SN1NAM02FT014.mail.protection.outlook.com (10.152.72.106) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1471.13 via Frontend Transport; Sat, 22 Dec 2018 18:06:59 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a]) by SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a%2]) with mapi id 15.20.1446.022; Sat, 22 Dec 2018 18:06:59 +0000 From: Carmel NY To: FreeBSD Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Thread-Topic: security/clamav-milter fails to compile (preliminary patch included) Thread-Index: AQHUmhbRyVPaHk3Y6k+nyFaJqC89TA== Date: Sat, 22 Dec 2018 18:06:59 +0000 Message-ID: References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <0C727A7D-32CD-451A-AC2B-9F10A936BDA4@ellael.org> In-Reply-To: <0C727A7D-32CD-451A-AC2B-9F10A936BDA4@ellael.org> Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BN6PR06CA0037.namprd06.prod.outlook.com (2603:10b6:405:3a::26) To SN1PR20MB2109.namprd20.prod.outlook.com (2603:10b6:802:28::14) x-mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-w64-mingw32) x-incomingtopheadermarker: OriginalChecksum:971D2B190A23BBCC3CAB298DA047235BABF0B2409530A3E0F65974E65EB0E00D; UpperCasedChecksum:A2A4DFBDE84C5F61160E16C6122C189AF236B5B067E3270D6E0957F5C8B6FDC6; SizeAsReceived:7753; Count:51 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [ZvGxpSVImLaIMRbPQpgiBbyIOh4fZayLMnc3KibCMpU=] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; SN1NAM02HT100; 6:sGZlbzhpJ+82twnQ2nCLLpNxnCvdWFgtUIcL+z0DHV/MyxAUjdwieQ0qyisx/TsS3X0S/CVykNPS3dul5fyYvcS8Bmxnlr5/sZwGwaxHkMt/p+jioI6NsVlRuWzHcvCCLEvqll/G3MG3GDmb1Xi4gUjg5v4BxZ/7MUCJzkXlyZDK/B0Lp+c3JnZnNWIkghM4UrV3YPRZF5PVB/QU1x4YXAIjl9oRR4h5aHTBEurLNcdzXZKe8yWqHiK3gFz+w4RxkU12P+wMJWqITHhHXSuSSzx5jCIBbwGnBuO0fcn6AuP0djqb8/85C5O6baz2Hi0kJe+PztO7T9BajmXAVxb8j6UgqKU0jw8u3btsiw43R/bM3sfw6lyP4PazacJab3UMJq8mU8tzwhxKMD4rXvHbL0Dm2mE77JSsNCCxZut9iL3hi/TKkmSxWQHa1+BzvdXIyQwM7pLbp6q5rL7JNWoPnA==; 5:lTEynXX4EaGoHqDM55yTYbYj2Oyp91yGjcvLK4lt4KgSczWW55tv+yAKqUilDkG+guu75Ou3y4jZFvGK6mKrfv4ZFz+QDYMs2g+JLZB4t31rI6j9Q2mktZr9Sul6hNGYbW6KfWKfVj3on4gLF4B9XDmq/osXHz1fCb3mS15pX/g=; 7:O9U3/9xCuyFMnILME6TkT4h+SZHcee9O8sWi3OYphqT1jja9k1i+hoK6sbhsuVVEkcJ0YPXB/J5ILuVFnV9lAT5o7OT8FimX6mAyeRP+ePmvH4wJixVa2rQD8HIr+IXC/9ayd6Vy1dDt2wl4ZKd8fA== x-incomingheadercount: 51 x-eopattributedmessage: 0 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(20181119063)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031323274)(2017031324274)(2017031322404)(1601125500)(1603101475)(1701031045); SRVR:SN1NAM02HT100; x-ms-traffictypediagnostic: SN1NAM02HT100: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(4566010)(82015058); SRVR:SN1NAM02HT100; BCL:0; PCL:0; RULEID:; SRVR:SN1NAM02HT100; x-microsoft-antispam-message-info: eXUdSXe7xoZxZE6nL9PRRnR8UDP5D/ZNFZEBEKzchsiQgmJ9BRVya/oKerqsA0a/ Content-Type: text/plain; charset="us-ascii" Content-ID: <5A86E4C43AE1AF459F41EFD869E2F684@namprd20.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: 43c13138-4cde-40ca-8c8d-08d668384409 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 22 Dec 2018 18:06:59.6333 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM02HT100 X-Rspamd-Queue-Id: 5DDA76B2EF X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=outlook.com header.s=selector1 header.b=pAdtNaYo; dmarc=pass (policy=none) header.from=outlook.com; spf=pass (mx1.freebsd.org: domain of carmel_ny@outlook.com designates 40.92.5.36 as permitted sender) smtp.mailfrom=carmel_ny@outlook.com X-Spamd-Result: default: False [2.42 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd-ports@freebsd.org]; R_DKIM_ALLOW(-0.20)[outlook.com:s=selector1]; NEURAL_HAM_MEDIUM(-0.99)[-0.986,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.92.0.0/14]; FREEMAIL_FROM(0.00)[outlook.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.985,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[outlook.com:+]; MX_GOOD(-0.01)[outlook-com.olc.protection.outlook.com,outlook-com.olc.protection.outlook.com]; DMARC_POLICY_ALLOW(-0.50)[outlook.com,none]; RCVD_IN_DNSWL_NONE(0.00)[36.5.92.40.list.dnswl.org : 127.0.3.0]; NEURAL_SPAM_SHORT(0.40)[0.405,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[outlook.com]; REPLYTO_EQ_TO_ADDR(5.00)[]; RCVD_TLS_LAST(0.00)[]; DWL_DNSWL_NONE(0.00)[outlook.com.dwl.dnswl.org : 127.0.3.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 18:07:03 -0000 On Sat, 22 Dec 2018 18:13:51 +0100, Michael Grimm stated: >Michael Grimm wrote: > >> I am using poudriere to build my ports. Within a poudriere jail used to >> compile the clamav-libmilter port no libmilter.so can be found by >> configure (see error message above) unless you tellclamav-libmilter's >> Makefile to depend on it and thus pre-install it in this jail. =20 > >Sorry, s/clamav-libmilter/clamav-milter/g > >_______________________________________________ >freebsd-ports@freebsd.org mailing list >https://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Did you update the poudriere jail to 12.0? I had a similar problem until I undated it and did a forced rebuild of everything. In fact, I found it easi= er and quicker to simple delete the existing jail and create a new one. --=20 Carmel From owner-freebsd-ports@freebsd.org Sat Dec 22 19:23:46 2018 Return-Path: Delivered-To: freebsd-ports@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 E390C1338C1A for ; Sat, 22 Dec 2018 19:23:45 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [87.98.149.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5AF16DEC7 for ; Sat, 22 Dec 2018 19:23:44 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 43Mb57745lzFmB for ; Sat, 22 Dec 2018 20:23:39 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 20:23:39 +0100 References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <0C727A7D-32CD-451A-AC2B-9F10A936BDA4@ellael.org> To: FreeBSD In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.kaan-bock.lan X-Rspamd-Queue-Id: E5AF16DEC7 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [2.78 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.81)[0.808,0]; IP_SCORE(0.07)[asn: 16276(0.38), country: FR(-0.02)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[mx1.enfer-du-nord.net,mx2.enfer-du-nord.net]; NEURAL_SPAM_LONG(0.77)[0.768,0]; NEURAL_HAM_SHORT(-0.26)[-0.261,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:87.98.128.0/17, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 19:23:46 -0000 Carmel NY wrote: > On Sat, 22 Dec 2018 18:13:51 +0100, Michael Grimm stated: >> Michael Grimm wrote: >>> I am using poudriere to build my ports. Within a poudriere jail used = to >>> compile the clamav-libmilter port no libmilter.so can be found by >>> configure (see error message above) unless you = tellclamav-libmilter's >>> Makefile to depend on it and thus pre-install it in this jail. =20 >>=20 >> Sorry, s/clamav-libmilter/clamav-milter/g >=20 > Did you update the poudriere jail to 12.0? I had a similar problem = until I > undated it and did a forced rebuild of everything. In fact, I found it = easier > and quicker to simple delete the existing jail and create a new one. Hmm, I do get the feeling that you misunderstand what I am telling you. My poudriere's jail follows /usr/src. Thus at every rebuild of my OS (I = do that every other week because I am following STABLE-12) my jail gets = upgraded as well: mike> poudriere jail -l JAILNAME VERSION ARCH METHOD TIMESTAMP = PATH stable 12.0-STABLE 1200500 amd64 src=3D/usr/src 2018-12-22 = 18:19:50 /usr/home/poudriere/jails/stable Next, that poudriere jail keeps a copy of a resulting "make buildworld" = run of base. This jail is lacking any binary/library of ports running on = my machine. Thus, libmilter.so is missing as well: mike> find /usr/home/poudriere/jails/stable -name = "libmilter.so*" -ls mike> Now, poudriere will create (cpdup) as many jails from = /usr/home/poudriere/jails/stable as told to use builders. This "OS copy" = is lacking the needed libmilter library as well, when poudriere is = trying to build security/clamav-milter. And it will fail without = indicating that there is a dependency for yet another port, namely = mail/libmilter. My proposed patch will deal with that dependency. YMMV, but IMHO, a port shouldn't rely on pre-installed libraries from = base or other ports. Thus it shouldn't need a "forced rebuild of = everything". Correct me if I am mistaken, but IIRC the libmilter library used to be = part of sendmail in base. This has been modified in FBSD 12, again IIRC = [1]. Regards, Michael [1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D473663= From owner-freebsd-ports@freebsd.org Sat Dec 22 20:10:45 2018 Return-Path: Delivered-To: freebsd-ports@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 F307A1339BB5 for ; Sat, 22 Dec 2018 20:10:44 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM04-CO1-obe.outbound.protection.outlook.com (mail-oln040092010099.outbound.protection.outlook.com [40.92.10.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C527D6F2C3 for ; Sat, 22 Dec 2018 20:10:43 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=R5uVUWcMNOdcwtD6ZcRLGFNFOkp8br8PBhKUgZACMY8=; b=YGktbfc+xFn9z2fr/w6S1ghgLpulDbhucoHl6iFVemv2+SyqrWr1lq1f3g2r9/KqYZxASMkCOvw8ArgmXU4w8fnIlYfOsZljOOP8FPpuqDRkEN5kvWpBXYw7ppB+ZTf+2a66q50EoxLXugLP8Esik/D3p3yeD8QGx6fzEgaB69ttmU1ns5Q9//AbY3uH42fNRqvZLxVZCIreSZ7lAiuvunj6rcAqGhR8bYWDbelQu9uu+faRGn2gJo9KKlbpZc1RiN0isioO4ICSceWyJmCjKUbzpgTG8yfA14NOjUl3Zx3jOE9S54i2kgFs+fHQNivZsLeenVX8irwHcSLFOJACHQ== Received: from CO1NAM04FT035.eop-NAM04.prod.protection.outlook.com (10.152.90.58) by CO1NAM04HT047.eop-NAM04.prod.protection.outlook.com (10.152.91.14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1471.13; Sat, 22 Dec 2018 20:10:42 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com (10.152.90.54) by CO1NAM04FT035.mail.protection.outlook.com (10.152.90.123) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1471.13 via Frontend Transport; Sat, 22 Dec 2018 20:10:41 +0000 Received: from SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a]) by SN1PR20MB2109.namprd20.prod.outlook.com ([fe80::e7:3fd6:ad79:9b1a%2]) with mapi id 15.20.1446.022; Sat, 22 Dec 2018 20:10:41 +0000 From: Carmel NY To: FreeBSD Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Thread-Topic: security/clamav-milter fails to compile (preliminary patch included) Thread-Index: AQHUmhbRyVPaHk3Y6k+nyFaJqC89TA== Date: Sat, 22 Dec 2018 20:10:41 +0000 Message-ID: References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <0C727A7D-32CD-451A-AC2B-9F10A936BDA4@ellael.org> In-Reply-To: Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: BN6PR1301CA0028.namprd13.prod.outlook.com (2603:10b6:405:29::41) To SN1PR20MB2109.namprd20.prod.outlook.com (2603:10b6:802:28::14) x-mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-w64-mingw32) x-incomingtopheadermarker: OriginalChecksum:6FB318A87D1C9055B939FC757F9C37EE90268C5B2EF261939AC8F785ADE0E2BE; UpperCasedChecksum:9D54EE7539931F2FCAEF940FB485C3F7C576154846227F99ED451BD6FEF8AD09; SizeAsReceived:7883; Count:51 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [gVGesLn8HNIUYf79bl3VkHk8M38zEYULoxj7KfzMDoE=] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; CO1NAM04HT047; 6:+nwICLTqJesEs5voHTRC6u3pcAGoJ+TUcYbhIUQPCwXtT8eWHbu0aytuBzBk84EBQynRoAPSTMRmnscymXug/jKm1AIzG5hfOchO1vHiqxdvVH/ETWJf+LZMctpLbZt/sqxwXN4SzKExnYgY8nKHuBDqmr2H/6Zr4NDrPvXqM/JogdkhorScWNQ0dIF8nzVGRQhDCL/A6t/PGda3vsW7ThEPIaOBJWVZ3tuIlcYfo9DaNEtXy0kSVoRX6x147kMxRo4FalyuswInk54crRs8c2S11tqwbVEc60i/VdiN8jAORAre75t/srV/V6MT1QB/b0DhI4Kor2BKKOZTmEghzVoMHpGDuj/VYUOErBtxXoj9V4NGEqolCajSz/W2uK7iBXlYAt2YK7uHn8VmGUYJbWEC/jtZ77wAz+gF3XAdnIVa2Sc24w1AonxKCjW+9xZWl13RFU4hOQ/LD/jxzswTlQ==; 5:nBiU0H/vWUiv+jSKnDChhnLYmGYX8ICtoRROwVussohvM30fb/907F4u7ReVA04A4IPyKna1L1WRG6rIMHPQ7UH/0q19rQr40yXoYB+FEB2ILGBIr26RhwdgG9kyPR5SGJwfA99pkzTXsoVorCHg2EMDJS7rhY7km+2hERF4rgY=; 7:aam2FlBxAHqynNAg3Pd+wXN7BvvtTDxOKlADXLn3mnJMY0+V4fQeYSBA/ILZgRz8NLfn/nrZvkdJOTZy5dmL+P6Yiz+TojmqZcoyCStxA+oebVmrRVuT7E2U7dmg4jYiCsfK39hs2arxgWbw/BGf/g== x-incomingheadercount: 51 x-eopattributedmessage: 0 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031323274)(2017031324274)(2017031322404)(1601125500)(1603101475)(1701031045); SRVR:CO1NAM04HT047; x-ms-traffictypediagnostic: CO1NAM04HT047: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(4566010)(82015058); SRVR:CO1NAM04HT047; BCL:0; PCL:0; RULEID:; SRVR:CO1NAM04HT047; x-microsoft-antispam-message-info: wKwKEda7KcJ+JGba0gHbNcRVDIM50oX79P9+YggaZMCxItGMyP1mahFS3ksPNBie Content-Type: text/plain; charset="us-ascii" Content-ID: <6CC7E676BA521A43B3C181C4CB2AB608@namprd20.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: 78db8608-2d01-4c12-194e-08d668498bdd X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 22 Dec 2018 20:10:41.9226 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO1NAM04HT047 X-Rspamd-Queue-Id: C527D6F2C3 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=pass header.d=outlook.com header.s=selector1 header.b=YGktbfc+; dmarc=pass (policy=none) header.from=outlook.com; spf=pass (mx1.freebsd.org: domain of carmel_ny@outlook.com designates 40.92.10.99 as permitted sender) smtp.mailfrom=carmel_ny@outlook.com X-Spamd-Result: default: False [1.49 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd-ports@freebsd.org]; R_DKIM_ALLOW(-0.20)[outlook.com:s=selector1]; NEURAL_HAM_MEDIUM(-0.99)[-0.985,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.92.0.0/14]; FREEMAIL_FROM(0.00)[outlook.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.994,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[outlook.com:+]; MX_GOOD(-0.01)[cached: outlook-com.olc.protection.outlook.com]; DMARC_POLICY_ALLOW(-0.50)[outlook.com,none]; RCVD_IN_DNSWL_NONE(0.00)[99.10.92.40.list.dnswl.org : 127.0.3.0]; NEURAL_HAM_SHORT(-0.52)[-0.521,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[outlook.com]; REPLYTO_EQ_TO_ADDR(5.00)[]; RCVD_TLS_LAST(0.00)[]; DWL_DNSWL_NONE(0.00)[outlook.com.dwl.dnswl.org : 127.0.3.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 20:10:45 -0000 On Sat, 22 Dec 2018 20:23:39 +0100, Michael Grimm stated: >Carmel NY wrote: >> On Sat, 22 Dec 2018 18:13:51 +0100, Michael Grimm stated: =20 >>> Michael Grimm wrote: =20 > >>>> I am using poudriere to build my ports. Within a poudriere jail used t= o >>>> compile the clamav-libmilter port no libmilter.so can be found by >>>> configure (see error message above) unless you tellclamav-libmilter's >>>> Makefile to depend on it and thus pre-install it in this jail. =20 >>>=20 >>> Sorry, s/clamav-libmilter/clamav-milter/g =20 >>=20 >> Did you update the poudriere jail to 12.0? I had a similar problem until= I >> undated it and did a forced rebuild of everything. In fact, I found it >> easier and quicker to simple delete the existing jail and create a new >> one. =20 > >Hmm, I do get the feeling that you misunderstand what I am telling you. > >My poudriere's jail follows /usr/src. Thus at every rebuild of my OS (I do >that every other week because I am following STABLE-12) my jail gets >upgraded as well: > > mike> poudriere jail -l =20 > JAILNAME VERSION ARCH METHOD TIMESTAMP > PATH stable 12.0-STABLE 1200500 amd64 src=3D/usr/src 2018-12-22 > 18:19:50 /usr/home/poudriere/jails/stable > >Next, that poudriere jail keeps a copy of a resulting "make buildworld" ru= n >of base. This jail is lacking any binary/library of ports running on my >machine. Thus, libmilter.so is missing as well: > > mike> find /usr/home/poudriere/jails/stable -name "libmilter.so*" -ls > mike> =20 > >Now, poudriere will create (cpdup) as many jails >from /usr/home/poudriere/jails/stable as told to use builders. This "OS >copy" is lacking the needed libmilter library as well, when poudriere is >trying to build security/clamav-milter. And it will fail without indicatin= g >that there is a dependency for yet another port, namely mail/libmilter. My >proposed patch will deal with that dependency. > >YMMV, but IMHO, a port shouldn't rely on pre-installed libraries from base >or other ports. Thus it shouldn't need a "forced rebuild of everything". > >Correct me if I am mistaken, but IIRC the libmilter library used to be par= t >of sendmail in base. This has been modified in FBSD 12, again IIRC [1]. > >Regards, >Michael > > >[1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D473663 Michael, I am certainly not a guru regarding poudriere, or system updating.= I just now what I was told. Perhaps Matthew Seaman or somebody with more knowledge about this than I can assist you. All I know for certain is that I was told to update the poudriere jail, I actually deleted the old one and created a new one, and then do a forced rebuild of all installed ports. The following worked for me, after I create= d a new jail. Obviously, the jail name here is mine. portmaster --list-origins | sort -d | tee "~/portlist.txt" poudriere bulk -c -f "~/portlist.txt" -j "12amd64" pkg upgrade -y ~ $ poudriere jail -l JAILNAME VERSION ARCH METHOD TIMESTAMP PATH 12amd64 12.0-RELEASE-p1 amd64 ftp 2018-12-21 18:25:41 /usr/local/poudri= ere/jails/12amd64 ~ $ locate libmilter.so /usr/lib/libmilter.so /usr/lib/libmilter.so.6 /usr/lib32/libmilter.so /usr/lib32/libmilter.so.6 /usr/local/poudriere/jails/12amd64/usr/lib/libmilter.so /usr/local/poudriere/jails/12amd64/usr/lib/libmilter.so.6 /usr/local/poudriere/jails/12amd64/usr/lib32/libmilter.so /usr/local/poudriere/jails/12amd64/usr/lib32/libmilter.so.6 Good Luck! --=20 Carmel From owner-freebsd-ports@freebsd.org Sat Dec 22 20:37:01 2018 Return-Path: Delivered-To: freebsd-ports@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 6F988133ABF6 for ; Sat, 22 Dec 2018 20:37:01 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9C16703BC for ; Sat, 22 Dec 2018 20:36:59 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43Mcjh2vZyzDyx for ; Sat, 22 Dec 2018 21:36:56 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 21:36:55 +0100 References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <0C727A7D-32CD-451A-AC2B-9F10A936BDA4@ellael.org> To: FreeBSD In-Reply-To: Message-Id: <7781A8EC-8618-4E5A-AD72-720EB88D920A@ellael.org> X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-Rspamd-Queue-Id: E9C16703BC X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.29 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.67)[-0.669,0]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.70)[-0.703,0]; IP_SCORE(-0.47)[ipnet: 91.121.0.0/16(-2.69), asn: 16276(0.38), country: FR(-0.02)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.enfer-du-nord.net]; NEURAL_HAM_SHORT(-0.84)[-0.836,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 20:37:01 -0000 Carmel NY wrote: > On Sat, 22 Dec 2018 20:23:39 +0100, Michael Grimm stated: >> Hmm, I do get the feeling that you misunderstand what I am telling = you. See, below. >> Next, that poudriere jail keeps a copy of a resulting "make = buildworld" run >> of base. This jail is lacking any binary/library of ports running on = my >> machine. Thus, libmilter.so is missing as well: >>=20 >> mike> find /usr/home/poudriere/jails/stable -name = "libmilter.so*" -ls >> mike> =20 >=20 > Michael, I am certainly not a guru regarding poudriere, or system = updating. Sorry, I didn't want you to believe I am getting "personal". Sorry. > I just now what I was told. Perhaps Matthew Seaman = or > somebody with more knowledge about this than I can assist you. >=20 > All I know for certain is that I was told to update the poudriere = jail, I > actually deleted the old one and created a new one, and then do a = forced > rebuild of all installed ports. The following worked for me, after I = created > a new jail. Obviously, the jail name here is mine. >=20 > portmaster --list-origins | sort -d | tee "~/portlist.txt" > poudriere bulk -c -f "~/portlist.txt" -j "12amd64" > pkg upgrade -y >=20 > ~ $ poudriere jail -l > JAILNAME VERSION ARCH METHOD TIMESTAMP PATH > 12amd64 12.0-RELEASE-p1 amd64 ftp 2018-12-21 18:25:41 = /usr/local/poudriere/jails/12amd64 >=20 > ~ $ locate libmilter.so > /usr/lib/libmilter.so > /usr/lib/libmilter.so.6 > /usr/lib32/libmilter.so > /usr/lib32/libmilter.so.6 > /usr/local/poudriere/jails/12amd64/usr/lib/libmilter.so > /usr/local/poudriere/jails/12amd64/usr/lib/libmilter.so.6 > /usr/local/poudriere/jails/12amd64/usr/lib32/libmilter.so > /usr/local/poudriere/jails/12amd64/usr/lib32/libmilter.so.6 See, that is what I was describing. You do have sendmail installed in = base, and thus, the libmilter library will make it into your poudriere = build jail, and security/clamav-milter will find a libmilter library -in = base!- during compilation and will link this library. Thus, this port = will compile in your case, because it is using libmilter.so from base, = not from the mail/libmilter port! FYI: I did trigger this bug because I do compile base without sendmail = (WITHOUT_SENDMAIL=3Dyes in /etc/src.conf)! Thus, no "chance finding" of = /usr/lib/libmilter.so.X in base aka my poudriere jail during my = compilation. Regards, Michael= From owner-freebsd-ports@freebsd.org Sat Dec 22 20:45:06 2018 Return-Path: Delivered-To: freebsd-ports@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 C2288133B014 for ; Sat, 22 Dec 2018 20:45:06 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 469D67083D for ; Sat, 22 Dec 2018 20:45:05 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id C1A4A23B3E; Sun, 23 Dec 2018 05:44:55 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 1E8072D6FD; Sun, 23 Dec 2018 05:44:55 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 227FF2D6FC; Sun, 23 Dec 2018 05:44:54 +0900 (JST) Date: Sun, 23 Dec 2018 05:44:20 +0900 (JST) Message-Id: <20181223.054420.966127511792562832.yasu@utahime.org> To: freebsd-ports@FreeBSD.org Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Yasuhiro KIMURA In-Reply-To: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 469D67083D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.997,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 20:45:06 -0000 Hello Michael. From: Michael Grimm Subject: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 17:14:11 +0100 > after upgrading from STABLE-11 to STABLE-12 security/clamav-milter failed to compile: > > configure: error: Cannot find libmilter > ===> Script "configure" failed unexpectedly. > Please report the problem to yasu@utahime.org [maintainer] and attach the > "/wrkdirs/usr/ports/security/clamav-milter/work/clamav-0.100.2/config.log" > including the output of the failure of your make command. Also, it might be > a good idea to provide an overview of all packages installed on your system > (e.g. a /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 > > Stop. I tried build with poudriere under following conditions. Host: FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURRENT r342280 GENERIC amd64 Poudriere: 3.2.8 Jails: 1. 13.0-CURRENT r342280 amd64 Build from source tree. 2. 12.0-STABLE r341991 amd64 Installed from https://download.freebsd.org/ftp/snapshots/amd64/12.0-STABLE/ 3. 12.0-RELEASE-p1 amd64 Installed from https://download.freebsd.org/ftp/releases/amd64/12.0-RELEASE/ 4. 11.2-STABLE r341995 amd64 Installed from https://download.freebsd.org/ftp/snapshots/amd64/11.2-STABLE/ 5. 11.2-RELEASE-p7 amd64 Installed from https://download.freebsd.org/ftp/releases/amd64/11.2-RELEASE/ Ports tree: r488063 And build of security/clamav-milter succeeded with all cases. Do you use any non-default setting about clamav-milter itself or any of its dependencies? --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Sat Dec 22 20:47:55 2018 Return-Path: Delivered-To: freebsd-ports@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 4F452133B1D1 for ; Sat, 22 Dec 2018 20:47:55 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6EDF70A9C for ; Sat, 22 Dec 2018 20:47:54 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43McyH07frzF25; Sat, 22 Dec 2018 21:47:50 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Michael Grimm In-Reply-To: <20181223.054420.966127511792562832.yasu@utahime.org> Date: Sat, 22 Dec 2018 21:47:50 +0100 Cc: "freebsd-ports@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <20181223.054420.966127511792562832.yasu@utahime.org> To: Yasuhiro KIMURA X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-Rspamd-Queue-Id: B6EDF70A9C X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.72 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; IP_SCORE(-0.45)[ipnet: 91.121.0.0/16(-2.60), asn: 16276(0.38), country: FR(-0.02)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.95)[-0.948,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mx1.enfer-du-nord.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.77)[-0.775,0]; NEURAL_HAM_MEDIUM(-0.93)[-0.934,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 20:47:55 -0000 Yasuhiro KIMURA wrote: > And build of security/clamav-milter succeeded with all cases. >=20 > Do you use any non-default setting about clamav-milter itself or any > of its dependencies? See my last mail. I do not have sendmail compiled for base, thus I am = lacking libmilter.so.X in my poudriere jail. Yes, that is non-default ;-) My port has default settings. Regards, Michael From owner-freebsd-ports@freebsd.org Sat Dec 22 20:55:15 2018 Return-Path: Delivered-To: freebsd-ports@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 15B66133B53B for ; Sat, 22 Dec 2018 20:55:15 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic302-4.consmr.mail.bf2.yahoo.com (sonic302-4.consmr.mail.bf2.yahoo.com [74.6.135.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B281470EE5 for ; Sat, 22 Dec 2018 20:55:13 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: mjQfKEYVM1lsrsdyiMPPDCkli3aEH.Yuf7qioAg3skUY.gCb2Nm1DVGEWO56t7c iGeEt8l0DfoYmqIpUfwn4OEN7I60FOQ8yqqIIqdhKBG3zXtbp71ofmJtc0P9GBTsvxgliAzPQq.p e87cWjEhif1hrQ8hqII1oVQLCR2Y_MZfDqmpCdNI8oeGbidGVCj1ha0SHBFhPDN5v.6V1egfJVi6 8xhB.1UZQCeU9N4w.dmSBAKjmJuZ5p1tUaUDTEENll8bHjdj3N9DCsHg6UdBFiOKHs80XXDuZhGQ 2uPooOdlI3HcUoz9O1SfylyS_X2Yj5NfShYCmx9vYRxQN0clEdifgIqKj30X5b47xCrLs6inrWaA pMc_GSqnYkSzGI9el5xB1DuH0YUlLB2zAj7WHb4Q6Wot7cw3DMl0cMS3m.I4s9bbaqNBhfE76guh bg9VqbkZueo4.VEnA5i55RBkl1UtlCsyerqEmcIpjLI.6PgtldGwC0KxAvOhieXCn_Xe11jE31n0 uvu0KAxzwAeFAWiyP4I9lEA6aVIE30Ej8W8PFApp4ui_DjoS.7JdJrHqYNDiVPodPxRX2rNW1Fon y15X1jSCYBKoHMMNClnSugJ8vIzKaQSKM2czmNjbITfcO4a3w5owQSW3swVOSdHtV4OoHfsVJNiE O13k7unOMHBsVKvexX92o9LWV4VrhVX5BohQAvYLODpz3VRfQGTxeWb364sI5ArOx9q9Yt3POnWJ bOV5GNUVfGhfPUf53xTtMh393UxQdGHALw8UwmlMRKBN7q6.y6r.Xh14VWSUPp3uKWKRrAkN.Kf4 q5rx4_SLYgqC.6mi4Z4KFBO8DnDdGJovMvlItS1b0QsAXO042PwcaAGHL3TxVz9tQhpG6_nwwaJo qLNxPDwKRVBiu3Eg.sLo7x8ZpE48HfeeofUafDF8EEFeGxy5KqEAKbvKYh5bYQXeajpLACOxClTK QZS.2vYR0c0PFBhEH3orZe9gJRYu4Z2aHm1EUGWIPsACLnRuqsnp0ZS.x3hv2jG.3QFGcIpyDQGJ jyTD0sCq6xeaIdeITDaemPC_5w1_HNTso4OgkkrAYpSq9hm9fn.ivRJiHVsNtaKPdlqSXTgl80RC cOmRjvQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic302.consmr.mail.bf2.yahoo.com with HTTP; Sat, 22 Dec 2018 20:55:12 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.109]) ([67.170.167.181]) by smtp410.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID e33a5e5a027923209050fbcb65b80ac5; Sat, 22 Dec 2018 20:55:10 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: A reliable port cross-build failure (hangup) in my context (amd64->armv7 cross build, with native-tool speedup involved) From: Mark Millard In-Reply-To: <865A13C8-9749-486E-9F79-5EEDDECBE621@yahoo.com> Date: Sat, 22 Dec 2018 12:55:07 -0800 Cc: freebsd-arm , FreeBSD Toolchain Content-Transfer-Encoding: quoted-printable Message-Id: <0154C3AC-D85B-4FCF-BA63-454BC26BC1A2@yahoo.com> References: <865A13C8-9749-486E-9F79-5EEDDECBE621@yahoo.com> To: freebsd-emulation@freebsd.org, FreeBSD Current , ports-list freebsd X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: B281470EE5 X-Spamd-Bar: / X-Spamd-Result: default: False [0.69 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:26101, ipnet:74.6.128.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.35)[-0.347,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.69)[0.686,0]; NEURAL_HAM_LONG(-0.71)[-0.706,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.57)[ip: (5.00), ipnet: 74.6.128.0/21(1.62), asn: 26101(1.30), country: US(-0.08)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[43.135.6.74.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 20:55:15 -0000 [I found my E-mail records reporting successful builds using qemu-user-static from ports head -r484783 under FreeBSD head -r340287.] On 2018-Dec-22, at 00:10, Mark Millard wrote: > [I messed up the freebsd-emulation email address the first time I sent > this. I also forgot to indicate the qemu-user-static vintage = relationship.] >=20 > I had been reporting intermittent hang-ups for my = amd64->{aarch64,armv7} port cross > builds in another message sequence. But it turns out that one thing I = ran into > has hung-up every time, the same way, for amd64->armv7 cross builds: > multimedia/gstreamer1-qt@qt5 . So I extract the material here into a = separate report > with some updated notes. >=20 > A little context: I had built from ports head -r484783 before under = FreeBSD head > -r340287 (as I remember the version). Back then it did not have this = problem that it > now has under FreeBSD head -r341836 . One ports-specific change was to = force perl5.28 > as the default instead of perl5.26 originally. In fact this is what = drives what is > being rebuilt for my experiment that caught this. But I doubt the perl = version is > important to the problem. The context has a Ryzen Threadripper 1950X = and has been > tested both for FreeBSD under Hyper-V and for the same media = native-booted. Both > hang-up at the same point as seen via ps or top. The native tools for = cross-build > speedup were in use. Cross-builds targeting aarch64 did not get this = problem but > targeting armv7 did. 121 of 129 armv7 ports built before the hang-up = for the first > armv7 try. >=20 > ADDED: The qemu-user-static back with head -r340287 before installing = the > updated ports would likely be different than the -r484783 vintage. So = both > FreeBSD and qemu-user-static may have changed over the comparison. CORRECTION to ADDED: Back on 2018-Nov-11 I reported successful = cross-builds based on qemu-user-static from ports head -484783 --all built under = FreeBSD head -r340287 . So the use of the perl5.28 as the forced-default and the newer FreeBSD head version -r341836 as the context are the differences = here. > The hang-up: >=20 > In the port rebuilds targeting armv7, multimedia/gstreamer1-qt@qt5 = hung-up and timed > out. Looking during the wait in later tries shows something much like = (from one of the > examples): >=20 > root 33719 0.0 0.0 12920 3528 0 I 11:40 0:00.03 = | | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: = build_pkg (gstreamer1-qt5-1.2.0_14) (sh) > root 41551 0.0 0.0 12920 3520 0 I 11:43 0:00.00 = | | `-- sh: poudriere[FBSDFSSDjailArmV7-default][02]: = build_pkg (gstreamer1-qt5-1.2.0_14) (sh) > root 41552 0.0 0.0 10340 1744 0 IJ 11:43 0:00.01 = | | `-- /usr/bin/make -C = /usr/ports/multimedia/gstreamer1-qt FLAVOR=3Dqt5 build > root 41566 0.0 0.0 10236 1796 0 IJ 11:43 0:00.00 = | | `-- /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELE > root 41567 0.0 0.0 89976 12896 0 IJ 11:43 0:00.07 = | | `-- /usr/local/bin/qemu-arm-static ninja -j28 -v = all > root 41585 0.0 0.0 102848 25056 0 IJ 11:43 0:00.10 = | | |-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g > root 41586 0.0 0.0 102852 25072 0 IJ 11:43 0:00.11 = | | `-- /usr/local/bin/qemu-arm-static = /usr/local/bin/cmake -E cmake_autogen /wrkdirs/usr/ports/multimedia/g >=20 > or as top showed it: >=20 > 41552 root 1 52 0 10M 1744K 0 wait 15 0:00 = 0.00% /usr/bin/make -C /usr/ports/multimedia/gstreamer1-qt FLAVOR=3Dqt5 = build > 41566 root 1 52 0 10M 1796K 0 wait 1 0:00 = 0.00% /bin/sh -e -c (cd = /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/.build; if ! = /usr/bin/env QT_SELECT=3Dqt5 QMAKEMODULES > 41567 root 2 52 0 88M 13M 0 select 4 0:00 = 0.00% /usr/local/bin/qemu-arm-static ninja -j28 -v all > 41585 root 2 52 0 100M 24M 0 kqread 8 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. > 41586 root 2 52 0 100M 24M 0 kqread 22 0:00 = 0.00% /usr/local/bin/qemu-arm-static /usr/local/bin/cmake -E = cmake_autogen /wrkdirs/usr/ports/multimedia/gstreamer1-qt/work-qt5/. >=20 > So: waiting in kqread trying to run cmake. >=20 > Unlike some intermittent hang-ups, attaching-then-detaching via gdb = does not > resume the hung-up processes. Kills of the processes waiting on kqread = stop > the build. >=20 > Given the prior ports have been built already, building just > multimedia/gstreamer1-qt@qt5 still gets the hang-up at the same point. >=20 > Building anything that requires multimedia/gstreamer1-qt@qt5 seems to = be > solidly blocked in my environment. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sat Dec 22 21:12:35 2018 Return-Path: Delivered-To: freebsd-ports@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 742A3133C1B1 for ; Sat, 22 Dec 2018 21:12:35 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6AF671EA9 for ; Sat, 22 Dec 2018 21:12:32 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id CC7D623B5C; Sun, 23 Dec 2018 06:12:28 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 435532D744; Sun, 23 Dec 2018 06:12:28 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 47A702D743; Sun, 23 Dec 2018 06:12:27 +0900 (JST) Date: Sun, 23 Dec 2018 06:09:42 +0900 (JST) Message-Id: <20181223.060942.605982698335285185.yasu@utahime.org> To: freebsd-ports@FreeBSD.org Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Yasuhiro KIMURA In-Reply-To: References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <20181223.054420.966127511792562832.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: E6AF671EA9 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [-0.98 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.91)[-0.906,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.90)[-0.896,0]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(0.20)[ip: (0.50), ipnet: 183.180.0.0/16(0.25), asn: 2519(0.31), country: JP(-0.09)]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[mx1.utahime.org,mx2.utahime.org]; NEURAL_HAM_SHORT(-0.56)[-0.563,0]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 21:12:35 -0000 From: Michael Grimm Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 21:47:50 +0100 > See my last mail. I do not have sendmail compiled for base, thus I am lacking libmilter.so.X in my poudriere jail. > Yes, that is non-default ;-) My port has default settings. Sorry, I read only first mail. Then I have another question. Does build of security/clamav, master port of security/clamav-milter, also fail on your environment? --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Sat Dec 22 21:20:08 2018 Return-Path: Delivered-To: freebsd-ports@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 B68E5133C6A8 for ; Sat, 22 Dec 2018 21:20:08 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:302:1100::d:fe3a]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD2B72308 for ; Sat, 22 Dec 2018 21:20:08 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43MdgT0JvhzF5Q; Sat, 22 Dec 2018 22:20:05 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Michael Grimm In-Reply-To: <20181223.060942.605982698335285185.yasu@utahime.org> Date: Sat, 22 Dec 2018 22:20:04 +0100 Cc: "freebsd-ports@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <633326DC-E841-4ECC-ACA8-F67C9F4DA873@ellael.org> <20181223.054420.966127511792562832.yasu@utahime.org> <20181223.060942.605982698335285185.yasu@utahime.org> To: Yasuhiro KIMURA X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 21:20:08 -0000 Yasuhiro KIMURA wrote: >=20 > From: Michael Grimm >> See my last mail. I do not have sendmail compiled for base, thus I am = lacking libmilter.so.X in my poudriere jail. >> Yes, that is non-default ;-) My port has default settings. >=20 > Sorry, I read only first mail. No need to be sorry, really. > Then I have another question. Does build of security/clamav, master > port of security/clamav-milter, also fail on your environment? If I do set the option to create the milter interface (sp?) in = security/clamav I do run into the same error "Cannot find libmilter". I didn't try to build security/clamav without milter support, though. = Due to obvious reasons, because I do need the milter support for = postfix. BTW: Please have a look at the mail/spamass-milter port. This port = builds against the libmilter port as well. Thanks and regards, Michael From owner-freebsd-ports@freebsd.org Sat Dec 22 21:50:14 2018 Return-Path: Delivered-To: freebsd-ports@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 E9095133D476 for ; Sat, 22 Dec 2018 21:50:13 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7083C7361F for ; Sat, 22 Dec 2018 21:50:12 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 1A68423B6C; Sun, 23 Dec 2018 06:50:07 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 97B522D77E; Sun, 23 Dec 2018 06:50:06 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 0544F2D77D; Sun, 23 Dec 2018 06:50:02 +0900 (JST) Date: Sun, 23 Dec 2018 06:48:39 +0900 (JST) Message-Id: <20181223.064839.1749206782508827440.yasu@utahime.org> To: freebsd-ports@FreeBSD.org Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Yasuhiro KIMURA In-Reply-To: References: <20181223.060942.605982698335285185.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 7083C7361F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-7.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 21:50:14 -0000 From: Michael Grimm Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 22:20:04 +0100 > If I do set the option to create the milter interface (sp?) in security/clamav I do run into the same error "Cannot find libmilter". > > I didn't try to build security/clamav without milter support, though. Due to obvious reasons, because I do need the milter support for postfix. Thank you for replay. Then please try following patch. With it security/clamav (and security/clamav-milter) should depend on mail/libmilter only when there isn't sendmail in base system. Index: Makefile =================================================================== --- Makefile (revision 488063) +++ Makefile (working copy) @@ -15,6 +15,10 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libcurl.so:ftp/curl +.if !exists(/usr/lib/libmilter.so) +LIB_DEPENDS+= libmilter.so:mail/libmilter +.endif + USES= cpe gmake gnome libtool ncurses pathfix pkgconfig ssl USE_RC_SUBR= clamav-clamd clamav-freshclam USE_LDCONFIG= yes Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Sat Dec 22 22:11:15 2018 Return-Path: Delivered-To: freebsd-ports@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 0357A133DADA for ; Sat, 22 Dec 2018 22:11:15 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:302:1100::d:fe3a]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D48E67436D for ; Sat, 22 Dec 2018 22:11:13 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43MfpQ4Z4wzFTh; Sat, 22 Dec 2018 23:11:10 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Michael Grimm In-Reply-To: <20181223.064839.1749206782508827440.yasu@utahime.org> Date: Sat, 22 Dec 2018 23:11:09 +0100 Cc: "freebsd-ports@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <20181223.060942.605982698335285185.yasu@utahime.org> <20181223.064839.1749206782508827440.yasu@utahime.org> To: Yasuhiro KIMURA X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 22:11:15 -0000 Yasuhiro KIMURA wrote: > From: Michael Grimm >> If I do set the option to create the milter interface (sp?) in = security/clamav I do run into the same error "Cannot find libmilter". >=20 > Thank you for replay. Then please try following patch. With it > security/clamav (and security/clamav-milter) should depend on > mail/libmilter only when there isn't sendmail in base system. Thank you very, very much, your patch works in my case (lacking sendmail = in base). mike> poudriere bulk -j stable -C security/clamav-milter =E2=80=A6 will run to completion, see: =3D=3D=3D> clamav-milter-0.100.2,1 depends on shared library: = libmilter.so - not found =3D=3D=3D> Installing existing package = /packages/All/libmilter-8.15.2_1.txz [stable-default-job-01] Installing libmilter-8.15.2_1... [stable-default-job-01] Extracting libmilter-8.15.2_1: = .......... done =3D=3D=3D> clamav-milter-0.100.2,1 depends on shared library: = libmilter.so - found (/usr/local/lib/libmilter.so) =3D=3D=3D> Returning to build of clamav-milter-0.100.2,1 Thank you very much. Your patch is much more elegant then my one ;-) With kind regards, Michael From owner-freebsd-ports@freebsd.org Sat Dec 22 22:34:17 2018 Return-Path: Delivered-To: freebsd-ports@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 68344133E173 for ; Sat, 22 Dec 2018 22:34:17 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6ADA74B6D for ; Sat, 22 Dec 2018 22:34:16 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id 4BED823B83; Sun, 23 Dec 2018 07:34:13 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 8D7C62D7BE; Sun, 23 Dec 2018 07:34:12 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id B570A2D7BD; Sun, 23 Dec 2018 07:34:09 +0900 (JST) Date: Sun, 23 Dec 2018 07:33:42 +0900 (JST) Message-Id: <20181223.073342.309673158694093354.yasu@utahime.org> To: freebsd-ports@FreeBSD.org Subject: Re: security/clamav-milter fails to compile (preliminary patch included) From: Yasuhiro KIMURA In-Reply-To: References: <20181223.064839.1749206782508827440.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: D6ADA74B6D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.992,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 22:34:17 -0000 From: Michael Grimm Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 23:11:09 +0100 > Thank you very, very much, your patch works in my case (lacking sendmail in base). > > mike> poudriere bulk -j stable -C security/clamav-milter > > $B!D(B will run to completion, see: > > ===> clamav-milter-0.100.2,1 depends on shared library: libmilter.so - not found > ===> Installing existing package /packages/All/libmilter-8.15.2_1.txz > [stable-default-job-01] Installing libmilter-8.15.2_1... > [stable-default-job-01] Extracting libmilter-8.15.2_1: .......... done > ===> clamav-milter-0.100.2,1 depends on shared library: libmilter.so - found (/usr/local/lib/libmilter.so) > ===> Returning to build of clamav-milter-0.100.2,1 > > Thank you very much. Your patch is much more elegant then my one ;-) Thank you for checking patch. Then I'll submit this patch to Bugzilla. I may take for a while but will be committed to ports repository. --- Yasuhiro KIMURA From owner-freebsd-ports@freebsd.org Sat Dec 22 22:50:33 2018 Return-Path: Delivered-To: freebsd-ports@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 30838133E694 for ; Sat, 22 Dec 2018 22:50:33 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.41.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCF2753D6 for ; Sat, 22 Dec 2018 22:50:32 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c] (p200300E97F218A01B8868E50EC0FED0C.dip0.t-ipconnect.de [IPv6:2003:e9:7f21:8a01:b886:8e50:ec0f:ed0c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.enfer-du-nord.net (Postfix) with ESMTPSA id 43Mggk3kBNzFpP for ; Sat, 22 Dec 2018 23:50:26 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail.enfer-du-nord.net From: Michael Grimm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Re: security/clamav-milter fails to compile (preliminary patch included) Date: Sat, 22 Dec 2018 23:50:25 +0100 References: <20181223.064839.1749206782508827440.yasu@utahime.org> <20181223.073342.309673158694093354.yasu@utahime.org> To: "freebsd-ports@freebsd.org" In-Reply-To: <20181223.073342.309673158694093354.yasu@utahime.org> Message-Id: <7CF7BC01-48FB-4BE5-8083-1D07B5381ADE@ellael.org> X-Mailer: Apple Mail (2.3445.102.3) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.mer-waases.lan X-Rspamd-Queue-Id: 4DCF2753D6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.38 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.73)[-0.734,0]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.77)[-0.771,0]; IP_SCORE(-0.43)[ipnet: 91.121.0.0/16(-2.51), asn: 16276(0.38), country: FR(-0.02)]; NEURAL_SPAM_SHORT(0.16)[0.162,0]; MX_GOOD(-0.01)[cached: mx1.enfer-du-nord.net]; TO_DN_EQ_ADDR_ALL(0.00)[]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2018 22:50:33 -0000 Yasuhiro KIMURA wrote: > Thank you for checking patch. Then I'll submit this patch to > Bugzilla. I may take for a while but will be committed to ports > repository. Thanks. "One more thing" ;-) Your patch will work, and thinking about the maturity of libmilter, your = patch will be an appropriate one. I am thinking about a more "future safe" solution for = security/clamav-milter: #) add an OPTION to security/clamav-milter's Makefile whether to = use libmilter from base or ports #) make the default to use port mail/libmilter #) because the latter will allow to automatically follow newest = developments of libmilter and clamav ports Don't get me wrong, you are the maintainer, thus, it is completely up to = you! Thanks again and kind regards, Michael=