From owner-freebsd-ports@freebsd.org Sun Nov 12 00:55:42 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D027E51F3B; Sun, 12 Nov 2017 00:55:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C260759AD; Sun, 12 Nov 2017 00:55:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3EDC7141A7; Sun, 12 Nov 2017 00:55:41 +0000 (UTC) From: Jan Beich To: Patrick Dorion Cc: "jonc\@chen.org.nz" , "lists\@opsec.eu" , "gecko\@freebsd.org" , "freebsd-ports\@freebsd.org" Subject: Re: Firefox (Doesn't) Build References: Date: Sun, 12 Nov 2017 01:55:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 00:55:42 -0000 Patrick Dorion writes: > What's the difference between using Poudriere or Synth, though? > > This is a clean system, I can't imagine a jail being cleaner... it was > unpacked from the DVD the day before yesterday.... > > Also, how do you run PGO (profile-guided optimizations) while building > in a jail? You need a running X server and access to it for that.... PGO is simply broken for architectures that default to libc++. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223563 From owner-freebsd-ports@freebsd.org Sun Nov 12 03:36:53 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89298E672DD for ; Sun, 12 Nov 2017 03:36:53 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) 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 76BB57A916 for ; Sun, 12 Nov 2017 03:36:53 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: by mailman.ysv.freebsd.org (Postfix) id 73399E672DC; Sun, 12 Nov 2017 03:36:53 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72C6CE672DA for ; Sun, 12 Nov 2017 03:36:53 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id C85FD7A914; Sun, 12 Nov 2017 03:36:52 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp121-45-11-215.bras1.adl4.internode.on.net (HELO leader.local) ([121.45.11.215]) by ipmail06.adl2.internode.on.net with ESMTP; 12 Nov 2017 14:01:41 +1030 Subject: Re: RTTI support in devel/llvm40 (and maybe other llvm ports) To: Alexey Dokuchaev , brooks@freebsd.org Cc: ports@freebsd.org References: <20171110070748.GA27570@regency.nsu.ru> From: Shane Ambler Message-ID: <0df1a31d-db40-3b56-3be9-c3c180746736@ShaneWare.Biz> Date: Sun, 12 Nov 2017 14:01:39 +1030 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171110070748.GA27570@regency.nsu.ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 03:36:53 -0000 On 10/11/2017 17:37, Alexey Dokuchaev wrote: > Hi Brooks, > > I've just found out that our `devel/llvm40' port comes without > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > from e.g. 3.4 times when it was enabled by default. > > The problem is that RTTI support is required by some consumers, > e.g. `graphics/openshadinglanguage' and `graphics/appleseed' > (cf. https://github.com/appleseedhq/appleseed/issues/1625), > but I cannot enable RTTI in those ports unless I enable it in > LLVM port(s) first. > It is probably more a case of llvm sets rtti off by default even though the llvm ports < v3.8 have enabled it. Previous versions of osl had rtti enabled to match the llvm setting. I disabled rtti in osl when switching to llvm40 only to get it to work. No changes to graphics/blender were needed. While I know appleseed fails when rtti is disabled directly in CXXFLAGS, maybe cmake can detect the use of rtti in llvm (or offer an option) and adjust to suit, or just add -fno-rtti only for the osl files. -- FreeBSD - the place to B...Software Developing Shane Ambler From owner-freebsd-ports@freebsd.org Sun Nov 12 07:14:25 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 009D1E6AC59 for ; Sun, 12 Nov 2017 07:14:24 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qt0-x232.google.com (mail-qt0-x232.google.com [IPv6:2607:f8b0:400d:c0d::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB2037F361 for ; Sun, 12 Nov 2017 07:14:24 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qt0-x232.google.com with SMTP id c36so10124099qtc.11 for ; Sat, 11 Nov 2017 23:14:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=KHViblRplDkYYv4Ow/j/NpQOWxd1Hx8+3VlQk1idl78=; b=zIiOMsCLFgd2zdAJNBYOg0wk5O7u5zsDdQktFbiTBNaSb1Nvfmm4/Bn2ISeQJBB/yF d9bMYTjIxiuuITCEGY87a1z888mCsI7M75oFZgEb+VpfOVPtDUh2YR6r0Ye1Y+7sFAMv 41JqYJyHwcMpDgz0LGAjoLXEIg2a3j3zuCMHPFOfBsgcLe1IzOchVQK2vChYnUwT3kG7 7m+F+9WIfmIkZaevqKdY1sISMYtVZ5Cy12ftWLeF1XGyrs4WDsKGYP5SwrLZ3b+AxMVB TJwnmdcWO/VZE+XX+qOiiluGAQCtoTtpfjm9sIQSVaZQVQ20XFplPmaszPCwzfoCxkCj lKmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=KHViblRplDkYYv4Ow/j/NpQOWxd1Hx8+3VlQk1idl78=; b=I+6Nu7DA7mdKbQnHg7OcKpmevf1cJXr14jtysLX73WrTOlunYMsNEyDq1lFTyxRmwj BJC03l2B/gS9sxwctockGy9GDAFG9qYNktbCVu3VYRR1fQE2dDFrhHRYnLhjGC4HRZxL ixCEjsXykzmqq+E/3KAhos7l7XLPXbgCv5ale19mz1a7Gv1FCb4Z/8YuKiMnNW6uZx1i 4BpjLj5bGkPBoAkOgFIMKboOnh/86hPlFK6W6PnVEEckPo2ri6L/4y7quGBHaNOaeKLC FFVFFZ/bkUFZPMnKN5LxieHS31+E0UdWjYE3g/423sWsGhTmydXBKT+c3L5C1bWAN2WB cnvw== X-Gm-Message-State: AJaThX4ZBFJ9NkP0+Ok67xNq8+71t+K6Rd6EKKMq6lGpWPaOm+IqkKAy WBueJSyaWdPJE8ZbvoOqgi2VO1SpzthB5ByYP40MXg== X-Google-Smtp-Source: AGs4zMYCiGnkkbaDHTQKpePnDuG4AhSN0hiwAFpFNlC7VC5K+HzMubUJiEZf6PwSkWV2VgU47x4nwjZ7sdqo+8urQEM= X-Received: by 10.200.3.111 with SMTP id w47mr8976910qtg.312.1510470863425; Sat, 11 Nov 2017 23:14:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.42.35 with HTTP; Sat, 11 Nov 2017 23:14:23 -0800 (PST) X-Originating-IP: [150.107.174.214] In-Reply-To: References: From: Jonathan Chen Date: Sun, 12 Nov 2017 20:14:23 +1300 Message-ID: Subject: Re: Firefox (Doesn't) Build To: Patrick Dorion Cc: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 07:14:25 -0000 On 12 November 2017 at 12:16, Patrick Dorion wrote: > What's the difference between using Poudriere or Synth, though? > > This is a clean system, I can't imagine a jail being cleaner... it was unpacked from the DVD the day before yesterday.... Both are clean room builds; ie where only minimal build dependancies are installed for each port build. The main difference is that: * poudriere uses jails to achieve this * synth uses unionfs+chroot to achieve this Cheers. -- Jonathan Chen From owner-freebsd-ports@freebsd.org Sun Nov 12 08:03:21 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 159EFE6BC43 for ; Sun, 12 Nov 2017 08:03:21 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0076880794 for ; Sun, 12 Nov 2017 08:03:21 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.ysv.freebsd.org (Postfix) id F3E73E6BC42; Sun, 12 Nov 2017 08:03:20 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3897E6BC41 for ; Sun, 12 Nov 2017 08:03:20 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D34FB80793 for ; Sun, 12 Nov 2017 08:03:20 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 2FC125A9F2A; Sun, 12 Nov 2017 08:03:19 +0000 (UTC) Date: Sun, 12 Nov 2017 08:03:19 +0000 From: Brooks Davis To: Alexey Dokuchaev Cc: ports@freebsd.org Subject: Re: RTTI support in devel/llvm40 (and maybe other llvm ports) Message-ID: <20171112080319.GB76223@spindle.one-eyed-alien.net> References: <20171110070748.GA27570@regency.nsu.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <20171110070748.GA27570@regency.nsu.ru> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 08:03:21 -0000 --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > Hi Brooks, >=20 > I've just found out that our `devel/llvm40' port comes without > -DLLVM_ENABLE_RTTI=3DON on the CMAKE_ARGS. This is a regression > from e.g. 3.4 times when it was enabled by default. >=20 > The problem is that RTTI support is required by some consumers, > e.g. `graphics/openshadinglanguage' and `graphics/appleseed' > (cf. https://github.com/appleseedhq/appleseed/issues/1625), > but I cannot enable RTTI in those ports unless I enable it in > LLVM port(s) first. >=20 > The patch is very simple (apart port revision bump): >=20 > @@ -39,7 +41,7 @@ > SUB_LIST=3D LLVM_PREFIX=3D"${LLVM_PREFIX}" LLVM_SUFFIX=3D"${LLVM_SUFFIX}" > CMAKE_INSTALL_PREFIX=3D ${LLVM_PREFIX} > -CMAKE_ARGS=3D -DLLVM_BUILD_LLVM_DYLIB=3DON > +CMAKE_ARGS=3D -DLLVM_BUILD_LLVM_DYLIB=3DON -DLLVM_ENABLE_RTTI=3DON >=20 > Could you review/commit it, and check if other LLVM ports could > also benefit from it? Thanks, It's been a few years since we disabled it so I don't remember the details of the decision. I'll look into it, but am not in a position to test for breakage to other ports. IIRC there were once ports that failed to build both with and without so it may be that we need to wait for flavors to make this change. -- Brooks --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJaCABGAAoJEKzQXbSebgfAqSYH/00qnqa2J1YzJfFYcwvHo+8L /NPizytixbCm0uyRec1flN0CCK/q3BiMd2Pub4U9NW9KiQaysD+H6ZywxwhfAteG qlj4DBB2sdn4ImY4WWk2bgJSEUr0exUdyYCUmgRG3JjKRelpuAG/waERvpe1aGat lDK/hc0C1eb5HI7RIw8rItRcYwmH8gf7DWs1w65oKa7ZTtSoBCiMxBvqdU4h3had SI2Md1RGypSEIDTSovxwtIZhGCgo1daCM3SJ26OiNEzO1CWsPkDwVzV1dTg9rxEM 9gOzZHeluIrlGrvOyQrI5nB3+/nwHH5Srp1eU2eybMkqYiB0EfSa+IMQub+0ZWA= =u0kH -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX-- From owner-freebsd-ports@freebsd.org Sun Nov 12 08:05:38 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 479A9E6BD24; Sun, 12 Nov 2017 08:05:38 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F005808AB; Sun, 12 Nov 2017 08:05:37 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 47D315A9F12; Sun, 12 Nov 2017 07:57:33 +0000 (UTC) Date: Sun, 12 Nov 2017 07:57:33 +0000 From: Brooks Davis To: Mark Millard Cc: FreeBSD Toolchain , FreeBSD Current , FreeBSD Ports , bugzilla-noreply@freebsd.org, Brooks Davis Subject: Re: [Bug 223383] pathconf querying for posix_falloc not supported on freebsd [devel/llvm*'s lld's are also broken by this for zfs and need updating] Message-ID: <20171112075733.GA76223@spindle.one-eyed-alien.net> References: <7A1EEAA2-C160-492E-B1DA-24E7D73268BB@dsl-only.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <7A1EEAA2-C160-492E-B1DA-24E7D73268BB@dsl-only.net> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 08:05:38 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'll work on this. -- Brooks On Thu, Nov 09, 2017 at 07:09:00PM -0800, Mark Millard wrote: > [ devel/llvm* also have the issue in their > lld 's.] >=20 > On 2017-Nov-7, at 4:43 PM, bugzilla-noreply at freebsd.org wrote: >=20 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223383 > >=20 > > --- Comment #7 from commit-hook@freebsd.org --- > > A commit references this bug: > >=20 > > Author: emaste > > Date: Wed Nov 8 00:39:04 UTC 2017 > > New revision: 325523 > > URL: https://svnweb.freebsd.org/changeset/base/325523 > >=20 > > Log: > > MFC r325420: lld: accept EINVAL to indicate posix_fallocate is unsuppo= rted > >=20 > > As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to > > indicate that the operation is not supported. (I think this is a stran= ge > > choice of errno on the part of POSIX.) > >=20 > > PR: 223383, 223440 > > Reported by: Mark Millard > > Sponsored by: The FreeBSD Foundation > >=20 > > Changes: > > _U stable/11/ > > stable/11/contrib/llvm/lib/Support/Unix/Path.inc > >=20 > > --=20 > > You are receiving this mail because: > > You are on the CC list for the bug. >=20 > [Context a zfs file system.] >=20 > From /usr/src/UPDATING: >=20 > 20171106: > The naive and non-compliant support of posix_fallocate(2) in ZFS > has been removed as of r325320. The system call now returns EINV= AL > when used on a ZFS file. Although the new behavior complies with= the > standard, some consumers are not prepared to cope with it. > One known victim is lld prior to r325420. >=20 >=20 > The issue is not limited to the system clang's > associated lld.=20 >=20 > Here is an attempt to use clang++50, implicitly using > its associated lld: >=20 > # clang++50 -v exception_test.cc > clang version 5.0.0 (tags/RELEASE_500/final) > Target: x86_64-portbld-freebsd12.0 > Thread model: posix > InstalledDir: /usr/local/llvm50/bin > "/usr/local/llvm50/bin/clang-5.0" -cc1 -triple x86_64-portbld-freebsd12.= 0 -emit-obj -mrelax-all -disable-free -main-file-name exception_test.cc -mr= elocation-model static -mthread-model posix -mdisable-fp-elim -masm-verbose= -mconstructor-aliases -munwind-tables -target-cpu x86-64 -v -dwarf-column-= info -debugger-tuning=3Dgdb -resource-dir /usr/local/llvm50/lib/clang/5.0.0= -internal-isystem /usr/include/c++/v1 -fdeprecated-macro -fdebug-compilati= on-dir /root/c_tests -ferror-limit 19 -fmessage-length 200 -fobjc-runtime= =3Dgnustep -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-= diagnostics -o /tmp/exception_test-baadc9.o -x c++ exception_test.cc > clang -cc1 version 5.0.0 based upon LLVM 5.0.0 default target x86_64-port= bld-freebsd12.0 > #include "..." search starts here: > #include <...> search starts here: > /usr/include/c++/v1 > /usr/local/llvm50/lib/clang/5.0.0/include > /usr/include > End of search list. > "/usr/local/llvm50/bin/ld" --eh-frame-hdr -dynamic-linker /libexec/ld-el= f.so.1 --hash-style=3Dboth --enable-new-dtags -o a.out /usr/lib/crt1.o /usr= /lib/crti.o /usr/lib/crtbegin.o -L/usr/lib /tmp/exception_test-baadc9.o -lc= ++ -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc= _s --no-as-needed /usr/lib/crtend.o /usr/lib/crtn.o > /usr/local/llvm50/bin/ld: error: cannot open output file a.out: Invalid a= rgument > clang-5.0: error: linker command failed with exit code 1 (use -v to see i= nvocation) >=20 >=20 > https://svnweb.freebsd.org/ports/head/devel/?dir_pagestart=3D1000 >=20 > does not yet suggest updates to devel/llvm* 's for > the issue. >=20 > =3D=3D=3D > Mark Millard > markmi at dsl-only.net >=20 --zhXaljGHf11kAtnf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJaB/7qAAoJEKzQXbSebgfAWNkH/3jJBcgy/tX+KIEK+k3dBtn9 RbxOYvEtAjOaShcY/07E3lp9Mi1mpQo3Ct4zXdFM909aVSGPvEbN4IV5JRns7dE0 t121D493uRxZQ1QTojtS2FhiLv60BGJP+aeB7xa137bWU/KDVL4zagnQmrcQQ3L+ iar4sszUntAcWGkKE86aTiDFM5TFDoXZh8iv8X2W59hMJ/OId08qW96Kbf7IWetY BxwwgEae6dXVEsl+6AIG4UKKK86m4BjBHEZdkYO5KJRgTaGFqrwTFaGepWfnYoMW OTwTwWKIgpto+cuWbsgGk9pQU229wtTg0241dPVV2pEmoQ+2utT5uOUCaCfF4O4= =EO3n -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-ports@freebsd.org Sun Nov 12 09:14:52 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9758E6D447; Sun, 12 Nov 2017 09:14:52 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99DC01DAC; Sun, 12 Nov 2017 09:14:52 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x231.google.com with SMTP id 134so17670225ioo.0; Sun, 12 Nov 2017 01:14:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=7GRqay4okmyO9WoNf0AS1YZsy787NCFZedQ8hDJEsU0=; b=Og8xo3/wueQl94xeKjor1ZbnzEGF0ydsp2LP9trZ0+lwOrqv/+LgNemRxQucQxbXsl FKrrI9mx8IICU090QseOFCAy7Ok6r74d5Hydl6z6rXqvzNMBosGjkRKWrxjlHtVYyY8H UpF3uu1uW4EMMQwAtUnKie80bQefyEIHGXzrnyqQruFqoAeXykUTbtkdd5jF0z1glTTO HKqgfooxVpS8daEAFWSNcrHnrvA/NgXyjFQNprGaN0S8s9X8G/ZJCm1UJu7ghw7BHZKt y6DWjqsSM5NCozBJ2/AqvT2RvPfZixGvcJNQW5Vno2IWhRIxoKdoMb0fRMp5+5VlmJVb UUKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7GRqay4okmyO9WoNf0AS1YZsy787NCFZedQ8hDJEsU0=; b=oQqJVrEivuAzhsnRkdxM5UgUemUwwyrBm2BRMiFLfAhlSsvHrlS2J37hRP6DuJCcjS AV+JXjD8V8wfGulT8OmPmocoglWRxIHkZouqp37sl7S9I9yGUhioA8L/VtJKgKgA6KmY 8CtqMxUHHLiPUD8o5NCre1q1PL3TMcnAyk1gQ53+vHTi6/s/TIsBey5DMA9N2BShUdKE zqTILPm7EqaiG5/cTuTOGLl9l75rJBNYoQ5G9zO2y2mUTUM+yhYmb9u740qhOJOuzm46 zu12tZRSk9KKW4R4X1QyTLd+jt8OvEggsuhRO94CNUXsfipEAgBTBBSbE2ln+nHc+mEK kr5A== X-Gm-Message-State: AJaThX7ASEPfyLAxSj3CZOD7Mhn5e5XxuEu0Q2qR66SKD758Y6VlIPOh Z2OXIOHOZzM0MFf5qJ63r2j7+nMsB0aCq8z8k2QTqA== X-Google-Smtp-Source: AGs4zMbIsJOAMQPJ9+MM/9HCNrbnb0gj6vsntkhDF5Co9Ox9iyXOr9LfNDuVDHydBzQTnsoaFMempPWIcw16oobO5rw= X-Received: by 10.107.62.65 with SMTP id l62mr6873953ioa.153.1510478091114; Sun, 12 Nov 2017 01:14:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.11.31 with HTTP; Sun, 12 Nov 2017 01:14:50 -0800 (PST) From: blubee blubeeme Date: Sun, 12 Nov 2017 17:14:50 +0800 Message-ID: Subject: writing drivers based on hardware manuals To: FreeBSD Ports , FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 09:14:52 -0000 This is a request on where can I get more information and talk to other FreeBSD developers about writing software to control hardware based on dmidecode and a device manual. I found this manual page that not only describe the fan controllers and lid switch but also the keyboard LED controller as well. https://www.manualslib.com/manual/1269646/Clevo-P650hs.html?page=114#manual I should be able to write code to interface with this hardware directly from FreeBSD. Where can I go to get help with this? From owner-freebsd-ports@freebsd.org Sun Nov 12 09:42:21 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A70B7E6DC45; Sun, 12 Nov 2017 09:42:21 +0000 (UTC) (envelope-from pi@opsec.eu) 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 6EFBA2C11; Sun, 12 Nov 2017 09:42:21 +0000 (UTC) (envelope-from pi@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eDomR-0006eB-Vw; Sun, 12 Nov 2017 10:42:20 +0100 Date: Sun, 12 Nov 2017 10:42:19 +0100 From: Kurt Jaeger To: blubee blubeeme Cc: FreeBSD Ports , FreeBSD current Subject: Re: writing drivers based on hardware manuals Message-ID: <20171112094219.GI49221@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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 09:42:21 -0000 Hi! > This is a request on where can I get more information and talk to other > FreeBSD developers about writing software to control hardware based on > dmidecode and a device manual. > > I found this manual page that not only describe the fan controllers and lid > switch but also the keyboard LED controller as well. > > https://www.manualslib.com/manual/1269646/Clevo-P650hs.html?page=114#manual > > I should be able to write code to interface with this hardware directly > from FreeBSD. > > Where can I go to get help with this? Try this book: https://www.nostarch.com/bsddrivers.htm -- pi@opsec.eu +49 171 3101372 3 years to go ! From owner-freebsd-ports@freebsd.org Sun Nov 12 10:51:57 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4236CE6EE84 for ; Sun, 12 Nov 2017 10:51:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2CEC763D16 for ; Sun, 12 Nov 2017 10:51:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2C41FE6EE82; Sun, 12 Nov 2017 10:51:57 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A2CCE6EE81 for ; Sun, 12 Nov 2017 10:51: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 mx1.freebsd.org (Postfix) with ESMTPS id 1C29663D14 for ; Sun, 12 Nov 2017 10:51: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 vACApuwv095443 for ; Sun, 12 Nov 2017 10:51:56 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vACApuri095442; Sun, 12 Nov 2017 10:51:56 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711121051.vACApuri095442@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: Sun, 12 Nov 2017 10:51: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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 10:51:57 -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 ------------------------------------------------+-----------------+------------ multimedia/motion | 4.0.1 | release-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 Sun Nov 12 11:27:05 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F386E6F73B for ; Sun, 12 Nov 2017 11:27:05 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EB55164AC9 for ; Sun, 12 Nov 2017 11:27:04 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from [10.70.7.20] (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id vACB3Ob8026327 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 12 Nov 2017 11:03:24 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host crayon2.yoonka.com [10.70.7.20] claimed to be [10.70.7.20] Subject: Re: Firefox (Doesn't) Build To: freebsd-ports@freebsd.org References: From: Grzegorz Junka Message-ID: Date: Sun, 12 Nov 2017 11:03:22 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 11:27:05 -0000 On 12/11/2017 07:14, Jonathan Chen wrote: > On 12 November 2017 at 12:16, Patrick Dorion wrote: >> What's the difference between using Poudriere or Synth, though? >> >> This is a clean system, I can't imagine a jail being cleaner... it was unpacked from the DVD the day before yesterday.... > Both are clean room builds; ie where only minimal build dependancies > are installed for each port build. The main difference is that: > * poudriere uses jails to achieve this > * synth uses unionfs+chroot to achieve this Does it mean synth can't be used on ZFS? AFAIK unionfs isn't properly supported on ZFS, i.e. a file that exists in the underlying fs can't be marked as deleted in the overlying fs. GrzegorzJ From owner-freebsd-ports@freebsd.org Sun Nov 12 12:32:44 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDB5EE71059 for ; Sun, 12 Nov 2017 12:32:44 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A3B9C66721 for ; Sun, 12 Nov 2017 12:32:44 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: by mailman.ysv.freebsd.org (Postfix) id A2FF7E71058; Sun, 12 Nov 2017 12:32:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A29C2E71057 for ; Sun, 12 Nov 2017 12:32:44 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53CB466720 for ; Sun, 12 Nov 2017 12:32:43 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1eDrRB-0006B9-Jc for ports@freebsd.org; Sun, 12 Nov 2017 19:32:33 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1eDrRB-0006As-HL; Sun, 12 Nov 2017 19:32:33 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id vACCf9Pg026274; Sun, 12 Nov 2017 18:41:09 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id vACCf4eT026233; Sun, 12 Nov 2017 19:41:04 +0700 (+07) (envelope-from danfe) Date: Sun, 12 Nov 2017 19:41:04 +0700 From: Alexey Dokuchaev To: Brooks Davis Cc: ports@freebsd.org Subject: Re: RTTI support in devel/llvm40 (and maybe other llvm ports) Message-ID: <20171112124104.GA25053@regency.nsu.ru> References: <20171110070748.GA27570@regency.nsu.ru> <20171112080319.GB76223@spindle.one-eyed-alien.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171112080319.GB76223@spindle.one-eyed-alien.net> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 12:32:44 -0000 On Sun, Nov 12, 2017 at 08:03:19AM +0000, Brooks Davis wrote: > On Fri, Nov 10, 2017 at 02:07:48PM +0700, Alexey Dokuchaev wrote: > > I've just found out that our `devel/llvm40' port comes without > > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > > from e.g. 3.4 times when it was enabled by default. > > > > The problem is that RTTI support is required by some consumers, > > e.g. `graphics/openshadinglanguage' and `graphics/appleseed' > > (cf. https://github.com/appleseedhq/appleseed/issues/1625), > > but I cannot enable RTTI in those ports unless I enable it in > > LLVM port(s) first. > > > > The patch is very simple (apart port revision bump): > > > > @@ -39,7 +41,7 @@ > > SUB_LIST= LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}" > > CMAKE_INSTALL_PREFIX= ${LLVM_PREFIX} > > -CMAKE_ARGS= -DLLVM_BUILD_LLVM_DYLIB=ON > > +CMAKE_ARGS= -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_ENABLE_RTTI=ON > > > > Could you review/commit it, and check if other LLVM ports could > > also benefit from it? Thanks, > > It's been a few years since we disabled it so I don't remember the > details of the decision. I'll look into it, but am not in a position > to test for breakage to other ports. Well it's probably OK to expect users or maintainers of those ports would speak up if enabling RTTI breaks their software. :-) > IIRC there were once ports that failed to build both with and > without so it may be that we need to wait for flavors to make this > change. Hmm, that's weird: I'd expect it is easier to *not* use RTTI when one does not need it than try to find the way around when it is not available (which might not be possible). I also don't see why we should wait for FLAVORS: if needed, we can always make it optional (cf. existing EXTRAS LIT LLD LLDB options) but enabled by default. ./danfe From owner-freebsd-ports@freebsd.org Sun Nov 12 12:39:04 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D6AE711E7 for ; Sun, 12 Nov 2017 12:39:04 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) 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 265F666BB5 for ; Sun, 12 Nov 2017 12:39:04 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 22ADDE711E6; Sun, 12 Nov 2017 12:39:04 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 223CCE711E5 for ; Sun, 12 Nov 2017 12:39:04 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C975A66BB3 for ; Sun, 12 Nov 2017 12:39:03 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1eDrXQ-0003AV-IK for ports@freebsd.org; Sun, 12 Nov 2017 19:39:00 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1eDrXQ-0003AC-Fd; Sun, 12 Nov 2017 19:39:00 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id vACClZDs026966; Sun, 12 Nov 2017 18:47:35 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id vACClRRD026923; Sun, 12 Nov 2017 19:47:27 +0700 (+07) (envelope-from danfe) Date: Sun, 12 Nov 2017 19:47:27 +0700 From: Alexey Dokuchaev To: Shane Ambler Cc: brooks@freebsd.org, ports@freebsd.org Subject: Re: RTTI support in devel/llvm40 (and maybe other llvm ports) Message-ID: <20171112124727.GB25053@regency.nsu.ru> References: <20171110070748.GA27570@regency.nsu.ru> <0df1a31d-db40-3b56-3be9-c3c180746736@ShaneWare.Biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0df1a31d-db40-3b56-3be9-c3c180746736@ShaneWare.Biz> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 12:39:04 -0000 On Sun, Nov 12, 2017 at 02:01:39PM +1030, Shane Ambler wrote: > On 10/11/2017 17:37, Alexey Dokuchaev wrote: > > I've just found out that our `devel/llvm40' port comes without > > -DLLVM_ENABLE_RTTI=ON on the CMAKE_ARGS. This is a regression > > from e.g. 3.4 times when it was enabled by default. > > > > The problem is that RTTI support is required by some consumers, > > e.g. `graphics/openshadinglanguage' and `graphics/appleseed' > > (cf. https://github.com/appleseedhq/appleseed/issues/1625), > > but I cannot enable RTTI in those ports unless I enable it in > > LLVM port(s) first. > [...] > > While I know appleseed fails when rtti is disabled directly in CXXFLAGS, > maybe cmake can detect the use of rtti in llvm (or offer an option) and > adjust to suit, or just add -fno-rtti only for the osl files. According to Esteban (one of appleseed's devs), they do use RTTI, so disabling it is not an option (see discussion in that issue #1625). Also, from the point of feature-completeness of infrastructure-important port(s) such as LLVM, having RTTI enabled by default looks good to me. ./danfe From owner-freebsd-ports@freebsd.org Sun Nov 12 12:51:09 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C92AFE713D7 for ; Sun, 12 Nov 2017 12:51:09 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-cmomta01.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9509A66FB8 for ; Sun, 12 Nov 2017 12:51:08 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from raspberrypi.bildanet.com ([65.186.81.207]) by cmsmtp with ESMTP id Drj1eex9qHlP7Drj4ef682; Sun, 12 Nov 2017 12:51:02 +0000 Received: from [192.168.1.143] (helo=desktop.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1eDrj1-0005V0-5p for freebsd-ports@freebsd.org; Sun, 12 Nov 2017 12:50:59 +0000 Subject: Re: Firefox (Doesn't) Build To: freebsd-ports@freebsd.org References: From: Baho Utot Message-ID: <60c7d7d0-124f-7bc1-f835-53579d2747bd@columbus.rr.com> Date: Sun, 12 Nov 2017 07:50:59 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfGzPahC2O9xJLKjeBqYNUGpy9HZQ9sTJHojo+0H/mtboARmGIlU07jgTgKoTb5yQm+AzXYeADuFWwjphQtYJ0EDUgZjNkr7GpyZTQOUIEfmKTGbCfYWu WROg91W2DBsmsEeEpB3txwCXUa041BfF3+CnbLyVDtSPgD7DpZC7ga7D8xd86ibeL5UcqgJQXVrHjXXkLcuj6+CQeFsvlT/R+OA= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 12:51:09 -0000 On 11/12/17 06:03, Grzegorz Junka wrote: > On 12/11/2017 07:14, Jonathan Chen wrote: >> On 12 November 2017 at 12:16, Patrick Dorion >> wrote: >>> What's the difference between using Poudriere or Synth, though? >>> >>> This is a clean system, I can't imagine a jail being cleaner... it >>> was unpacked from the DVD the day before yesterday.... >> Both are clean room builds; ie where only minimal build dependancies >> are installed for each port build. The main difference is that: >>   * poudriere uses jails to achieve this >>   * synth uses unionfs+chroot to achieve this > > Does it mean synth can't be used on ZFS? AFAIK unionfs isn't properly > supported on ZFS, i.e. a file that exists in the underlying fs can't be > marked as deleted in the overlying fs. > > GrzegorzJ I use synth on a ZFS raid system....works fine From owner-freebsd-ports@freebsd.org Sun Nov 12 14:35:05 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FEB3E73098; Sun, 12 Nov 2017 14:35:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (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 107C269FFF; Sun, 12 Nov 2017 14:35:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.101.232] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1eDtLc-0008Bk-DV; Sun, 12 Nov 2017 15:34:56 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id vACEYt86002399 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 12 Nov 2017 15:34:55 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id vACEYtDc002398; Sun, 12 Nov 2017 15:34:55 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 12 Nov 2017 15:34:55 +0100 From: Matthias Apitz To: Jan Beich Cc: Dimitry Andric , "gecko@freebsd.org" , Patrick Dorion , "freebsd-ports@freebsd.org" Subject: Re: Firefox doesn't build... Message-ID: <20171112143455.GA2187@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , Jan Beich , Dimitry Andric , "gecko@freebsd.org" , Patrick Dorion , "freebsd-ports@freebsd.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.101.232 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 14:35:05 -0000 El día sábado, noviembre 11, 2017 a las 01:25:38a. m. +0100, Jan Beich escribió: > Dimitry Andric writes: > > > On 10 Nov 2017, at 22:43, Patrick Dorion wrote: > > > >> > >> ... on amd-64. > >> > >> simd doesn't build: sse2 not found in x86. i tried a bunch of options, didn't work. > > > > See https://bugs.freebsd.org/223415. For now, rebuild lang/rust without the LLVM_PORT option. > > That's wrong one. https://bugs.freebsd.org/223342 is the one about PORT_LLVM regression > which affects www/firefox build (as opposed to runtime). Hello, I've read this mail thread and the PR, but I'm now unsure what to set or unset; Someone (Walter Schwarzenfeld) said here: Set LLVM_PORT in lang/rust to off and recompile rust. This solved the problem with firefox. If I run 'make config' in lang/rust, there is no LLVM_PORT option, only PORT_LLVM and the generated options file is: # This file is auto-generated by 'make config'. # Options for rust-1.21.0_1 _OPTIONS_READ=rust-1.21.0_1 _FILE_COMPLETE_OPTIONS_LIST=DOCS GDB LLNEXTGEN PORT_LLVM SOURCES OPTIONS_FILE_SET+=DOCS OPTIONS_FILE_UNSET+=GDB OPTIONS_FILE_UNSET+=LLNEXTGEN OPTIONS_FILE_UNSET+=PORT_LLVM OPTIONS_FILE_UNSET+=SOURCES What should I set or unset exactly? Thanks matthias -- Matthias Apitz, ✉ guru@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub From owner-freebsd-ports@freebsd.org Sun Nov 12 15:44:08 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF369C083BC for ; Sun, 12 Nov 2017 15:44:08 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 B322C6BD29 for ; Sun, 12 Nov 2017 15:44:08 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3E245209A1 for ; Sun, 12 Nov 2017 10:37:49 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 12 Nov 2017 10:37:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= content-type:date:from:message-id:mime-version:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=YGuVGfolv7bQnY6Gc F3db1KdgBf/OU9uKEph5aa4FgA=; b=O4d+uczD6vhPHFX1WLaTrrPQNSAMj/3ss C66bcTdTjpe6FHpNjBIJGZtABn3lWw0RRfZgVNw+wahMl3iRdSthqhkiR0af2VRR hoPfAJB0vqWpeW2VJLE4V3HyYbFtail/nzZ5hZR4m9VSEkd1xcFAx8KOTbanQWlE Vu0BSlgsJJjQnaVCJbPxqIQQ5J/yedW8Tk6vMLD5KvnAClvsGBs/PpYOw97Z5qwG mnSQ0h+i8Pym6h/4Mow4s559FkCmOsGp8EKX1LWFax/Om+5SQKt/h1bfYwYX5YzO +HiNDT4zYuXrKnsFSGZsqUf/QXgUpT7P9efCxu1GPBdqwNcL11sOA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=YGuVGfolv7bQnY6GcF3db1KdgBf/OU9uKEph5aa4FgA=; b=g5Lw1htN vSgt3QNsQJF2amsDQoL32uabPPb8f9piasD8/Le9+b1Wt90GMPSS9ECAh/Ho9sTN KZwllsiO7M6moLRRKVPizcFht8h41HbSQudiYefYRcq1jm4MOko85CXiwsLCbmSb 1/TfBcUACgNWKsdOw8mV7hRy/5qMEgGwtJG4jWh3oAinGFZjV6bVhBuFDuBHMKBf T4lhV91dnwPpx7GqDp8j4zy0p4ObynmPkdYu4qUBN26SFVWUWhVdSgYqbwgvUftN 8oEhmgT/5eGXa0iUlVvf+XE6zQFi8FsDV3nAJfPGrMhLGJrH/uj85cG7haZCpkep NKBVFLnCB045og== X-ME-Sender: Received: from v007.zyxst.net (v007.zyxst.net [89.145.100.139]) by mail.messagingengine.com (Postfix) with ESMTPA id CFBB624136 for ; Sun, 12 Nov 2017 10:37:48 -0500 (EST) Date: Sun, 12 Nov 2017 15:37:47 +0000 From: tech-lists To: freebsd-ports@freebsd.org Subject: problems installing ImageMagick-nox11 from ports (resolved) Message-ID: <20171112153747.GA68668@v007.zyxst.net> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 15:44:09 -0000 Hello list, I was having an odd problem updating imagemagick-nox11. It wasn't readily apparent as I normally use MAKE_JOBS_NUMBER=10 on this machine, so ran the make with MAKE_JOBS_UNSAFE=YES and found this problem: /usr/bin/ld: cannot find -lstdc++ so commented out WITH_CCACHE_BUILD in /etc/make.conf ran make distclean clean rmconfig and it built successfully. Everything else builds fine, so I was at a loss initially; thought I'd mention it here in case it can help others. -- J. From owner-freebsd-ports@freebsd.org Sun Nov 12 16:36:51 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ACD7C0A53F for ; Sun, 12 Nov 2017 16:36:51 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (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 F1F266D1EB; Sun, 12 Nov 2017 16:36:50 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.101.232] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1eDvFV-00064k-4J; Sun, 12 Nov 2017 17:36:47 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id vACGaWUK015088 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 12 Nov 2017 17:36:33 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id vACGaVjx015087; Sun, 12 Nov 2017 17:36:31 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 12 Nov 2017 17:36:31 +0100 From: Matthias Apitz To: freebsd-ports@freebsd.org Cc: kmoore@FreeBSD.org Subject: sysutils/pcbsd-utils (HEAD) fails to compile in poudriere Message-ID: <20171112163630.GA14904@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org, kmoore@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.101.232 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 16:36:51 -0000 --JP+T4n/bALQSJXh8 Content-Type: multipart/mixed; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The above port fails to compile with: =2E.. echo pc-ldapconf: /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/stage/usr/lo= cal/bin/usr/lib/libc.a >> .depend --- pc-ldapconf.o --- --- ldap-lexer.lex.c --- --- ldap-parser.tab.c --- --- pc-ldapconf.o --- clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs/u= sr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl= /pc-ldapconf -MD -MF.depend.pc-ldapconf.o -MTpc-ldapconf.o -std=3Dgnu99 -f= stack-protector-strong -Qunused-arguments -c pc-ldapconf.c -o pc-ldapco= nf.o pc-ldapconf.c:8:10: fatal error: 'ldap-parser.tab.h' file not found #include "ldap-parser.tab.h" ^~~~~~~~~~~~~~~~~~~ 1 error generated. *** [pc-ldapconf.o] Error code 1 The full log is attached. matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="pcbsd-utils-1440778617.log" Content-Transfer-Encoding: quoted-printable =3D=3D=3D=3D>> Building sysutils/pcbsd-utils build started at Sun Nov 12 17:24:25 CET 2017 port directory: /usr/ports/sysutils/pcbsd-utils building for: FreeBSD freebsd-r318593-ports-20171111-job-03 12.0-CURRENT Fr= eeBSD 12.0-CURRENT r318593 amd64 make: Working in: /usr/ports/sysutils/pcbsd-utils make: Working in: /usr/ports/sysutils/pcbsd-utils maintained by: kmoore@FreeBSD.org Makefile ident: $FreeBSD: head/sysutils/pcbsd-utils/Makefile 430454 20= 17-01-03 11:01:05Z mat $ Poudriere version: 3.2-pre Host OSVERSION: 1200030 Jail OSVERSION: 1200030 Job Id: 03 ---Begin Environment--- SHELL=3D/bin/csh OSVERSION=3D1200030 UNAME_v=3DFreeBSD 12.0-CURRENT r318593 UNAME_r=3D12.0-CURRENT BLOCKSIZE=3DK MAIL=3D/var/mail/root STATUS=3D1 SAVED_TERM=3Dscreen MASTERMNT=3D/usr/local/poudriere/data/.m/freebsd-r318593-ports-20171111/ref UID=3D0 FORCE_PACKAGE=3Dyes PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/b= in POUDRIERE_BUILD_TYPE=3Dbulk PKGNAME=3Dpcbsd-utils-1440778617 OLDPWD=3D/ PWD=3D/usr/local/poudriere/data/.m/freebsd-r318593-ports-20171111/ref/.p/po= ol MASTERNAME=3Dfreebsd-r318593-ports-20171111 SCRIPTPREFIX=3D/usr/local/share/poudriere USER=3Droot HOME=3D/root POUDRIERE_VERSION=3D3.2-pre SCRIPTPATH=3D/usr/local/share/poudriere/bulk.sh GID=3D0 LIBEXECPREFIX=3D/usr/local/libexec/poudriere LOCALBASE=3D/usr/local PACKAGE_BUILDING=3Dyes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-qt-includes=3D/usr/local/include/qt5 --with-qt-libraries=3D/usr/loc= al/lib/qt5 --with-extra-includes=3D/usr/local/include --with-extra-libs= =3D/usr/local/lib --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- QT_SELECT=3Dqt5 PKG_CONFIG=3Dpkgconf XDG_DATA_HOME=3D/wrkdirs/usr/ports/sys= utils/pcbsd-utils/work XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/sysutils/pcbsd= -utils/work HOME=3D/wrkdirs/usr/ports/sysutils/pcbsd-utils/work TMPDIR=3D"= /tmp" PATH=3D/wrkdirs/usr/ports/sysutils/pcbsd-utils/work/.bin:/sbin:/bin:/= usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=3D/bin/sh = CONFIG_SHELL=3D/bin/sh QTDIR=3D"/usr/local/lib/qt5" QMAKE=3D"/usr/local/lib= /qt5/bin/qmake" MOC=3D"/usr/local/lib/qt5/bin/moc" RCC=3D"/usr/local/lib/q= t5/bin/rcc" UIC=3D"/usr/local/lib/qt5/bin/uic" QMAKESPEC=3D"/usr/local/lib= /qt5/mkspecs/freebsd-$(ccver=3D"$(clang++ --version)"; case "$ccver" in *cl= ang*) echo clang ;; *) echo g++ ;; esac)" --End CONFIGURE_ENV-- --MAKE_ENV-- QT_SELECT=3Dqt5 XDG_DATA_HOME=3D/wrkdirs/usr/ports/sysutils/pcbsd-utils/wor= k XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/sysutils/pcbsd-utils/work HOME=3D/= wrkdirs/usr/ports/sysutils/pcbsd-utils/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs= /usr/ports/sysutils/pcbsd-utils/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/us= r/local/sbin:/usr/local/bin:/root/bin NO_PIE=3Dyes MK_DEBUG_FILES=3Dno MK_K= ERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_LINT=3DYES PREFIX=3D/usr/local LOCAL= BASE=3D/usr/local LIBDIR=3D"/usr/lib" CC=3D"clang" CFLAGS=3D"-O2 -pipe -= fstack-protector -fno-strict-aliasing" CPP=3D"clang-cpp" CPPFLAGS=3D"" LD= FLAGS=3D" -fstack-protector" LIBS=3D"" CXX=3D"clang++" CXXFLAGS=3D"-O2 -pi= pe -fstack-protector -fno-strict-aliasing " MANPREFIX=3D"/usr/local" BSD_I= NSTALL_PROGRAM=3D"install -s -m 555" BSD_INSTALL_LIB=3D"install -s -m 06= 44" BSD_INSTALL_SCRIPT=3D"install -m 555" BSD_INSTALL_DATA=3D"install -= m 0644" BSD_INSTALL_MAN=3D"install -m 444" --End MAKE_ENV-- --PLIST_SUB-- QT_BINDIR=3D"lib/qt5/bin" QT_INCDIR=3D"include/qt5" QT_LIBDIR=3D"lib/qt5" QT_ARCHDIR=3D"lib/qt5" QT_PLUGINDIR=3D"lib/qt5/plugins" QT_LIBEXECDIR=3D"libexec/qt5" QT_IMPORTDIR=3D"lib/qt5/imports" QT_QMLDIR=3D"lib/qt5/qml" QT_DATADIR=3D"share/qt5" QT_DOCDIR=3D"share/doc/qt5" QT_L10NDIR=3D"share/qt5/translations" QT_EXAMPLEDIR=3D"share/examples/qt5" QT_TESTDIR=3D"share/qt5/tests" QT_MKSPECDIR=3D"lib/qt5/mkspecs" QT_QTCHOOSERDIR=3D"etc/xdg/qtchooser" OSREL=3D12.0 PREFIX=3D%D LOCALBASE=3D/usr/local RESETPREFIX=3D/usr/local PORTDOCS=3D"" PORTEXAMPLES=3D"" LIB32DIR=3Dlib DOCSDIR=3D"share/doc/pcbsd-utils" EXAMPLESDIR=3D"share/examples/pcbsd-utils" DATADIR=3D"share/pcbsd-utils" WWWDIR=3D"www/pcbsd-utils" ETCDIR=3D"etc/pcbsd-utils" --End PLIST_SUB-- --SUB_LIST-- PREFIX=3D/usr/local LOCALBASE=3D/usr/local DATADIR=3D/usr/local/share/pcbsd-utils DOCSDIR=3D/usr/local/share/doc/pcbsd-utils EXAMPLESDIR=3D/usr/local/share/examples/pcbsd-utils WWWDIR=3D/usr/local/www/pcbsd-utils ETCDIR=3D/usr/local/etc/pcbsd-utils --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=3Dyes BATCH=3Dyes WRKDIRPREFIX=3D/wrkdirs PORTSDIR=3D/usr/ports PACKAGES=3D/packages DISTDIR=3D/distfiles #### /usr/local/etc/poudriere.d/freebsd-r318593-make.conf #### WITH_PKGNG=3Dyes # Only required for versions before 10.0 # CC=3Dclang # Highly recommended over GCC, CXX=3Dclang++ # but only needed for 8.X and 9.X CPP=3Dclang-cpp # since it's the default in 10.0 # # .if ${.CURDIR:M*/www/chromium*} # USE_GCC?=3D5+ # .endif # # MAKE_JOBS_UNSAFE=3Dyes # # CC=3Dgcc5 # CXX=3Dg++5 # CPP=3Dcpp5 # since it's the default in 10.0 # USE_GCC=3D4.8+ # MASTER_SITE_BACKUP?=3D \ http://ftp2.us.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR/} # WITHOUT_HAL=3Dyes # CFLAGS=3D"" # # NO_IGNORE=3Dyes # From: Chris Rees # CC: freebsd-ports@freebsd.org # Date: Sat, 23 Aug 2014 14:19:24 +0100 # better is: DISABLE_LICENSES=3Dyes # # # added 20130612 guru # CPUTYPE?=3Dpentium3 SENDMAIL_CFLAGS=3D-I/usr/local/include/sasl -DSASL SENDMAIL_LDFLAGS=3D-L/usr/local/lib SENDMAIL_LDADD=3D-lsasl2 # # not used until now: # FETCH_BEFORE_ARGS=3D-p4 -T 10 # OPTIONS_UNSET=3D DEBUG HELP STATIC GNUTLS DOCS EXAMPLES IPV6 \ # MANPAGES PTH IDN LIBIDN NLS DBUS SOUND ALSA PULSEAUDIO \ # DOCBOOK CUPS TESTS HTMLDOCS BONJOUR GSSAPI APIDOCS # ### MAVEN_OPTS=3D'-Xmx1024m -XX:MaxPermSize=3D512m' ### JAVA_OPTS=3D'-Xms512m -Xmx1024m' # JAVA_OPTS=3D'-J-XX:+UseCompressedClassPointers -Xms512m -Xmx1024m' JAVA_OPTS=3D'-XX:-UseCompressedClassPointers -Xms512m -Xmx2048m' # # muttprint # print_muttprint_SET=3DCUPS # how to set PAPERSIZE=3Da4 ??? # # for net/samba43: # #.if ${.CURDIR:N*/ports/net/samba43} =3D=3D "" #USE_GCC #.endif #### /usr/ports/Mk/Scripts/ports_env.sh #### ARCH=3Damd64 CONFIGURE_MAX_CMD_LEN=3D262144 HAVE_COMPAT_IA32_KERN=3DYES OPSYS=3DFreeBSD OSREL=3D12.0 OSVERSION=3D1200030 PYTHONBASE=3D/usr/local _OSRELEASE=3D12.0-CURRENT _SMP_CPUS=3D8 #### Misc Poudriere #### ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 19558 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =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=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> pcbsd-utils-1440778617 depends on file: /usr/local/sbin/pkg - = not found =3D=3D=3D> Installing existing package /packages/All/pkg-1.10.1.txz [freebsd-r318593-ports-20171111-job-03] Installing pkg-1.10.1... [freebsd-r318593-ports-20171111-job-03] Extracting pkg-1.10.1: .......... d= one =3D=3D=3D> pcbsd-utils-1440778617 depends on file: /usr/local/sbin/pkg - = found =3D=3D=3D> Returning to build of pcbsd-utils-1440778617 =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=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> Fetching all distfiles required by pcbsd-utils-1440778617 for bu= ilding =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> Fetching all distfiles required by pcbsd-utils-1440778617 for bu= ilding =3D> SHA256 Checksum OK for pcbsd-pcbsd-1440778617-3c4d2b_GH0.tar.gz. =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=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> Fetching all distfiles required by pcbsd-utils-1440778617 for bu= ilding =3D=3D=3D> Extracting for pcbsd-utils-1440778617 =3D> SHA256 Checksum OK for pcbsd-pcbsd-1440778617-3c4d2b_GH0.tar.gz. =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=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> Patching for pcbsd-utils-1440778617 =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> pcbsd-utils-1440778617 depends on package: pkgconf>=3D1.3.0_1 = - not found =3D=3D=3D> Installing existing package /packages/All/pkgconf-1.3.10,1.txz [freebsd-r318593-ports-20171111-job-03] Installing pkgconf-1.3.10,1... [freebsd-r318593-ports-20171111-job-03] Extracting pkgconf-1.3.10,1: ......= =2E... done =3D=3D=3D> pcbsd-utils-1440778617 depends on package: pkgconf>=3D1.3.0_1 = - found =3D=3D=3D> Returning to build of pcbsd-utils-1440778617 =3D=3D=3D> pcbsd-utils-1440778617 depends on file: /usr/local/lib/qt5/bin= /moc - not found =3D=3D=3D> Installing existing package /packages/All/qt5-buildtools-5.7.1= =2Etxz [freebsd-r318593-ports-20171111-job-03] Installing qt5-buildtools-5.7.1... [freebsd-r318593-ports-20171111-job-03] `-- Installing perl5-5.24.3... [freebsd-r318593-ports-20171111-job-03] `-- Extracting perl5-5.24.3: ......= =2E... done [freebsd-r318593-ports-20171111-job-03] `-- Installing qtchooser-39... [freebsd-r318593-ports-20171111-job-03] `-- Extracting qtchooser-39: ......= =2E... done [freebsd-r318593-ports-20171111-job-03] Extracting qt5-buildtools-5.7.1: ..= =2E.... done Message from perl5-5.24.3: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Message from qtchooser-39: qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior= by setting the QT_SELECT environment variable to "qt4". See qtchooser(1) for m= ore information. =3D=3D=3D> pcbsd-utils-1440778617 depends on file: /usr/local/lib/qt5/bin= /moc - found =3D=3D=3D> Returning to build of pcbsd-utils-1440778617 =3D=3D=3D> pcbsd-utils-1440778617 depends on file: /usr/local/lib/qt5/bin= /qmake - not found =3D=3D=3D> Installing existing package /packages/All/qt5-qmake-5.7.1_5.txz [freebsd-r318593-ports-20171111-job-03] Installing qt5-qmake-5.7.1_5... [freebsd-r318593-ports-20171111-job-03] Extracting qt5-qmake-5.7.1_5: .....= =2E.... done =3D=3D=3D> pcbsd-utils-1440778617 depends on file: /usr/local/lib/qt5/bin= /qmake - found =3D=3D=3D> Returning to build of pcbsd-utils-1440778617 =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> pcbsd-utils-1440778617 depends on shared library: libQt5Core.s= o - not found =3D=3D=3D> Installing existing package /packages/All/qt5-core-5.7.1_4.txz [freebsd-r318593-ports-20171111-job-03] Installing qt5-core-5.7.1_4... [freebsd-r318593-ports-20171111-job-03] `-- Installing gettext-runtime-0.19= =2E8.1_1... [freebsd-r318593-ports-20171111-job-03] | `-- Installing indexinfo-0.3.1.= =2E. [freebsd-r318593-ports-20171111-job-03] | `-- Extracting indexinfo-0.3.1:= . done [freebsd-r318593-ports-20171111-job-03] `-- Extracting gettext-runtime-0.19= =2E8.1_1: .......... done [freebsd-r318593-ports-20171111-job-03] `-- Installing glib-2.50.2_7,1... [freebsd-r318593-ports-20171111-job-03] | `-- Installing libffi-3.2.1_1... [freebsd-r318593-ports-20171111-job-03] | `-- Extracting libffi-3.2.1_1: = =2E......... done [freebsd-r318593-ports-20171111-job-03] | `-- Installing libiconv-1.14_11= =2E.. [freebsd-r318593-ports-20171111-job-03] | `-- Extracting libiconv-1.14_11= : .......... done [freebsd-r318593-ports-20171111-job-03] | `-- Installing pcre-8.40_1... [freebsd-r318593-ports-20171111-job-03] | `-- Extracting pcre-8.40_1: ...= =2E...... done [freebsd-r318593-ports-20171111-job-03] | `-- Installing python27-2.7.14_= 1... [freebsd-r318593-ports-20171111-job-03] | | `-- Installing readline-7.0.3= _1... [freebsd-r318593-ports-20171111-job-03] | | `-- Extracting readline-7.0.3= _1: .......... done [freebsd-r318593-ports-20171111-job-03] | `-- Extracting python27-2.7.14_= 1: .......... done [freebsd-r318593-ports-20171111-job-03] `-- Extracting glib-2.50.2_7,1: ...= =2E...... done No schema files found: doing nothing. [freebsd-r318593-ports-20171111-job-03] `-- Installing icu-60.1,1... [freebsd-r318593-ports-20171111-job-03] `-- Extracting icu-60.1,1: ........= =2E. done [freebsd-r318593-ports-20171111-job-03] Extracting qt5-core-5.7.1_4: ......= =2E... done Message from python27-2.7.14_1: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =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 Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =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> pcbsd-utils-1440778617 depends on shared library: libQt5Core.s= o - found (/usr/local/lib/qt5/libQt5Core.so) =3D=3D=3D> Returning to build of pcbsd-utils-1440778617 =3D=3D=3D> pcbsd-utils-1440778617 depends on shared library: libQt5Networ= k.so - not found =3D=3D=3D> Installing existing package /packages/All/qt5-network-5.7.1_1.= txz [freebsd-r318593-ports-20171111-job-03] Installing qt5-network-5.7.1_1... [freebsd-r318593-ports-20171111-job-03] `-- Installing ca_root_nss-3.32.1... [freebsd-r318593-ports-20171111-job-03] `-- Extracting ca_root_nss-3.32.1: = =2E.... done [freebsd-r318593-ports-20171111-job-03] `-- Installing libproxy-0.4.12... [freebsd-r318593-ports-20171111-job-03] `-- Extracting libproxy-0.4.12: ...= =2E.... done [freebsd-r318593-ports-20171111-job-03] Extracting qt5-network-5.7.1_1: ...= =2E...... done Message from ca_root_nss-3.32.1: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** =3D=3D=3D> pcbsd-utils-1440778617 depends on shared library: libQt5Networ= k.so - found (/usr/local/lib/qt5/libQt5Network.so) =3D=3D=3D> Returning to build of pcbsd-utils-1440778617 =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> Configuring for pcbsd-utils-1440778617 =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 pcbsd-utils-1440778617 --- domake --- sh install.sh DOMAKE --- all_subdir_pc-krbconf --- =3D=3D=3D> pc-krbconf (all) --- objwarn --- --- .depend --- --- objwarn --- Warning: Object directory not changed from original /wrkdirs/usr/ports/sysu= tils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl/pc-krbconf --- .depend --- echo pc-krbconf: /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/stage/usr/loc= al/bin/usr/lib/libc.a >> .depend --- pc-krbconf.o --- --- krb5-lexer.lex.c --- --- krb5-parser.tab.c --- --- pc-krbconf.o --- clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs/u= sr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl= /pc-krbconf -MD -MF.depend.pc-krbconf.o -MTpc-krbconf.o -std=3Dgnu99 -fsta= ck-protector-strong -Qunused-arguments -c pc-krbconf.c -o pc-krbconf.o --- krb5-lexer.lex.c --- lex -okrb5-lexer.lex.c krb5-lexer.l --- krb5-parser.tab.c --- yacc -okrb5-parser.tab.c -d krb5-parser.y yacc: 1 rule never reduced yacc: 10 shift/reduce conflicts, 4 reduce/reduce conflicts. --- krb5-parser.tab.o --- --- krb5-lexer.lex.o --- --- krb5-parser.tab.o --- clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs/u= sr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl= /pc-krbconf -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -= c krb5-parser.tab.c -o krb5-parser.tab.o --- krb5-lexer.lex.o --- clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs/u= sr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl= /pc-krbconf -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -= c krb5-lexer.lex.c -o krb5-lexer.lex.o --- pc-krbconf.o --- pc-krbconf.c:436:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*tmp =3D=3D '.' && *last !=3D '\\' || *(tmp + 1) =3D=3D= 0) { ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ~~ pc-krbconf.c:436:19: note: place parentheses around the '&&' expression to = silence this warning if (*tmp =3D=3D '.' && *last !=3D '\\' || *(tmp + 1) =3D=3D= 0) { ^ ( ) 1 warning generated. --- pc-krbconf --- clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs/usr/p= orts/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl/pc-= krbconf -std=3Dgnu99 -fstack-protector-strong -Qunused-arguments -fstack-p= rotector -o pc-krbconf krb5-parser.tab.o krb5-lexer.lex.o pc-krbconf.o =20 --- all_subdir_pc-ldapconf --- =3D=3D=3D> pc-ldapconf (all) --- objwarn --- --- .depend --- --- objwarn --- Warning: Object directory not changed from original /wrkdirs/usr/ports/sysu= tils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl/pc-ldapconf --- .depend --- echo pc-ldapconf: /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/stage/usr/lo= cal/bin/usr/lib/libc.a >> .depend --- pc-ldapconf.o --- --- ldap-lexer.lex.c --- --- ldap-parser.tab.c --- --- pc-ldapconf.o --- clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs/u= sr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adctl= /pc-ldapconf -MD -MF.depend.pc-ldapconf.o -MTpc-ldapconf.o -std=3Dgnu99 -f= stack-protector-strong -Qunused-arguments -c pc-ldapconf.c -o pc-ldapco= nf.o pc-ldapconf.c:8:10: fatal error: 'ldap-parser.tab.h' file not found #include "ldap-parser.tab.h" ^~~~~~~~~~~~~~~~~~~ 1 error generated. *** [pc-ldapconf.o] Error code 1 make[3]: stopped in /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d= 2b/src-sh/pcbsd-utils/pc-adctl/pc-ldapconf --- ldap-lexer.lex.c --- lex -oldap-lexer.lex.c ldap-lexer.l --- ldap-parser.tab.c --- yacc -oldap-parser.tab.c -d ldap-parser.y 1 error make[3]: stopped in /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d= 2b/src-sh/pcbsd-utils/pc-adctl/pc-ldapconf *** [all_subdir_pc-ldapconf] Error code 2 make[2]: stopped in /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d= 2b/src-sh/pcbsd-utils/pc-adctl 1 error make[2]: stopped in /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d= 2b/src-sh/pcbsd-utils/pc-adctl *** [domake] Error code 1 make[1]: stopped in /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d= 2b/src-sh/pcbsd-utils 1 error make[1]: stopped in /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d= 2b/src-sh/pcbsd-utils =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/pcbsd-utils =3D=3D=3D=3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for pcbsd-utils-1440778617 build of sysutils/pcbsd-utils ended at Sun Nov 12 17:25:09 CET 2017 build time: 00:00:44 !!! build failure encountered !!! --0OAP2g/MAC+5xKAE-- --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAloIeIcACgkQR8z35Hb+ nRHgUA/9Fjqrl09Pl2jUfLoP14Uk+IWD73u90y68s9uPQ7ZFrY90KTD29gzRIxC1 r1ERSR+3wQE840Dp7iDwO3D7v5ygEZTkI/+Vhiuyd08Ml553hkgKTW2fwWdl3Eeh vXzBxmlH16oqrVrbJD94BinOMg6G67O+WvfwnGD7FAtNHSnpeWxoxvgOREbt9CDT 7Arh73nJcobYshgAm/YAuIsaegWzAV6h64QGJ5GxGiwdTNbUOg1wm6NOZ41sK6CS nT7KK7sEclPZN0rZZ/cYs4K6vFsT0wWT3WRihgIkdXqVtQTbCQ2QRjQZH/zX4pga XkrPEYz9h7P0aMNKJJJYxYjQlw5iAzkbDuuM5teUkUv9KKNCnO8Br1Ae2dcYzfjJ uruvNB9zFZmn7qrv4BkEcJPvIxQqUzsmU+omTBeyg130lLuErlcCUKByyprRHXzr qRYpp1g+WSQZ5jGCIIu0sTcNiaqs3ci1j/Hs+Gvg0hQheIJYL7B8jZzlzPWQX0iY E8GtkPRtF+vs6/64ZYQVyWHkX8GDJYBbmYmG30H/poXe2jQhM7l6tmRUJj8nZqPH aFOpguXnN83ephTfk2ZK85vdLDFuMDhARYYbnI1/hHsPPhJs692hdXbnUW7r4NpK cGNaTIs2DdPnY4nrObD8ExqBP0Pb3Bk/N6XL/71s5cEIWYRPNPM= =3JCc -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- From owner-freebsd-ports@freebsd.org Sun Nov 12 17:53:04 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62472C31C56 for ; Sun, 12 Nov 2017 17:53:04 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (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 2376F6F1EF for ; Sun, 12 Nov 2017 17:53:04 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=KkDYqTSc4ma+npzFFQS9+zd5V3rVYRN4f38RYTgLyLA=; b=WJ2XceDg6aTppUjx1LNQ8yVbjCov3p4FPMDEBA98GkdaPCimCP7v5vRl0r5Jg/j/eXDECslAVO61VDXnufUlCWQRUlmeRQBsSh0rPmpfc4ap134QpEkvuheMllWS4h58t6U4qE8pynnb2E5ecHbuOLFoB2hzfnEpkpKBsWpSOwA=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1eDwRJ-00086T-5Q for freebsd-ports@freebsd.org; Sun, 12 Nov 2017 18:53:01 +0100 Received: from 62-47-175-31.adsl.highway.telekom.at ([62.47.175.31] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1eDwRJ-0001aA-1u for freebsd-ports@freebsd.org; Sun, 12 Nov 2017 18:53:01 +0100 To: freebsd-ports@freebsd.org References: <20171112143455.GA2187@c720-r314251> Subject: Re: Firefox doesn't build... From: Walter Schwarzenfeld Message-ID: Date: Sun, 12 Nov 2017 18:52:56 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171112143455.GA2187@c720-r314251> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 17:53:04 -0000 Sprry. I puzzled the name of the option. I meant PORT_LLVM. From owner-freebsd-ports@freebsd.org Sun Nov 12 18:33:25 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ED8BC78E37 for ; Sun, 12 Nov 2017 18:33:25 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qt0-x233.google.com (mail-qt0-x233.google.com [IPv6:2607:f8b0:400d:c0d::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4DBA70466 for ; Sun, 12 Nov 2017 18:33:24 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qt0-x233.google.com with SMTP id n32so1041990qtb.2 for ; Sun, 12 Nov 2017 10:33:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=7NXsb/gZoDUrt5yTdKmX7jEti1TTlRwGeEp1PpomKf8=; b=0wkSzVOrq8LpJjZGmWCUiapKx3tXmEf/+A/vXKefcN+fR0PGuV/tScJ1ln5aOugkaX 3+IoZXbh/hzUjLaX/B1OPoA6w6z9U/4n0xmtQRFLwJIA6LrtbtHEyMuKkxEFY8ey7klO Ji8tS9QQcWxLFhFh9YG4cOzE7t8IUeRdTKRZZOjVU5whRy5Gnezp88ogkKqXnIva5fhr /AZV6pxukgRQQBQBVXvKuDHjTpjexorFdC78pX2tQdo/gAFONZYgHLvX10tywsyt/+sR y98m5fH+6ipZnOm1F+968SdsxRlAgc2ZpP8rL1JSX13CYN9ah6iFW7cHdF5wyKjJKGV1 E5Ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7NXsb/gZoDUrt5yTdKmX7jEti1TTlRwGeEp1PpomKf8=; b=rsMYmblTI5M7ZQgc3oI4mIFAb8k+RBk9M8sCmj0HNXO//5UBt2Od+pbO7jwYU+XotK l1CcmLAuwiGbRWXVX9eoLPuqLeKsFwL7F5/CLO4nquhmRfoBHBV1MUy2N0Zhd4dGVrQy BT7dfSUv5j8J5RaLINATPBeSqoD2F3x8t0ciB430/xdBQkgttX0BvqKN+9RRaiWaJtW+ QABh/ZRkcj2SYi8nRQBSuSbgvLh6mu/C5ycjqgs9mHVP1+KX3/9YFD8i4XysngRg2KJx m3zM0+v8dBXBmrBHs8L/ny6BmuNCJxo5Cl/DQqR/LOCfpMdV8+nHgCrUxn87OZpYmPsM Z12g== X-Gm-Message-State: AJaThX6AYl4RcN1zf1u0wAi6HMrasmd5bxL2OLEmfjvHv7Kf5i4pxaPP MIG8gD2IbJtzzolnn72KIbZrdP5qFI6Rgro3ZZwq7A== X-Google-Smtp-Source: AGs4zMbpgR0cqI32Ckfsb0irQXsUgyTCLiZXDPEmOTExsZTLQll3r+qHDb9Cfqyxgta/UUKRvbcgkTVa9icpgVBmP3Y= X-Received: by 10.200.48.103 with SMTP id g36mr11154094qte.289.1510511603318; Sun, 12 Nov 2017 10:33:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.42.35 with HTTP; Sun, 12 Nov 2017 10:33:22 -0800 (PST) X-Originating-IP: [203.99.129.1] In-Reply-To: References: From: Jonathan Chen Date: Mon, 13 Nov 2017 07:33:22 +1300 Message-ID: Subject: Re: Firefox (Doesn't) Build To: Grzegorz Junka Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 18:33:25 -0000 On 13 November 2017 at 00:03, Grzegorz Junka wrote: > On 12/11/2017 07:14, Jonathan Chen wrote: >> >> On 12 November 2017 at 12:16, Patrick Dorion >> wrote: >>> >>> What's the difference between using Poudriere or Synth, though? >>> >>> This is a clean system, I can't imagine a jail being cleaner... it was >>> unpacked from the DVD the day before yesterday.... >> >> Both are clean room builds; ie where only minimal build dependancies >> are installed for each port build. The main difference is that: >> * poudriere uses jails to achieve this >> * synth uses unionfs+chroot to achieve this > > > Does it mean synth can't be used on ZFS? AFAIK unionfs isn't properly > supported on ZFS, i.e. a file that exists in the underlying fs can't be > marked as deleted in the overlying fs. synth uses unionfs for read-only access to the build-host's files; eg: ports-dir, system binaries. In normal operation, all build artifacts are generated onto on an isolated tmpfs filesystem. There are no additions/removals on the build-host's filesystem. Cheers. -- Jonathan Chen From owner-freebsd-ports@freebsd.org Sun Nov 12 18:36:17 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81793C78F29 for ; Sun, 12 Nov 2017 18:36:17 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qt0-x22e.google.com (mail-qt0-x22e.google.com [IPv6:2607:f8b0:400d:c0d::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3885A7063A for ; Sun, 12 Nov 2017 18:36:17 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-qt0-x22e.google.com with SMTP id n32so1046204qtb.2 for ; Sun, 12 Nov 2017 10:36:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=df0nxuB9eynAanA9kyvgZdEUk1hIvbN60pbLZNHTXT4=; b=Py2ZYUhBgyxA3IqF9jLMNgi/hfTUrOW7D8XyrHdAWzUOYvWG/ytijuURphvXmzAKIH VIx7Gti6zg0zuVo6RF6/qRQJlUfgY00gPiaZEIGkAFU3i63UYZ9NtgKGpqh1O6lgp127 2hRXuSa0TTF6K3efINMy9WmAn144aih8LjuQfakRQlczwS74nvGm6gVBvFuZA8D77fo7 WD6v8/a2vG/KchaypoYyK+L7dEzHADZ0Ub3/iqj2aTiUBgI6uJFUgLAS6xS9wSG3iv8b 5pogMfRb5lHv+p9j5eSBcKM1uZPtVzL5OACaMinFzcKiguqpaD9rPbxZfoOj+4tcsAKr P2XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=df0nxuB9eynAanA9kyvgZdEUk1hIvbN60pbLZNHTXT4=; b=ge1As5vkuXwHph18rDQPX+Fx54+bXDNReu6M5rm/2A6wBOZRCsbY6TocuHN+v4IEJD r2vgkO2tFbLcpSLJfrqDEOmhpITf3SispOqpuZcWqYM2JF/QrkN/fVK07o9X17QDQZSG n6Ljbqb+OyONa6JzaTSys6ffJi9VDSO8GNqzONxbFtAXyFYWsx64I9fcIH+RUTzbJ0nL CYjzhncOuX5M+Eq8W/XngCpeJjuCbMch2iXSq6++dABLkKpBBnSGuY/VmUVWQlj+gh/4 E5F5ToJvbvh159U8cBgiwfFR2SrWh2oFIPhWoxiQIfyGm6gxZjWXaVa8TfoG2/VJqPDB DSHw== X-Gm-Message-State: AJaThX6bQ8CkA7cDPTVUN9+nbJDG5n+aqhpUtBx09mUvUejPW9SXOITm +yMcwyEiIfwLwGXHTSF5srCBCxqyt/bSxr8pM++T8g== X-Google-Smtp-Source: AGs4zMYAykHK6i61aZmZe4uYu3wFai7m8Vi9QzTrTH7+kH9dAYnlzWNC2PiUVBCHBIfw9f+d58ShIN2MwQ8V8ohoEWE= X-Received: by 10.200.19.11 with SMTP id e11mr10793141qtj.68.1510511776274; Sun, 12 Nov 2017 10:36:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.42.35 with HTTP; Sun, 12 Nov 2017 10:36:15 -0800 (PST) X-Originating-IP: [203.99.129.1] In-Reply-To: References: From: Jonathan Chen Date: Mon, 13 Nov 2017 07:36:15 +1300 Message-ID: Subject: Re: Firefox (Doesn't) Build To: Grzegorz Junka Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 18:36:17 -0000 On 13 November 2017 at 07:33, Jonathan Chen wrote: > On 13 November 2017 at 00:03, Grzegorz Junka wrote: >> On 12/11/2017 07:14, Jonathan Chen wrote: >>> >>> On 12 November 2017 at 12:16, Patrick Dorion >>> wrote: >>>> >>>> What's the difference between using Poudriere or Synth, though? >>>> >>>> This is a clean system, I can't imagine a jail being cleaner... it was >>>> unpacked from the DVD the day before yesterday.... >>> >>> Both are clean room builds; ie where only minimal build dependancies >>> are installed for each port build. The main difference is that: >>> * poudriere uses jails to achieve this >>> * synth uses unionfs+chroot to achieve this >> >> >> Does it mean synth can't be used on ZFS? AFAIK unionfs isn't properly >> supported on ZFS, i.e. a file that exists in the underlying fs can't be >> marked as deleted in the overlying fs. > > synth uses unionfs for read-only access to the build-host's files; eg: > ports-dir, system binaries. In normal operation, all build artifacts > are generated onto on an isolated tmpfs filesystem. There are no > additions/removals on the build-host's filesystem. Sorry, this is not true. The build logs and generated packages *do* affect the build-host's filesystem; but the build operations do not. Cheers. -- Jonathan Chen From owner-freebsd-ports@freebsd.org Sun Nov 12 19:17:07 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EA5DC7AA7C for ; Sun, 12 Nov 2017 19:17:07 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (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 4ECE77209B for ; Sun, 12 Nov 2017 19:17:06 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [93.209.232.130] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1eDxkd-0005AL-S5; Sun, 12 Nov 2017 20:17:03 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id vACJH4LV002241 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 12 Nov 2017 20:17:04 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id vACJH4VD002240; Sun, 12 Nov 2017 20:17:04 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 12 Nov 2017 20:16:59 +0100 From: Matthias Apitz To: Walter Schwarzenfeld Cc: freebsd-ports@freebsd.org Subject: Re: Firefox doesn't build... Message-ID: <20171112191659.GA2179@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , Walter Schwarzenfeld , freebsd-ports@freebsd.org References: <20171112143455.GA2187@c720-r314251> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.209.232.130 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 19:17:07 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El d=C3=ADa domingo, noviembre 12, 2017 a las 06:52:56p. m. +0100, Walter S= chwarzenfeld escribi=C3=B3: > Sprry. I puzzled the name of the option. > I meant PORT_LLVM. Ok, but this seems to be unset by default: # This file is auto-generated by 'make config'. # Options for rust-1.21.0_1 _OPTIONS_READ=3Drust-1.21.0_1 _FILE_COMPLETE_OPTIONS_LIST=3DDOCS GDB LLNEXTGEN PORT_LLVM SOURCES OPTIONS_FILE_SET+=3DDOCS OPTIONS_FILE_UNSET+=3DGDB OPTIONS_FILE_UNSET+=3DLLNEXTGEN OPTIONS_FILE_UNSET+=3DPORT_LLVM <************* OPTIONS_FILE_UNSET+=3DSOURCES or I'm wrong? matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAloIniQACgkQR8z35Hb+ nRHC5w//dyTYyLH76158kOAEplisCshDo8o4XPew/NZ2RKrd207H6nXWNjmVd1/W k1LS1pjzloawee4cigbTDrVypM5iadiKuWLZ984PTaMBO1tzXf5MIAcXZfQLXg1M 9Cicqr+ag1OOw7ijOb0L75qpO41sazBNOGlYxmr21/aaJJ2c0TuGLLKHxEqARIad 3Xd/rueEc1S1OPxDfmA281tjzOTMcESKWi8vvAHr0jCl1LIyOEofz6qnjVLHDeRi Xh7gmWk0mHXL2P+56TOUWPpmCImn4kuGU7xYCAhB3ItCgrGPCqQgqf1bYEBybfpv bUL7S8A4WN4m52a55RgPyYIrlZgfxmvxzm0TXvgbDU4XdxSHJq7oLVvmSCBjOt9q KtQj40+KNu2aLO1YxjYnnQzv0p1PgeLXzRH9wTMlc5ZsZXz4cm/FlDs70+uRcd1/ pt4d9UHywixDTEXTq4Mew+OpsPX9cICFzdq0wt36LbCiWVJDR4DSQNaTF62g73Mc i7KCuOopufOU+/J4x3+vc3hU4wWgYiwO+XgLUAA+pwsqIkHC/H8rNXaFjhvvumHT qHX8HvKY4HEfosHqWakfKPnHJgLpNH5FsF/fzev3DPCvjFEuvv6dWk1eXUJBtv0Q Ojm8OnapBV4m8Y/gJuCMTnS8zPxiEDbpiZjUonLKuMrq3k/0zEk= =b2A4 -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-ports@freebsd.org Sun Nov 12 19:20:42 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DA9DC7AF6F for ; Sun, 12 Nov 2017 19:20:42 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (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 5F25372424 for ; Sun, 12 Nov 2017 19:20:42 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=sNofOfE85lNL+nPp87VFg3IKK7+bDYwD1hXDGe6LyG4=; b=yg3xI3krIXmGyqufaTlPnsIdoFfdFLaUjlSnH6T95iSItmXy/Wb2lMC1L1Lzn7HfmeKY1zWLe34B6wNjx8UbXfs9hSEq3mIgUvWGFdUgzhX59+euFy/d12wAqxS99Glv/MQrzssJWIsFWYLggmAMItumzTt59q/+KGILTmAUQYU=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1eDxo7-00031k-Tc for freebsd-ports@freebsd.org; Sun, 12 Nov 2017 20:20:39 +0100 Received: from 62-47-175-31.adsl.highway.telekom.at ([62.47.175.31] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1eDxo7-00066x-RE for freebsd-ports@freebsd.org; Sun, 12 Nov 2017 20:20:39 +0100 To: freebsd-ports@freebsd.org References: <20171112191659.GA2179@c720-r314251> Subject: Re: Firefox doesn't build... From: Walter Schwarzenfeld Message-ID: <84803683-d88b-7b01-146b-233f6292e988@utanet.at> Date: Sun, 12 Nov 2017 20:20:36 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171112191659.GA2179@c720-r314251> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 19:20:42 -0000 Yes, it is unset by default. I changed it to reduce compile time. (Maybe, some other do it for the same reason). From owner-freebsd-ports@freebsd.org Sun Nov 12 22:46:00 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D6B2C7E580 for ; Sun, 12 Nov 2017 22:46:00 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from hermes.heuristicsystems.com.au (hermes.heuristicsystems.com.au [203.41.22.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hermes.heuristicsystems.com.au", Issuer "Heuristic Systems Type 4 Host CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DFBB7806F for ; Sun, 12 Nov 2017 22:45:57 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.15.2/8.15.2) with ESMTPSA id vACMkDSO071772 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Mon, 13 Nov 2017 09:46:16 +1100 (AEDT) (envelope-from dewayne.geraghty@heuristicsystems.com.au) X-Authentication-Warning: b3.hs: Host ewsw01.hs [10.0.5.3] claimed to be [10.0.5.3] To: "freebsd-ports@freebsd.org" From: Dewayne Geraghty Subject: Default option changes-lacking explanation Message-ID: <0966d83d-a71b-1eeb-cb27-2a6cc05e7d42@heuristicsystems.com.au> Date: Mon, 13 Nov 2017 09:44:33 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-AU X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 22:46:00 -0000 It would be very helpful if maintainers could add an explanation for the changes to default options that they make.  For example freeradius3 recently added heimdal and updfromto as default options to the build without any reason in either the maintainer's (svn) log nor in UPDATING.  As a suggestion: * Improved Kerberos support. Added MIT krb as an option. Heimdal base now defaults to ON. * udp_fromto enables specification of source address, helpful on multi-homed devices. Default is now ON I'm sure there are a lot of administrators that would like to have consistency in their builds/installs, even if they regularly have to review the log files to find it.  This is not to take away the valuable work that maintainers contribute to the project, only that a little more communication of changes that do affect people will help them to prepare pro-actively their builds. Regards, Dewayne. PS And Zi, thankyou for modernising the Makefile and adding MIT Krb. From owner-freebsd-ports@freebsd.org Mon Nov 13 01:06:32 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53EF2CA196E for ; Mon, 13 Nov 2017 01:06:32 +0000 (UTC) (envelope-from do-not-reply@yahoo.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 3879E7B293 for ; Mon, 13 Nov 2017 01:06:32 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: by mailman.ysv.freebsd.org (Postfix) id 37309CA196C; Mon, 13 Nov 2017 01:06:32 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36B47CA196B for ; Mon, 13 Nov 2017 01:06:32 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: from sonic329-17.consmr.mail.bf2.yahoo.com (sonic329-17.consmr.mail.bf2.yahoo.com [74.6.133.143]) (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 EA3D97B292 for ; Mon, 13 Nov 2017 01:06:31 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: from sonic.gate.mail.ne1.yahoo.com by sonic329.consmr.mail.bf2.yahoo.com with HTTP; Mon, 13 Nov 2017 01:06:25 +0000 From: nwa abig To: ports@freebsd.org Message-ID: <1011990367.16205271510535181715.JavaMail.yahoo@tardis001.cal.bf1.yahoo.com> Subject: Invitation: ECO BANK PLC,DEPT OF WESTERN UNION MONEY TRANSFER. @ Wednesday, 01 November 2017 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 13 Nov 2017 01:06:32 -0000 X-List-Received-Date: Mon, 13 Nov 2017 01:06:32 -0000 From owner-freebsd-ports@freebsd.org Mon Nov 13 01:08:44 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D19FCA1A70 for ; Mon, 13 Nov 2017 01:08:44 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 149AC7B393 for ; Mon, 13 Nov 2017 01:08:44 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: by mailman.ysv.freebsd.org (Postfix) id 113E0CA1A6F; Mon, 13 Nov 2017 01:08:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D6CCA1A6E for ; Mon, 13 Nov 2017 01:08:44 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: from sonic330-17.consmr.mail.bf2.yahoo.com (sonic330-17.consmr.mail.bf2.yahoo.com [74.6.132.143]) (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 C002C7B389 for ; Mon, 13 Nov 2017 01:08:43 +0000 (UTC) (envelope-from do-not-reply@yahoo.com) Received: from sonic.gate.mail.ne1.yahoo.com by sonic330.consmr.mail.bf2.yahoo.com with HTTP; Mon, 13 Nov 2017 01:08:42 +0000 From: nwa abig To: ports@freebsd.org Message-ID: <559924332.3555207.1510535318611.JavaMail.yahoo@tardis040.cal.bf1.yahoo.com> Subject: Cancelled: ECO BANK PLC,DEPT OF WESTERN UNION MONEY TRANSFER. @ Wednesday, 01 November 2017 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 13 Nov 2017 01:08:44 -0000 X-List-Received-Date: Mon, 13 Nov 2017 01:08:44 -0000 From owner-freebsd-ports@freebsd.org Mon Nov 13 02:12:51 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43A7FCFC640 for ; Mon, 13 Nov 2017 02:12:51 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2FCAC7D3F1 for ; Mon, 13 Nov 2017 02:12:51 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 2F2A7CFC63F; Mon, 13 Nov 2017 02:12:51 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D127CFC63E for ; Mon, 13 Nov 2017 02:12:51 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (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 057277D3F0 for ; Mon, 13 Nov 2017 02:12:50 +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 vAD2CvOI026330 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 12 Nov 2017 18:12:58 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vAD2CuTU026329; Sun, 12 Nov 2017 18:12:56 -0800 (PST) (envelope-from fbsd) Date: Sun, 12 Nov 2017 18:12:56 -0800 From: bob prohaska To: ports@freebsd.org Cc: bob prohaska Subject: Version numbers not being compared correctly in ports? Message-ID: <20171113021256.GA26290@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 02:12:51 -0000 Got a strange error message while trying to compile firefox on an RPI2: ===> Installing for gettext-tools-0.19.8.1 ===> Checking if gettext-tools already installed ===> gettext-tools-0.19.8.1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of gettext-tools without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 It seems as if make is finding the version of gettext-tools it wants, why is it reporting an error? Just for fun, I cd'd to /usr/ports/devel/gettext-tools and did the make deinstall/reinstall. No errors, but it didn't help. svnlite info reports Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 454091 Node Kind: directory Schedule: normal Last Changed Author: ed Last Changed Rev: 454091 Last Changed Date: 2017-11-12 14:13:47 -0800 (Sun, 12 Nov 2017) Thanks for reading and any suggestions. bob prohaska From owner-freebsd-ports@freebsd.org Mon Nov 13 08:56:10 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B6B6D7DD2B for ; Mon, 13 Nov 2017 08:56:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DF0E9663F7 for ; Mon, 13 Nov 2017 08:56:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id DB960D7DD2A; Mon, 13 Nov 2017 08:56:09 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB394D7DD29 for ; Mon, 13 Nov 2017 08:56:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A02F0663F6 for ; Mon, 13 Nov 2017 08:56:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E8B4DBDD2D for ; Mon, 13 Nov 2017 09:56:07 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id CE5FFBDD25 for ; Mon, 13 Nov 2017 09:56:07 +0100 (CET) Subject: Re: Can a port directory name have capital letters when the project name has them: audio/abGate-lv2 ? To: "ports@freebsd.org" References: From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 13 Nov 2017 09:56:06 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Q8l7uPjvx5Ttp5TIiNjANm4eh4rkhLpXp" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 08:56:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q8l7uPjvx5Ttp5TIiNjANm4eh4rkhLpXp Content-Type: multipart/mixed; boundary="rjApV9W0gL58MvnhncOm681DDtToDQilI"; protected-headers="v1" From: Mathieu Arnold To: "ports@freebsd.org" Message-ID: Subject: Re: Can a port directory name have capital letters when the project name has them: audio/abGate-lv2 ? References: In-Reply-To: --rjApV9W0gL58MvnhncOm681DDtToDQilI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 10/11/2017 =C3=A0 23:05, Yuri a =C3=A9crit=C2=A0: > There are two competing directory name suggestions for the project > with the name abGate: > > audio/abGate-lv2 > > audio/abgate-lv2 > > > Should I choose the former one or the latter one? The directory name should match PKGBASE. (with the various python or lua or stuff versions stripped off, for example py27-foo -> py-foo.) PORTNAME should match what upstreams calls the software. The only exception where PORTNAME should be downcase if it installs a single binary that is lowercase, say upstream is called LsOF, and it only installs lsof. --=20 Mathieu Arnold --rjApV9W0gL58MvnhncOm681DDtToDQilI-- --Q8l7uPjvx5Ttp5TIiNjANm4eh4rkhLpXp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJaCV4nXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I7DAQAIlgU84dOzqoMCguNeE0M5rG ZdSbbSS2bbZ092xrcWr8ek+m5mPiFmVVt7X3bI8KvtFVdW81ppHLA8ha89Q5YOnW lN6y1CqXighDgfn4Q5WSfmfSzX7iq8eg5UwP0ETtXdYq3IDrMvfvgWoO8HMBBDcZ TMFmlvzirC8rghU4go7pQQESStOnCPb0FHzq2PezznCRYYqEXG/Q2+Qdi0Zrjqj8 b554vfU2Pb1907snjHj+kBQk0RSctl4cyHIko4tjzLxodzc7U8duDTZpm1hkwpyd kCrAOaW4Yng8hfUvRyxzvOCOwAKDs1HOv17Y+vqu0GpCTB8AX6NLQWtvDNP1HNIp Ly/vdkZe/uV4LfS2niUXCZE/a/Q/xru2Bs6Gye0CevPwM9THXxuyXrVB5bCGbGr6 Vxr+6tzfLOKHmuIyxujRLQ6AzdYDM2hfz4dRH4vKNel90Gi8McUY7tI7YA2x08mK 5SXoq2XCrzIZhkhdDyz97dV6wF/ApXCotR5sTgAHZ//RWMLShqELWjxdU7+hK5tC 5xw06kQkUrImRPC000WWKyxPPNQZaaN57Pk71EzJ3wT5UZxsU6JyQiARTpRLKfyv PNjnUhCi3w1P0CkbFY2M/ksIRDtNuY/lmaguCR3elKKD3jBlbosaN1+qWQxklY9P ngOb+9bxdS2zM1g0OeOR =O3d2 -----END PGP SIGNATURE----- --Q8l7uPjvx5Ttp5TIiNjANm4eh4rkhLpXp-- From owner-freebsd-ports@freebsd.org Mon Nov 13 09:48:15 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F8B9D7ECBF for ; Mon, 13 Nov 2017 09:48:15 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 53C8267ACC for ; Mon, 13 Nov 2017 09:48:15 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 504C5D7ECBE; Mon, 13 Nov 2017 09:48:15 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FF7CD7ECBD for ; Mon, 13 Nov 2017 09:48:15 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0159C67ACA for ; Mon, 13 Nov 2017 09:48:14 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1eEBLf-0005RD-7s for ports@freebsd.org; Mon, 13 Nov 2017 16:48:11 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1eEBLf-0005Qy-5s; Mon, 13 Nov 2017 16:48:11 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id vAD9uo5N093693; Mon, 13 Nov 2017 15:56:50 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id vAD9ujg2093676; Mon, 13 Nov 2017 16:56:45 +0700 (+07) (envelope-from danfe) Date: Mon, 13 Nov 2017 16:56:45 +0700 From: Alexey Dokuchaev To: Mathieu Arnold Cc: "ports@freebsd.org" Subject: Re: Can a port directory name have capital letters when the project name has them: audio/abGate-lv2 ? Message-ID: <20171113095645.GA92154@regency.nsu.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 09:48:15 -0000 On Mon, Nov 13, 2017 at 09:56:06AM +0100, Mathieu Arnold wrote: > Le 10/11/2017 ?? 23:05, Yuri a ??critš: > > There are two competing directory name suggestions for the project > > with the name abGate: > > > > audio/abGate-lv2 > > > > audio/abgate-lv2 > > > > Should I choose the former one or the latter one? > > The directory name should match PKGBASE. (with the various python or lua > or stuff versions stripped off, for example py27-foo -> py-foo.) > > PORTNAME should match what upstreams calls the software. <<< My standard reply to this narrative of Mathieu's. >>> We have a tradition to have port names in lower case. This tradition is commongly seen throughout entire Unix heritage and is omnipresent, from login names, header files, to APIs. Mathieu may prefer C:\Documents and Settings\User Joe but most of us don't. Yes, this also applies to port and package names. > The only exception where PORTNAME should be downcase if it installs a > single binary that is lowercase, say upstream is called LsOF, and it > only installs lsof. There are plenty of counterexamples to what Mathieu sais, e.g. Firefox and PostgreSQL would be a good start. :-) We do follow upstream for CPAN packages and others that 1) include a lot of ports, 2) have an established naming convention of their own, 3) many of them are common dependencies, thus it helps to have similar package names with popular GNU/Linux distros. For some random unattached port it's almost always better tolower() it, regardless of whether it is a single utility, library, game with a lot of resources, or anything else. ./danfe From owner-freebsd-ports@freebsd.org Mon Nov 13 10:00:14 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 920BAD7F0B7 for ; Mon, 13 Nov 2017 10:00:14 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (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 55D7567F73; Mon, 13 Nov 2017 10:00:13 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [2.247.254.249] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1eEBXG-0007jw-AS; Mon, 13 Nov 2017 11:00:10 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id vADA06w5003070 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 13 Nov 2017 11:00:06 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id vADA05SN003069; Mon, 13 Nov 2017 11:00:05 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 13 Nov 2017 11:00:05 +0100 From: Matthias Apitz To: freebsd-ports@freebsd.org, kmoore@FreeBSD.org Subject: Re: sysutils/pcbsd-utils (HEAD) fails to compile in poudriere Message-ID: <20171113100005.GA2992@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org, kmoore@FreeBSD.org References: <20171112163630.GA14904@c720-r314251> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <20171112163630.GA14904@c720-r314251> X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 2.247.254.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 10:00:14 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El d=C3=ADa domingo, noviembre 12, 2017 a las 05:36:31p. m. +0100, Matthias= Apitz escribi=C3=B3: > The above port fails to compile with: > ... > echo pc-ldapconf: /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/stage/usr/= local/bin/usr/lib/libc.a >> .depend > --- pc-ldapconf.o --- > --- ldap-lexer.lex.c --- > --- ldap-parser.tab.c --- > --- pc-ldapconf.o --- > clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkdirs= /usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/pc-adc= tl/pc-ldapconf -MD -MF.depend.pc-ldapconf.o -MTpc-ldapconf.o -std=3Dgnu99 = -fstack-protector-strong -Qunused-arguments -c pc-ldapconf.c -o pc-ldap= conf.o > pc-ldapconf.c:8:10: fatal error: 'ldap-parser.tab.h' file not found > #include "ldap-parser.tab.h" > ^~~~~~~~~~~~~~~~~~~ > 1 error generated. > *** [pc-ldapconf.o] Error code 1 >=20 > The full log is attached. I have had to restart 'poudriere bulk ....' last night and was highly surprised this morning when I found that sysutils/pcbsd-utils was now compiled fine. I don't even know how this is possible as I did not changed anything in the poudriere config or make config files. As I have both log files I will try to figure out, how this was possible, matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAloJbSIACgkQR8z35Hb+ nRGIVQ/9F+Btz9hwSuZAuWksQNK8TbZagoTKzJi/l84X9MsPdJg67UFxwkhItE7p GWDAIVo5mhHzRaumB80HuS1CHbPAO4ET8ADPuH6U/GApY9wkNTpacu+o6laag1gd bt99rOrGAmIEWApkcv17i0fQxJhgOGcTnDdP+93e3tdrC6FAXQdLkHYActvAeBhz Lui3n6fQCxs+6zW5ScJr1I/XdubMJr3peA8KpEEWze7SrElGYibE/HJHsoRtd5/c JAEkZFQTxOlggTLZo2ZmpUVvZf81DHbktTvZxI8EIK1f1Tl/B6ldcNdwldsqEuKw kMIqD+mI6P9IrqJgacfg/tcTwwZQuqX8ezYcj3FmFfh1eI7x4ku+MF12HHOSChEB 7S6f7ilsgqakPGMqQDz6st1xrVr7jv9W/J75nYj35PhS6et95zuVHhzB2kQmgOOG +/6HOxXPpeO5LxaHGyu91vTa9PVFxbMBz6M1dJq87/j8gNN59ChMoPgMl6sAH5LW RyhvwB4R2v8BkkyZ3T7m7R5MkBJH0dzu2nMffoAbpy19JHwD+6+O4DUYj9ppk3Jv T9iG2Cek4yYA8+Lhy5DoK2Epa8TjI6jEIdAV8iex2xrz59cCCDG9b2PbfuUrTQqj GpfZfrJL+t7gqhdtLUDk+2vs+JEj+ImTBqBULplu5ulycO29yQI= =0BuW -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-freebsd-ports@freebsd.org Mon Nov 13 11:14:52 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 167D1DB07DF for ; Mon, 13 Nov 2017 11:14:52 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 E00596A17B for ; Mon, 13 Nov 2017 11:14:50 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 9826320B6F for ; Mon, 13 Nov 2017 06:14:44 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Mon, 13 Nov 2017 06:14:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skunkwerks.at; h=content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=1guMBssJOLXsdma6ZSdtOjaLEkqWa/gNIzkN62+2yr8=; b=ZvBzV IBzYvXxgjStQbmQwjXqR3/4f0nGEG+6eyzyszcoYQ0+hk78LHE/qrBZU9tHa9lzt F0B71YwJZIMPYBsp2gLQb7NXEFRCfaN7twngnO5gKwNtLh9dyyxD1CK6ejR/pzqj IzdC+2NycT0M23ZMgy/Kbpak6Zc1RD8cIKGjpU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=1guMBssJOLXsdma6ZSdtOjaLEkqWa /gNIzkN62+2yr8=; b=Ss0J8jhbvu8wm/74isLoAD2F9RbfxNUtjMgoUXE1V653w 27vwTlWAzVzrAzhfv8YmcEUkCsLqKAlFllBtYLFwR+zfmaU44ER1hL6jvwScdaq3 V16N9TbXf93E2L0gDHje+eTqR9mhO5k2iqwK2iYMVqsPmPdJF4625tx9sqXUjl6S qQCOc8j9ZqpiBmCJu8GoxX891sYUzgsvQYpOntYY0t/L3jc69fpE7aOILvFI46c2 hR3OH/iYl1T/6m63x589TtfE/ySEC2jvZXtDqsMk4UFyuzFrzZHp5iEt9rTerR+s jiIKx5O1D8XjkpeqyJxirrEtA96lPrTlYgLFWR2uw== X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 7895048020; Mon, 13 Nov 2017 06:14:44 -0500 (EST) Message-Id: <1510571684.3720188.1170564368.557FA21F@webmail.messagingengine.com> From: Dave Cottlehuber To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-f89283c9 Date: Mon, 13 Nov 2017 12:14:44 +0100 Subject: rc.d script ordering for net/zerotier & firewalls X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 11:14:52 -0000 zerotier is a peer-to-peer layer 2 overlay network that creates a tap interface for its traffic. In the current net/zerotier port[1], if you want to define firewall rules (e.g. pf) that rely on the existence of the zerotier interface, it will fail on reboot as the rc.d dependencies aren't sufficient: # PROVIDE: zerotier # REQUIRE: LOGIN # KEYWORD: shutdown This variant seems to "work on my machine" to manage the dependencies appropriately, see rcorder(8) output below. # PROVIDE: zerotier # REQUIRE: FILESYSTEMS netif # BEFORE: pf ipfw # KEYWORD: shutdown the intention is that the ordering would be as follows: 1. physical network interfaces are available 2. zerotier's tap interfaces are created via its daemon 3. then firewalls can be started up 4. jails and daemons (nginx, haproxy etc) can be assigned a zerotier address Is there a better way of handling this? Is there a reason why /pf/ is missing from /etc/rc.d/NETWORKING ? # PROVIDE: NETWORKING NETWORK # REQUIRE: netif netwait netoptions routing ppp ipfw stf # REQUIRE: defaultroute route6d resolv bridge # REQUIRE: static_arp static_ndp > rcorder /usr/local/etc/rc.d/* /etc/rc.d/* ... /etc/rc.d/hostname /etc/rc.d/ip6addrctl /etc/rc.d/netoptions /etc/rc.d/random /etc/rc.d/sppp /etc/rc.d/ipfilter /etc/rc.d/ipnat /etc/rc.d/ipfs /etc/rc.d/serial /etc/rc.d/iovctl /etc/rc.d/netif /etc/rc.d/devd /etc/rc.d/zfsd /etc/rc.d/ipsec /usr/local/etc/rc.d/zerotier /etc/rc.d/pfsync /etc/rc.d/pflog /etc/rc.d/pf /etc/rc.d/stf /etc/rc.d/ppp /etc/rc.d/routing /etc/rc.d/ipfw /etc/rc.d/netwait /etc/rc.d/resolv /etc/rc.d/local_unbound /etc/rc.d/nsswitch /etc/rc.d/routed /etc/rc.d/rtsold /etc/rc.d/static_ndp /etc/rc.d/static_arp /etc/rc.d/bridge /etc/rc.d/route6d /etc/rc.d/defaultroute /etc/rc.d/NETWORKING ... A+ Dave [1]: https://svnweb.freebsd.org/ports/head/net/zerotier/files/zerotier.in?revision=398568&view=markup From owner-freebsd-ports@freebsd.org Mon Nov 13 12:11:50 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FAAEDB8D31; Mon, 13 Nov 2017 12:11:50 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36CC46BA3E; Mon, 13 Nov 2017 12:11:50 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x229.google.com with SMTP id t11so1138306iof.13; Mon, 13 Nov 2017 04:11:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=156Vzz2tQ61m/O0ss5hfkFZzR8i/a8vj4d6/3ge3i9I=; b=MpShpZXVCRcz7VgOeIjIFnrkL9sh9BVD/VV/yHcUZtI/OuCphZGtzYOYhVYKrT2BlW Ucmu1iuUY1MOM+dX1sV+PgHce4h5WqvXmf1l2ZTaZAUpjf9oPy9N3kPI955QD5FDUbQ8 TuPVbQUmEXwc1QZlOHUBQKEJxwdeoyTpCsrMT1qa7g9jI1ViPiLd02A1WJDCkk8EP3Xv 9R1IUOiF7DzLPCdovEtooz98boCKPAfhgRClkMtUvZgpufXy8ODU/jigqF7kBgltrl7D 5Yp1E0LzArMV3jINr7MFJOT7DqnH7CluEXlifd9dzwmK9RUXPeNjwgdTyBKGbvEeaWzP cgpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=156Vzz2tQ61m/O0ss5hfkFZzR8i/a8vj4d6/3ge3i9I=; b=Edz2oJDESDZ7z0A2H7e8ty8YSfGJHiALhYJJxD8WnDQtEqc39STgNhq7eu9PHN4UA8 iOxwjA6eyH9NIuKuYZMsJp4eibCvH+oBvHnMfmMehPL+drOVTvqUxTJ9NTY/g68iSuXC qqcN51QWScZ+J/ogdqH9CdP29QgMjLcIiyRU+wKNCyLkY3325k2hOSBZ0cg9P4eGYbcG ahpbw5guhajAqSzVyEsk/GKsroFqyUDdZL0e+c6mviK/rSjU1h9uaXW6Yhc6osDlT5AP CRYwlkEHkz/5+IJckojPF8Ksk6Ifve7dIht9c0jU98AABDp/l0PN/OxpdClFsiI9gf0s GYcQ== X-Gm-Message-State: AJaThX4ek5oz3KOA7O829P+urcfOmlYvoG1YBq0JCQU1KEeL5twhuGRS 04batJamGIXJH4+0eV0c51e80vRlDc9nzK7PDao= X-Google-Smtp-Source: AGs4zMaHeKuSr0HnzsS4yQ8oSL6lr3d3Ww5CtlbL7cd5Zc9LhSmrKVyeJVtz0fvk5leMqK1Yn3aF6de9S6G6In0wVBQ= X-Received: by 10.107.135.97 with SMTP id j94mr6613008iod.213.1510575109238; Mon, 13 Nov 2017 04:11:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.11.31 with HTTP; Mon, 13 Nov 2017 04:11:48 -0800 (PST) In-Reply-To: <20171112094219.GI49221@home.opsec.eu> References: <20171112094219.GI49221@home.opsec.eu> From: blubee blubeeme Date: Mon, 13 Nov 2017 20:11:48 +0800 Message-ID: Subject: Re: writing drivers based on hardware manuals To: Kurt Jaeger Cc: FreeBSD Ports , FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 12:11:50 -0000 ordered, 3-4 weeks until delivery. Until then... On Sun, Nov 12, 2017 at 5:42 PM, Kurt Jaeger wrote: > Hi! > > > This is a request on where can I get more information and talk to other > > FreeBSD developers about writing software to control hardware based on > > dmidecode and a device manual. > > > > I found this manual page that not only describe the fan controllers and > lid > > switch but also the keyboard LED controller as well. > > > > https://www.manualslib.com/manual/1269646/Clevo-P650hs. > html?page=114#manual > > > > I should be able to write code to interface with this hardware directly > > from FreeBSD. > > > > Where can I go to get help with this? > > Try this book: > > https://www.nostarch.com/bsddrivers.htm > > -- > pi@opsec.eu +49 171 3101372 3 years to > go ! > From owner-freebsd-ports@freebsd.org Mon Nov 13 16:43:22 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2352DBED9B for ; Mon, 13 Nov 2017 16:43:22 +0000 (UTC) (envelope-from gmartin@cas.org) Received: from casmail.cas.org (srv01s4.cas.org [134.243.50.9]) (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 71A9A74698 for ; Mon, 13 Nov 2017 16:43:21 +0000 (UTC) (envelope-from gmartin@cas.org) Received: from NTMail11.intra.cas.org ([134.243.49.31]) by casmail.cas.org (8.14.4/8.14.4/CAS_MAIL_HUB-6.3.3) with ESMTP id vADGekDk079305 for ; Mon, 13 Nov 2017 11:40:46 -0500 (envelope-from gmartin@cas.org) Received: from NTMail12.intra.cas.org (134.243.49.32) by NTMail11.intra.cas.org (134.243.49.31) with Microsoft SMTP Server (TLS) id 15.0.1076.9; Mon, 13 Nov 2017 11:40:46 -0500 Received: from NTMail12.intra.cas.org ([134.243.49.32]) by NTMail12.intra.cas.org ([134.243.49.32]) with mapi id 15.00.1076.000; Mon, 13 Nov 2017 11:40:46 -0500 From: "Martin, Galen" To: "'freebsd-ports@freebsd.org'" Subject: Re: ksh93: Exec format error Thread-Topic: Re: ksh93: Exec format error Thread-Index: AdNcniLU+3uTrIAkSYKmGaSxMDytYQ== Date: Mon, 13 Nov 2017 16:40:46 +0000 Message-ID: <41914_1510591246_vADGekDk079305_f9d1f939887944e3b62400c44d44d375@NTMail12.intra.cas.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [134.243.200.44] x-tm-as-product-ver: SMEX-11.0.0.4255-8.100.1062-23462.004 x-tm-as-result: No--7.813800-0.000000-31 x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 16:43:22 -0000 Greg, I just read your entry on a freebsd forums about ksh93: Exec format error.= We just upgraded some machines to Solaris 5.11 with the same version of k= sh93 and are experiencing the same issue. I have been searching for a resolution to this problem with no success. Di= d you ever find a solution to this problem? Galen Martin (Senior System Engineer) Chemical Abstract Services Here it is to refresh your memory. On Sat, 10 Jan 2015, no at spam@mgEDV.net wrote: > ksh93 in it's current version has some (timing?) problems during executio= n. > ... > --> this is the error: pfctl: cannot execute [Exec format error] > I've been encountering the same error for some time now, but never got around to reporting it. Here's a fairly reliable way to repeat: host -t a google.com. | awk '{print $NF}' | while read IP > do > host $IP > done host: host: cannot execute [Exec format error] host: host: cannot execute [Exec format error] host: host: cannot execute [Exec format error] 206.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f14.1e100.net. 192.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f0.1e100.net. 193.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f1.1e100.net. 195.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f3.1e100.net. 197.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f5.1e100.net. 201.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f9.1e100.net. 194.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f2.1e100.net. 199.227.125.74.in-addr.arpa domain name pointer dfw06s33-in-f7.1e100.net. It looks like some sort of race, because it's pretty random whether the=20 error occurs or the command executes. $ pkg info -o ksh93 ksh93-20120801_2 shells/ksh93 $ echo $KSH_VERSION Version AJM 93u+ 2012-08-01 --=20 Greg Rivers Confidentiality Notice: This electronic message transmission, including any= attachment(s), may contain confidential, proprietary, or privileged inform= ation from Chemical Abstracts Service ("CAS"), a division of the American C= hemical Society ("ACS"). If you have received this transmission in error, b= e advised that any disclosure, copying, distribution, or use of the content= s of this information is strictly prohibited. Please destroy all copies of = the message and contact the sender immediately by either replying to this m= essage or calling 614-447-3600. From owner-freebsd-ports@freebsd.org Mon Nov 13 16:46:26 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C233ADBEE30 for ; Mon, 13 Nov 2017 16:46:26 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 640E07479B for ; Mon, 13 Nov 2017 16:46:25 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1eEHsG-0007Fm-6m for freebsd-ports@freebsd.org; Mon, 13 Nov 2017 23:46:16 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1eEHsG-0007FY-4m; Mon, 13 Nov 2017 23:46:16 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id vADGsurL007238; Mon, 13 Nov 2017 22:54:56 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id vADGsoHI007218; Mon, 13 Nov 2017 23:54:50 +0700 (+07) (envelope-from danfe) Date: Mon, 13 Nov 2017 23:54:50 +0700 From: Alexey Dokuchaev To: Dewayne Geraghty Cc: "freebsd-ports@freebsd.org" Subject: Re: Default option changes-lacking explanation Message-ID: <20171113165450.GA6055@regency.nsu.ru> References: <0966d83d-a71b-1eeb-cb27-2a6cc05e7d42@heuristicsystems.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0966d83d-a71b-1eeb-cb27-2a6cc05e7d42@heuristicsystems.com.au> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 16:46:26 -0000 On Mon, Nov 13, 2017 at 09:44:33AM +1100, Dewayne Geraghty wrote: > It would be very helpful if maintainers could add an explanation for the > changes to default options that they make. > > For example freeradius3 recently added heimdal and updfromto as default > options to the build without any reason in either the maintainer's (svn) > log nor in UPDATING.š As a suggestion: > > * Improved Kerberos support. Added MIT krb as an option. Heimdal base > now defaults to ON. > * udp_fromto enables specification of source address, helpful on > multi-homed devices. Default is now ON > > I'm sure there are a lot of administrators that would like to have > consistency in their builds/installs, even if they regularly have to > review the log files to find it.š This is not to take away the valuable > work that maintainers contribute to the project, only that a little more > communication of changes that do affect people will help them to prepare > pro-actively their builds. Unfortunately what you're exposing is a much larger problem, not limited to changes to default options. The problem is that commit messages in the ports area are notoriously bad and lack detail, connections to upstream commits and issues, etc. Some of us had been trying to drag attention to this for years, alas with little outcome. :-( It does not mean that we should stop though. ./danfe From owner-freebsd-ports@freebsd.org Mon Nov 13 17:07:40 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC6FDBF822 for ; Mon, 13 Nov 2017 17:07:40 +0000 (UTC) (envelope-from emily.kinney.us@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C3C8775748 for ; Mon, 13 Nov 2017 17:07:40 +0000 (UTC) (envelope-from emily.kinney.us@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C2D8DDBF821; Mon, 13 Nov 2017 17:07:40 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2745DBF820 for ; Mon, 13 Nov 2017 17:07:40 +0000 (UTC) (envelope-from emily.kinney.us@gmail.com) Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F5A775747 for ; Mon, 13 Nov 2017 17:07:40 +0000 (UTC) (envelope-from emily.kinney.us@gmail.com) Received: by mail-pg0-x244.google.com with SMTP id y5so13113886pgq.7 for ; Mon, 13 Nov 2017 09:07:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version:thread-index :content-language:disposition-notification-to; bh=3pa3NaO8lsyR5s6iYsmLZ4/DD+NnlHEktQ6usfWQM50=; b=g13AHyp+Q1c7K7bya1IsfEvoDBkHfG00OiG0wnTV4HgtRmjUHM7EgaAI9PsYbznoam zPf2FDmf3ULGF5u02zTvijVDtCaYQeEnH9xBtP5LDxIr1r1j/5hurVi+t5wbUmLbShU5 35HRMXDt0zyxG8cPUlNspq43JAY3wd6K8UyRVfWbL1f8A8KzhFkApef3x+yTh23AxW5r /ovSBkfYfpTwA7qFka9hE+QCmeG1f8TdRhq2xh94gvL/btDMTmxeuidbHCSKW2F5p0cu s/dswVgMiW3tszGllIDD7rvMUfAjk0At8qwfy/WltGn+brJZj9LETb+YI5cSyV3tYzRG kXvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :thread-index:content-language:disposition-notification-to; bh=3pa3NaO8lsyR5s6iYsmLZ4/DD+NnlHEktQ6usfWQM50=; b=Uewmo+xTg59WXCunE/itEcabfWeD3Uudhx9xMyKrZZmBlWa/TZnA+syRpGazgaTl7O tk1jSamsnIPPTYJJoFHZKVfRil/e6DYQX173oKl1L3Xew7nWWPPKnK18+mN9xDnfAY+j 8AR5rw08xvqP2zErOPjaxH4duW/i5rRrQTLjbyvjkhccyFxjZDZXl5dBhCDuOggF2wWb IQkay2EyUdLGMMR3T1wsIvQrcYQAqUgPhxrVTCDuPhr6IKfWQfekjl5d/KMXZZiWL+mW GOP3KlosX0jTPxa+gp6NyvL0WbxDa0ms+37WAOpIbkBlia6ooANH1PMReNIvpC8KwuKT lw1g== X-Gm-Message-State: AJaThX6DHPxMXR2kdudFQw4YHn1m0I1NpSigISZTd6O47e/Fi/uihdBs 527GMtt47HYJbRYjK2qDj62I2g== X-Google-Smtp-Source: AGs4zMYx68tqEfWNwycYw4ObTvIDyX/DA4djrL/cUI/0G18hET+/sQRux11q46fFCyLREi0hbVXk5Q== X-Received: by 10.98.153.74 with SMTP id d71mr10547633pfe.145.1510592859399; Mon, 13 Nov 2017 09:07:39 -0800 (PST) Received: from adminPC ([106.201.48.108]) by smtp.gmail.com with ESMTPSA id b16sm34141403pfe.58.2017.11.13.09.07.36 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 13 Nov 2017 09:07:38 -0800 (PST) From: "Emily Kinney" To: Subject: Contact list of Waste and Recycling Industry Date: Mon, 13 Nov 2017 11:59:34 -0500 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdNcoB9GxhFOuvxuSCijpMV1rhnJuQ== Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 17:07:41 -0000 Hi, Would you be interested in acquiring a Contact list of Solid Waste and Recycling Industry which includes Owner/President/CEO, Sales/Marketing Manager, Operations Manager, Corporate Manager, Environmental Engineer/Consultant, Maintenance/Fleet Manager, Health & Safety Officer, Equipment Operator/Driver, Waste Service Companies, Government Officials, Composters & Compost Professionals, Anaerobic Digestion Professionals, Waste Generators, Recycling Firms, Consulting Engineering Firms, Trucking Professionals, General Contractors, Healthcare Waste Professionals, Landfill Professionals, Equipment Manufacturers, Distributors & Dealers, Legal, Insurance, Financial Firms and many more across US/UK/CANADA/EUROPE. List Contains:- First Name, Last Name, Title, Email, Company Name, Phone Numbers, Fax Number, Website, Revenue Size, Social Media link, Mailing address etc. in an Excel sheet. I can send you the sample which is of no cost and most importantly you can also check as to whether it clicks or not for you. I'm sure you would be continuously looking at opportunities to develop your reach in the market space. Please let me know your Geographical location/Target Audience/ Target Industry/ Job titles to send more information. Regards, Emily Kinney Sr. Marketing Executive ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- -----------------------The information contained in this e-mail message and any attachments is confidential information intended only for the use of individuals or entities named above. If the reader of this message is not the intended recipient you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail at the originating address. If you wish not to receive any more emails from us, please notify 'Opt-Out' in the subject and respond back and we will take out your name from our list. From owner-freebsd-ports@freebsd.org Mon Nov 13 17:45:21 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D83DDC042F for ; Mon, 13 Nov 2017 17:45:21 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from roadkill.tharned.org (gcrivers-1-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:107f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2BD076996 for ; Mon, 13 Nov 2017 17:45:20 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from flake.tharned.org ([IPv6:2001:470:1f11:107f:ac3a:8212:3ca6:98d4]) (authenticated bits=0) by roadkill.tharned.org (8.15.2/8.15.2) with ESMTPSA id vADHjCSk021713 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Nov 2017 11:45:17 -0600 (CST) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tharned.org; s=2017; t=1510595118; bh=Lk3B8uZ1xXKinLxV85/D+b13/d0pN03tuVrWGQhGJeA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=TICrSvpLKuWSMyyBAU0QikBeJfu17Y+njUMQzdrBJ6wmSH+9XEYkFa1ccHG0/poiL ONzYLV/6ZS2CfwJbxEpEPDov45Mj3O2dI5UnG14m3u0wRrIEk2y/jVJWUgFTkNQeIi KM1bl+GWcvfY5ZBCvY4WHmSe9qRVlWK3ISsOF3oNdDuZ+r/7jRI13e+jzAEOUNLZAs sjXlDbKkzy0/WJ2p6eJNJDsauFg1XClXN6Zyg0/gtxXUekm/p57OILpd5HYFzCe36T vF6T1zHXrGIu5dqCRlS+nRZTPH799ldDOpR9JSSvmfpuzYaMgnke4eKWcLSI2u9FDR c3n7x9XpltgAA== X-Authentication-Warning: roadkill.tharned.org: Host [IPv6:2001:470:1f11:107f:ac3a:8212:3ca6:98d4] claimed to be flake.tharned.org From: Greg Rivers To: "Martin, Galen" Cc: freebsd-ports@freebsd.org Subject: Re: ksh93: Exec format error Date: Mon, 13 Nov 2017 11:45:12 -0600 Message-ID: <5339222.OSdyXc7F89@flake.tharned.org> User-Agent: KMail/4.14.10 (FreeBSD/11.1-RELEASE-p1; KDE/4.14.30; amd64; ; ) In-Reply-To: <41914_1510591246_vADGekDk079305_f9d1f939887944e3b62400c44d44d375@NTMail12.intra.cas.org> References: <41914_1510591246_vADGekDk079305_f9d1f939887944e3b62400c44d44d375@NTMail12.intra.cas.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (roadkill.tharned.org [IPv6:2001:470:1f10:107f:0:0:0:2]); Mon, 13 Nov 2017 11:45:18 -0600 (CST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 17:45:21 -0000 On Monday, November 13, 2017 16:40:46 Martin, Galen wrote: > Greg, > > I just read your entry on a freebsd forums about ksh93: Exec format error. > We just upgraded some machines to Solaris 5.11 with the same version of > ksh93 and are experiencing the same issue. I have been searching for a > resolution to this problem with no success. Did you ever find a solution > to this problem? > No, the problem[1] persists. I've had to work around it by "doing things differently". [1] https://lists.freebsd.org/pipermail/freebsd-ports/2015-January/097490.html -- Greg Rivers From owner-freebsd-ports@freebsd.org Mon Nov 13 17:58:26 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C42FBDC06C9 for ; Mon, 13 Nov 2017 17:58:26 +0000 (UTC) (envelope-from gmartin@cas.org) Received: from casmail.cas.org (srv01s4.cas.org [134.243.50.9]) (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 738FE76EDA for ; Mon, 13 Nov 2017 17:58:25 +0000 (UTC) (envelope-from gmartin@cas.org) Received: from NTMail13.intra.cas.org ([134.243.49.33]) by casmail.cas.org (8.14.4/8.14.4/CAS_MAIL_HUB-6.3.3) with ESMTP id vADHwO5w043990; Mon, 13 Nov 2017 12:58:24 -0500 (envelope-from gmartin@cas.org) Received: from NTMail12.intra.cas.org (134.243.49.32) by NTMail13.intra.cas.org (134.243.49.33) with Microsoft SMTP Server (TLS) id 15.0.1076.9; Mon, 13 Nov 2017 12:58:23 -0500 Received: from NTMail12.intra.cas.org ([134.243.49.32]) by NTMail12.intra.cas.org ([134.243.49.32]) with mapi id 15.00.1076.000; Mon, 13 Nov 2017 12:58:23 -0500 From: "Martin, Galen" To: "'Greg Rivers'" CC: "freebsd-ports@freebsd.org" Subject: RE: ksh93: Exec format error Thread-Topic: ksh93: Exec format error Thread-Index: AQHTXKcndmQ5xWhMQBK3zbm7BMVzWKMSmAIQ Date: Mon, 13 Nov 2017 17:58:23 +0000 Message-ID: <40449_1510595904_vADHwO5w043990_447e78ea04994272828bbffd63cfd625@NTMail12.intra.cas.org> References: <41914_1510591246_vADGekDk079305_f9d1f939887944e3b62400c44d44d375@NTMail12.intra.cas.org> <5339222.OSdyXc7F89@flake.tharned.org> In-Reply-To: <5339222.OSdyXc7F89@flake.tharned.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [134.243.200.44] x-tm-as-product-ver: SMEX-11.0.0.4255-8.100.1062-23462.004 x-tm-as-result: No--5.971100-0.000000-31 x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 17:58:26 -0000 Greg, Thanks for responding. I find it difficult to believe that such an issue ca= n persist for so long If I, perchance, discover anything I will let you = know. galen x6336 -----Original Message----- From: Greg Rivers [mailto:gcr+freebsd-ports@tharned.org]=20 Sent: Monday, November 13, 2017 12:45 PM To: Martin, Galen Cc: freebsd-ports@freebsd.org Subject: Re: ksh93: Exec format error On Monday, November 13, 2017 16:40:46 Martin, Galen wrote: > Greg, >=20 > I just read your entry on a freebsd forums about ksh93: Exec format erro= r.=20 > We just upgraded some machines to Solaris 5.11 with the same version of > ksh93 and are experiencing the same issue. I have been searching for a > resolution to this problem with no success. Did you ever find a solution > to this problem? >=20 No, the problem[1] persists. I've had to work around it by "doing things di= fferently". [1] https://lists.freebsd.org/pipermail/freebsd-ports/2015-January/097490.h= tml --=20 Greg Rivers Confidentiality Notice: This electronic message transmission, including any= attachment(s), may contain confidential, proprietary, or privileged inform= ation from Chemical Abstracts Service ("CAS"), a division of the American C= hemical Society ("ACS"). If you have received this transmission in error, b= e advised that any disclosure, copying, distribution, or use of the content= s of this information is strictly prohibited. Please destroy all copies of = the message and contact the sender immediately by either replying to this m= essage or calling 614-447-3600. From owner-freebsd-ports@freebsd.org Tue Nov 14 08:45:06 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B35BBD7FFD5; Tue, 14 Nov 2017 08:45:06 +0000 (UTC) (envelope-from pali.gabor@gmail.com) Received: from mail-qt0-x241.google.com (mail-qt0-x241.google.com [IPv6:2607:f8b0:400d:c0d::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF547563F; Tue, 14 Nov 2017 08:45:06 +0000 (UTC) (envelope-from pali.gabor@gmail.com) Received: by mail-qt0-x241.google.com with SMTP id u42so641316qte.7; Tue, 14 Nov 2017 00:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=uNs340Jb9OV5Fm64KWwyioVdHQxW7Lf9n0iK2JEaS0Q=; b=TQko2yIVCr1nzqAg8QqE2BxRPy5lT84K8xQQHDIBxQVHaEbVmX6E3dEka5hbiGOFpI 9h/efhowMPz2bDeqX8sAGaLpwCMAhm5dCzjyOgsqEG2Ea8pvHcIdDYPQOF51VKdAJTju hlv9MF5ugTBXGtQws51R34GV3j62Ij9bw7E92WUeO430KMHyDFT1ohyVAOGBg/4kvmw5 nLA9hSbBVC01PwNEbpRtiYMRkqIhNYIRhJ6OTG2XBsX7iec/AzOY3yYyRdQdaUTykhJP GrXXgGW0niumTiNzhXZ7dqAOg1GmUPR/JlfSIRAlVbJNsQWplj7wc5I5etEJrMDbkP/1 9zIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc:content-transfer-encoding; bh=uNs340Jb9OV5Fm64KWwyioVdHQxW7Lf9n0iK2JEaS0Q=; b=iqzqJEVFhQyAblBHjY8axxnouSAT3af11NWGI/VbUeCBAWj+FtGLU09jgLkGLymjRl AVdlhT38cZ1oSed2LlO+Cvnz7tJk7Ad0rD0lAFFBQIwTxWndwZ7zBnmaOdHFNL/eh04V JB0mkwpxhIY4cwI28HjLV/LbwZ8jPCgLDa/rjJpfU9DKOoFKNayszS3eiK56osJyogd4 07a8h3hO/EkGjKxRfkTMLEiKnrfOKnbFehiuKN5DROnsl5BSBwxgQgbY2pzhlzimJG05 yhzUvyQkCqxlfw1pnzm/kuPW+qfCl1s8h4HI0WNiRLJvvyguWGyomZ7Uy0mmtd5PELyH ctdw== X-Gm-Message-State: AJaThX4+EDCfwKrutMONx2smCAP9Nhsocddb0cGHdQxrRJEyskp3ham+ UuFY49hHKi6kfZUdyI2U55tAiJQ4q6BkiNrZoe/6eUQl X-Google-Smtp-Source: AGs4zMacn7mb3NQK75x/VoBYuwxXNNTdaPFETQBwuc65WVBoXwWPvmgVf8sjxi3XsJOZnESmPPWg60hVQGaVYkqwaBk= X-Received: by 10.200.28.7 with SMTP id a7mr11332636qtk.206.1510649105391; Tue, 14 Nov 2017 00:45:05 -0800 (PST) MIME-Version: 1.0 Sender: pali.gabor@gmail.com Received: by 10.237.43.196 with HTTP; Tue, 14 Nov 2017 00:45:04 -0800 (PST) From: Gabor Pali Date: Tue, 14 Nov 2017 09:45:04 +0100 X-Google-Sender-Auth: uG9DK9tYWY9N216pHckkK5JweEw Message-ID: Subject: FreeBSD Haskell mailing list To: "Ports @ FreeBSD" , ports-developers@freebsd.org Cc: haskell Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 08:45:06 -0000 Hello there, For your information, the previously closed internal mail alias haskell@FreeBSD.org has become an open regular mailing list that you can subscribe to at lists.freebsd.org [1]. It is mainly for the ones who work on Haskell ports: compilers, third-party libraries, and frameworks, but it is open for people to stay informed on the progress, ask for help, and answer others about problems with the Haskell ports. Committers who want to touch Haskell ports are especially welcome here, but please coordinate on your efforts before making any major changes to them. Thanks, G=C3=A1bor [1] https://lists.freebsd.org/mailman/listinfo/freebsd-haskell From owner-freebsd-ports@freebsd.org Tue Nov 14 08:54:04 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DC93DB82A9 for ; Tue, 14 Nov 2017 08:54:04 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AAD3275B60; Tue, 14 Nov 2017 08:54:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 25078BDD2F; Tue, 14 Nov 2017 09:54:01 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 00BE7BDD2D; Tue, 14 Nov 2017 09:54:00 +0100 (CET) Subject: Re: sysutils/pcbsd-utils (HEAD) fails to compile in poudriere To: Matthias Apitz , freebsd-ports@freebsd.org, kmoore@FreeBSD.org References: <20171112163630.GA14904@c720-r314251> <20171113100005.GA2992@c720-r314251> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <850098e8-b826-5371-9f54-5533cde61b3c@FreeBSD.org> Date: Tue, 14 Nov 2017 09:53:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171113100005.GA2992@c720-r314251> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="heP0o93gB1Jpd8I7DkdIBDseQTCp5MUUU" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 08:54:04 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --heP0o93gB1Jpd8I7DkdIBDseQTCp5MUUU Content-Type: multipart/mixed; boundary="NWEMotrSFiFjph4kE1jFtSXfgGRDdNEd0"; protected-headers="v1" From: Mathieu Arnold To: Matthias Apitz , freebsd-ports@freebsd.org, kmoore@FreeBSD.org Message-ID: <850098e8-b826-5371-9f54-5533cde61b3c@FreeBSD.org> Subject: Re: sysutils/pcbsd-utils (HEAD) fails to compile in poudriere References: <20171112163630.GA14904@c720-r314251> <20171113100005.GA2992@c720-r314251> In-Reply-To: <20171113100005.GA2992@c720-r314251> --NWEMotrSFiFjph4kE1jFtSXfgGRDdNEd0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 13/11/2017 =C3=A0 11:00, Matthias Apitz a =C3=A9crit=C2=A0: > El d=C3=ADa domingo, noviembre 12, 2017 a las 05:36:31p. m. +0100, Matt= hias Apitz escribi=C3=B3: > >> The above port fails to compile with: >> ... >> echo pc-ldapconf: /wrkdirs/usr/ports/sysutils/pcbsd-utils/work/stage/u= sr/local/bin/usr/lib/libc.a >> .depend >> --- pc-ldapconf.o --- >> --- ldap-lexer.lex.c --- >> --- ldap-parser.tab.c --- >> --- pc-ldapconf.o --- >> clang -O2 -pipe -fstack-protector -fno-strict-aliasing -I. -I/wrkd= irs/usr/ports/sysutils/pcbsd-utils/work/pcbsd-3c4d2b/src-sh/pcbsd-utils/p= c-adctl/pc-ldapconf -MD -MF.depend.pc-ldapconf.o -MTpc-ldapconf.o -std=3D= gnu99 -fstack-protector-strong -Qunused-arguments -c pc-ldapconf.c -o= pc-ldapconf.o >> pc-ldapconf.c:8:10: fatal error: 'ldap-parser.tab.h' file not found >> #include "ldap-parser.tab.h" >> ^~~~~~~~~~~~~~~~~~~ >> 1 error generated. >> *** [pc-ldapconf.o] Error code 1 >> >> The full log is attached. > I have had to restart 'poudriere bulk ....' last night and was highly > surprised this morning when I found that sysutils/pcbsd-utils was now > compiled fine. I don't even know how this is possible as I did not > changed anything in the poudriere config or make config files. > > As I have both log files I will try to figure out, how this was > possible, Are you using make jobs ? If yes, there is a good chance the port needs a MAKE_JOBS_UNSAFE added to it. --=20 Mathieu Arnold --NWEMotrSFiFjph4kE1jFtSXfgGRDdNEd0-- --heP0o93gB1Jpd8I7DkdIBDseQTCp5MUUU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJaCq8oXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I5UUP/i7luU1H7QWoulgmFQ+/J/ze J/NjeHNFjYCLripMBjPa/8030wYs0sEPl60DcaD1SC4P8WJAByj5vn2ZN8uVLkJL 4veBN0OcWQN77l4a2hoXVVgqG4znEEvdKhRmG0ElxkhIJo7ebmhClj6sgeUNWk5N bOB4ypQrsnh4QKN6LlVFaokCRwBBeEwuL7wonaH0MaQnNeKFRX4OqwRK2QtohLsp 4Oc0/LsW264EDKJUjaVdynIOxrPnokJQZI4Hor01zpl2KxliVIqOYiwJ8BfbZIXZ 0UTBhVePoIJfgfSIYaK448eJPRH9subYMSU/S7P8ggl/VCLgkBaorum15QK50WT+ Zvln/jQ5qaSguuHfuqYkOJHSV37IUlCQLbSwqDTDlU9MJ+BgaK1eTjul7cloEKyo APYtGBLe1lN9i9KjBYF4Q6yjkHL9MvhVylrfLA97VjP4fzm17JhJi1Nmas18i5om IkY4HAmWbypgVfZD8Q4wW3g4htKPMJmgo7pSAsS5IB5LrR0CUginFW5W0gOFlnY4 AhgP6IDSj9GTa5XY7NXaTJM+R/YiBgyvBIjjS93fJdY+Gh8Pwon11sRedxWKxcKa BJ3dfwlKZMh6XYLwrFoCNEyx62MHrKJPSlSVY6/EJcrVuOckKrtM9rlQsFDPJbZR OrxScU9FmcmAJC5hTrXX =brcL -----END PGP SIGNATURE----- --heP0o93gB1Jpd8I7DkdIBDseQTCp5MUUU-- From owner-freebsd-ports@freebsd.org Tue Nov 14 11:21:39 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F17E8DBB3C0 for ; Tue, 14 Nov 2017 11:21:39 +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 DCE4B7A883 for ; Tue, 14 Nov 2017 11:21:39 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id DBE1DDBB3BF; Tue, 14 Nov 2017 11:21:39 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAC8CDBB3BE for ; Tue, 14 Nov 2017 11:21: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 mx1.freebsd.org (Postfix) with ESMTPS id C5F5C7A882 for ; Tue, 14 Nov 2017 11:21:39 +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 vAEBLd3m031910 for ; Tue, 14 Nov 2017 11:21:39 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vAEBLdcJ031909; Tue, 14 Nov 2017 11:21:39 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711141121.vAEBLdcJ031909@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, 14 Nov 2017 11:21:39 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 11:21: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 ------------------------------------------------+-----------------+------------ java/jgrapht | 0.7.3 | 1.1.0 ------------------------------------------------+-----------------+------------ lang/nickle | 2.79 | 2.80 ------------------------------------------------+-----------------+------------ sysutils/bchunk | 1.2.0 | 1.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 Nov 14 15:18:09 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8116FDC18CE for ; Tue, 14 Nov 2017 15:18:09 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (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 449232D14 for ; Tue, 14 Nov 2017 15:18:08 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.126.71] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1eEcyU-0008CZ-4C for freebsd-ports@freebsd.org; Tue, 14 Nov 2017 16:18:06 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id vAEFI3uJ003124 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 14 Nov 2017 16:18:03 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id vAEFI21l003123 for freebsd-ports@freebsd.org; Tue, 14 Nov 2017 16:18:02 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Tue, 14 Nov 2017 16:18:02 +0100 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: setting SRC_BASE for sysutils/lsof in poudriere Message-ID: <20171114151802.GA3035@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.126.71 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 15:18:09 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I have the problem with the port sysutils/lsof within poudriere. The compilation in the jail fails because the port sysutils/lsof is HEAD while the system in the jail of poudriere is from May 21 and there have been a change in the struct members of struct socket which was addressed by changes in the port. How can I set SRC_BASE (used in the port's Makefile) to let it compile in poudriere against a newer userland src version? Thanks matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAloLCScACgkQR8z35Hb+ nRF1OA//T7691lZrBsZhEO+vrkYOT5hgrnfoOWPGWHbgtP2ajc4LiWNnoZPfUNiA CDyEI0B0l5Il0HBLdlPVgTqvWxP01fKd0ugBzQJHkGMY5GCTvUCpupBbdYEiC0FI 4YO9JWA0YW4+CmWGHxRYyQCp0K0F6+T74BkF7uR0vgBBKwmK40Zpjw88mHR7IBx7 ptPwXfDNu+xI0h49EoSo0C/q/AUsxupg4TELm31S/gwUUatQkG2Sml+TvmYd2rG0 no6+ZCq3YqJjMwvgqYEKF9eaVT7UeNqfFsbibVv0ckxTRuRPqAoXbxqPonpXRsPq KaB/4syibwkcGVrKf4ordbV4k1vnrGHVA8pVuC2fMv7HfElyaX9BcQw6uJ3ASeU/ DJuFxWDH1ttvd/thZULl+AGatq1Glh0IIXwtWv1MfDNbnwQ+XXUHR42l+fJ1s8ZM y2VT2TnJEQN5XGHKDY9/ge3a0YbhoDfrzcAg7qF/O14uUgMTMe75EMOdubEC1BB/ v/6p1khJVdh2mRiy2S1JDApIJ3Y77wwM7N91BggEg6sU8Zi5G8HITzvbzmxxCAlo hx9r4jdR43lX5bPbA0E4Gqrh0UD4vQS1B7isdRz4QjiPUpigU/pxCXnwFNlA6BZm 2gmmVCC0p6UBaZOJ6v55BbZU7tM8MbV/Rrqb4kOtJnlYt/Mm9Wc= =JqfQ -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-ports@freebsd.org Tue Nov 14 15:35:20 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D18EDC1FF7 for ; Tue, 14 Nov 2017 15:35:20 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (unknown [IPv6:2001:470:1f0f:3ad:bb:dcff:fe50:d900]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68EE63874 for ; Tue, 14 Nov 2017 15:35:20 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=/iJTFv9hFzRtd9z4hG8iWL0dCPRXyh4Frbmt0aqz4uI=; b=q8M89AkDeb1Z7t7qNYBFCQPvyt FWJWW3Vtj65+E/v+bo5VaTb5NxlDLqFz8qIMDqa7ZsOlFMSt9xAvAZnXQvAccQ1ejrsFV6WFWc8ym rmOdN5yFKLX4BTcL+Uq/OA+IsUEI65wAwRbRTT5OB54COMKq5Gn4PvSgMOIfodR2YoIY=; Received: from [74.203.163.58] (port=12380 helo=[10.106.10.55]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eEdF9-000M8R-65; Tue, 14 Nov 2017 09:35:19 -0600 User-Agent: Microsoft-MacOutlook/10.8.0.171111 Date: Tue, 14 Nov 2017 09:34:47 -0600 Subject: Re: setting SRC_BASE for sysutils/lsof in poudriere From: Larry Rosenman To: Matthias Apitz , Message-ID: <17309830-A8C0-4BAC-8003-9CFD9AB8654C@lerctr.org> Thread-Topic: setting SRC_BASE for sysutils/lsof in poudriere References: <20171114151802.GA3035@c720-r314251> In-Reply-To: <20171114151802.GA3035@c720-r314251> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 15:35:20 -0000 Why can't you update the jail? --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 =20 =20 =EF=BB=BFOn 11/14/17, 9:18 AM, "Matthias Apitz" wrote: =20 I have the problem with the port sysutils/lsof within poudriere. The compilation in the jail fails because the port sysutils/lsof is HEAD while the system in the jail of poudriere is from May 21 and there have been a change in the struct members of struct socket which was addresse= d by changes in the port. =20 How can I set SRC_BASE (used in the port's Makefile) to let it compile in poudriere against a newer userland src version? =20 Thanks =20 matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.de/ =E2=98=8E = +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub =20 From owner-freebsd-ports@freebsd.org Tue Nov 14 15:50:53 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A157DDD4829 for ; Tue, 14 Nov 2017 15:50:53 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (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 62A40632EC for ; Tue, 14 Nov 2017 15:50:52 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [88.217.126.71] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1eEdUA-0003vW-AZ for freebsd-ports@freebsd.org; Tue, 14 Nov 2017 16:50:50 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id vAEFolgT003532 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 14 Nov 2017 16:50:48 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id vAEFoks8003531 for freebsd-ports@freebsd.org; Tue, 14 Nov 2017 16:50:46 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Tue, 14 Nov 2017 16:50:45 +0100 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: setting SRC_BASE for sysutils/lsof in poudriere Message-ID: <20171114155045.GA3424@c720-r314251> Reply-To: Matthias Apitz Mail-Followup-To: Matthias Apitz , freebsd-ports@freebsd.org References: <20171114151802.GA3035@c720-r314251> <17309830-A8C0-4BAC-8003-9CFD9AB8654C@lerctr.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <17309830-A8C0-4BAC-8003-9CFD9AB8654C@lerctr.org> X-Operating-System: FreeBSD 12.0-CURRENT r314251 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.8.0 (2017-02-23) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.126.71 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 15:50:53 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El d=C3=ADa martes, noviembre 14, 2017 a las 09:34:47a. m. -0600, Larry Ros= enman escribi=C3=B3: > Why can't you update the jail? >=20 The host and the jail is r318593 (Sun May 21 22:05:29 CEST 2017); and the jail can not be much newer than the host. For now I bumped back the port sysutils/lsof: # cd /usr/local/poudriere/ports/ports-20171111/sysutils/lsof # svn up -r441628 and it compiled fine. matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =E2=98=8E +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAloLENMACgkQR8z35Hb+ nRHPSg//VaO5Rx7rG63gPCmHPBfaHBlvpdlEjWUYikAlekGJO9d+g4NFqKrmmNOe ht5ZnKTXixWJxSll+hiMGpG2eFjvPsZ7BrdZT/bKXcXU7OWWEdorg+1QAOFLc1rE FCx+GtX5vUXIaL2vpLRMJLBVKUHDdylG973sNrgDDQlBaOqyTxtEogjdL6t9Kew2 +Lwdq8qvJQb4Q6I4QzzZ+FsZy4Ctmw3mdnVUJE2Lvk9yPyrMlngMvnCmT4iQ6bVN mZ9YDq/I3jkRJhnmZ94WGDO3qponajkPaP49BGd3ilQfODmu4G2lcXAYftbPhVz+ Iqn9oRTFBf0qILQ/qHc6/cQ2JKEI2XLOtAUkaZyFkBcaLd5N6wCjZm4SeJRIQL62 iAuny2MHCHiMArzPuYGvHpPxh4+tdBRlJtSpEIXErdsv7wPxgahJQejGOVmmpZ5u /uhcZ5qZyu6jJ2PRanSZYvjOClZawI7IiRcSyQthFJak2Qhgnpm46fBMoWfA8l4j epnkyJV8WGayTRccz1L1/eI89f6CS27I5tIFTGFoabasm3pzzcnWhAsqA9EI0TpX cC/7r5VJ4rq3sF4PVRHbX7eUuPHfy+1LSlY+tt8J9BPn9Y/ZnCwujC20lrJQL9/S xLMv7kvbUCVJ1pTk7PySjauRC30iUtnHyq5q9ZPaE84Sd2d3Pgc= =1JYA -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-freebsd-ports@freebsd.org Tue Nov 14 17:42:06 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7852DD8F33 for ; Tue, 14 Nov 2017 17:42:06 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: from mx.irealone.hr (mx.irealone.hr [IPv6:2a01:4f8:212:2d90::25]) (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 737B367B61 for ; Tue, 14 Nov 2017 17:42:06 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: by mx.irealone.hr (Postfix, from userid 58) id 371D749DB; Tue, 14 Nov 2017 18:41:55 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on postfix.xoth.irealone.hr X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, LOCAL_WL_002 autolearn=ham autolearn_force=no version=3.4.1 Received: from mail.irealone.com (unknown [10.0.0.10]) by mx.irealone.hr (Postfix) with ESMTP id E997E49D2 for ; Tue, 14 Nov 2017 18:41:53 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 14 Nov 2017 18:41:53 +0100 From: "Vlad K." To: Freebsd Ports Subject: Heads up: Poudriere changed default options dir Organization: Acheron Media Message-ID: <30378a477eb015517418e98cda669dc3@acheronmedia.com> X-Sender: vlad-fbsd@acheronmedia.com User-Agent: Roundcube Webmail/1.2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 17:42:06 -0000 List, before 3.2.0 Poudriere defined PORT_DBDIR with only --options, which was apparently a bug. Now (in 3.2.0) it honors -p option in the options command and includes ports tree name (given to -p) in PORT_DBDIR. In other words, if -p is given, it will be included in PORT_DBDIR. If it's not, then nothing's changed. The result of that is that it will mkdir ---options, which has higher priority than --options, so if you have the options dir created from before, named only -options (or --options), it will now be overriden by the new (correct) scheme. This is important in my case, because when I first ran poudriere options many lunar orbits ago, it created -options, and --options, and it remained like that as I don't have more than one tree (but do have several jails and sets). So now it "broke" my set up (which I suppose should be said it fixed a bug and my setup was broken from before). The fix was simply to rename the old -options dir I had to -default-options (as "default" is my ports tree name), and likewise for each set I use. Sorry if this was mentioned before, though I found no public announcement of this change. Thought it was important enough to mention it, so here. -- Vlad K. From owner-freebsd-ports@freebsd.org Tue Nov 14 17:45:16 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5D2CDD901B for ; Tue, 14 Nov 2017 17:45:16 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: from mx.irealone.hr (xoth.irealone.hr [136.243.79.146]) (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 ADC1D67CDE for ; Tue, 14 Nov 2017 17:45:15 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: by mx.irealone.hr (Postfix, from userid 58) id 30DE249EA; Tue, 14 Nov 2017 18:45:13 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on postfix.xoth.irealone.hr X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, LOCAL_WL_002 autolearn=ham autolearn_force=no version=3.4.1 Received: from mail.irealone.com (unknown [10.0.0.10]) by mx.irealone.hr (Postfix) with ESMTP id 0B36149E6 for ; Tue, 14 Nov 2017 18:45:12 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 14 Nov 2017 18:45:12 +0100 From: "Vlad K." To: Freebsd Ports Subject: Re: Heads up: Poudriere changed default options dir Organization: Acheron Media In-Reply-To: <30378a477eb015517418e98cda669dc3@acheronmedia.com> References: <30378a477eb015517418e98cda669dc3@acheronmedia.com> Message-ID: <670412c8a558ecf5404ab397ddeef035@acheronmedia.com> X-Sender: vlad-fbsd@acheronmedia.com User-Agent: Roundcube Webmail/1.2.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 17:45:17 -0000 On 2017-11-14 18:41, Vlad K. wrote: > List, > > before 3.2.0 Poudriere defined PORT_DBDIR with only > --options, which was apparently a bug. Now (in > 3.2.0) it honors -p option in the options command and includes ports > tree name (given to -p) in PORT_DBDIR. > I forgot to mention, this is the relevant commit, if I'm not mistaken: https://github.com/freebsd/poudriere/commit/9082679feba8c12290bbd719df5d4512aa736167 -- Vlad K. From owner-freebsd-ports@freebsd.org Tue Nov 14 18:10:29 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 088A2DD9BD5 for ; Tue, 14 Nov 2017 18:10:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C003269315 for ; Tue, 14 Nov 2017 18:10:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 137D7D32 for ; Tue, 14 Nov 2017 18:10:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 0B1558E55 for ; Tue, 14 Nov 2017 18:10:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id J-nqjIpRG9Yr for ; Tue, 14 Nov 2017 18:10:21 +0000 (UTC) Subject: Re: Heads up: Poudriere changed default options dir DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 6CA4B8E50 To: Freebsd Ports References: <30378a477eb015517418e98cda669dc3@acheronmedia.com> <670412c8a558ecf5404ab397ddeef035@acheronmedia.com> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Tue, 14 Nov 2017 10:10:05 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <670412c8a558ecf5404ab397ddeef035@acheronmedia.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eVlgmrm1iqm2v3h83oeGKtSROMWIk2DrN" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 18:10:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --eVlgmrm1iqm2v3h83oeGKtSROMWIk2DrN Content-Type: multipart/mixed; boundary="iF3cJfqjOT6lmmPoR3kmpKoe8KArFauNn"; protected-headers="v1" From: Bryan Drewery To: Freebsd Ports Message-ID: Subject: Re: Heads up: Poudriere changed default options dir References: <30378a477eb015517418e98cda669dc3@acheronmedia.com> <670412c8a558ecf5404ab397ddeef035@acheronmedia.com> In-Reply-To: <670412c8a558ecf5404ab397ddeef035@acheronmedia.com> --iF3cJfqjOT6lmmPoR3kmpKoe8KArFauNn Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/14/2017 9:45 AM, Vlad K. wrote: > On 2017-11-14 18:41, Vlad K. wrote: >> List, >> >> before 3.2.0 Poudriere defined PORT_DBDIR with only >> --options, which was apparently a bug. Now (in >> 3.2.0) it honors -p option in the options command and includes ports >> tree name (given to -p) in PORT_DBDIR. >> >=20 > I forgot to mention, this is the relevant commit, if I'm not mistaken: >=20 > https://github.com/freebsd/poudriere/commit/9082679feba8c12290bbd719df5= d4512aa736167 >=20 It was in the release notes but subtle... https://github.com/freebsd/poudriere/wiki/release_notes_32 "options: -p flag support fixed." I am going to tweak 'poudriere options' for 3.2.1 by checking if an existing non-ports-tree dir already exists and having it ask if it should use that one instead and suggest to not use -p, all before the 'mkdir -p' it does which causes bulk to get an empty option set on the next run. It's bitten quite a few people already, probably 6+ that I know of. I am tempted to just revert it but I think it is useful for some which is why I'll go the interactive route (when in a TTY). --=20 Regards, Bryan Drewery --iF3cJfqjOT6lmmPoR3kmpKoe8KArFauNn-- --eVlgmrm1iqm2v3h83oeGKtSROMWIk2DrN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJaCzF9AAoJEDXXcbtuRpfPNFsH/0Tp8DoLG6OvKa0OxGIZmGaR WujTkztDUAtjiHTFr9v5X9vki/0X7uBRlT6V0DMGx59HUXQfRfVYI5bC6boUS8Rk X835IRHNA4kkK2aKu36KYqca3Yf1WbgnpJAoIdJpAVRmjI63XbV7BY+s+2G0njYO VKCbBoqysU2eJjNwZXrUNyKbpZwcyy+qXacyZ+3GLGeGoBHfy8XqofJekdG9wuLF tkk8gADbfqMlbj/pIymi3gdzs9u4ALFuG/RIZS7Wqkz6UFve7qyOT6MuZCubpugU ixtTSQXB2L5hPoWV/BrA32mZxeCdSaK52T4/4Lz60Aftf8PABMNPOtAeF/O9RnY= =ifJo -----END PGP SIGNATURE----- --eVlgmrm1iqm2v3h83oeGKtSROMWIk2DrN-- From owner-freebsd-ports@freebsd.org Tue Nov 14 18:28:22 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87537DDA503 for ; Tue, 14 Nov 2017 18:28:22 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 099366A0D1 for ; Tue, 14 Nov 2017 18:28:22 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id w21so23359127lfc.6 for ; Tue, 14 Nov 2017 10:28:21 -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=wQVsTRr9n8XUUBbrNM8h0Usqz03Anm0/henAKcu2mwE=; b=lUr7oDHNX2TqTUif26nIXH/aWpvaEPokrdKuktJRQvmD5BjXy+sAgSx1SnhK6O0JYv JvfoymLohGevVzgwJxJusHh3sreocP/yApdH5o+2Tc3FXRfZAv+V75mpQ7domi+U1q1H EXY6CaoZB3EqB+v32nWOCqzUzghkL+xGpDuT55AmWz71uMwRKYKvFWsaf1FhQ7BK6O+/ rIo1tj5HbfQXBovNGwircM8bntTuVunbjelAzj5rEYDjcNjksMcSq79qLZ/gvC+WvNOU m/xwifkQh+Ry/QJ9vz/nLif5XoizFlTnlcn+ixFINGBHZE8X3x5m9DwjgEaSq7GS6od1 mSYw== 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=wQVsTRr9n8XUUBbrNM8h0Usqz03Anm0/henAKcu2mwE=; b=pN3P6jLpK6wfMKkNBetzuupN43WFHY/LsFOhq2ri6UF8lJK5Mcv9d7KxoH7d6/V9Rt U55EH2qU7V2lMs4SJI5rAfcFMjv/s5WwQdyfNnaQeNpQFTJcitGjCJTNcxSUYlsN5S5T v1tePNDvV44PQNOU2lnJccg0v/XPlFmLMAyibSccsnQpGHAxeWv8j6e4wnvpB/NthIY0 huOj86H4dXzBojD+1gbu+Nhu7TR6bhhWam8DXeycpb1sfeiWozEaV1WlkeX63wagMRsm 0XYv2FAK93J/i9CRaf72os8Osh7Qr7+8dA0ndeO1jivBIPetges4AsJISUsaWHF3hz7T EdYg== X-Gm-Message-State: AJaThX7noq30kMjpKIQkJABr6Rw5Fl4wvDTymgUrP6p1yE0zALhZysNe 6WSnAWRYQfzKe3B8Xw5khAo= X-Google-Smtp-Source: AGs4zMZGEHUXhYQVw3m9H2nuJxH4yFS+MCT0xmifHGCDPdaHSv0REc3XewsmW+Mrk4wAF+5xBL8jvA== X-Received: by 10.25.229.148 with SMTP id i20mr4391177lfk.114.1510684100117; Tue, 14 Nov 2017 10:28:20 -0800 (PST) Received: from DaemONX (90-156-31-193.internetia.net.pl. [90.156.31.193]) by smtp.gmail.com with ESMTPSA id a14sm1997692ljd.19.2017.11.14.10.28.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 14 Nov 2017 10:28:19 -0800 (PST) Date: Tue, 14 Nov 2017 19:25:54 +0100 From: Serpent7776 To: "Vlad K." Cc: Freebsd Ports Subject: Re: Heads up: Poudriere changed default options dir Message-ID: <20171114192554.6b0f9a43@DaemONX> In-Reply-To: <30378a477eb015517418e98cda669dc3@acheronmedia.com> References: <30378a477eb015517418e98cda669dc3@acheronmedia.com> X-Mailer: Claws Mail 3.15.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 18:28:22 -0000 On Tue, 14 Nov 2017 18:41:53 +0100 "Vlad K." wrote: > List, > > before 3.2.0 Poudriere defined PORT_DBDIR with only > --options, which was apparently a bug. Now (in 3.2.0) > it honors -p option in the options command and includes ports tree name > (given to -p) in PORT_DBDIR. > > In other words, if -p is given, it will be included in PORT_DBDIR. If > it's not, then nothing's changed. > > The result of that is that it will mkdir > ---options, which has higher priority than > --options, so if you have the options dir created > from before, named only -options (or > --options), it will now be overriden by the new > (correct) scheme. > > This is important in my case, because when I first ran poudriere options > many lunar orbits ago, it created -options, and > --options, and it remained like that as I don't have > more than one tree (but do have several jails and sets). So now it > "broke" my set up (which I suppose should be said it fixed a bug and my > setup was broken from before). > > The fix was simply to rename the old -options dir I had to > -default-options (as "default" is my ports tree name), and > likewise for each set I use. > > Sorry if this was mentioned before, though I found no public > announcement of this change. Thought it was important enough to mention > it, so here. > Thanks for mentioning this. I wondered why poudriere is asking me to configure each port after updating. I think it should me mentioned in UPDATING. -- /* * Serpent7776 */ From owner-freebsd-ports@freebsd.org Tue Nov 14 21:05:20 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E6B2DDDF56 for ; Tue, 14 Nov 2017 21:05:20 +0000 (UTC) (envelope-from luzar722@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 6AE136F7F6 for ; Tue, 14 Nov 2017 21:05:20 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 672AADDDF53; Tue, 14 Nov 2017 21:05:20 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A88DDDF51; Tue, 14 Nov 2017 21:05:20 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DAD26F7F3; Tue, 14 Nov 2017 21:05:20 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id f187so15357009itb.1; Tue, 14 Nov 2017 13:05:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=kle2yA8pCI24nJh2rUMCAI+KFu98OH1AgfJstTkVxvw=; b=DWlmAsi+nnkbCzifvhUbO7aM6nFnvDjFwXlSVhOsHNQgeVAWtdmYsHcgyGtQHqQV2e iIlO82ELgoBLQnjaErPK6l0Ql/J/KQyBmELaIzXXlqvUVMGj9DtyEgbmNPBjGi4xfKTK j6499DKfTIfRYjt3W0Y7fYMtbcLFHcy01KwnbJeIw5Zg9TOOaE9EHonn2i2cs4iDfyqx W+6hbDZIVawIg/iAsnuPRcFAv1lplgsJ6WSwH1E4nVcnSZ8Jv4f9Wltg0l8FkM+PlZ6C 7DUL6hFSXT2oprFh8yzxRLl9JwqReSqvN43QISyePjFljG23VU/iWoijlDQYOwrKqZxh 0BGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=kle2yA8pCI24nJh2rUMCAI+KFu98OH1AgfJstTkVxvw=; b=L+ni6i2WGQXgNCko5qX5KHOOX/iGnOFsBRKiKB7VdTqY1YADnuuXtwmUX3aS/xCeds v/XFMp6/4rNGoTf3tJ/Uzg/exTZ2R94SJoUpaPuuwpHSYN1nMNr2Zxmz2P/cL4qlAATm 96aAzcNbZv6oeWnvaBSpEgPPmA47XEgwIqjWRozxj2moHFjVWn/+2M20Jtv12hd5ZYqq v26gHItpo9RPT96dusxJfGfGb1VQUDN30x87g6PUZMqGTUTbohETrYa8+v87mLFrSvvx V//NEFFb7PLJQpYocEYIyndXbu4D3c3ST/D5h2hcXhZa5AyoRITRIInftxbTpHBmgfyz SmtA== X-Gm-Message-State: AJaThX7mt3guaNxrYP49jBr8hywigkx73fCR9lzSiQRE2Wpl7XXLE+zE uXInAi4PT4/3WFxqwBbxcVWOXg== X-Google-Smtp-Source: AGs4zMYVbdCkjxqrraiFjzhlqZv9LJ+AMgCC2RnYshv2ldFXibImZ6By2rmTOAgk8ylBtm3B0jNK0Q== X-Received: by 10.36.111.2 with SMTP id x2mr17744700itb.31.1510693518954; Tue, 14 Nov 2017 13:05:18 -0800 (PST) Received: from [10.0.10.7] (cpe-65-25-50-122.neo.res.rr.com. [65.25.50.122]) by smtp.googlemail.com with ESMTPSA id e68sm8054553ite.0.2017.11.14.13.05.17 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Nov 2017 13:05:18 -0800 (PST) Message-ID: <5A0B5A8D.107@gmail.com> Date: Tue, 14 Nov 2017 16:05:17 -0500 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" , "ports@FreeBSD.org" Subject: Makefile RUN_DEPENDS= option Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 21:05:20 -0000 Have a simple port that needs wget to work. I want RUN_DEPENDS to first check if wget is already installed, IE: is the running executable in the search path whether installed as a compiled port or installed as a package and if so bypass any more wget processing. If running executable not found then to auto install using pkg version and if not found there to do port compile method. How would I code that? From owner-freebsd-ports@freebsd.org Tue Nov 14 21:15:48 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF583DDE485 for ; Tue, 14 Nov 2017 21:15:48 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DA8896FF23 for ; Tue, 14 Nov 2017 21:15:48 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id D987EDDE484; Tue, 14 Nov 2017 21:15:48 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6D27DDE483; Tue, 14 Nov 2017 21:15:48 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78E226FF22; Tue, 14 Nov 2017 21:15:48 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 7e92c32b TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 14 Nov 2017 14:15:41 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: Makefile RUN_DEPENDS= option From: Adam Weinberger In-Reply-To: <5A0B5A8D.107@gmail.com> Date: Tue, 14 Nov 2017 14:15:39 -0700 Cc: "freebsd-questions@freebsd.org" , "ports@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <5A0B5A8D.107@gmail.com> To: Ernie Luzar X-Mailer: Apple Mail (2.3445.4.7) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 21:15:49 -0000 > On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: >=20 > Have a simple port that needs wget to work. >=20 > I want RUN_DEPENDS to first check if wget is already installed, IE: is = the running executable in the search path whether installed as a = compiled port or installed as a package and if so bypass any more wget = processing. If running executable not found then to auto install using = pkg version and if not found there to do port compile method. >=20 > How would I code that? That won't work. Ports are built in poudriere, and poudriere expects a = clean system. If you don't depend on wget, wget will NEVER be available. Additionally, network access is explicitly disabled for everything = except the fetch target, so you can't rely on wget doing anything. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Tue Nov 14 23:24:40 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1041DB8E74 for ; Tue, 14 Nov 2017 23:24:40 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1C074A7B for ; Tue, 14 Nov 2017 23:24:40 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 9B7DFDB8E72; Tue, 14 Nov 2017 23:24:40 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AF81DB8E71; Tue, 14 Nov 2017 23:24:40 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6168674A7A; Tue, 14 Nov 2017 23:24:40 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x235.google.com with SMTP id i38so11712125iod.2; Tue, 14 Nov 2017 15:24:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=KQwuDWDWqwYdt/q/Pq14HViMROwK7FwPQRQf5ki6vns=; b=NZbHb4s03Cw4KRsPnXKBbhgjUY6iB0RHya3ZCuDvErjlcD3YPJbPmySk29Gy0/o8z9 OT1IYrOpQoboKb5yXAYUpXuzhCdtRXs21lmL8g3S9uLh/yQox+wqedlDNIptYliDnOlr RQGeXPkVQFVRImZPyU/pjjG6qSOATMmyFT/w69Tl6Qe44udQtsELP9E/P7668X6s+OHf /D+Qe4eac6uEY20Ix4LsRxLcsvoEJ/yS3Me2DpMHibO4WAWcgEkKgeaDMOBzu3bJ3/wh kCrwTaAl/qeKjz6ReQw4v3+H/8+QwqZoLYHHZ1NEN78CkI/VIZOiDOnD3BNI9KcEnZJx NWQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=KQwuDWDWqwYdt/q/Pq14HViMROwK7FwPQRQf5ki6vns=; b=rw8GGQ5Qc08EoXi509kuegzts18RkTMfy9GAB5lDjX1GPoaelH+51VQ8itYIaZjIBf 5EZRsz41rvBw6Q6DpLFVee2pP0vQ6wD6FlHivqQ6xl5xmOe+S5PKy5zSS/Qw51Kc58DZ J7M02K4GOOuubShXJzDlMJYD7VPZ0oE/J7HxXCSTNYGsNhvpo+J1VIVOWE8Qh4ToVoo4 0n3UjBChH0f4Kd5p2EFeBDULrZSerGB9ci0Ai7ByOVUKjvIkFgzUNLxhINrNHfxGw8Xv 0Mq4BdHpKHD3/VXGjytYXmAoxvu2x1xcEynBzIzZy9Z43aXUiDHpn+eKRLqYqDcMah9s I1Tw== X-Gm-Message-State: AJaThX4V5Ui7EtDBX5QaJSsA5iDmxF5mR+WQFi5tSJSjf5cEh9uLynke OplYbBbZuSI+GSZrf+AjPNAaiw== X-Google-Smtp-Source: AGs4zMaLfZMa1VWeGVGRA1J7kQdFyxFrid1pypFnCTHRM4MyYdsx+3rhZvyKJak9PSoRBQXCqL5yPg== X-Received: by 10.107.131.147 with SMTP id n19mr15398662ioi.87.1510701879652; Tue, 14 Nov 2017 15:24:39 -0800 (PST) Received: from [10.0.10.7] (cpe-65-25-50-122.neo.res.rr.com. [65.25.50.122]) by smtp.googlemail.com with ESMTPSA id u140sm5817160itc.41.2017.11.14.15.24.39 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Nov 2017 15:24:39 -0800 (PST) Message-ID: <5A0B7B37.8040405@gmail.com> Date: Tue, 14 Nov 2017 18:24:39 -0500 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "ports@FreeBSD.org" , "freebsd-questions@freebsd.org" Subject: how to code Makefile to add script to periodic/daily Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 23:24:40 -0000 Searched the porters handbook and can not find any info about how to code the Makefile for adding a file to /usr/local/etc/periodic/daily directory. Was hoping for a canned macro but no joy. Can someone please point me to documentation or provide an example. Thanks From owner-freebsd-ports@freebsd.org Tue Nov 14 23:44:12 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38488DB9564 for ; Tue, 14 Nov 2017 23:44:12 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1C57C75420 for ; Tue, 14 Nov 2017 23:44:12 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: by mailman.ysv.freebsd.org (Postfix) id 1B89CDB9562; Tue, 14 Nov 2017 23:44:12 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AFB1DB9561; Tue, 14 Nov 2017 23:44:12 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (mail.xzibition.com [52.11.127.251]) (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 0013C7541F; Tue, 14 Nov 2017 23:44:11 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 4AD468476; Tue, 14 Nov 2017 23:44:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id d4IMhyKsdbFX; Tue, 14 Nov 2017 23:44:02 +0000 (UTC) Subject: Re: how to code Makefile to add script to periodic/daily DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 4898E8470 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shatow.net; s=mxc204805312015; t=1510703042; bh=R4i6qQnnzbb8F0mezSUW8LMdbgyXbDA3EBJsS9cgExk=; h=Subject:To:References:From:Date:In-Reply-To; b=eYRuoF604sj2hfgQkqKIWQLmIb6UTNEBcFV59cijEVvJiwWzdj07yYrwulrU6N9oE QwXlPWka/T8i+MCj4SOD1eUcy9JCyuw5Ky6sWY3VmEvrYCe2ywuN434gtN0ZPPMIVz NcVWyyQaUp/seQ+A0mt5UNu6k+/xjujSosq5pj7bqShK19u6o6E2H2a8prebPOtiyn Nqa6Du5/+k27O4a8O669LEroQuYM9Vhn+II/MyE0zF/sFuAuJTyMp0PGC1asbx/Dm3 iO9tPQxC42HzMNpMq5Er4R2lHIV5fAf6inASQUbYDEJtY/DPB/R2RUT4li3aZkaMUZ RjxEZpi4P+g3A== To: Ernie Luzar , "ports@FreeBSD.org" , "freebsd-questions@freebsd.org" References: <5A0B7B37.8040405@gmail.com> From: Bryan Drewery Message-ID: <83e33801-f880-8c50-22d8-393ef36c2eb0@shatow.net> Date: Tue, 14 Nov 2017 15:44:03 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <5A0B7B37.8040405@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 23:44:12 -0000 On 11/14/2017 3:24 PM, Ernie Luzar wrote: > Searched the porters handbook and can not find any info about how to > code the Makefile for adding a file to /usr/local/etc/periodic/daily > directory. Was hoping for a canned macro but no joy. > > Can someone please point me to documentation or provide an example. > > Thanks It's just a file, nothing too special needed. ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKSRC}/40.blah ${STAGEDIR}${PREFIX}/etc/periodic/daily/ pkg-plist: etc/periodic/daily/40.blah -- Regards, Bryan Drewery bdrewery@freenode/EFNet From owner-freebsd-ports@freebsd.org Wed Nov 15 00:20:06 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B79DEDBA2EC for ; Wed, 15 Nov 2017 00:20:06 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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 8E3AE76428 for ; Wed, 15 Nov 2017 00:20:06 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vAF0K0KS090037 for ; Tue, 14 Nov 2017 16:20:06 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: References: <5A0B5A8D.107@gmail.com>, From: "Chris H" Subject: Re: Makefile RUN_DEPENDS=option Date: Tue, 14 Nov 2017 16:20:06 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 00:20:06 -0000 On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wrote > > On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > > > > Have a simple port that needs wget to work. > > > > I want RUN_DEPENDS to first check if wget is already installed, IE: is the > > running executable in the search path whether installed as a compiled port or > > installed as a package and if so bypass any more wget processing. If running > > executable not found then to auto install using pkg version and if not found > > there to do port compile method. > > How would I code that? > > That won't work. Ports are built in poudriere, and poudriere expects a clean > system. If you don't depend on wget, wget will NEVER be available. > > Additionally, network access is explicitly disabled for everything except the > fetch target, so you can't rely on wget doing anything. > > # Adam Or: RUN_DEPENDS= wget>0:${PORTSDIR}/ftp/wget If you need a specific version; say 999. RUN_DEPENDS= mime-support>999:${PORTSDIR}/ftp/wget I'm not trying to argue with Adam. I am just replying based on what I understood your question to be. Feel free to disregard, if I've completely misunderstood. :) --Chris From owner-freebsd-ports@freebsd.org Wed Nov 15 02:34:17 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16FABDBD0B7 for ; Wed, 15 Nov 2017 02:34:17 +0000 (UTC) (envelope-from zi@freebsd.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E626A7A4C2; Wed, 15 Nov 2017 02:34:16 +0000 (UTC) (envelope-from zi@freebsd.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 1F580BD3B3; Tue, 14 Nov 2017 21:34:15 -0500 (EST) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id hvOcDKNrBitk; Tue, 14 Nov 2017 21:34:14 -0500 (EST) Received: from exodus.zi0r.com (syn.zi0r.com [IPv6:2001:470:8:d58:aba:ca:daba:10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 7F4D4BD3B2; Tue, 14 Nov 2017 21:34:14 -0500 (EST) Date: Tue, 14 Nov 2017 21:34:12 -0500 From: Ryan Steinmetz To: "John W. O'Brien" Cc: FreeBSD Ports , Kubilay Kocak Subject: Re: net/freeradius3 maintainer is ignoring the port (timeout) Message-ID: <20171115023412.GA80793@exodus.zi0r.com> References: <14e8585a-e7bc-4ee3-2f28-8620c9ef5488@saltant.com> <20171108001601.GB81707@exodus.zi0r.com> <20171109143027.GA15287@exodus.zi0r.com> <88721f7a-e022-68e0-6935-9ae69a57ede2@saltant.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <88721f7a-e022-68e0-6935-9ae69a57ede2@saltant.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 02:34:17 -0000 On (11/09/17 21:13), John W. O'Brien wrote: >>> $ svn info /usr/ports | grep Revision >>> Revision: 453233 >>> $ svn log -v -r 453233:HEAD /usr/ports/net/freeradius3 >>> ------------------------------------------------------------------------ >>> >>> The issue persists. Here are some relevant excerpts from a poudriere >>> testport build. >>> >> >> OK so MIT Kerberos integration isn't 100%, but the Heimdal stuff works. >> >> I'll check this out. > >Please see the PR for more details and a proposed solution. > >I would be glad to help review a refreshed patch. MIT issues resolved in 3.0.15_2, please update. -r -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-freebsd-ports@freebsd.org Wed Nov 15 07:36:41 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D719DC1DD2 for ; Wed, 15 Nov 2017 07:36:41 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EE361143E for ; Wed, 15 Nov 2017 07:36:40 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (unknown [IPv6:2001:8b0:151:1:9540:d13e:eb59:8c6d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id C640E1704 for ; Wed, 15 Nov 2017 07:36:38 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Subject: Re: how to code Makefile to add script to periodic/daily To: freebsd-ports@freebsd.org References: <5A0B7B37.8040405@gmail.com> From: Matthew Seaman Message-ID: Date: Wed, 15 Nov 2017 07:36:38 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <5A0B7B37.8040405@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CBAH2hGJ313n6JDC5eBH23Lt1Clm19Qg4" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 07:36:41 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CBAH2hGJ313n6JDC5eBH23Lt1Clm19Qg4 Content-Type: multipart/mixed; boundary="N0iRxsTSbOF370kJEMbwSQD4iQuJcaV7H"; protected-headers="v1" From: Matthew Seaman To: freebsd-ports@freebsd.org Message-ID: Subject: Re: how to code Makefile to add script to periodic/daily References: <5A0B7B37.8040405@gmail.com> In-Reply-To: <5A0B7B37.8040405@gmail.com> --N0iRxsTSbOF370kJEMbwSQD4iQuJcaV7H Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable On 14/11/2017 23:24, Ernie Luzar wrote: > Searched the porters handbook and can not find any info about how to > code the Makefile for adding a file to /usr/local/etc/periodic/daily > directory. Was hoping for a canned macro but no joy. >=20 > Can someone please point me to documentation or provide an example. See mail/sa-utils -- that port just installs one periodic script. Cheers, Matthew --N0iRxsTSbOF370kJEMbwSQD4iQuJcaV7H-- --CBAH2hGJ313n6JDC5eBH23Lt1Clm19Qg4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKoBAEBCgCSFiEEGfFU7L8RLlBUTj8wAFE/EOCp5OcFAloL7oZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE5 RjE1NEVDQkYxMTJFNTA1NDRFM0YzMDAwNTEzRjEwRTBBOUU0RTcUHG1hdHRoZXdA ZnJlZWJzZC5vcmcACgkQAFE/EOCp5OcXCBAAgi2oiQ2h0U5e3/TZV4YmOH9E0Ei4 s/UAi6KKBAiTqM4x73CZ88pu4L167fsmwjK51qaSs0b7Er7aqYTbnIKnH0e+RwEC uIhrto25q+RRyO7Z50EDrf9jvLJq1vl32KV+sWXZfGXQ7DpIQ2MuyfubwdgjfX4X IKs+XU2JreDU+qZ9pUWlWPb3wZWo6FlyZSjtpqEE7+iRjnT6nWiS1VHxdt0CGdrq EBY7GOhOxgHoEu8m2gP94UFMF0r5BC0SxgxriaFDjk3H8i/nnxzYkjRuO4BgKZ0j 8xuYDnO50i7O5wiVbtArmTKHx4RxpumSMtDy3zzjZOCtrOwXm+l3eU+XzMsmmHSV nfE9PZu/KQb4kOV1dBf7PI+ZAOtTWwL9MHT02uPOAwwDEckaTTjmHXpCtArrHe9e lANqgCTWOPfaPJ4TV7kw7+cYYxWbvdmaTGTx3ls2wmVsSq2Ie6/IjKoYToRpSlsG kLYDoY30KhtpeDPaATkfBV3vcjz8eoHa0v5yXQOJ4IkxzQDudrnAPetdiLzuN9XX 0osVxbIEiQdET4c90m5QDk6NjfCB9xgQDvbvpM3bJcYXy/pQ7/TIZXmTm8+1WtpS Tf5vTwbu6OibNyO+pijprIG5UlyGTRxmtMEFwC2MAH6/pwn3bmFzkkVUM+t7aQOH EOou7c9yobkhZCQ= =bttd -----END PGP SIGNATURE----- --CBAH2hGJ313n6JDC5eBH23Lt1Clm19Qg4-- From owner-freebsd-ports@freebsd.org Wed Nov 15 08:08:13 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0A6FDD4A62 for ; Wed, 15 Nov 2017 08:08:13 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FEA521B5 for ; Wed, 15 Nov 2017 08:08:13 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x236.google.com with SMTP id l196so795933itl.4 for ; Wed, 15 Nov 2017 00:08:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=BUDsXBImucDtZJZIzKPxoiUNzzt3bEAu9DOSPF7wavk=; b=sB2ro7JSm89v6zTuPSqVAebUGTV/8g61xU3+2EAQ2mgi320umMN2qioLlldPhTfVOh nK32AKHQAZUssAFjBu8FdjdPuoRMMeY5Sqlo7hTl5GKPuA6uZUkZwaIFZ6m/gBRANOZe Ofq4lMs897mIKTWsrgo1oYJcKz3LIlpShfleGaffaBBCAriO2PfCUE3p4T5ipdfvnqTk R2JJ0tNxQMZxb9q/CgblBsnoKUxW+KcClPXbfp7ZcKR3q7GNEwQTPcnXeUzT1mZUo0o7 UHJyoh9rGsyPFFHH+Amhzhsx4VI4UGum1TeDk1LLBiAjN6ZiKDfzLifUz2p0meJWxvGN 8xew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BUDsXBImucDtZJZIzKPxoiUNzzt3bEAu9DOSPF7wavk=; b=boW7N0gFZ9s17hYQ0Sz3z1Na01AIvZqiAJtFKq8MxMIolf8RATAL28AqLyzykrQin3 xg6h0MCrNxpwE6HFu+s/ovZorH28y0GJtfdUPo744PvGh6u7nFmR1SJOVH/N+HsccW62 GWM56vGquxLV4/CPPPzfh0PRplzotaJBKBRWawxw99nVcUhND31RnqGNkE6MlF5Fckss N+YBvYSIhnCuCvOII9+NoGhXDumfqipTL9e07FSvMKvgxko/FBcUEeqUXa2uobz3AJFF SGhtKYy6vEUZiDfUTmtLbqbGGtpFF7/7WmocR7LZqwWAKARTyzGkrk6Umd6rmwcUUsx1 U9tA== X-Gm-Message-State: AJaThX6YTpSsYL5/VDaIEJgom+5u5/nQ9BpKpzLz/tU6tdrLEecy4f3H KIMTfp3FrlQo7idBgbzAFiP6/CHXHXnPg/eoKH/whQ== X-Google-Smtp-Source: AGs4zMYyElqZwb57ZdJrUh9hTJFi6P+EoS9r2F7KNuZTF+km6DDHiAj9tA9YGrjucpkODB97W+dxHAeckRalywbFx+o= X-Received: by 10.36.167.77 with SMTP id s13mr4704663iti.51.1510733292362; Wed, 15 Nov 2017 00:08:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.11.31 with HTTP; Wed, 15 Nov 2017 00:08:11 -0800 (PST) From: blubee blubeeme Date: Wed, 15 Nov 2017 16:08:11 +0800 Message-ID: Subject: A project with it's own Makefiles To: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 08:08:13 -0000 I have a port that has a it's own Makefiles that you're suppose to call to build for example the folder structure is like this: project --subfolderA ---subfolderA-src ---subfolderA-Makefile --subfolderB ---subfolderB-src ---subfolderB-Makefile --subfolderC ---subfolderC-src ---subfolderC-Makefile you're suppose to choose which sets of examples you want to build. To port this to FreeBSD do I have to write a cmake or makefile to encapsulate these sub directories or is there tools already in place to build this? From owner-freebsd-ports@freebsd.org Wed Nov 15 10:54:24 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1FE2DD90AB for ; Wed, 15 Nov 2017 10:54:24 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DD27F65F47 for ; Wed, 15 Nov 2017 10:54:24 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id DC73DDD90A8; Wed, 15 Nov 2017 10:54:24 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA62ADD90A7 for ; Wed, 15 Nov 2017 10:54:24 +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 mx1.freebsd.org (Postfix) with ESMTPS id CC40A65F46 for ; Wed, 15 Nov 2017 10:54:24 +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 vAFAsOd5020233 for ; Wed, 15 Nov 2017 10:54:24 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vAFAsOLi020230; Wed, 15 Nov 2017 10:54:24 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711151054.vAFAsOLi020230@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: Wed, 15 Nov 2017 10:54:24 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 10:54:25 -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 ------------------------------------------------+-----------------+------------ devel/aws-sdk-cpp | 1.3.1 | 1.3.2 ------------------------------------------------+-----------------+------------ devel/scons | 2.5.1 | 3.0.1 ------------------------------------------------+-----------------+------------ lang/nickle | 2.79 | 2.81 ------------------------------------------------+-----------------+------------ 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 Wed Nov 15 13:25:28 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40D53DDCC8D for ; Wed, 15 Nov 2017 13:25:28 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD20D6AFBA for ; Wed, 15 Nov 2017 13:25:27 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 23fce1bb TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 15 Nov 2017 06:25:24 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Subject: Re: A project with it's own Makefiles From: Adam Weinberger In-Reply-To: Date: Wed, 15 Nov 2017 06:25:22 -0700 Cc: FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: References: To: blubee blubeeme X-Mailer: Apple Mail (2.3445.4.7) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 13:25:28 -0000 > On 15 Nov, 2017, at 1:08, blubee blubeeme wrote: >=20 > I have a port that has a it's own Makefiles that you're suppose to = call to > build for example the folder structure is like this: >=20 > project > --subfolderA > ---subfolderA-src > ---subfolderA-Makefile >=20 > --subfolderB > ---subfolderB-src > ---subfolderB-Makefile >=20 > --subfolderC > ---subfolderC-src > ---subfolderC-Makefile >=20 > you're suppose to choose which sets of examples you want to build. >=20 > To port this to FreeBSD do I have to write a cmake or makefile to > encapsulate these sub directories or is there tools already in place = to > build this? Your best bet is to use the under-appreciated DO_MAKE_BUILD macro. It = sets the make environment and args properly. do-build: ${DO_MAKE_BUILD} -C ${WRKSRC}/subfolderA ${DO_MAKE_BUILD} -C ${WRKSRC}/subfolderB # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org From owner-freebsd-ports@freebsd.org Wed Nov 15 14:47:51 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B83CDDECC8 for ; Wed, 15 Nov 2017 14:47:51 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [148.251.9.81]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7E16D9FB; Wed, 15 Nov 2017 14:47:50 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.19.110] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 41328E88; Wed, 15 Nov 2017 17:47:43 +0300 (MSK) Reply-To: lev@FreeBSD.org To: Mathieu Arnold , "freebsd-ports@freebsd.org" From: Lev Serebryakov Subject: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports Organization: FreeBSD Message-ID: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> Date: Wed, 15 Nov 2017 17:47:37 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PwSD8L733akgKIemM2g3glS1nOKVODEFm" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 14:47:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --PwSD8L733akgKIemM2g3glS1nOKVODEFm Content-Type: multipart/mixed; boundary="EumiPGSAg26VE4JlKgebxmOPGGL0HpVNg"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> Subject: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports --EumiPGSAg26VE4JlKgebxmOPGGL0HpVNg Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable I have WRKDIRPREFIX set to /usr/local/build/ports in /etc/make.conf. when I want to test port changes in my home directory I'm using % make WRKDIRPREFIX=3D'' check-plist =2E.. It worked for me till r450663 every time and for every port. For example, it worked for 'devel/subversion': % pwd /usr/home/lev/FreeBSD/ports.local/devel/subversion % svnversion 450662 % make DISABLE_VULNERABILITIES=3Dyes WRKDIRPREFIX=3D'' You can have the repository created for you by defining WITH_REPOSITORY_CREATION. Make sure that: * all your svn users are members of a common group * this group is the group id of the db/ and locks/ subdirectories of your repository * the above subdirectories are writable by this group Many useful scripts will be installed into /usr/local/share/subversion =3D=3D=3D> License APACHE20 accepted by the user =3D=3D=3D> subversion-1.9.7 depends on file: /usr/local/sbin/pkg - foun= d =3D=3D=3D> Fetching all distfiles required by subversion-1.9.7 for buildi= ng =3D=3D=3D> Extracting for subversion-1.9.7 =3D> SHA256 Checksum OK for subversion19/subversion-1.9.7.tar.bz2. ^C*** Signal 2 *** Signal 2 % But after r450663 it breaks: % cd ../.. % svn up -r 450663 Updating '.': U Mk/Scripts/depends-list.sh UU Mk/Scripts/do-depends.sh U Mk/bsd.port.mk Updated to revision 450663. % cd devel/subversion % rm -rf work % make DISABLE_VULNERABILITIES=3Dyes WRKDIRPREFIX=3D'' make[1]: don't know how to make /usr/home/lev/FreeBSD/ports.local/devel/subversion/work/.stage_done.subve= rsion._usr_local. Stop make[1]: stopped in /usr/home/lev/FreeBSD/ports.local/devel/subversion *** Error code 2 Stop. make: stopped in /usr/home/lev/FreeBSD/ports.local/devel/subversion % --=20 // Lev Serebryakov --EumiPGSAg26VE4JlKgebxmOPGGL0HpVNg-- --PwSD8L733akgKIemM2g3glS1nOKVODEFm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAloMU45fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R48Zpg/+OZxTr2ohrBc9pDIOp6IdaQ0uV/NYh24M4oewrxvYatEqjoKeZwLr6bwI QBI2qQE8T94nh9VUd5FVKG8NXaLhCvMy80i2hwD32UlCfrNxDHP2OX8m0VQ7JRrX 5erLq8XjrnaMYX9IprpNOjlJYK5PF3wvEjQeOB/vQ+dM1fUk1om3UFzy5pcjmczK cn4AHC4ALpxpk23K18+LJNsWtnbv5lZ0chHIYkwy6Hbf3v1KZtL/2oNi43Zu9Vwm wHa6cjkCU1OG9YgYXPCnxCh6iRoVarNbN1u+c39BMriMpayW6eOUupuGE9OyS4wk av8Cf3EhYnc5SJFCzWGm+LxKNgoXRaUblf0UqqNAfYoSqMnUB5Xt280uAcyHjIm5 DKZ9QBEQMi1BS8DlFu+AoGNcifacxRk63+A7BnQC1/pqgI9GFnzZYrOmbIcPFCq1 WwMBmg38V0VC63T9el8K/yHFD13jct78b05xUDdXhFsQXq/TOPsr32FtMKy9JKaL 67GRwH1ObTwv8i0ieIXSqUTsHUmW86+7sL3g/C23eibmBXRDkNBpxbrDve/GgFgm nytjjeNwQQeGwNuRr8VFlnmzx7uDwHD1tL0O1prOd5abe9+bHF4pww3BlSrn0qP5 VXsFCF52cUqLVacKTZVhK/IE9/loL6+9GH27c2Kkbbny75reeVY= =8iVw -----END PGP SIGNATURE----- --PwSD8L733akgKIemM2g3glS1nOKVODEFm-- From owner-freebsd-ports@freebsd.org Wed Nov 15 18:08:12 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AA2ADE32C9 for ; Wed, 15 Nov 2017 18:08:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE470741DE; Wed, 15 Nov 2017 18:08:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 187D712536; Wed, 15 Nov 2017 18:08:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 0931E87B9; Wed, 15 Nov 2017 18:08:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id Pbr-E84rQ0Uo; Wed, 15 Nov 2017 18:08:04 +0000 (UTC) Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A4D5C87AB To: lev@FreeBSD.org, Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> Date: Wed, 15 Nov 2017 10:07:48 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ih06mt5gvh1NaHrT9pKKi1xPh351WvT0h" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 18:08:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ih06mt5gvh1NaHrT9pKKi1xPh351WvT0h Content-Type: multipart/mixed; boundary="PSPCfu4aKhmBQO4QLDGDIfhwA1tScRoWb"; protected-headers="v1" From: Bryan Drewery To: lev@FreeBSD.org, Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> In-Reply-To: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> --PSPCfu4aKhmBQO4QLDGDIfhwA1tScRoWb Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/15/2017 6:47 AM, Lev Serebryakov wrote: >=20 > I have WRKDIRPREFIX set to /usr/local/build/ports in /etc/make.conf. >=20 > when I want to test port changes in my home directory I'm using >=20 > % make WRKDIRPREFIX=3D'' check-plist > ... >=20 > It worked for me till r450663 every time and for every port. For > example, it worked for 'devel/subversion': >=20 > % pwd > /usr/home/lev/FreeBSD/ports.local/devel/subversion > % svnversion > 450662 > % make DISABLE_VULNERABILITIES=3Dyes WRKDIRPREFIX=3D'' >=20 > You can have the repository created for you by defining > WITH_REPOSITORY_CREATION. >=20 > Make sure that: > * all your svn users are members of a common group > * this group is the group id of the db/ and locks/ > subdirectories of your repository > * the above subdirectories are writable by this group >=20 > Many useful scripts will be installed into /usr/local/share/subversion > =3D=3D=3D> License APACHE20 accepted by the user > =3D=3D=3D> subversion-1.9.7 depends on file: /usr/local/sbin/pkg - fo= und > =3D=3D=3D> Fetching all distfiles required by subversion-1.9.7 for buil= ding > =3D=3D=3D> Extracting for subversion-1.9.7 > =3D> SHA256 Checksum OK for subversion19/subversion-1.9.7.tar.bz2. > ^C*** Signal 2 > *** Signal 2 > % >=20 > But after r450663 it breaks: >=20 > % cd ../.. > % svn up -r 450663 > Updating '.': > U Mk/Scripts/depends-list.sh > UU Mk/Scripts/do-depends.sh > U Mk/bsd.port.mk > Updated to revision 450663. > % cd devel/subversion > % rm -rf work > % make DISABLE_VULNERABILITIES=3Dyes WRKDIRPREFIX=3D'' > make[1]: don't know how to make > /usr/home/lev/FreeBSD/ports.local/devel/subversion/work/.stage_done.sub= version._usr_local. > Stop >=20 > make[1]: stopped in /usr/home/lev/FreeBSD/ports.local/devel/subversion > *** Error code 2 >=20 > Stop. > make: stopped in /usr/home/lev/FreeBSD/ports.local/devel/subversion > % >=20 First, using "WRKDIRPREFIX=3D''" doesn't seem like a "supported feature".= If there's docs or a specific commit to support such a thing then sure. However, It seems fine to me. > ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -V = WRKDIR > /usr/local/ports/root/svn/ports/devel/subversion/work > ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -V = WRKDIR WRKDIRPREFIX=3D > /root/svn/ports/devel/subversion/work > ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -V = WRKDIR WRKDIRPREFIX=3D'' > /root/svn/ports/devel/subversion/work Given it is just prepended onto WRKDIR I see no reason it would be different with the FLAVORS work; the code should just work. > ./bsd.port.mk:# WRKDIRPREFIX - The place to root the temporary worki= ng directory > ./bsd.port.mk:# Default: ${WRKDIRPREFIX}${.CU= RDIR}/work > ./bsd.port.mk:WRKDIR?=3D ${WRKDIRPREFIX}${.CURDIR}/${_WRKDIR} --=20 Regards, Bryan Drewery --PSPCfu4aKhmBQO4QLDGDIfhwA1tScRoWb-- --Ih06mt5gvh1NaHrT9pKKi1xPh351WvT0h Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJaDIJ/AAoJEDXXcbtuRpfPAtcIALhxnrqs+ngldFqv9U4LvJhI BLydD3li3nDE4LZZh7+xV17no8ErpWntO7U5/ou6kKb0JzpG2y0OTA7vlRR1fgsU atmNEuL1GgxuR8BB5KW9Bd+JYrPSWo/sVZhIitkXd4Ox/1MnqiwUd4HkVLXBt6C6 2I+UhfzD2w1r7W/Mz0dB5C/X6FBPLpSUpv8vaqOj1DD4d9r23T8VD3w5laKN8UAl ky78aT9r7ubglidRBPfUH/9NyJlu3t1vV61JDbSVuobk691FKV9dOMR2uGH0D3LW 1v08LqNdFyfLe5h4n5rYZn6iuPLyxGuY+ZsQXTiOMYLyVgWY2ndMGEVLoJZzklE= =0WpZ -----END PGP SIGNATURE----- --Ih06mt5gvh1NaHrT9pKKi1xPh351WvT0h-- From owner-freebsd-ports@freebsd.org Wed Nov 15 18:37:40 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57024DE3D09 for ; Wed, 15 Nov 2017 18:37:40 +0000 (UTC) (envelope-from yuri@rawbw.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 4328974F8B for ; Wed, 15 Nov 2017 18:37:40 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 427F3DE3D08; Wed, 15 Nov 2017 18:37:40 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 421E2DE3D07 for ; Wed, 15 Nov 2017 18:37:40 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3330B74F89 for ; Wed, 15 Nov 2017 18:37:39 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAFIbcjB005013 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 15 Nov 2017 10:37:39 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me To: "ports@freebsd.org" From: Yuri Subject: What is the correct way to require a specific version of clang? Message-ID: <408397b5-f2ff-9798-fca1-6e7567c5a4fd@rawbw.com> Date: Wed, 15 Nov 2017 10:37:37 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 18:37:40 -0000 There is no such thing as USES=clang:38, for example. When I try this: .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 BUILD_DEPENDS=  clang38:lang/clang38 RUN_DEPENDS=    clang38:lang/clang38 CC=             clang38 CXX=            clang++38 .endif It prints warnings in pourdriere 10i386 machine: clang38: not found make: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang38 --version" returned non-zero status make: "/usr/ports/Mk/Uses/compiler.mk" line 112: warning: "clang++38 -### /dev/null 2>&1" returned non-zero status How to do this without such messages? Thank you, Yuri From owner-freebsd-ports@freebsd.org Wed Nov 15 19:08:11 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97F52DE4781 for ; Wed, 15 Nov 2017 19:08:11 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4199F76770; Wed, 15 Nov 2017 19:08:11 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.19.110] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id CE79DEC6; Wed, 15 Nov 2017 22:08:09 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> From: Lev Serebryakov Organization: FreeBSD Message-ID: <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> Date: Wed, 15 Nov 2017 22:08:01 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GHaeQktkqOcoHHBI0Gec61j2QJrS1KRXL" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 19:08:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GHaeQktkqOcoHHBI0Gec61j2QJrS1KRXL Content-Type: multipart/mixed; boundary="7ARTSEdT4ogWKd57qIMXT4k7GFKX7FVEO"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> In-Reply-To: <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> --7ARTSEdT4ogWKd57qIMXT4k7GFKX7FVEO Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 15.11.2017 21:07, Bryan Drewery wrote: > First, using "WRKDIRPREFIX=3D''" doesn't seem like a "supported feature= ". > If there's docs or a specific commit to support such a thing then sure.= I've used it from my first day as ports committer. Maybe, it was not supported, but it worked for tens of years :) > However, It seems fine to me. >> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -V= WRKDIR >> /usr/local/ports/root/svn/ports/devel/subversion/work >> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -V= WRKDIR WRKDIRPREFIX=3D >> /root/svn/ports/devel/subversion/work >> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -V= WRKDIR WRKDIRPREFIX=3D'' >> /root/svn/ports/devel/subversion/work -V works for me too. Real build doesn't work with these stange "Don't know how to make" messages. % pwd /usr/home/lev/FreeBSD/ports/devel/subversion % svnversion 454265 % make -V WRKDIR /usr/local/build/ports/usr/home/lev/FreeBSD/ports/devel/subversion/work % make -V WRKDIR WRKDIRPREFIX=3D'' /usr/home/lev/FreeBSD/ports/devel/subversion/work % make extract You can have the repository created for you by defining WITH_REPOSITORY_CREATION. Make sure that: * all your svn users are members of a common group * this group is the group id of the db/ and locks/ subdirectories of your repository * the above subdirectories are writable by this group Many useful scripts will be installed into /usr/local/share/subversion =3D=3D=3D> License APACHE20 accepted by the user =3D=3D=3D> subversion-1.9.7 depends on file: /usr/local/sbin/pkg - foun= d =3D=3D=3D> Fetching all distfiles required by subversion-1.9.7 for buildi= ng =3D=3D=3D> Extracting for subversion-1.9.7 =3D> SHA256 Checksum OK for subversion19/subversion-1.9.7.tar.bz2. mkdir: /usr/local/build/ports/usr/home/lev/FreeBSD/ports/devel/subversion: Permission denied *** Error code 1 Stop. make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion *** Error code 1 Stop. make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion % make WRKDIRPREFIX=3D'' extract make[1]: don't know how to make /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subversio= n._usr_local. Stop make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion *** Error code 2 Stop. make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion % --=20 // Lev Serebryakov --7ARTSEdT4ogWKd57qIMXT4k7GFKX7FVEO-- --GHaeQktkqOcoHHBI0Gec61j2QJrS1KRXL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAloMkJlfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R4+UVRAAohbJ8ePrLR/Fw7NoBWFbi8uwVBrElJzUXCb6od91BVzBS/s5Jzaqhz89 nIAlzAAqyPbxr+4fTKiFiGPcBJOnhUmqz9nk9xSmpoNv6XRY+9J8w5yl4YkcSXGk XMPzTxxFgzyDiCncyuHWr9/UGV6yPQMw3fUaR97BiECHDb3l/mbvzcEiJgR3We5B Jd/ucE9oe0TyRJQv7zqKaKv/mq8qBQKUA/IlbWtuRuwn2kt3bVwL3SPVFqGjIX6s 4kZ8tWgPotRLf6qkjpevBtzJNVuqgu7KIY4rE1sQbSbgOlV89FwwamU9xfJ+64o4 goLwHYDx7ZSaLu5qIEixp4x18xFvn53NIo+8ZkHRjfumWg09ehS57tMSDQVIgPin xg3FgAscnUykPQuuUvJ6TQBOJJEGqWKswqPS2pDnUhUaSyqjLNAJLONewICttLEY 0W7IXp7Y77OeIohpH2IBJrHPHBridEh77wCcLCbfT9ry1eGDT4IfyuH2zBVLWEyL dlUwkGwqp1jCcNQrgotSdfL74BWWsHo6FoNqKC0WrvaGCZQKJz7f8frcKD/6O8Mz eOal2rVPohlCdxPpKOjsFrQKOTAJhs0ORsJVQgIct8qehyP299MuuNlizNDe9Sa+ wVjJnor1yk0+HInnYVMtIY0GrU5nKn/tmBIkWzB7jdJuRA3t52I= =hKrZ -----END PGP SIGNATURE----- --GHaeQktkqOcoHHBI0Gec61j2QJrS1KRXL-- From owner-freebsd-ports@freebsd.org Wed Nov 15 19:27:24 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36617DE4E1B for ; Wed, 15 Nov 2017 19:27:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0465F771C6; Wed, 15 Nov 2017 19:27:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 2EB0E13DCA; Wed, 15 Nov 2017 19:27:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id DE61888B5; Wed, 15 Nov 2017 19:27:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id pI_NpjPS-vf0; Wed, 15 Nov 2017 19:27:19 +0000 (UTC) Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D217788AF To: lev@FreeBSD.org, Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Wed, 15 Nov 2017 11:27:01 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MLXvVw811j6BNshJg04jwNskAptp4lUld" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 19:27:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MLXvVw811j6BNshJg04jwNskAptp4lUld Content-Type: multipart/mixed; boundary="gNotbswwTncSuI1R9Nq0P6w63MW7L9Of8"; protected-headers="v1" From: Bryan Drewery To: lev@FreeBSD.org, Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> In-Reply-To: <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> --gNotbswwTncSuI1R9Nq0P6w63MW7L9Of8 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/15/2017 11:08 AM, Lev Serebryakov wrote: > On 15.11.2017 21:07, Bryan Drewery wrote: >=20 >> First, using "WRKDIRPREFIX=3D''" doesn't seem like a "supported featur= e". >> If there's docs or a specific commit to support such a thing then sure= =2E > I've used it from my first day as ports committer. Maybe, it was not > supported, but it worked for tens of years :) >=20 >> However, It seems fine to me. >>> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -= V WRKDIR >>> /usr/local/ports/root/svn/ports/devel/subversion/work >>> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -= V WRKDIR WRKDIRPREFIX=3D >>> /root/svn/ports/devel/subversion/work >>> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make -= V WRKDIR WRKDIRPREFIX=3D'' >>> /root/svn/ports/devel/subversion/work > -V works for me too. Real build doesn't work with these stange "Don't > know how to make" messages. >=20 > % pwd > /usr/home/lev/FreeBSD/ports/devel/subversion > % svnversion > 454265 > % make -V WRKDIR > /usr/local/build/ports/usr/home/lev/FreeBSD/ports/devel/subversion/work= > % make -V WRKDIR WRKDIRPREFIX=3D'' > /usr/home/lev/FreeBSD/ports/devel/subversion/work > % make extract You did not set WRKDIRPREFIX=3D'' here as a make argument. So yeah it's going to fallback to /usr/local/build/ports. >=20 > You can have the repository created for you by defining > WITH_REPOSITORY_CREATION. >=20 > Make sure that: > * all your svn users are members of a common group > * this group is the group id of the db/ and locks/ > subdirectories of your repository > * the above subdirectories are writable by this group >=20 > Many useful scripts will be installed into /usr/local/share/subversion > =3D=3D=3D> License APACHE20 accepted by the user > =3D=3D=3D> subversion-1.9.7 depends on file: /usr/local/sbin/pkg - fo= und > =3D=3D=3D> Fetching all distfiles required by subversion-1.9.7 for buil= ding > =3D=3D=3D> Extracting for subversion-1.9.7 > =3D> SHA256 Checksum OK for subversion19/subversion-1.9.7.tar.bz2. > mkdir: > /usr/local/build/ports/usr/home/lev/FreeBSD/ports/devel/subversion: > Permission denied > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion > *** Error code 1 >=20 > Stop. > make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion > % make WRKDIRPREFIX=3D'' extract > make[1]: don't know how to make > /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subvers= ion._usr_local. > Stop >=20 > make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion > *** Error code 2 >=20 > Stop. > make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion > % >=20 >=20 --=20 Regards, Bryan Drewery --gNotbswwTncSuI1R9Nq0P6w63MW7L9Of8-- --MLXvVw811j6BNshJg04jwNskAptp4lUld Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJaDJUFAAoJEDXXcbtuRpfP8poH/jAeqD8lMP7kmxvpdr7Jtks8 1R8eoghFJ1idr2MQsBw7NOKeRHkrn5OGa+mgeMvKFTivhtlM9Z4JIzR1Y98HFmq4 fz7kwdiPb0YMnn7aIQGUp870c6QQc3KZ7JPgzz/jO9UliNnwEMkocHPOD2KC9teC DO4UHV7nZvd6DiO+JP04MQV3gi19i7e0gE2cF/WpVyelwAzD9hoQowWngWtRbS5E BTH5xaLTna8CfU5I59FaLNH21yjQQIbbbpree+8fWloKG4O1cj77DvjSxJnJr0wF mf8VTzC1cU7/tpQf46RXDdNhWdcufeBYTDzmKAes8fkyVC/R6yEODVONWT0bpFY= =OVau -----END PGP SIGNATURE----- --MLXvVw811j6BNshJg04jwNskAptp4lUld-- From owner-freebsd-ports@freebsd.org Wed Nov 15 19:53:17 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C7EBDE571C for ; Wed, 15 Nov 2017 19:53:17 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9A61F7820B; Wed, 15 Nov 2017 19:53:16 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.19.110] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id BFA82ECF; Wed, 15 Nov 2017 22:53:14 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> From: Lev Serebryakov Organization: FreeBSD Message-ID: Date: Wed, 15 Nov 2017 22:53:14 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="f0XkJLftIwdSap0Ee52VMu2m7uMh7kjUU" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 19:53:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --f0XkJLftIwdSap0Ee52VMu2m7uMh7kjUU Content-Type: multipart/mixed; boundary="24vPoBiHU2UGvICgGprsdNd8SwrBPaeN6"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> In-Reply-To: --24vPoBiHU2UGvICgGprsdNd8SwrBPaeN6 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 15.11.2017 22:27, Bryan Drewery wrote: > You did not set WRKDIRPREFIX=3D'' here as a make argument. So yeah it's= > going to fallback to /usr/local/build/ports. Yes, to demonstrate that default WRKDIRPREFIX from /etc/make.conf is used (which is very inconvenient for ports developer). >> % make WRKDIRPREFIX=3D'' extract >> make[1]: don't know how to make >> /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subver= sion._usr_local. >> Stop >> >> make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion >> *** Error code 2 >> >> Stop. >> make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion >> % --=20 // Lev Serebryakov --24vPoBiHU2UGvICgGprsdNd8SwrBPaeN6-- --f0XkJLftIwdSap0Ee52VMu2m7uMh7kjUU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAloMmypfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R48tQA//WzxYH6C2lv0eyOuGmtdZSj1/PizSrCeQZWoohr/gNtdssrxF0wspiDmR PLAh7Gjdja2Hg2Xy+MaS4OX8hiTeRE9AIaaHZqm2iFzHEd1G3oiU7ELRJem9UYsL 5uMOsLM9N/Hq0Z7w2jnKlrac0QjxFCgqL8dbXJqww0HUtVqw3mVusnLVwX3Igcht juNLnhtY21q+sPWMEwXI+tMBdy3wHsrmr6H+Y7yNbJEqd9aPoyVXKJL8KHzhSp1J Kau+qg7Q+uYHfnKF0mGXGgoHNpiY62iR2fEzKqZj+Mp1bl9ihDBw/XKEBDVLqWdN xcZplH2hnUM2XCzEJKgCD8HutnuQyiHSY+qgpissRT7EyQYVmaHg6zOngQUtpjNS KvQWkNQpD4axGVweEfP1EmGl5CwprzJOZO3++BX31FRhhdgyswwIY9nEUrteg/Sd Ms/4gmzF5GV+v249lLcww9e/GRyjHRBEdNLtKvjnvIMDJIb6KJxCjxac/hF0bQdC QeoEH/NmPU3IknP40rMWUHG95slwve6EjAvYt7WquvJjVBdi4ZWm6DtwpZZAjsLV G8slcy4vWvOStJa2V5QC/IgfUi92L1xR/2L9RZISqqNdSsOtDYwxWbt/I/CdmZvf L79UFlR16TWmRC0zwutzOJXU2/RvY0uMESaLBr/ilUi/oYw6rCk= =hlmt -----END PGP SIGNATURE----- --f0XkJLftIwdSap0Ee52VMu2m7uMh7kjUU-- From owner-freebsd-ports@freebsd.org Wed Nov 15 19:57:26 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0297FDE5B9E for ; Wed, 15 Nov 2017 19:57:26 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [148.251.9.81]) by mx1.freebsd.org (Postfix) with ESMTP id 73CC6792C7; Wed, 15 Nov 2017 19:57:23 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.19.110] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 8DCD1EE3; Wed, 15 Nov 2017 22:57:21 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> From: Lev Serebryakov Organization: FreeBSD Message-ID: Date: Wed, 15 Nov 2017 22:57:20 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="M3mHVQTqBhmmHgELK24UfnHQOVpMjRVhb" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 19:57:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --M3mHVQTqBhmmHgELK24UfnHQOVpMjRVhb Content-Type: multipart/mixed; boundary="2AQawdSMP0wpPiHVLbohBpCXAKLaT42GI"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> In-Reply-To: --2AQawdSMP0wpPiHVLbohBpCXAKLaT42GI Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 15.11.2017 22:27, Bryan Drewery wrote: >> % make WRKDIRPREFIX=3D'' extract >> make[1]: don't know how to make >> /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subver= sion._usr_local. >> Stop >> >> make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion >> *** Error code 2 >> >> Stop. >> make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion >> % BTW, this command didn't create "/usr/home/lev/FreeBSD/ports/devel/subversion/work" at all! --=20 // Lev Serebryakov --2AQawdSMP0wpPiHVLbohBpCXAKLaT42GI-- --M3mHVQTqBhmmHgELK24UfnHQOVpMjRVhb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAloMnCBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R4+kDhAAyj8aG8NcmzyQNJdrlYdvUbx5WwYq/Hv0vvJ30tZHNIVJOUsDouwwwKVz +7oY2FdMqxSnCuju6vmqFQzwyRbqeeFsPVZuXA3RpJ96dT86p2+OyhaGuPSYZPCA zNKsz6BcQdPEXtAtH3dIbdjz16BWBl86KG1im8Ogg8ZlVhU9ua5HtbTn1Q0vAiyi G1v7rf4dRm5FQtD1XOF7nPrO6fQDgJrEuyA8AhR/IYH52WRWPhcZjqQ151SN0tjz 8isVZxJL6AwDYNfjIDbhYM12XbBglLYaaZgIaa+F4l5yUbkzb5vA7Amage90CW8B zFZG0nhnkWfIjAQ+Kda6MxgiA/fdDB/bwLRt1GaH9r2Tt1u/gJpG5nguqhXvHr4W l2iMvetBd4bFLeUvkZvra/jAYKsS9OnHQ+Yi4gn/Hwj09Kx3YYJy1/KNUCeLsAVy tHkWh5DvfqnVgEL6R5UDRgMDaAZbYQHq81y41iEj0eWDHlzXQTBFBpj8yjtEbbg0 EkF5KkJtdhjOfo7bPg1LsP9mM0BQpv5Tfwkqmh2Psr+J+RwhJqq8UTRTzH2LyCaS iz/f69d4+njIxR27IXMYymftAgDYp8fO4XrWKrBxIIcYjLWO5RqXhIeSeUVU1t+Q b6G2qmViLq7F67SnKZHQVmJ/WD/qqThWTDBaXqv9wp507NBaSiY= =JsjP -----END PGP SIGNATURE----- --M3mHVQTqBhmmHgELK24UfnHQOVpMjRVhb-- From owner-freebsd-ports@freebsd.org Wed Nov 15 19:58:19 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0296BDE5C76 for ; Wed, 15 Nov 2017 19:58:19 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E167A79597 for ; Wed, 15 Nov 2017 19:58:18 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.ysv.freebsd.org (Postfix) id DD5C5DE5C75; Wed, 15 Nov 2017 19:58:18 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCFF7DE5C74 for ; Wed, 15 Nov 2017 19:58:18 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBD7379596 for ; Wed, 15 Nov 2017 19:58:18 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id E04D95A9F27; Wed, 15 Nov 2017 19:58:16 +0000 (UTC) Date: Wed, 15 Nov 2017 19:58:16 +0000 From: Brooks Davis To: Yuri Cc: "ports@freebsd.org" Subject: Re: What is the correct way to require a specific version of clang? Message-ID: <20171115195816.GA35747@spindle.one-eyed-alien.net> References: <408397b5-f2ff-9798-fca1-6e7567c5a4fd@rawbw.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <408397b5-f2ff-9798-fca1-6e7567c5a4fd@rawbw.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 19:58:19 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 15, 2017 at 10:37:37AM -0800, Yuri wrote: > There is no such thing as USES=3Dclang:38, for example. >=20 > When I try this: >=20 > .include >=20 > .if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1100000 > BUILD_DEPENDS=3D?? clang38:lang/clang38 > RUN_DEPENDS=3D?????? clang38:lang/clang38 > CC=3D???????????????????????? clang38 > CXX=3D?????????????????????? clang++38 >=20 > .endif >=20 >=20 > It prints warnings in pourdriere 10i386 machine: >=20 > clang38: not found > make: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang38=20 > --version" returned non-zero status > make: "/usr/ports/Mk/Uses/compiler.mk" line 112: warning: "clang++38=20 > -### /dev/null 2>&1" returned non-zero status >=20 >=20 > How to do this without such messages? You'll need to start a shell in your poudreire instance and see what is failing. I'd expect that to work. Note that it is possible to misconfigure the llvm38 port such that this config is broken by disabling the CLANG option. -- Brooks --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJaDJxYAAoJEKzQXbSebgfAtvkH/RwY8EWPU1XtJEhOQwfW939g OLrgZwA2OWCN0GhKVxaT+URR83rZChkzy3ZI5Q58XieOt3Vp2jJeg/R2Rjm2K1Kd 980Jaf7ojXHNx4Wp2f5uRdlywS+5PwqFWpXQj/XJDTMGwdY3NdH7yw/WQRB7qCNj veJONpryTYYXcesTysna/kz/PeWtlSjlgR9VBy5jOhIQ5MHDHFG+nCD2oH6NylCx 3TXeDR4Ve6sMw77dmL3C2kCoFhxDqekGoEE2Tnz4VDoYaRa7WJtPlEo/0RACAdl7 LzknsacZ8yVhZUDYMouCEv9d+Vs7Czf47aMuaDGx1fYEJaY3USM7EYkrQrw8BQ4= =MXyV -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-freebsd-ports@freebsd.org Wed Nov 15 20:10:59 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A62A5DE61BD for ; Wed, 15 Nov 2017 20:10:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 724DC79E45; Wed, 15 Nov 2017 20:10:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 9A23515B6B; Wed, 15 Nov 2017 20:10:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id C5CF98A78; Wed, 15 Nov 2017 20:10:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id p88wNdbFi4RQ; Wed, 15 Nov 2017 20:10:54 +0000 (UTC) Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 4FC4E8A73 To: lev@FreeBSD.org, Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <72aff43f-8b52-9f75-b609-9019a3f661b2@FreeBSD.org> Date: Wed, 15 Nov 2017 12:10:55 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MvN7H2sOegjLpesMNTUkJgud4N9Uw1gP8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 20:10:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MvN7H2sOegjLpesMNTUkJgud4N9Uw1gP8 Content-Type: multipart/mixed; boundary="mxnqoQLN4c0NVUEvTBPkqIUJtRBXcEjc5"; protected-headers="v1" From: Bryan Drewery To: lev@FreeBSD.org, Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: <72aff43f-8b52-9f75-b609-9019a3f661b2@FreeBSD.org> Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> In-Reply-To: --mxnqoQLN4c0NVUEvTBPkqIUJtRBXcEjc5 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/15/2017 11:57 AM, Lev Serebryakov wrote: > On 15.11.2017 22:27, Bryan Drewery wrote: >=20 >>> % make WRKDIRPREFIX=3D'' extract >>> make[1]: don't know how to make >>> /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subve= rsion._usr_local. >>> Stop >>> >>> make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion >>> *** Error code 2 >>> >>> Stop. >>> make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion >>> % > BTW, this command didn't create > "/usr/home/lev/FreeBSD/ports/devel/subversion/work" at all! >=20 >=20 Use it as a make argument not an environment variable. % make extract WRKDIRPREFIX=3D'' Works: > ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make ext= ract WRKDIRPREFIX=3D'' >=20 > You can have the repository created for you by defining > WITH_REPOSITORY_CREATION. >=20 > Make sure that: > * all your svn users are members of a common group > * this group is the group id of the db/ and locks/ > subdirectories of your repository > * the above subdirectories are writable by this group >=20 > Many useful scripts will be installed into /usr/local/share/subversion > /!\ WARNING /!\ >=20 > You have security/openssl installed but do not have > DEFAULT_VERSIONS+=3Dssl=3Dopenssl set in your make.conf >=20 > =3D=3D=3D> License APACHE20 accepted by the user > =3D=3D=3D> subversion-1.9.7 depends on file: /usr/local/sbin/pkg - fo= und > =3D> subversion-1.9.7.tar.bz2 doesn't seem to exist in /mnt/distfiles/s= ubversion19. > =3D> Attempting to fetch http://www.apache.org/dist/subversion/subversi= on-1.9.7.tar.bz2 > subversion-1.9.7.tar.bz2 100% of 7697 kB 4298 kBps= 00m02s > =3D=3D=3D> Fetching all distfiles required by subversion-1.9.7 for buil= ding > =3D=3D=3D> Extracting for subversion-1.9.7 > =3D> SHA256 Checksum OK for subversion19/subversion-1.9.7.tar.bz2. I don't see anything in r450663 that would change this behavior. WKRDIRPREFIX was not exported in bsd.port.mk so I don't see how it ever worked for you as an environment variable. However you could continue using an environment variable if your make.conf instead had a ?=3D WRKDIRPREFIX?=3D /usr/local/... --=20 Regards, Bryan Drewery --mxnqoQLN4c0NVUEvTBPkqIUJtRBXcEjc5-- --MvN7H2sOegjLpesMNTUkJgud4N9Uw1gP8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJaDJ9PAAoJEDXXcbtuRpfPI38H/RugYRc3zRvec1/o9h43eC9/ 7LKKc0CXyGhWV6p/eo+m36JC21Nm3dbHIZDxnpnk44P0MA9bKXZkaNE4VZPjrHbi Iimul9iTT5gcEpY7mAAeWR4fKQ/62K9gC990CN85bzUrNXLnLmwGnqnnif2Ht5Dt yUaKsq+r5bYRhNyc5qfoaltrW/lQTxG0eNDuko9VcpPCvDG2mkvsc+3I6VYVzT92 N5hpCfU//UNdfZaVSQ4Tt6pqA9Z3DWUB5afHFqtS7f92gfkpzLB4Fpv2GLc/CgvB jQs9uTP8gNH7Y37/le2g+XeKjxVo0vbLL28jFJIDmUBhOMLIH/MxSX1MqZ08FHg= =2Ztq -----END PGP SIGNATURE----- --MvN7H2sOegjLpesMNTUkJgud4N9Uw1gP8-- From owner-freebsd-ports@freebsd.org Wed Nov 15 21:40:23 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E88F0DE819F for ; Wed, 15 Nov 2017 21:40:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A2C2E7D172 for ; Wed, 15 Nov 2017 21:40:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1D2B5BDD2D; Wed, 15 Nov 2017 22:40:21 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id EBDA1BDD1E; Wed, 15 Nov 2017 22:40:20 +0100 (CET) Subject: Re: Makefile RUN_DEPENDS=option To: Chris H , freebsd-ports@freebsd.org References: <5A0B5A8D.107@gmail.com> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 15 Nov 2017 22:40:18 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l44TaC9gDNnO7rJQakBUOXGfmtVIfeXPF" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 21:40:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --l44TaC9gDNnO7rJQakBUOXGfmtVIfeXPF Content-Type: multipart/mixed; boundary="6L3bXigERVa1osn049P3N16pcs1uCKWLw"; protected-headers="v1" From: Mathieu Arnold To: Chris H , freebsd-ports@freebsd.org Message-ID: Subject: Re: Makefile RUN_DEPENDS=option References: <5A0B5A8D.107@gmail.com> In-Reply-To: --6L3bXigERVa1osn049P3N16pcs1uCKWLw Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 15/11/2017 =C3=A0 01:20, Chris H a =C3=A9crit=C2=A0: > On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wr= ote > >>> On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: >>> >>> Have a simple port that needs wget to work. >>> >>> I want RUN_DEPENDS to first check if wget is already installed, IE: i= s the >>> running executable in the search path whether installed as a compiled= port > or >>> installed as a package and if so bypass any more wget processing. If > running >>> executable not found then to auto install using pkg version and if no= t > found >>> there to do port compile method.=20 >>> How would I code that? >> That won't work. Ports are built in poudriere, and poudriere expects a= clean >> system. If you don't depend on wget, wget will NEVER be available.=20 >> >> Additionally, network access is explicitly disabled for everything exc= ept the >> fetch target, so you can't rely on wget doing anything.=20 >> >> # Adam > Or: > > RUN_DEPENDS=3D wget>0:${PORTSDIR}/ftp/wget > > If you need a specific version; say 999. > > RUN_DEPENDS=3D mime-support>999:${PORTSDIR}/ftp/wget `${PORTSDIR}/` have been removed from _DEPENDS lines 15 months, ago, it would be nice to not add more of them :-) --=20 Mathieu Arnold --6L3bXigERVa1osn049P3N16pcs1uCKWLw-- --l44TaC9gDNnO7rJQakBUOXGfmtVIfeXPF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJaDLREXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I2A0P/1fTzDpbAHUtf6zSq3/G8UqS +y1aikYaUUZc4IT5+orMr/lB3liInw2KG9WXv/8trQ/J2hl7iw0cRZeam4uoKeDV giBjPeRPCMUyUcug3wu7BboyJ2pTOLsAc1m4Yf6V3MQcl2/N582OI1NsKuHdaoMB 1lccoBaOgpPMzGTJ1x//pKXz0/pGLuQ87k5DNNFETyiF6sBZkOunvB8JsK4Fvu3h uO1/ovVLtcmaDsYOj9xD80M0lHIA+0YCNAhh2tXzGdV7bm7AqTgVaopm2nv4Mb5s g3m27NbH1uT4St+1BpmDuEYxFFrjMTXMsEQiFnWBH3ZZzg/jJopvNqWOLc/XKd7A Zwlxu+J6mwIUwUeCQGhjsNtic5+Dvmf4gdImFrPW6e8QtQK8NOtJKMs4W4OTKkIX G0CneM1chW6gYv32Zc2iJOFAd2AEpx6luQNLKikMSfI6EzzY7Rv4BszDGD0mrICy GpF0aCTPxH69Qgm+i8WrTNNTrV3lkWGxBg6EoHMVOetZvUALO0zZudcMVT80CeVF Y5ULpV+z/IS5nbwnPPDg7WALxuhetHVyNJneTzmSTqnjCdD5HwBWpXtd0pCmWTR/ HJ/xyvUkW1qdjvRoWeHbmA//qPHG+zyo0F31756Qyh/LNdjik0yhgltbdcL9rkYk p4gIL6n0x1ohLeLZckZJ =nOUt -----END PGP SIGNATURE----- --l44TaC9gDNnO7rJQakBUOXGfmtVIfeXPF-- From owner-freebsd-ports@freebsd.org Wed Nov 15 21:43:36 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A429FDE8396 for ; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4CE7D4C1 for ; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 89366DE8395; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88CC4DE8394 for ; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 76F607D4C0; Wed, 15 Nov 2017 21:43:36 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAFLhUG6037518 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 15 Nov 2017 13:43:30 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Subject: Re: What is the correct way to require a specific version of clang? To: Brooks Davis Cc: "ports@freebsd.org" References: <408397b5-f2ff-9798-fca1-6e7567c5a4fd@rawbw.com> <20171115195816.GA35747@spindle.one-eyed-alien.net> From: Yuri Message-ID: <2a0ce30d-04d7-9b47-6c10-1435319ab3b7@rawbw.com> Date: Wed, 15 Nov 2017 13:43:29 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171115195816.GA35747@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 21:43:36 -0000 On 11/15/17 11:58, Brooks Davis wrote: > You'll need to start a shell in your poudreire instance and see what is > failing. I'd expect that to work. > > Note that it is possible to misconfigure the llvm38 port such that this > config is broken by disabling the CLANG option. What's happening is that framework calls ${CC} before it installs BUILD_DEPENDS. Yuri From owner-freebsd-ports@freebsd.org Wed Nov 15 22:35:23 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A29CDE93CB for ; Wed, 15 Nov 2017 22:35:23 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 50B957ECC3 for ; Wed, 15 Nov 2017 22:35:23 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by mailman.ysv.freebsd.org (Postfix) id 4C630DE93CA; Wed, 15 Nov 2017 22:35:23 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C05FDE93C8 for ; Wed, 15 Nov 2017 22:35:23 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A87E7ECC0 for ; Wed, 15 Nov 2017 22:35:22 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 147045A9F09; Wed, 15 Nov 2017 22:35:16 +0000 (UTC) Date: Wed, 15 Nov 2017 22:35:16 +0000 From: Brooks Davis To: Yuri Cc: "ports@freebsd.org" Subject: Re: What is the correct way to require a specific version of clang? Message-ID: <20171115223516.GB35747@spindle.one-eyed-alien.net> References: <408397b5-f2ff-9798-fca1-6e7567c5a4fd@rawbw.com> <20171115195816.GA35747@spindle.one-eyed-alien.net> <2a0ce30d-04d7-9b47-6c10-1435319ab3b7@rawbw.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline In-Reply-To: <2a0ce30d-04d7-9b47-6c10-1435319ab3b7@rawbw.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 22:35:23 -0000 --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 15, 2017 at 01:43:29PM -0800, Yuri wrote: > On 11/15/17 11:58, Brooks Davis wrote: > > You'll need to start a shell in your poudreire instance and see what is > > failing. I'd expect that to work. > > > > Note that it is possible to misconfigure the llvm38 port such that this > > config is broken by disabling the CLANG option. >=20 >=20 > What's happening is that framework calls ${CC} before it installs=20 > BUILD_DEPENDS. Ah, it looks like USES=3Dcompiler is incompatible with setting CC. It would be great it someone would create compiler:clang support, but I've not found the time thus far. -- Brooks --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJaDMEjAAoJEKzQXbSebgfATL4H/R4CmqFeueAJEZ6oCrXnPz4k agcCiuRUrNsCw7PZXM0HenYdqx9jAc6in8d/qQ3QK0dJpHY1t5WzCE0TszeXhgTj v1f5HZu2bGMqc39H0HDKd25BNKudyGojhtU8yNEATJ7DB33/AFNgY/Wccj7htXH+ lpL+0RnKwuiKkV5fOOTsIc7mIcDuIwq4NuDcEa2aYly+k96lgbPULiH3npvarw/z 9jeqEm/20a9DudcJHSCgMZyH7CjgvApm/e1qBHq+WZZJf4rgisj1PyKMHvR+7x1q u4TY5KHfAMVPVSDOv6yrU2v/ecnXBQlL1M2OjH7GtEemRLuq+8s8GagGQemwE24= =J112 -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V-- From owner-freebsd-ports@freebsd.org Thu Nov 16 02:43:38 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14770DB9A79 for ; Thu, 16 Nov 2017 02:43:38 +0000 (UTC) (envelope-from acp@sihf.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C7D6068AD1 for ; Thu, 16 Nov 2017 02:43:37 +0000 (UTC) (envelope-from acp@sihf.net) Received: by mailman.ysv.freebsd.org (Postfix) id C703BDB9A75; Thu, 16 Nov 2017 02:43:37 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6919DB9A74 for ; Thu, 16 Nov 2017 02:43:37 +0000 (UTC) (envelope-from acp@sihf.net) Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0119.outbound.protection.outlook.com [104.47.36.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67AE968AD0 for ; Thu, 16 Nov 2017 02:43:36 +0000 (UTC) (envelope-from acp@sihf.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=edrns.onmicrosoft.com; s=selector1-sihf-net; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=ttUbzctsBpoIcWmC4CQ1XeBRYUfBy6vIIdXpecuNcw8=; b=V3T+kjNzKUa18TItHtScENC09eOrl6UZn9PEQUfc0VRO3GFF92jA9epmA/p/jysIqSA6J2EB/sP6Yk08pteEOEI6bC+cMoQTNrSQNKZQ8MsCBK9+yolTvUuLlHuBQBOogOMPJjb58cHoiRpCWiDLs/anjh670wshn+rIN+XOaiA= Received: from CY4PR08MB2935.namprd08.prod.outlook.com (10.173.60.21) by CY4PR08MB2935.namprd08.prod.outlook.com (10.173.60.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.20.218.12; Thu, 16 Nov 2017 02:43:35 +0000 Received: from CY4PR08MB2935.namprd08.prod.outlook.com ([10.173.60.21]) by CY4PR08MB2935.namprd08.prod.outlook.com ([10.173.60.21]) with mapi id 15.20.0218.015; Thu, 16 Nov 2017 02:43:34 +0000 From: Austin C Phelps To: "ports@FreeBSD.org" Subject: FreeBSD Port: multimedia/mythtv Thread-Topic: FreeBSD Port: multimedia/mythtv Thread-Index: AdNee9PDRx+QpB4FT4qrdy7/2ulAcw== Date: Thu, 16 Nov 2017 02:43:34 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=acp@sihf.net; x-originating-ip: [104.136.102.159] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; CY4PR08MB2935; 6:06qbcLi4QXSUT8BajLkUYjOePXAbxsk/k9iVONCOqAikRozTfpCuMRUzuGyhutHwi5RhPd2MeOC6W8wdYmTF9u5s2fa2t1QxDD8GVX6ydooKCxzSEr8XQEmdrTv59a8iZDfg41A7c+1JNs/p8+GNH1yjHpJnj5hkUlplcaxH+Ddq5VHoGo3ZGctKDHUaq38Dznx3bQYLrCZTHFECu8LnMEmAEmrmgK+woB9fNuih6fCIN8uBT+3LcgmnruFpx4nhXyZXVF/QKg2XzzT6PBJd5AAD/+SVSEPmTGZunsTo8z3ahg1IqkiGjleU7DPxl7/InSWFyZtSs1iNxC8TeGCya2PiQJth14xbg7pfBs13A9E=; 5:c0DYqfxeOVwBOCSpvml+7yNxYbdbdslAc8P6qItzdyLau1eMeqmHuyhnwmTEolRk8szxp4axmR65letau0RisfmvBu295qBySfEkkzcVD8d0WRDQuwvQ194hse6BVYCk7hU3qg1r8hc/xodMACOeJmjhDj2MWxbigAM9CDG2tdQ=; 24:TW2Zh0bvctIeVfqW957eCbhNobmXCBCbbBUAMDVZ/xhNPhIG8uAHW7VRO/4Mx/iP5ZofFRSs8PM7hBKpw99rxeYOOesBP6+kOanBdGw1L2Y=; 7:BTug0uKYqb1JDM9F+zqkSEtrIrBH1OfMlU3n/yA4LHZYnMCRghuonYN330GoE+DbPT/ghKKrnPpu2O7FPpfCRd/gmuFEZ1USJXr51erBtzSbedG4ICWGWMD53Z/33EEFW997OCf4DWkykSdVOE15xSx9FOGZmO4MWzFQ4u1zLA/k0x3vQiFttCUiPzvWllvAIGCoGctdbLItcZh+56WwL61r5T6my01JjHK4TruhM1aXrSriJABCtb9LTVvj1zGO x-ms-exchange-antispam-srfa-diagnostics: SSOS; x-ms-office365-filtering-correlation-id: 7df46fc5-48dc-4111-aff2-08d52c9bd50f x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(4534020)(4602075)(4603075)(4627115)(201702281549075)(2017052603258)(49563074); SRVR:CY4PR08MB2935; x-ms-traffictypediagnostic: CY4PR08MB2935: x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(166708455590820)(227612066756510)(21748063052155); x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(102415395)(6040450)(2401047)(5005006)(8121501046)(10201501046)(100000703101)(100105400095)(93006095)(93001095)(3231022)(3002001)(6041248)(20161123558100)(20161123560025)(201703131423075)(201703061421075)(20161123555025)(20161123564025)(2016111802025)(20161123562025)(6043046)(6072148)(201708071742011)(100000704101)(100105200095)(100000705101)(100105500095); SRVR:CY4PR08MB2935; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:CY4PR08MB2935; x-forefront-prvs: 0493852DA9 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(6009001)(346002)(376002)(199003)(189002)(504964003)(2501003)(2906002)(5890100001)(99936001)(966005)(189998001)(7696004)(74316002)(101416001)(54356999)(50986999)(77096006)(7736002)(5660300001)(5640700003)(6436002)(25786009)(3660700001)(6506006)(508600001)(3280700002)(106356001)(6916009)(66066001)(105586002)(81156014)(97736004)(2900100001)(2351001)(33656002)(6306002)(86362001)(3846002)(55016002)(54896002)(99286004)(8676002)(68736007)(6116002)(102836003)(8936002)(790700001)(1730700003)(53936002)(5630700001)(14454004)(9686003)(81166006); DIR:OUT; SFP:1102; SCL:1; SRVR:CY4PR08MB2935; H:CY4PR08MB2935.namprd08.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (protection.outlook.com: sihf.net does not designate permitted sender hosts) spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM MIME-Version: 1.0 X-OriginatorOrg: sihf.net X-MS-Exchange-CrossTenant-Network-Message-Id: 7df46fc5-48dc-4111-aff2-08d52c9bd50f X-MS-Exchange-CrossTenant-originalarrivaltime: 16 Nov 2017 02:43:34.6265 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: bd88afe0-22c6-46bb-aee4-5c8d80a31b89 X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY4PR08MB2935 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 02:43:38 -0000 I have been working for a couple of month and finally got MythTV 29 working= in FreeBSD 11. So I been working toward update the ports to create a new p= ackage. I'm not fully understanding all the ins and outs of it creation. As= long as I set up the environment before hand, I can compile and have a wor= king system with only 2 patches needed. I also have mythweb working as well= . I have attached my working makefile. However to make this work you need to = do this first (I'm doing this in a Jail): pkg upgrade portsnap fetch portsnap extract pkg install ansible git clone https://github.com/MythTV/ansible cd ansible ansible-playbook -i hosts.freebsd qt5.yml pkg install libXinerama Then you can compile and install MythTV. Any help would be greatly appreciated. Thank you in advance. Austin From owner-freebsd-ports@freebsd.org Thu Nov 16 05:35:28 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB3C6DBDB3E for ; Thu, 16 Nov 2017 05:35:28 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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 93D1C6D448; Thu, 16 Nov 2017 05:35:27 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vAG5ZRhc045745; Wed, 15 Nov 2017 21:35:33 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: freebsd-ports@freebsd.org, Mathieu Arnold In-Reply-To: References: <5A0B5A8D.107@gmail.com> , From: "Chris H" Subject: Re: Makefile RUN_DEPENDS=option Date: Wed, 15 Nov 2017 21:35:33 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 05:35:28 -0000 On Wed, 15 Nov 2017 22:40:18 +0100 Mathieu Arnold wrote > Le 15/11/2017 à 01:20, Chris H a écrit : > > On Tue, 14 Nov 2017 14:15:39 -0700 Adam Weinberger wrote > > > >>> On 14 Nov, 2017, at 14:05, Ernie Luzar wrote: > >>> > >>> Have a simple port that needs wget to work. > >>> > >>> I want RUN_DEPENDS to first check if wget is already installed, IE: is > >>> the running executable in the search path whether installed as a compiled > >>> port > or > >>> installed as a package and if so bypass any more wget processing. If > > running > >>> executable not found then to auto install using pkg version and if not > > found > >>> there to do port compile method. > >>> How would I code that? > >> That won't work. Ports are built in poudriere, and poudriere expects a > >> clean system. If you don't depend on wget, wget will NEVER be available. > >> > >> Additionally, network access is explicitly disabled for everything except > >> the fetch target, so you can't rely on wget doing anything. > >> > >> # Adam > > Or: > > > > RUN_DEPENDS= wget>0:${PORTSDIR}/ftp/wget > > > > If you need a specific version; say 999. > > > > RUN_DEPENDS= mime-support>999:${PORTSDIR}/ftp/wget > > '${PORTSDIR}/' have been removed from _DEPENDS lines 15 months, ago, it > would be nice to not add more of them :-) Right you are, Mathieu! And thanks for saying it. :) I'm afraid I was in a hurry, and grabbed the first example I had lying around. :/ And just for clarity, that *should* read been: RUN_DEPENDS= wget>0:ftp/wget If you need a specific version; say 999. RUN_DEPENDS= mime-support>999:ftp/wget > > > -- > Mathieu Arnold --Chris From owner-freebsd-ports@freebsd.org Thu Nov 16 11:48:58 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F326DDDA347 for ; Thu, 16 Nov 2017 11:48:58 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) by mx1.freebsd.org (Postfix) with ESMTP id 88F3E7754E; Thu, 16 Nov 2017 11:48:58 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.19.110] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 02B2DF79; Thu, 16 Nov 2017 14:48:56 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> <72aff43f-8b52-9f75-b609-9019a3f661b2@FreeBSD.org> From: Lev Serebryakov Organization: FreeBSD Message-ID: Date: Thu, 16 Nov 2017 14:48:51 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <72aff43f-8b52-9f75-b609-9019a3f661b2@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lnoMbJnEVJI3NGq45od1LMXOu9Pjm1iUQ" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 11:48:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --lnoMbJnEVJI3NGq45od1LMXOu9Pjm1iUQ Content-Type: multipart/mixed; boundary="nIqfKkvinqFoDDVD05gb2D2q45UDMbakn"; protected-headers="v1" From: Lev Serebryakov Reply-To: lev@FreeBSD.org To: Bryan Drewery , Mathieu Arnold , "freebsd-ports@freebsd.org" Message-ID: Subject: Re: r450663 (basic flavors) breaks WRKDIRPREFIX='' for complex ports References: <53e15554-9f94-d436-4cfd-6796aaea1833@FreeBSD.org> <5ed224df-8a69-26d8-4bba-bc6fa53e30a4@FreeBSD.org> <290edb60-006d-a85e-8e62-7a4a5aac4763@FreeBSD.org> <72aff43f-8b52-9f75-b609-9019a3f661b2@FreeBSD.org> In-Reply-To: <72aff43f-8b52-9f75-b609-9019a3f661b2@FreeBSD.org> --nIqfKkvinqFoDDVD05gb2D2q45UDMbakn Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 15.11.2017 23:10, Bryan Drewery wrote: > Use it as a make argument not an environment variable. > % make extract WRKDIRPREFIX=3D'' What is difference between % make WRKDIRPREFIX=3D'' extract and % make extract WRKDIRPREFIX=3D'' ? It is not clear from man make :) I'm using first form typically, not variable-before-make (which is environment). > Works: >=20 >> ~/svn/ports/devel/subversion # WRKDIRPREFIX=3D/usr/local/ports make ex= tract WRKDIRPREFIX=3D'' nope % make extract WRKDIRPREFIX=3D'' make[1]: don't know how to make /usr/home/lev/FreeBSD/ports/devel/subversion/work/.extract_done.subversio= n._usr_local. Stop make[1]: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion *** Error code 2 Stop. make: stopped in /usr/home/lev/FreeBSD/ports/devel/subversion % >=20 > I don't see anything in r450663 that would change this behavior. > WKRDIRPREFIX was not exported in bsd.port.mk so I don't see how it ever= > worked for you as an environment variable. > However you could continue using an environment variable if your > make.conf instead had a ?=3D > WRKDIRPREFIX?=3D /usr/local/... >=20 And this works! But still it is mystery, what changed that prevent old variant to work. And error message is VERY surprising! It constructs file name properly, but don't know how to make it! --=20 // Lev Serebryakov --nIqfKkvinqFoDDVD05gb2D2q45UDMbakn-- --lnoMbJnEVJI3NGq45od1LMXOu9Pjm1iUQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE+W0coLX0MYtnSzMK6rA8WL/cR48FAloNeyNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY5 NkQxQ0EwQjVGNDMxOEI2NzRCMzMwQUVBQjAzQzU4QkZEQzQ3OEYACgkQ6rA8WL/c R48yhw//R+z3E5qd3W1vDsFnLnWCmfgbg1tQIxinnW9snAHMQPAdSaoLQkng3D+B +9R7x6MRjUymF10PpbhyzXDJRpEtNlOTqpGhMfXnFawovgASQvGi/bqLiqTJMMS+ Cy1u7CIS7hM9qrf1Ub/0zr7QQqQVm+dg7xooNLKU81rPBO0+dJvXUzFMVsJhcB3q LXgVzFGklZ74+uMny9Rb4EWUwmcTJOBCI5ma86SNPQRm/3gAEzGlXWZ0J68Tjt86 8oN+3yGCcX+P0JmU5cE/Z20RKFU+V8v/Rbq5KkmBfJ+hR9Zbb+E/CXbOm4SbsX1A J4etAkqOoDj5Zgt/bn1xSP1/W/6JuApULp0tAKukiLsWL+J4J0f8w+TXNsnIql4g O0kUnKHIopyU/AqDFy6ETpj9va7XU/aPJ4tdhgESaYFq5dq8ouJTh9M1/IoD1zbR 5AgYF+lRmtZ4T9fMxKKJvB1pT3auO7HbIRi5pQRJuFwLGYBO2OYSQXyD1hSwdfAl XLqEqnsaFWiiQA7UOxH1Llmm9PNvre+FXzrDA4JFRrFk1T7x7mPiKq8R9+z+qCzR I8ONgQ3ErOhXvJYmQ/vXqKeuuzXpPpilzZf/EvoelOtUzYmFmkunZTEr16HpZSNZ I2W0GsgCziHwLXuQ9gNDJIZpZ8q+07wcDWHast/FOcaQ4fwfkMI= =/KBn -----END PGP SIGNATURE----- --lnoMbJnEVJI3NGq45od1LMXOu9Pjm1iUQ-- From owner-freebsd-ports@freebsd.org Thu Nov 16 12:23:16 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A270DDC203 for ; Thu, 16 Nov 2017 12:23:16 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: from mail-qt0-x234.google.com (mail-qt0-x234.google.com [IPv6:2607:f8b0:400d:c0d::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 156BA78ADA for ; Thu, 16 Nov 2017 12:23:16 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: by mail-qt0-x234.google.com with SMTP id h42so20218767qtk.11 for ; Thu, 16 Nov 2017 04:23:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=7TYQbSi/v0B9wx871YG+QhY0BA0hE/eq1jHtu6yy38E=; b=nbPBwP78f6Chti1Xh4UTml+HIRQakLDvICZKW6C63t1vDGZnLx6C1WN5w+UDsFovEi Or3AALszS8y5gk1CFCybtn1ilH3LRvidYCGqdwc0HTVuot1q+BTCtyLvyIJ/Fq/iH/2l DhS9NDuJ4S+AWRw8aRcn8PKaNS8h0X+DMKkwnZKbugTzBzmF+IM5kg4w8o31Tg/+5udt utdWUw//Dac3NhZRTIFPIlNRVQQxDaN1KZ5onTAxwHEHLXTh9yQPEdSVAsO4YXoWtJQ0 ctfb9amljXkJ5f42E9GDe1cTJ0s3Hg54NnRALDYvYZgm11jbYxoPJwZIsz4Mvnaiifw1 rZ9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7TYQbSi/v0B9wx871YG+QhY0BA0hE/eq1jHtu6yy38E=; b=lWnhVfB3bw2xg1D+09xd0OAaLkJdKFbH+ZM9Jp5wETMmLEk65IpVoUER7DYbLuQypA UTrm/OcAwmnIphbftCUiwiHEKUPREle3afHH+TE8UmNurQh5mpXVpwV5JflEEyXc6cYo xKcTyRSINGip5rlImXVBR2uH78KKwse4/cFgTWuWd0gdRCgg0ZK8YUnXNpH6TrZULtp2 Jn07av1fq+vj0VVZSVtJTYKL/ezbMNt4ln0iPph/swJhAPd5zVmmfqfm8Lf7aXh/UW+d 0uLKv8m9F4zkwwiBjm45BuEtWIjzI0uxI8Elpzz88ZVq+ih1tF9I9oYRhe+GqvrGyA/z vMUg== X-Gm-Message-State: AJaThX4CHs56U323U2vqYLoXz9oTbn4xGULs1hQWYGFDCDVD4pK0gLjG 1IkXsg+gk5W+o/P+zdJt5uNQ8s+jUpshb7zLrquyyp4v X-Google-Smtp-Source: AGs4zMZm0qnIGo9sHio7WeWklv51TuJsfn4X6lBrdTZsrf/SBG9wxUuvKqwOvxsbrK3mtUcUHP/yDORClXoTsPGOZQI= X-Received: by 10.237.55.102 with SMTP id i93mr2164940qtb.333.1510834994944; Thu, 16 Nov 2017 04:23:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.96.47 with HTTP; Thu, 16 Nov 2017 04:23:14 -0800 (PST) From: Michael Zhilin Date: Thu, 16 Nov 2017 15:23:14 +0300 Message-ID: Subject: [devel/radare2] Please look at radare2 patches To: freebsd-ports , torres.73a@gmail.com Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 12:23:16 -0000 Hi, Here is bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222931 It's live and new patches are posted here, but no action from maintainer and committer. I'll appreciate your look at ticket. I'll be happy to be maintainer, if it's required. Thanks, Michael. From owner-freebsd-ports@freebsd.org Thu Nov 16 12:28:59 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9843DDC469 for ; Thu, 16 Nov 2017 12:28:59 +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 D4B8278D4A for ; Thu, 16 Nov 2017 12:28:59 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D41A4DDC467; Thu, 16 Nov 2017 12:28:59 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3CB6DDC466 for ; Thu, 16 Nov 2017 12:28:59 +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 mx1.freebsd.org (Postfix) with ESMTPS id C5B9278D49 for ; Thu, 16 Nov 2017 12:28:59 +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 vAGCSxcC026743 for ; Thu, 16 Nov 2017 12:28:59 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vAGCSxNr026742; Thu, 16 Nov 2017 12:28:59 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711161228.vAGCSxNr026742@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, 16 Nov 2017 12:28:59 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 12:29:00 -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 ------------------------------------------------+-----------------+------------ devel/aws-sdk-cpp | 1.3.1 | 1.3.3 ------------------------------------------------+-----------------+------------ games/pysolfc | 2.0 | 2.1.0 ------------------------------------------------+-----------------+------------ graphics/fracplanet | 0.4.0 | 0.5.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 Thu Nov 16 12:34:08 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2BE4DDC88D for ; Thu, 16 Nov 2017 12:34:08 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (smtp.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id BF20379170 for ; Thu, 16 Nov 2017 12:34:08 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from [172.16.33.187] (unknown [213.174.108.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id C2F1320EBD for ; Thu, 16 Nov 2017 12:34:00 +0000 (UTC) Subject: Re: [devel/radare2] Please look at radare2 patches To: freebsd-ports@freebsd.org References: From: Rodrigo Osorio Message-ID: <2d5b1b86-4576-c24b-0a24-35b836e5a083@osorio.me> Date: Thu, 16 Nov 2017 13:34:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 12:34:09 -0000 On 11/16/17 13:23, Michael Zhilin wrote: > Hi, > > Here is bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222931 > It's live and new patches are posted here, but no action from maintainer > and committer. > > I'll appreciate your look at ticket. I'll be happy to be maintainer, if > it's required. > > Thanks, > Michael. > _______________________________________________ > 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" Hi, I take it !. - rodrigo From owner-freebsd-ports@freebsd.org Thu Nov 16 18:27:37 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67CFFDE5243 for ; Thu, 16 Nov 2017 18:27:37 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta02.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1C8645F1 for ; Thu, 16 Nov 2017 18:27:36 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id FOo5enyAlLrBHFOo7eVaA3; Thu, 16 Nov 2017 18:22:36 +0000 Date: Thu, 16 Nov 2017 12:22:29 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Package database problems Message-ID: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfF0btiH0UfcsK77hwpQG9xHKd4YRqNj1m1wBk8jwUDq0VwXzvPx0eBcd6zpkLzDwwjdqxEpFd3TRvF8hEWtguzLdAR1z9xd4lOzBSBzDcodmYB7S5LeU Bz/vuGRnYGYxbKGfs4CYGB3pGvjWIQQqvuTBc4DSRMSyYQ+esUdSgUC2qQU/HOFGVI9G3QQoWV9Pfg== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 18:27:37 -0000 I'm having problems with my package database. It complains about a conflict with a file that doesn't exist. Is there a way to create a new local.sqlite file using the pkg command? Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Thu Nov 16 18:30:46 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8098DDE53A0 for ; Thu, 16 Nov 2017 18:30:46 +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 6EF2A648F5 for ; Thu, 16 Nov 2017 18:30:46 +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 D06F438F43 for ; Thu, 16 Nov 2017 10:30:45 -0800 (PST) Received: from [IPv6:2601:1c2:1400:8d31:71ee:3866:3847:e8e9] (unknown [IPv6:2601:1c2:1400:8d31:71ee:3866:3847:e8e9]) by chombo.houseloki.net (Postfix) with ESMTPSA id 83DC11388 for ; Thu, 16 Nov 2017 10:30:44 -0800 (PST) To: Freebsd Ports From: Mel Pilgrim Subject: Making a port that installs only an RC script provided in FILESDIR Message-ID: <56dd26c5-1daf-be8c-f499-0375f7fb3524@bluerosetech.com> Date: Thu, 16 Nov 2017 10:30:46 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 18:30:46 -0000 I have a port that has exactly one file: an RC script provided in the FILESDIR of the skeleton itself. I can't use metaport because I do have to install a file. I've had no luck finding anything that explains how to do this, and am meeting no end of errors when I test the port. How do I create this kind of port? From owner-freebsd-ports@freebsd.org Thu Nov 16 18:39:50 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9990EDE5787 for ; Thu, 16 Nov 2017 18:39:50 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69EA764F06 for ; Thu, 16 Nov 2017 18:39:50 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-it0-x230.google.com with SMTP id m191so1150239itg.2 for ; Thu, 16 Nov 2017 10:39:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BDsaR4Rh4k5cPQ9Z940vYvUcNjOYSzklrSabHnPD5vw=; b=bsrMmJToB/HKIqSfbxUCETDHPJqfamnGyf6SK6jBhtNwaSPFs4gOD8HsQsoCDbBQbc bd6uBdVg5gDILmeRyjId3fz3zR84WD0ypasJsrrt5a0FWv+skEbEoYL61cfMSHiny/KI ksUqid1y+hZMDe3O3BnIogMQQDh5eTLgk7UjYGuuPUjrC9nkxif65cZVFWPW7guJ5gNM aJ6ps4UgBRkVFXe4Q+XQbYsa29tgGGMCUDp7VuTMzYLVdbilQI6GFhwyeAyZOdsyO0g1 CkrnZimJF3YYcWUNLpeTJSJq2jTCeP+OLjccIpfC8cfEYDd9Gclde7vdc4/6GHZ9HHup u3XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=BDsaR4Rh4k5cPQ9Z940vYvUcNjOYSzklrSabHnPD5vw=; b=p8fC5UYJ6sN3iwMXBQkVRagg7opcrI2Sxw7CYZIWbPLN9Qx3ZYWhSTvigovwlNVfJv unCoEERtcS4L2hw8jaXO0q47NjaO79OJFNSftHCwBL2htnYYk6K8jLq+pf9YtbQKd/6n 0vSHso33LW080MopD3q4xypmn3uR5ldpLwamrm5XQunXpk7KOhnyHVeCbrL5cq9rWUzk ibYJMPv+eEI3dRMeUdW7eJSFSjd9jeWgzNitDcsu1h/F2ohCdpxFajB5HfIiJCCRrFXL neTwk2vFIUdLTr8vsdf8qJsVQsoT/XOP7tREoOT4w3/ZmQHb/5/Gi78bfTFoWfpcTWQ/ xNcQ== X-Gm-Message-State: AJaThX4wexr0n8cJbYRXCKmCI4uBnxILn/VvVeOipdIZp3lFgbqLGtHg lvJTCcP7bqgKs1txDpHHmdcBmoRzGezgRFt4jgU= X-Google-Smtp-Source: AGs4zMb5ljK47GG6UxR4Zg+BkiMIO3XxytNMdNu+Y0cQt7qc3PfKTmEy4D7qkCG4DvVF5uiUmRjuFIq5kyotgikGGkg= X-Received: by 10.36.225.136 with SMTP id n130mr3314863ith.146.1510857588350; Thu, 16 Nov 2017 10:39:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.138.114 with HTTP; Thu, 16 Nov 2017 10:39:47 -0800 (PST) In-Reply-To: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> From: Adam Vande More Date: Thu, 16 Nov 2017 12:39:47 -0600 Message-ID: Subject: Re: Package database problems To: Paul Schmehl Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 18:39:50 -0000 On Thu, Nov 16, 2017 at 12:22 PM, Paul Schmehl wrote: > I'm having problems with my package database. It complains about a > conflict with a file that doesn't exist. > > Is there a way to create a new local.sqlite file using the pkg command? > 'pkg which /path/to/file' IIRC should reveal the registered package? Perhaps best to address it that way. -- Adam From owner-freebsd-ports@freebsd.org Thu Nov 16 19:04:39 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28384DE61AE for ; Thu, 16 Nov 2017 19:04:39 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AE0665FD5 for ; Thu, 16 Nov 2017 19:04:38 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id FPSkeRHQXgoKNFPSne1qpm; Thu, 16 Nov 2017 19:04:37 +0000 Date: Thu, 16 Nov 2017 13:04:33 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Re: Package database problems Message-ID: <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> In-Reply-To: References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-CMAE-Envelope: MS4wfHzuQpkI0JWJX8k+LIg0aY4F7T1ShG2O+KJ65A0JJ2MdhG5pqjTtjTeXbtXoFSZJdvjFbe0sA9D/CUOM5nA+CuEUw7/6Yif6MfzWpsvaJLHlkC+KokP9 G5YgyuenUms+rpBuk90Jg6YAd+hpLh7Zg/OP+vkiOIRcjl0R9U+nRkUSpvH5aMFHV9s+Lye/gVQknQ== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:04:39 -0000 That's the problem. The package that installed that file is not installed.=20 Nor is the file in the location pkg complains about. Yet, it still=20 complains of a conflict and refuses to install the package I'm trying to=20 install. For example, I tried to upgrade devel/oniguruma. It complained about a=20 conflict with oniguruma5, specifically /usr/local/bin/onig-config. That=20 file does not exist, nor is onigurum5 installed. I wish there was a pkg command like rebuild-db that would iterate through=20 /var/db/pkg and create a valid local.sqlite file that registers the=20 packages currently existing on the server. --On November 16, 2017 at 12:39:47 PM -0600 Adam Vande More=20 wrote: > > On Thu, Nov 16, 2017 at 12:22 PM, Paul Schmehl > wrote: > > > > I'm having problems with my package database. It complains about a > conflict with a file that doesn't exist. > > Is there a way to create a new local.sqlite file using the pkg command? > > > > 'pkg which /path/to/file' IIRC should reveal the registered = package?=C2=A0=C2=A0 > Perhaps best to address it that way. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Thu Nov 16 19:06:29 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E975ADE629E for ; Thu, 16 Nov 2017 19:06:29 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C5B8E66187 for ; Thu, 16 Nov 2017 19:06:29 +0000 (UTC) (envelope-from decke@bluelife.at) Received: by mailman.ysv.freebsd.org (Postfix) id C50AADE629D; Thu, 16 Nov 2017 19:06:29 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4153DE629C for ; Thu, 16 Nov 2017 19:06:29 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-pf0-x22d.google.com (mail-pf0-x22d.google.com [IPv6:2607:f8b0:400e:c00::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D65766186 for ; Thu, 16 Nov 2017 19:06:28 +0000 (UTC) (envelope-from decke@bluelife.at) Received: by mail-pf0-x22d.google.com with SMTP id r62so35495pfd.5 for ; Thu, 16 Nov 2017 11:06:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XZCIAmiX2f5b8KSFHvyh2euW1EDVxw4aYqudFBuCFDM=; b=ZLtVgA6uN1bovEHzAHAAIeg/ANqIkqUYBrTIY5tgzRsxS2+USValNe7GYB7pE9J606 jvUF8am0dQaB2nemw6XI3vdaK6ARSNpKVc33PWcfz2DwZkwHUGWWI8U4Cuc2WN346RV8 a/TL/jVFtSUa/s4BNHWX5JPwdBdw7se20+Fdk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=XZCIAmiX2f5b8KSFHvyh2euW1EDVxw4aYqudFBuCFDM=; b=jYBXb0yyCNU47puEnWZMX+0FRG46zfSOccahzdOVJZgKnb43g93/fv+KMlPg+qQRgp l4FCgAHWrJ+AB7r5eU09qY/jZa074+ANYf3heWded5LqZnIz0TwfoIPy2dXI6/p3v43a 8OY8fEOhAOgO9QT2gP0zSVBXs5d73QFmmAR14RL8clRTl/A+DHQIJ8OoxemUlnGtZCLE QGp3JGpkHKsVzErQtTjqQq3eoHIog5HJMapBpY22i1AIKogqEctT5IfhsOjYR7Ff4vRn d3MkXcO2dfOCjSnJJWIw/UU7409ReHApI+aFaaYXdsr1e1k1dQIAvwTicxR50aAHKfP+ LNCA== X-Gm-Message-State: AJaThX7HgQDgzlEcETmEI0lOi1zWpvAWNVdCPXk2G0p6O9iIshI0dnak eVkas85Ll4b5Y8a0E0EXxuX/CBq0aSxxrwE0sIxSENou X-Google-Smtp-Source: AGs4zMYNN/JV+7G/fWIIGfscKzexiHvZX7UBJW17iSQMSxVxwuyaS2L4gbMpNk9L/GZC6cD373H7ixfDhBlUZIkE0yQ= X-Received: by 10.84.241.142 with SMTP id b14mr2668770pll.352.1510859188394; Thu, 16 Nov 2017 11:06:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.100.178.163 with HTTP; Thu, 16 Nov 2017 11:06:27 -0800 (PST) X-Originating-IP: [2001:470:701f:8400:f0e3:2ee0:a5be:2bbe] Received: by 10.100.178.163 with HTTP; Thu, 16 Nov 2017 11:06:27 -0800 (PST) In-Reply-To: References: From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= Date: Thu, 16 Nov 2017 20:06:27 +0100 Message-ID: Subject: Re: FreeBSD Port: multimedia/mythtv To: Austin C Phelps Cc: "ports@freebsd.org Ports" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:06:30 -0000 Am 16.11.2017 03:43 schrieb "Austin C Phelps" : I have been working for a couple of month and finally got MythTV 29 working in FreeBSD 11. So I been working toward update the ports to create a new package. I'm not fully understanding all the ins and outs of it creation. As long as I set up the environment before hand, I can compile and have a working system with only 2 patches needed. I also have mythweb working as well. I have attached my working makefile. However to make this work you need to do this first (I'm doing this in a Jail): pkg upgrade portsnap fetch portsnap extract pkg install ansible git clone https://github.com/MythTV/ansible cd ansible ansible-playbook -i hosts.freebsd qt5.yml pkg install libXinerama Then you can compile and install MythTV. Any help would be greatly appreciated. Thanks a lot for the work! Sadly the mailing list does not allow attachments so you will need to upload it somewhere. (pastebin or github for example) From owner-freebsd-ports@freebsd.org Thu Nov 16 19:18:04 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 519BFDE66E4 for ; Thu, 16 Nov 2017 19:18:04 +0000 (UTC) (envelope-from SRS0=azUQ=CO=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 1888266A24 for ; Thu, 16 Nov 2017 19:18:03 +0000 (UTC) (envelope-from SRS0=azUQ=CO=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id DE6D228454; Thu, 16 Nov 2017 20:17:54 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id C912428458; Thu, 16 Nov 2017 20:17:53 +0100 (CET) Subject: Re: Making a port that installs only an RC script provided in FILESDIR To: Mel Pilgrim , Freebsd Ports References: <56dd26c5-1daf-be8c-f499-0375f7fb3524@bluerosetech.com> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <5A0DE461.6020301@quip.cz> Date: Thu, 16 Nov 2017 20:17:53 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <56dd26c5-1daf-be8c-f499-0375f7fb3524@bluerosetech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:18:04 -0000 Mel Pilgrim wrote on 2017/11/16 19:30: > I have a port that has exactly one file: an RC script provided in the > FILESDIR of the skeleton itself. I can't use metaport because I do have > to install a file. > > I've had no luck finding anything that explains how to do this, and am > meeting no end of errors when I test the port. If you have files/my_port.in then you need this in your Makefile USE_RC_SUBR= my_port There is example of port having just one file in files directory, but installing it as periodic script https://svnweb.freebsd.org/ports/head/mail/sa-utils/Makefile?view=markup You can omit all options related lines and "do-install" target. Miroslav Lachman From owner-freebsd-ports@freebsd.org Thu Nov 16 19:23:38 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26A4FDE6A8F for ; Thu, 16 Nov 2017 19:23:38 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E17066E50 for ; Thu, 16 Nov 2017 19:23:37 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id e143so85473lfg.12 for ; Thu, 16 Nov 2017 11:23:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ztH+EDXRND79obPlHzEDvi0GPtjwAQAQD2t+bx7kzw8=; b=Gwg1AKC/rpSiSlX1CsEjsJxXCVxODKf+RcyRsYmOUPV8tA9BuVzA6EbkywAUrJ6uSM gmnztESfOSakJmyQbLzTg2GnxTbj+1pu1AX/cJarw5+xXz5Sln+0RP32Ak+UBV5dgOOF V24ngIk1QTLQkhiU7tcYSvHyv6gRFVoE09DCfN1Sye3lg2orEcywss5FURs1dDdXsR+5 w6zBqFK/xixLjJCOeRYgThvzNDhMCZdzdCnqQJYrFPVkXOXBts8sZZO0Zz7c/QAMhANH vuonHVG8BhLdSbgr3kiVu43K1wdLF3R4qI4pT7IGftGEeD/TcZn6DrckYIsrAROubf+x uvOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ztH+EDXRND79obPlHzEDvi0GPtjwAQAQD2t+bx7kzw8=; b=Snbnfnf5jixWFa3hxWquHAuJmKra7AaWMdTxBfOtBbipMUHIy2e+lC9gQOPGksTtFA snOFVWiU3ivsy0jXzJsndQtilOQYyWUKtIzlIgHyHRklSYSj5p6lA3Kaly2/oYm8+lLi jiartWvscUWc6MrVHYvqFCfcBmsrI04OBPg/pcrvypVos0sCktowNfppuXXhxck3C/Mq SkemimbfD8do6O/Hhej7VPilJK0O3puSNOaS31VuTxs45CxPZVqaj16VzGA6tjkWhztW xwhG6uZe2722JAvxoBtYAmaq8mc6PtigYqs9kb2ssEj8A/ZtD6/emNWgaG+oiQG4ISAP z2BA== X-Gm-Message-State: AJaThX4VBg4LBB858SW0zoggSrcH0Pe00LkZAaQCjMUrGk5zGLX/LIr2 6SBmBk8HPyiwlTkiyoqHoN/fA9Ljyu38bR9QmCw= X-Google-Smtp-Source: AGs4zMbnnEETqism0P/IE2gu3KMes6vbnKSPR38hPPN8hG2BSYcFQX7wbA0g7WznuIIDHkZpKFzLx5R6rH1klStkiSE= X-Received: by 10.25.16.97 with SMTP id f94mr940787lfi.172.1510860215619; Thu, 16 Nov 2017 11:23:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.227.73 with HTTP; Thu, 16 Nov 2017 11:23:34 -0800 (PST) In-Reply-To: <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> From: Freddie Cash Date: Thu, 16 Nov 2017 11:23:34 -0800 Message-ID: Subject: Re: Package database problems To: Paul Schmehl Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:23:38 -0000 On Thu, Nov 16, 2017 at 11:04 AM, Paul Schmehl wrote: > That's the problem. The package that installed that file is not installed= . > Nor is the file in the location pkg complains about. Yet, it still > complains of a conflict and refuses to install the package I'm trying to > install. > > For example, I tried to upgrade devel/oniguruma. It complained about a > conflict with oniguruma5, specifically /usr/local/bin/onig-config. That > file does not exist, nor is onigurum5 installed. > =E2=80=8BInstall onigurum5, then remove it. Try to install onigurum. That= should reset things in the database. =E2=80=8B > I wish there was a pkg command like rebuild-db that would iterate through > /var/db/pkg and create a valid local.sqlite file that registers the > packages currently existing on the server. =E2=80=8BThere's nothing to iterate over. There's nothing in /var/db/pkg a= nymore except the SQLite databases. The only way to "rebuild" local.sqlite is to reinstall everything. --=20 Freddie Cash fjwcash@gmail.com From owner-freebsd-ports@freebsd.org Thu Nov 16 19:37:07 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD164DE70AE for ; Thu, 16 Nov 2017 19:37:07 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta02.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BDE6F67625 for ; Thu, 16 Nov 2017 19:37:06 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id FPyDes90uLrBHFPyGeWGaC; Thu, 16 Nov 2017 19:37:09 +0000 Date: Thu, 16 Nov 2017 13:37:02 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Re: Package database problems Message-ID: In-Reply-To: References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfPlGP0ijsb2IE8L1JHzVqFZVU+1wMxIJePSbB1CWHf3WBX4Aq8fstsfutmgcGASFTEITBtxDdBnP/JyfwzqW0XL8xieG86ciF+X069496EqPMibEANnJ UjBpWlt8HhQFgddINgyarepPaCcudE2ageMO/nW4qJgL8yOR6bEWpiNQSMJTULU1ApJPgYujMbfvqA== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:37:08 -0000 --On November 16, 2017 at 11:23:34 AM -0800 Freddie Cash wrote: > > The only way to "rebuild" local.sqlite is to reinstall everything. Is there a way to force a port install regardless of conflicts? Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Thu Nov 16 19:38:48 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72372DE71D3 for ; Thu, 16 Nov 2017 19:38:48 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 51E00677A1 for ; Thu, 16 Nov 2017 19:38:47 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id FPv1eYhdE1nXhFPv4eDE25; Thu, 16 Nov 2017 19:33:51 +0000 Date: Thu, 16 Nov 2017 13:33:46 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Re: Package database problems Message-ID: <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> In-Reply-To: References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-CMAE-Envelope: MS4wfDm+xQOXWfj3r/9X5nWMWv3Eist8Ai1xmO0N1qFy0I8+qr4ATJm0b32G/QGpkUyp8TlOxrtYP7fEOVZnQYH2WHQzEEAlHA6EWzK9SSYObk1uRokissfE Gd8CK7k9oY+v2aNDlDA3xBLjZOwhT92z+3DhZNPlD0UDIN/ljGjVFqKBbB1UtLoEfBvCwfBGTgsKHQ== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:38:48 -0000 --On November 16, 2017 at 11:23:34 AM -0800 Freddie Cash=20 wrote: > > =E2=80=8BThere's nothing to iterate over.=C2=A0 There's nothing in = /var/db/pkg > anymore except the SQLite databases. Then what is all this? (I'm only showing part of it. ls /var/db/pkg/ FreeBSD.meta libXfixes-5.0.3 p5-Net-Domain-TLD-1.74=20 py27-qt4-dbussupport-4.12_1 ImageMagick-6.9.2.10,1 libXfont-1.5.2,2 p5-Package-Stash-0.37_1=20 py27-qt4-gui-4.11.4,1 ORBit2-2.14.19_2 libXft-2.3.2_1 p5-Package-Stash-XS-0.28_2=20 py27-setuptools-36.5.0 a2ps-4.13b_8 libXi-1.7.9,1 p5-Params-Util-1.07_2=20 py27-setuptools27-19.2 apache24-2.4.18 libXpm-3.5.12 p5-Params-Validate-1.29=20 py27-sip-4.19.2,1 apache24-2.4.29 libXrandr-1.5.1 p5-Params-ValidationCompiler-0.24=20 py27-six-1.11.0 apr-1.6.3.1.6.1 libXrender-0.9.10 p5-Role-Tiny-2.000006=20 py27-six-1.9.0 argp-standalone-1.3_3 libXt-1.1.5,1 p5-Specio-0.42=20 py27-snowballstemmer-1.2.0_1 atk-2.24.0 libXv-1.0.11,1 p5-Sub-Exporter-0.987_1=20 py27-sphinx-1.3.1_2 autoconf-2.69_1 libXvMC-1.0.10 p5-Sub-Exporter-Progressive-0.001013=20 py27-sphinx-1.4.8_2,1 autoconf-wrapper-20131203 libXxf86vm-1.1.4_1 p5-Sub-Identify-0.14=20 py27-sphinx_rtd_theme-0.1.8 automake-1.15.1 libarchive-3.3.2,1 p5-Sub-Install-0.928_1=20 py27-sphinx_rtd_theme-0.2.4 automake-wrapper-20131203 libatomic_ops-7.6.0_1 p5-Sub-Quote-2.004000=20 py27-sqlite3-2.7.11_7 avahi-app-0.6.31_5 libcheck-0.10.0 p5-TimeDate-2.30_2,1=20 py27-tkinter-2.7.11_6 bacula-client-7.2.0_3 libclc-0.3.0.20170927 p5-Try-Tiny-0.28=20 py27-tkinter-2.7.14_6 bareos-client-static-16.2.6 libcroco-0.6.11 p5-Variable-Magic-0.62=20 pydbus-common-1.2.0_1 bash-4.4.12_3 libdaemon-0.14_1 p5-XML-Parser-2.44 python27-2.7.14_1 bdftopcf-1.0.5 libdevq-0.0.4 p5-namespace-autoclean-0.28=20 python35-3.5.4 bigreqsproto-1.1.2 libdrm-2.4.88,1 p5-namespace-clean-0.27=20 qpdf-6.0.0_1 binutils-2.28,1 libedit-3.1.20170329_2,1 pango-1.36.8_2=20 qscintilla2-2.9.1,1 bison-3.0.4,1 libev-4.22,1 pango-1.40.6 qt4-assistant-4.8.7 boehm-gc-7.6.0 libevent-2.1.8 pciids-20171021 qt4-clucene-4.8.7 boost-docs-1.65.1 libevent2-2.0.22_1 pcre-8.40_1 qt4-clucene-4.8.7_1 boost-jam-1.65.1 libffi-3.2.1_1 pecl-APCu-5.1.8_1 qt4-corelib-4.8.7_9= > > > The only way to "rebuild" local.sqlite is to reinstall everything. Well that sucks, because I CAN'T reinstall everything, since the supposed=20 conflicts are preventing it. Are you saying to delete the database and then = reinstall every port to build a new db? Good lord. I'm already into my=20 second day of trying to fix this problem, and I've got tons of problems. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Thu Nov 16 19:49:24 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04603DE75DA for ; Thu, 16 Nov 2017 19:49:24 +0000 (UTC) (envelope-from lists@opsec.eu) 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 BE07A67D1A for ; Thu, 16 Nov 2017 19:49:23 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eFQA8-000DXS-LH; Thu, 16 Nov 2017 20:49:24 +0100 Date: Thu, 16 Nov 2017 20:49:24 +0100 From: Kurt Jaeger To: Paul Schmehl Cc: FreeBSD Ports Subject: Re: Package database problems Message-ID: <20171116194924.GB2827@home.opsec.eu> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:49:24 -0000 Hi! > > ???There's nothing to iterate over.  There's nothing in /var/db/pkg > > anymore except the SQLite databases. > > Then what is all this? (I'm only showing part of it. > > ls /var/db/pkg/ > FreeBSD.meta libXfixes-5.0.3 p5-Net-Domain-TLD-1.74 > py27-qt4-dbussupport-4.12_1 > ImageMagick-6.9.2.10,1 libXfont-1.5.2,2 p5-Package-Stash-0.37_1 Looks like you have some old-style pkg_xxxx leftovers. -- pi@opsec.eu +49 171 3101372 3 years to go ! From owner-freebsd-ports@freebsd.org Thu Nov 16 19:58:57 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B1B6DE785B for ; Thu, 16 Nov 2017 19:58:57 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C1A66813F for ; Thu, 16 Nov 2017 19:58:56 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id FQJJeULlKgoKNFQJLe2LLI; Thu, 16 Nov 2017 19:58:56 +0000 Date: Thu, 16 Nov 2017 13:58:52 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Re: Package database problems Message-ID: In-Reply-To: <20171116194924.GB2827@home.opsec.eu> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-CMAE-Envelope: MS4wfDN0yNRRBt+SpScvNYp9yjgg84nq/kDqK3PImXYd/HPZNxoViP+Q48fi5GcW3+3NtOMxgaZCTAGEWd9nuesLTR9+7s1S0OsKGHj3aFkaLcuc6a1c8OEX e/z+OBhYWgCChuPe+FuUjWKas5Dxx/xvqRvPxmd1x6qhPfFH5akmMvFzdbdC/dr5h/1HVC2AT8TztQ== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 19:58:57 -0000 --On November 16, 2017 at 8:49:24 PM +0100 Kurt Jaeger =20 wrote: > Hi! > >> > ???There's nothing to iterate over.=C2=A0 There's nothing in = /var/db/pkg >> > anymore except the SQLite databases. >> >> Then what is all this? (I'm only showing part of it. >> >> ls /var/db/pkg/ >> FreeBSD.meta libXfixes-5.0.3 p5-Net-Domain-TLD-1.74 >> py27-qt4-dbussupport-4.12_1 >> ImageMagick-6.9.2.10,1 libXfont-1.5.2,2 p5-Package-Stash-0.37_1 > > Looks like you have some old-style pkg_xxxx leftovers. So, what should I do? I didn't setup this server to begin with. I recall, a = while back, instructions for switching to pkgng. Is that what wasn't done? Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Thu Nov 16 20:06:54 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEF0DDE7C8F for ; Thu, 16 Nov 2017 20:06:54 +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 AC72B686D5 for ; Thu, 16 Nov 2017 20:06:54 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from chombo.houseloki.net (unknown [IPv6:2601:1c2:1400:8d31:21c:c0ff:fe7f:96ee]) by echo.brtsvcs.net (Postfix) with ESMTPS id 3C29438D05; Thu, 16 Nov 2017 12:06:48 -0800 (PST) Received: from [IPv6:2601:1c2:1400:8d31:71ee:3866:3847:e8e9] (unknown [IPv6:2601:1c2:1400:8d31:71ee:3866:3847:e8e9]) by chombo.houseloki.net (Postfix) with ESMTPSA id 849C3254; Thu, 16 Nov 2017 12:06:47 -0800 (PST) Subject: Re: Making a port that installs only an RC script provided in FILESDIR To: Miroslav Lachman <000.fbsd@quip.cz>, Freebsd Ports References: <56dd26c5-1daf-be8c-f499-0375f7fb3524@bluerosetech.com> <5A0DE461.6020301@quip.cz> From: Mel Pilgrim Message-ID: Date: Thu, 16 Nov 2017 12:06:49 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <5A0DE461.6020301@quip.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 20:06:54 -0000 On 11/16/2017 11:17, Miroslav Lachman wrote: > Mel Pilgrim wrote on 2017/11/16 19:30: >> I have a port that has exactly one file: an RC script provided in the >> FILESDIR of the skeleton itself.  I can't use metaport because I do have >> to install a file. >> >> I've had no luck finding anything that explains how to do this, and am >> meeting no end of errors when I test the port. > > If you have files/my_port.in > > then you need this in your Makefile > > USE_RC_SUBR= my_port Already had that. The port needed extra settings so that make didn't try to fetch anything and stage didn't try to look for WRKSRC. The part I was missing was (quite unintuitively) setting NO_INSTALL=yes on a port that will install files. From owner-freebsd-ports@freebsd.org Thu Nov 16 20:34:03 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 628B5DE8727 for ; Thu, 16 Nov 2017 20:34:03 +0000 (UTC) (envelope-from lists@opsec.eu) 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 25848696B4 for ; Thu, 16 Nov 2017 20:34:03 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eFQrN-000Dcq-Kl; Thu, 16 Nov 2017 21:34:05 +0100 Date: Thu, 16 Nov 2017 21:34:05 +0100 From: Kurt Jaeger To: Paul Schmehl Cc: FreeBSD Ports Subject: Re: Package database problems Message-ID: <20171116203405.GC2827@home.opsec.eu> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> 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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 20:34:03 -0000 Hi! > >> ls /var/db/pkg/ > >> FreeBSD.meta libXfixes-5.0.3 p5-Net-Domain-TLD-1.74 > >> py27-qt4-dbussupport-4.12_1 > >> ImageMagick-6.9.2.10,1 libXfont-1.5.2,2 p5-Package-Stash-0.37_1 > > > > Looks like you have some old-style pkg_xxxx leftovers. > So, what should I do? You probably have to clean it up. I would do this: - use the list of old-style packages in /var/db/pkg, together with the output of pkg info, to generate a list of packages that you need after clean up. My list looks like this, approx. 2000 entries: ------------- [...] devel/automake devel/automake-wrapper devel/automoc4 devel/binutils devel/bison [...] ------------- - Then build all the packages from your list via poudriere, and generate a repo of all those up2date packages. - Then (this is dangerous, if done via remote, keep a few ssh sessions running in parallel, if one fails): mkdir /usr/local/OLD cd /usr/local mv * OLD/ - Now no packages are installed - re-add all the packages, restore the config from OLD/... > I didn't setup this server to begin with. I recall, a > while back, instructions for switching to pkgng. Is that what wasn't done? Yes, something like that. -- pi@opsec.eu +49 171 3101372 3 years to go ! From owner-freebsd-ports@freebsd.org Thu Nov 16 21:20:03 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EF44DE9630 for ; Thu, 16 Nov 2017 21:20:03 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta02.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F56A6AB93 for ; Thu, 16 Nov 2017 21:20:02 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id FRZpexSIMLrBHFRZseXDCB; Thu, 16 Nov 2017 21:20:05 +0000 Date: Thu, 16 Nov 2017 15:19:58 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Re: Package database problems Message-ID: In-Reply-To: <20171116203405.GC2827@home.opsec.eu> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> <20171116203405.GC2827@home.opsec.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfOe3jBqeISfhlUMz8pJ3m6oxSVkMGIpDVhEXZKa3xF+4qHqXhIpvLgYlaOKAzyaGriM2ZpBHOZJGL4RitPGsGPi++Foft6vxeVDdC08dTlG2DeKCslLF VSEPBvfoixyT8/Xlth1y+tri7thOcMpqEjjmqi9xo9qUHzQ9WrMOsMIB1Q36BCy/jOIh2/HhaOMEQg== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 21:20:03 -0000 --On November 16, 2017 at 9:34:05 PM +0100 Kurt Jaeger wrote: > > You probably have to clean it up. > > I would do this: > - use the list of old-style packages in /var/db/pkg, together > with the output of pkg info, to generate a list of > packages that you need after clean up. > My list looks like this, approx. 2000 entries: > ------------- > [...] > devel/automake > devel/automake-wrapper > devel/automoc4 > devel/binutils > devel/bison > [...] > ------------- > - Then build all the packages from your list via poudriere, > and generate a repo of all those up2date packages. > - Then (this is dangerous, if done via remote, keep a few > ssh sessions running in parallel, if one fails): > mkdir /usr/local/OLD > cd /usr/local > mv * OLD/ > - Now no packages are installed > - re-add all the packages, restore the config from OLD/... > Ugh. >> I didn't setup this server to begin with. I recall, a >> while back, instructions for switching to pkgng. Is that what wasn't >> done? > > Yes, something like that. Should I run pkg2ng now? Would that help? Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Thu Nov 16 21:26:35 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E570DE9BA2 for ; Thu, 16 Nov 2017 21:26:35 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-oln040092006087.outbound.protection.outlook.com [40.92.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE38A6B171 for ; Thu, 16 Nov 2017 21:26:34 +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; bh=f1toeLCLUkSLZmQXZFv0C7rRspUqHConqJ6dUUCxtqY=; b=dZkDcwQ5jCLgbYP49xfwX/lV8s/kWYlfslTNLYKptsJpEWAnu4CssNQM+liSb9OT34NfVJMroajvyLSY6ZwlgOP8t2YKGSmhn7kwqPPbQxhm8lXyu64tBNl5/RIZ9n2DCsgeNdNQK0mzTT5PUfGx/vFLBvNaSpntPrPfAZQ6efup7yVOK1ayYoj7N3bIVb9rsT/RGOtGEPAOoQLXwNxOM/Pe88my1d1casMyFvYPwJRzoAsTTmqAdYl7k+9NkLqQqezM4e9pOjxI66sAIXzfG2Rtn5x4BZGRzv++BiLMMbeQHrdG8eHL4ZUZ725+lYPKeIyN6e3q3yMamzy/PpWQzw== Received: from BY2NAM03FT038.eop-NAM03.prod.protection.outlook.com (10.152.84.53) by BY2NAM03HT102.eop-NAM03.prod.protection.outlook.com (10.152.85.179) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.20.239.4; Thu, 16 Nov 2017 21:26:33 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com (10.152.84.59) by BY2NAM03FT038.mail.protection.outlook.com (10.152.84.170) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.20.239.4 via Frontend Transport; Thu, 16 Nov 2017 21:26:33 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com ([10.172.31.146]) by BN6PR2001MB1730.namprd20.prod.outlook.com ([10.172.31.146]) with mapi id 15.20.0239.005; Thu, 16 Nov 2017 21:26:33 +0000 From: Carmel NY To: FreeBSD Subject: Re: Package database problems Thread-Topic: Package database problems Thread-Index: AQHTXyGT7qJ6Ty/jQU+SDjKuWkrFDQ== Date: Thu, 16 Nov 2017 21:26:33 +0000 Message-ID: References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> In-Reply-To: Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-incomingtopheadermarker: OriginalChecksum:93C25E6DC41E8515FD4D49FBFF843215F36E2EC7EE35A660EEE1F420B66A4366; UpperCasedChecksum:C4E8CFF3148F5A9820C77EB0ECF7014B3FEF60C000BEB23507EF559404D7BB62; SizeAsReceived:7247; Count:47 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [7OB/YBsikJR5kF6N80GgWaoQYOaPkRsl] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; BY2NAM03HT102; 6:JGTnYKXZzO2UBI1Nvh3SEDFE45OAFyM5wKRgjjOSUzUKsnWrN1/D7xsgCVCloE69G6eq1ZnoCID2sMnZKJLPaD1W7uUo3UKaCBCOsT5mi3n7AtrjfR1xBcM761FMaz5U9aSceA+5pnwZV0Gc2EJCMlpbh3hBtQF5rKt5JWO6m5cmuNRW7APxeg3Q5fNPQ0Xh6H5vVYIG4/BzifoaNszTc7T0K0kcScVUthB2d2fLG+ZaaBwiFYcB2Q6JqE04uJdN04XGTSJcEFmbSDaMvw7OeaobWLok1NSxOkeEqt24gEN2ezyNsegqcC3kCRquQh/ihODF1zxKP/vADt1T7OTqzgxjjpI+iBdVmc8JLb9+Wk8=; 5:lc5Pmt1VnG49tTs8kAlI18O7MhA0jxZE9iZx7yWSogZBDUuDRo4xWWYkysmRIyawhhUl6S7sxrfJtSr+zDw5tU3ALy/d4VcYOv0ruMawVBAfVT2GwDkazZbmfpeCnVtJKqO8EFT97ATjVS2gs7OmTMKMkjkd8NrOjH68dN0niyA=; 24:bO9n1wKxdVLAC/JzHgGfQ8LIimvcfRxCYbcytgGSstQ02hH70vrtFyVt61Gu8+V3EenApPzQtMYMCYnzAcnVS+tiT3o0GZr8vKU+5lzugm8=; 7:0HIhxhdJKq4kfUa2K2bin6KlaZKGc0FnIVJUeopSKAE3q5RZJfjEq9NOZN6eoe1ZCJrcUywiJbxTyzvAsEUT28MA0kC4KJEhZG5b0bjMC7uMtj/cZe6xeCdrpEtgcUEmAFs31wPBuUxnoWhSjrAzedw5xRT8baZH7mOgVgfAsAdgVv4NeXbwEP2+2rcjifz6Y5VSK39Ho8lYrKDqsP7KkuZmrYdhLAeTVMLSdQE+peN7uiYLtJH2sZKe6UuRhI4h x-incomingheadercount: 47 x-eopattributedmessage: 0 x-ms-office365-filtering-correlation-id: e6f7d920-b407-4942-d73d-08d52d38b549 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(201702061074)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031324274)(2017031323274)(2017031322404)(1603101448)(1601125374)(1701031045); SRVR:BY2NAM03HT102; x-ms-traffictypediagnostic: BY2NAM03HT102: authentication-results: outbound.protection.outlook.com; spf=skipped (originating message); dkim=none (message not signed) header.d=none; dmarc=none action=none header.from=outlook.com; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(444000031); SRVR:BY2NAM03HT102; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:BY2NAM03HT102; x-forefront-prvs: 0493852DA9 x-forefront-antispam-report: SFV:NSPM; SFS:(7070007)(98901004); DIR:OUT; SFP:1901; SCL:1; SRVR:BY2NAM03HT102; H:BN6PR2001MB1730.namprd20.prod.outlook.com; FPR:; SPF:None; LANG:; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-Network-Message-Id: e6f7d920-b407-4942-d73d-08d52d38b549 X-MS-Exchange-CrossTenant-originalarrivaltime: 16 Nov 2017 21:26:33.3227 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2NAM03HT102 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 21:26:35 -0000 On Thu, 16 Nov 2017 13:37:02 -0600, Paul Schmehl stated: >Is there a way to force a port install regardless of conflicts? This is untried. Using synth, you could create a file with a listing of all your installed ports, then run: synth force "your file" That should correct the problem. That should rebuild your system and correct any errors. Again,= I have not tested it. --=20 Carmel From owner-freebsd-ports@freebsd.org Thu Nov 16 22:13:42 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49424DEB317 for ; Thu, 16 Nov 2017 22:13:42 +0000 (UTC) (envelope-from net@arrishq.net) Received: from mail1.arrishq.net (eatmyshorts.phobos.ws [178.63.103.215]) (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 ECABB6D2D9 for ; Thu, 16 Nov 2017 22:13:41 +0000 (UTC) (envelope-from net@arrishq.net) Received: from mail.arrishq.net (mail.arrishq.net [127.0.0.1]) (Authenticated sender: local) by mail1.arrishq.net (qmail) with ESMTPSA id DB3AEE74 ; Thu, 16 Nov 2017 23:13:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arrishq.net; s=default; t=1510870413; bh=q+q5U1eEXDN71UqC+MjS9m/DZjNS7vqLHV3FN1SNFbk=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=OVonsNZZXHs1XhxoUDqZ8B/4gFgxX/E9bUMZaDCK5VZSbs/BfuhSXt+NOyVFJajGl NJz9Kghd/nRTr5ktFYJdtEcSekCJn6KAb5U6ZMbJMBO4WNobW83JUS5aEvUtZaLvrq HKPoiooE4dPbT8VmUBNgauZLwmzJJRg7nJaiCK6k= Date: Thu, 16 Nov 2017 23:13:15 +0100 (CET) From: Tommy Scheunemann To: Paul Schmehl cc: FreeBSD Ports Subject: Re: Package database problems In-Reply-To: Message-ID: References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> <20171116203405.GC2827@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 22:13:42 -0000 Hi, first - I would say forget about the directories in /var/db/pkg - when manually running a "make install" for some port I get such a directory created as well. Important is the "local.sqlite" file where everything gets stored. For your problem, dunno which package pkg refuses to install due to some conflict, but it might be worth checking /usr/ports/UPDATING - if you've installed ports - and picking out the problematic port to see what happened, if documented of course. For installing something, lurk the package manually and give: pkg add -f what_ever.txz a try. Though, backup /var/db/pkg/local.sqlite before doing and hopefully pkg will recognize the file again as being installed by some package. Since changes are high your database might still be in a problematic state if a file belongs to 2 possible packages, remove both of them and reinstall the right one. For the future it might be worth reading Debian's apt-get and dpkg documentation to see what will be implemented next. On Thu, 16 Nov 2017, Paul Schmehl wrote: > --On November 16, 2017 at 9:34:05 PM +0100 Kurt Jaeger > wrote: > >> >> You probably have to clean it up. >> >> I would do this: >> - use the list of old-style packages in /var/db/pkg, together >> with the output of pkg info, to generate a list of >> packages that you need after clean up. >> My list looks like this, approx. 2000 entries: >> ------------- >> [...] >> devel/automake >> devel/automake-wrapper >> devel/automoc4 >> devel/binutils >> devel/bison >> [...] >> ------------- >> - Then build all the packages from your list via poudriere, >> and generate a repo of all those up2date packages. >> - Then (this is dangerous, if done via remote, keep a few >> ssh sessions running in parallel, if one fails): >> mkdir /usr/local/OLD >> cd /usr/local >> mv * OLD/ >> - Now no packages are installed >> - re-add all the packages, restore the config from OLD/... >> > > Ugh. > >>> I didn't setup this server to begin with. I recall, a >>> while back, instructions for switching to pkgng. Is that what wasn't >>> done? >> >> Yes, something like that. > > Should I run pkg2ng now? Would that help? > > Paul Schmehl, Retired > As if it wasn't already obvious, my opinions > are my own and not those of my employer. > ******************************************* > "It is as useless to argue with those who have > renounced the use of reason as to administer > medication to the dead." Thomas Jefferson > "There are some ideas so wrong that only a very > intelligent person could believe in them." George Orwell > > _______________________________________________ > 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" > From owner-freebsd-ports@freebsd.org Fri Nov 17 00:04:08 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18517DEE4B4 for ; Fri, 17 Nov 2017 00:04:08 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (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 D70D671BD2 for ; Fri, 17 Nov 2017 00:04:07 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vAH049Bo018952; Thu, 16 Nov 2017 16:04:15 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: FreeBSD , Carmel NY In-Reply-To: References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> , From: "Chris H" Subject: Re: Package database problems Date: Thu, 16 Nov 2017 16:04:15 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <077599c3e5aabd91f2c1a196bee1a44a@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 00:04:08 -0000 On Thu, 16 Nov 2017 21:26:33 +0000 Carmel NY wrote > On Thu, 16 Nov 2017 13:37:02 -0600, Paul Schmehl stated: > > >Is there a way to force a port install regardless of conflicts? > > This is untried. Using synth, you could create a file with a listing of all > your installed ports, then run: synth force "your file" That should correct > the problem. That should rebuild your system and correct any errors. Again, I > have not tested it. Or... $ cd /path/to/problem/port $ make followed by $ make -DFORCE_PKG_REGISTER install clean I *love* synth. But I (like Carmel) can't guarantee synth. But I can say that the method I just provided has saved my bacon more times than I care to remember. :/ HTH, and good luck! --Chris P.S. If your any good with Structured Query Language, you can simply make a copy of the DB, and edit the live one. There are some DB GUI's in the ports tree that can also help in that regard, that support sqlite3. I've also gone that route. > > -- > Carmel > _______________________________________________ > 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" From owner-freebsd-ports@freebsd.org Fri Nov 17 06:52:07 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07795DBC298 for ; Fri, 17 Nov 2017 06:52:07 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2617CC26 for ; Fri, 17 Nov 2017 06:52:06 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (unknown [IPv6:2001:8b0:151:1:8cec:a829:7a6:868e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 3BCE512C6 for ; Fri, 17 Nov 2017 06:51:57 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Subject: Re: Package database problems To: freebsd-ports@freebsd.org References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> From: Matthew Seaman Message-ID: <2193c948-fe0f-332e-76a0-1f13b3fe7aaa@FreeBSD.org> Date: Fri, 17 Nov 2017 06:51:56 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ow5Fn7wMvoaUqvk7tvI1dQ87wM7jCj3x9" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 06:52:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ow5Fn7wMvoaUqvk7tvI1dQ87wM7jCj3x9 Content-Type: multipart/mixed; boundary="JVvFuJJV7sD4R0IlOND8AQ52Gom1tWRBu"; protected-headers="v1" From: Matthew Seaman To: freebsd-ports@freebsd.org Message-ID: <2193c948-fe0f-332e-76a0-1f13b3fe7aaa@FreeBSD.org> Subject: Re: Package database problems References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> In-Reply-To: --JVvFuJJV7sD4R0IlOND8AQ52Gom1tWRBu Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable On 16/11/2017 19:58, Paul Schmehl wrote: > --On November 16, 2017 at 8:49:24 PM +0100 Kurt Jaeger = > wrote: >=20 >> Hi! >> >>> > ???There's nothing to iterate over.=C2=A0 There's nothing in /var/d= b/pkg >>> > anymore except the SQLite databases. >>> >>> Then what is all this? (I'm only showing part of it. >>> >>> =C2=A0ls /var/db/pkg/ >>> FreeBSD.meta=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 libXfixes-5.0.3=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 >>> p5-Net-Domain-TLD-1.74 >>> =C2=A0=C2=A0=C2=A0=C2=A0py27-qt4-dbussupport-4.12_1 >>> ImageMagick-6.9.2.10,1=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 libXfont-1.5.2,2=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 >>> p5-Package-Stash-0.37_1 >> >> Looks like you have some old-style pkg_xxxx leftovers. >=20 > So, what should I do? I didn't setup this server to begin with. I > recall, a while back, instructions for switching to pkgng. Is that what= > wasn't done? Have you been using portmaster by any chance? portmaster uses old-style per package directories in /var/db/pkg to keep some state. IIRC it's not critical state and removing it will not break portmaster. Given you have a working pkg(8) setup and pkg has an accurate representation of the packages you have installed, then you can probably remove all of those old-style directories without significant penalty. Cheers, Matthew --JVvFuJJV7sD4R0IlOND8AQ52Gom1tWRBu-- --Ow5Fn7wMvoaUqvk7tvI1dQ87wM7jCj3x9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKoBAEBCgCSFiEEGfFU7L8RLlBUTj8wAFE/EOCp5OcFAloOhwxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE5 RjE1NEVDQkYxMTJFNTA1NDRFM0YzMDAwNTEzRjEwRTBBOUU0RTcUHG1hdHRoZXdA ZnJlZWJzZC5vcmcACgkQAFE/EOCp5OeBuA//cDwu0N64HAfAT/ZvVcFLmlOQj3vD m4sK5yEvuhwGxwGbrp/p/8FmA8aFVkXR1hR/vqkN5fE5pc6JQKGe9ixceyZXXK+k 5gMV4HnS/BLtwmyIft1yJ1bQ/3jJ2HmuTqxbaKwn292OurBxwcYhxYmvlldY9eKQ JCE6LMS7CxjeSkuiE9rsBGPZmpfYVBSo1shZ8w2aArZfArM4QACJKXc4ibQQc+bA j+V3o8ng2SmWINVe4Vczu3mwLQky2JbQ3/0UsmNEta+N+qu5aQ5QB9l7VpbIk6pF RMZ/fTusHPTMyyqYEVCI2JVkC86GPn7wqjqI/FuK7R9gvnLpG8Bnwho1ZYO7bNq+ eE0b/yCufRqnRgEIGth3AmgmsVw/WA1Kf0vHCrIG2ol3DLv3HIPm8vu6ndDVR3g5 MYD1TILlta57dMoI9vAn1UqgswZYcvo0hyOH7lkS71fDro+2Cucq3TjecT/PjVWF osIWnnygHvRZFBJfrLgGXOYPVHokkD8F+thtN3YeinPdSEnifW3/YcGhyiCnMGwY ARukAsfuHcwn1b4XPzI6u45rE8zWVV8XTR1J0lbUeMihuOijEZGy8IzXMM6EpCpq De2mviA+rKi+o6X7NLp2XQ/dGMR+jDIgyf2m5x1Sl/13mrqWaCSzAo4TEgdQ1i7T dzJmkhcek6ltaRU= =RX2i -----END PGP SIGNATURE----- --Ow5Fn7wMvoaUqvk7tvI1dQ87wM7jCj3x9-- From owner-freebsd-ports@freebsd.org Fri Nov 17 08:39:19 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 160BCDBE65C for ; Fri, 17 Nov 2017 08:39:19 +0000 (UTC) (envelope-from lists@opsec.eu) 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 C9EFC7F7F2 for ; Fri, 17 Nov 2017 08:39:18 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1eFcB9-000Eiy-6N; Fri, 17 Nov 2017 09:39:15 +0100 Date: Fri, 17 Nov 2017 09:39:15 +0100 From: Kurt Jaeger To: Paul Schmehl Cc: FreeBSD Ports Subject: Re: Package database problems Message-ID: <20171117083915.GD2827@home.opsec.eu> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> <20171116203405.GC2827@home.opsec.eu> 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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 08:39:19 -0000 Hi! > >> I didn't setup this server to begin with. I recall, a > >> while back, instructions for switching to pkgng. Is that what wasn't > >> done? > > Yes, something like that. > Should I run pkg2ng now? Would that help? I'm not sure it would help. -- pi@opsec.eu +49 171 3101372 3 years to go ! From owner-freebsd-ports@freebsd.org Fri Nov 17 12:10:09 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C24BCDD5F49 for ; Fri, 17 Nov 2017 12:10:09 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AE3036465E for ; Fri, 17 Nov 2017 12:10:09 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id AD9C6DD5F46; Fri, 17 Nov 2017 12:10:09 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD4B3DD5F45 for ; Fri, 17 Nov 2017 12:10:09 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9F6666465D for ; Fri, 17 Nov 2017 12:10:09 +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 vAHCA9ur087047 for ; Fri, 17 Nov 2017 12:10:09 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vAHCA9hM087039; Fri, 17 Nov 2017 12:10:09 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711171210.vAHCA9hM087039@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, 17 Nov 2017 12:10:09 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 12:10: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 ------------------------------------------------+-----------------+------------ audio/libebur128 | 1.2.2 | v1.2.3 ------------------------------------------------+-----------------+------------ deskutils/recoll | 1.23.3 | 1.23.4 ------------------------------------------------+-----------------+------------ devel/aws-sdk-cpp | 1.3.1 | 1.3.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 Fri Nov 17 17:49:52 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4540DDF9AA for ; Fri, 17 Nov 2017 17:49:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C191A6F03E for ; Fri, 17 Nov 2017 17:49:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id BDAFCDDF9A9; Fri, 17 Nov 2017 17:49:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9D6DDDF9A8; Fri, 17 Nov 2017 17:49:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (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 8EF456F03D; Fri, 17 Nov 2017 17:49:52 +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 vAHHo4w5044243 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 17 Nov 2017 09:50:05 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vAHHo49i044242; Fri, 17 Nov 2017 09:50:04 -0800 (PST) (envelope-from fbsd) Date: Fri, 17 Nov 2017 09:50:04 -0800 From: bob prohaska To: ports@freebsd.org, freebsd-arm@freebsd.org Subject: Make clean trying to unmount /dev on RPI2 in /usr/ports Message-ID: <20171117175004.GA44217@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 17:49:52 -0000 Lateley attempts to run make in /usr/ports has been generating errors along the lines of umount: unmount of /dev failed: No such file or directory umount: retrying using path instead of file system ID The first time it appeared was while running make index, but it happened again running make -j4 clean. It's hard to believe this is intentional behavior, am I mistaken? Svnlite info reports Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 454376 Node Kind: directory Schedule: normal Last Changed Author: wen Last Changed Rev: 454376 Last Changed Date: 2017-11-17 07:11:59 -0800 (Fri, 17 Nov 2017) Thanks for reading and any guidance, bob prohaska From owner-freebsd-ports@freebsd.org Fri Nov 17 17:59:17 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA8EADDFD37 for ; Fri, 17 Nov 2017 17:59:17 +0000 (UTC) (envelope-from yuri@rawbw.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 B70836F5F8 for ; Fri, 17 Nov 2017 17:59:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id B2D5FDDFD36; Fri, 17 Nov 2017 17:59:17 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0300DDFD35 for ; Fri, 17 Nov 2017 17:59:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7BEE26F5F7 for ; Fri, 17 Nov 2017 17:59:16 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAHHxFPl061125 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 17 Nov 2017 09:59:15 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me From: Yuri Subject: How to add USES only for some ARCH? To: "ports@freebsd.org" Message-ID: Date: Fri, 17 Nov 2017 09:59:14 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 17:59:17 -0000 I need to add USES=fortran only for some architectures. This doesn't work, because bsd.port.pre.mk applies USES: .include .if ${ARCH} != "amd64" USES+=          fortran .endif What is the correct way of doing this? Thank you, Yuri From owner-freebsd-ports@freebsd.org Fri Nov 17 18:13:31 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57516DE0275 for ; Fri, 17 Nov 2017 18:13:31 +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 4535C6FE8F for ; Fri, 17 Nov 2017 18:13:31 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 41959DE0274; Fri, 17 Nov 2017 18:13:31 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40A2FDE0273 for ; Fri, 17 Nov 2017 18:13:31 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22F486FE8E; Fri, 17 Nov 2017 18:13:31 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 588CD18A1F; Fri, 17 Nov 2017 18:13:30 +0000 (UTC) From: Jan Beich To: Yuri Cc: "ports\@freebsd.org" Subject: Re: How to add USES only for some ARCH? References: Date: Fri, 17 Nov 2017 19:13:18 +0100 In-Reply-To: (yuri@rawbw.com's message of "Fri, 17 Nov 2017 09:59:14 -0800") Message-ID: <7euo-kc3l-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 18:13:31 -0000 Yuri writes: > .include > .if ${ARCH} != "amd64" > USES+= fortran > .endif > > > What is the correct way of doing this? Adjust USES between bsd.port.options.mk and bsd.port.pre.mk (or bsd.port.mk) From owner-freebsd-ports@freebsd.org Fri Nov 17 23:43:04 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B2D7DE5E8D for ; Fri, 17 Nov 2017 23:43:04 +0000 (UTC) (envelope-from dave@horsfall.org) Received: from viclamta18p.bpe.bigpond.com (viclamta18p.bpe.bigpond.com [203.38.21.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "Openwave Messaging Inc." (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B24A7A323 for ; Fri, 17 Nov 2017 23:43:00 +0000 (UTC) (envelope-from dave@horsfall.org) Received: from smtp.telstra.com ([10.10.26.4]) by viclafep29p-svc.bpe.nexus.telstra.com.au with ESMTP id <20171117215448.FHKX27950.viclafep29p-svc.bpe.nexus.telstra.com.au@smtp.telstra.com> for ; Sat, 18 Nov 2017 08:54:48 +1100 X-RG-Spam: Unknown X-Junkmail-Premium-Raw: score=7/83, refid=2.7.2:2017.11.17.205117:17:7.944, ip=, rules=__HAS_FROM, __TO_MALFORMED_2, __TO_NAME, __TO_NAME_DIFF_FROM_ACC, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __SUBJ_ALPHA_END, __IN_REP_TO, __HAS_MSGID, __SANE_MSGID, __USER_AGENT, __MIME_VERSION, __CT, __CT_TEXT_PLAIN, __SUBJ_ALPHA_NEGATE, __NO_HTML_TAG_RAW, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_500_599, __MIME_TEXT_P1, __MIME_TEXT_ONLY, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, IN_REP_TO, MSG_THREAD, __TO_REAL_NAMES, LEGITIMATE_SIGNS, NO_URI_FOUND, NO_CTA_URI_FOUND, BODY_SIZE_1000_LESS, BODY_SIZE_2000_LESS, __MIME_TEXT_P, NO_URI_HTTPS, BODY_SIZE_7000_LESS X-RG-VS-Verdict: clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrfeelgedrkeelgdduudefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuuffpveftpgfvgffnuffvtfetnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvufgjkfhffgggtgesthdttddttdervdenucfhrhhomhepffgrvhgvucfjohhrshhfrghllhcuoegurghvvgeshhhorhhsfhgrlhhlrdhorhhgqeenucfkphepuddutddrudeguddrudelfedrvdeffeenucfrrghrrghmpehhvghloheprghnvghurhhinhdrhhhorhhsfhgrlhhlrdhorhhgpdhinhgvthepuddutddrudeguddrudelfedrvdeffedpmhgrihhlfhhrohhmpeeouggrvhgvsehhohhrshhfrghllhdr Received: from aneurin.horsfall.org (110.141.193.233) by smtp.telstra.com (9.0.019.22-1) id 5A0DD02B0028E77E for freebsd-ports@freebsd.org; Sat, 18 Nov 2017 08:54:48 +1100 Received: from aneurin.horsfall.org (localhost [127.0.0.1]) by aneurin.horsfall.org (8.15.2/8.15.2) with ESMTP id vAHLsl0F074025 for ; Sat, 18 Nov 2017 08:54:47 +1100 (EST) (envelope-from dave@horsfall.org) Received: from localhost (dave@localhost) by aneurin.horsfall.org (8.15.2/8.15.2/Submit) with ESMTP id vAHLskwm074022 for ; Sat, 18 Nov 2017 08:54:47 +1100 (EST) (envelope-from dave@horsfall.org) X-Authentication-Warning: aneurin.horsfall.org: dave owned process doing -bs Date: Sat, 18 Nov 2017 08:54:46 +1100 (EST) From: Dave Horsfall To: FreeBSD Ports Subject: Re: Firefox became much slower In-Reply-To: Message-ID: References: , <20171101142026.GA91788@troutmask.apl.washington.edu> <8aa83d2369d1caa5d702d43bd8a6c9b7@ultimatedns.net> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) X-GPG-Public-Key: http://www.horsfall.org/gpgkey.pub X-GPG-Fingerprint: 05B4 FFBC 0218 B438 66E0 587B EF46 7357 EF5E F58B X-Home-Page: http://www.horsfall.org/ X-Witty-Saying: "chmod 666 the_mode_of_the_beast" MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 23:43:04 -0000 On Wed, 8 Nov 2017, Dave Horsfall wrote: > It got really bad around 53 or so; I wish their programmers (no doubt > fresh out of school) would fix existent bugs instead of adding frilly > new "features"' we don't all have terabytes of free memory. Hmmm... Firefox 57.0 ("Quantum") seems to have fixed these deficiencies, so I guess they've found real programmers (tm) after all. The eye-candy has changed of course, but I can live with that. -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer." From owner-freebsd-ports@freebsd.org Sat Nov 18 01:41:18 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F871DE8A62 for ; Sat, 18 Nov 2017 01:41:18 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from dnvrco-cmomta03.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CDEC7DBBD for ; Sat, 18 Nov 2017 01:41:17 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from [192.168.0.11] ([76.183.153.52]) by cmsmtp with ESMTPA id Fs84et4Dx1nXhFs86ePhCl; Sat, 18 Nov 2017 01:41:12 +0000 Date: Fri, 17 Nov 2017 19:41:07 -0600 From: Paul Schmehl Reply-To: Paul Schmehl To: FreeBSD Ports Subject: Re: Package database problems Message-ID: <36A9489B8F68A8CD88D4AB24@Pauls-MacBook-Pro.local> In-Reply-To: <20171117083915.GD2827@home.opsec.eu> References: <27599F2948EE17B91E77EB7F@Pauls-MacBook-Pro.local> <82935A8FFB5163556E158535@Pauls-MacBook-Pro.local> <8A2775F734F780DEC994C467@Pauls-MacBook-Pro.local> <20171116194924.GB2827@home.opsec.eu> <20171116203405.GC2827@home.opsec.eu> <20171117083915.GD2827@home.opsec.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CMAE-Envelope: MS4wfJyh8SaO0vCvtGu5OFgR9xYIibO18cKIO7ilj5tsdFiCQb1wXLpBBoGwwjakKC4pd+EwDLzBm9GUf2e4MI9qa1yozZE8S0KsxQFLd9R07FiLDO4FBBlE wRYqSXUlEJjHxvRZipcWjDInWsBJ40qI6rZB2x4l3iCIwQF8bqa8DljGHMAE4hh9CHUp+fYQ0GN7aw== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 01:41:18 -0000 --On November 17, 2017 at 9:39:15 AM +0100 Kurt Jaeger wrote: > Hi! > >> >> I didn't setup this server to begin with. I recall, a >> >> while back, instructions for switching to pkgng. Is that what wasn't >> >> done? > >> > Yes, something like that. > >> Should I run pkg2ng now? Would that help? > > I'm not sure it would help. I managed to fix the problem by a combination of installing major languages (perl, php, ruby and python) and their dependencies, running pkg autoremove -n and deleting unwanted and unneeded ports, and then running portmaster to complete the updates of out of date ports. I do have one concern, however. (There may be others I'm unaware of.) When I ran pkg -r devel/oniguruma, it showed no dependencies. In fact, it was listed by autoremove. But I know php ports depend on it. Is there a way to update dependencies that are not listed? If not, I'll probably uninstall oniguruma and then reinstall php, which *should* force the reinstall of oniguruma and update the dependency tree. It sure would be nice if pkg could do this for me by simply relinking the dependencies. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@freebsd.org Sat Nov 18 11:20:51 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B38DEDB8C7A for ; Sat, 18 Nov 2017 11:20:51 +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 982316C102 for ; Sat, 18 Nov 2017 11:20:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 97771DB8C79; Sat, 18 Nov 2017 11:20:51 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96F7FDB8C78 for ; Sat, 18 Nov 2017 11:20:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id 823CC6C101 for ; Sat, 18 Nov 2017 11:20:51 +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 vAIBKpTZ029938 for ; Sat, 18 Nov 2017 11:20:51 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vAIBKpOp029937; Sat, 18 Nov 2017 11:20:51 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711181120.vAIBKpOp029937@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, 18 Nov 2017 11:20:51 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 11:20:51 -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 ------------------------------------------------+-----------------+------------ devel/aws-sdk-cpp | 1.3.1 | 1.3.5 ------------------------------------------------+-----------------+------------ multimedia/obs-studio | 20.1.1 | 20.1.3 ------------------------------------------------+-----------------+------------ 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 Nov 18 19:09:01 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C88DDC18BA for ; Sat, 18 Nov 2017 19:09:01 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7B47900E for ; Sat, 18 Nov 2017 19:09:01 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 57736DC18B9; Sat, 18 Nov 2017 19:09:01 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5534FDC18B7 for ; Sat, 18 Nov 2017 19:09:01 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qt0-f175.google.com (mail-qt0-f175.google.com [209.85.216.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E5C37900D for ; Sat, 18 Nov 2017 19:09:00 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qt0-f175.google.com with SMTP id r58so10670818qtc.0 for ; Sat, 18 Nov 2017 11:09:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=cPt/TUWKwPghkX4ryUVjXTAyuWXgoIcOxKJ2w+zw+AE=; b=Z2n6xgO+lqUh01D3fxoyb6KrK1vYF8gLtVObDAlGwOlMSkNR1PdabQ9KDcaSVW0jiQ hjd9FmWNEe/zQTitBHtdLvEqVuzBFsVOgml3EfWefB5Nne/psDhHKL9IbNcVQ+ewQ7IS gH63wNxrPblvxjTNVhp5M6Tp0HBCAEhUh+dSu2IR1gxAYR4JKoiBWADWn8fVSRfHm79i 1DXagk/jvrtG0ME0wfIM8XOQAzkvwTbDsd1goJmKL34Wy7Zp4sgAevJR8RbBfwoqmXJw eh5rKNBc5N0TXfAfiy0DRV5RVyybjBkHd6MrDp0I1KaOkMJFhccf8yw85L7m0y7cvc7q GZpA== X-Gm-Message-State: AJaThX4sb71k2p+cfYOO49mOpGWH48EiZ/LOaDdxp+SDogHUZ8MoAdBd vUAk8NOKQ3Ni5GVj9HdNNWgBGYxsjXQ= X-Google-Smtp-Source: AGs4zMaW18/wawxmQ1NG8VxsnH2a+FRe+/tb0YB3ghF44oUalYUisvWGZ4FcLBb9sOw+5gjjnWr4hQ== X-Received: by 10.200.6.136 with SMTP id f8mr15075232qth.265.1511032133721; Sat, 18 Nov 2017 11:08:53 -0800 (PST) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142-134-23-107.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.134.23.107]) by smtp.gmail.com with ESMTPSA id l136sm4425141qke.30.2017.11.18.11.08.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 18 Nov 2017 11:08:53 -0800 (PST) From: Joseph Mingrone To: ports@FreeBSD.org, Yuri Subject: Re: math/R: Is LIBR really needed? References: <411afdb5-9733-24bc-8b96-c6e946be16ff@freebsd.org> Date: Sat, 18 Nov 2017 15:08:51 -0400 In-Reply-To: <411afdb5-9733-24bc-8b96-c6e946be16ff@freebsd.org> (yuri@freebsd.org's message of "Sat, 18 Nov 2017 10:20:18 -0800") Message-ID: <86o9nzxv3w.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 19:09:01 -0000 --=-=-= Content-Type: text/plain [quoted with Yuri's permission] Yuri writes: > Setting LIBR=off causes lib/R/lib/libR.so to disappear. This makes it > difficult for ports depending on math/R (like RStudio) to set port > dependencies. Is it really important to have the ability to use only > the static library? In case it isn't important, maybe you could delete > LIBR? I think it could be OK to remove the option and always build the shared library. Some potential concerns: - This is not upstream's default. - Upstream warns of possible performance penalties [1,2]. - Users currently without the shared library will have to reinstall R packages the next time they update math/R. [1] https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Configuration-options [2] https://cran.r-project.org/doc/manuals/r-release/R-admin.html#DOCF57 Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAloQhURfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 756jyA/+Obz1BeRFurviFEirnhCk7UlyvdcF54NX00mWyEVOhd3qRgx/K0MjbDlH bnXWH+p0G+8ET22iZESv6Juv8RhgpL4xsTbboEPPzNXy8zFrOmv9ASZ93on6QGW3 j+761k8X+z0gGL4He4A0PFFX7Nl43llynFd/AXmxHOlWRihycK0VrAvP9gzTi5MD K+1KqLiSu0I3jKqiXVji6S42iTu9Nl5R67oq9k/+YKISJ/MrE/mNVNvUyNaFktv0 LzMht6OPDLWGA6J+Pzqyzs0kxOy7cnxNwyg+w7foyj5kzlxQsgZT+aaxrBO9to9c OBREG/oQuSKjuxG48ZS+A1vFmCWqr7Y51P6yYhmisGVTUCqPSwVb3QIWntV2b55n iRavlmDYIiPi8tavZwgNXPB8VdI5f8cRjJkgdzHT0bZPca6gn8kgG6eanGSPb4my whaSD/iipy5zyOEsrTIlo4rOZ6NSxE1meUW0TPYOVg+cGRWUXx0xmOePA5Q4Wb+B jPqjevH8DjJSUcHeYYPdwybMTS6VwwXzZ2ftFhDVp++5VfwL1xN3wZno6L6JFtzw HreB7j7rqd1cKbPisknqPfcJre6EsPz8S+rKLK++banjXZGvVwbXxd5sTNNOK1hf 5CD2oBbpelekwceDwZ/MGz5DvgAtnEFlQ+Wy32dOEzDQU5/L8FY= =otBy -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Sat Nov 18 20:10:52 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61354DDAD24 for ; Sat, 18 Nov 2017 20:10:52 +0000 (UTC) (envelope-from yuri@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 4BD957B36B for ; Sat, 18 Nov 2017 20:10:52 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4B1FFDDAD22; Sat, 18 Nov 2017 20:10:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ABB3DDAD18 for ; Sat, 18 Nov 2017 20:10:52 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3AE407B369 for ; Sat, 18 Nov 2017 20:10:51 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id vAIKAoPi038749 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sat, 18 Nov 2017 12:10:51 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: math/R: Is LIBR really needed? To: ports@FreeBSD.org References: <411afdb5-9733-24bc-8b96-c6e946be16ff@freebsd.org> <86o9nzxv3w.fsf@phe.ftfl.ca> From: Yuri Message-ID: Date: Sat, 18 Nov 2017 12:10:49 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <86o9nzxv3w.fsf@phe.ftfl.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 20:10:52 -0000 On 11/18/17 11:08, Joseph Mingrone wrote: > Some potential concerns: > > - This is not upstream's default. > - Upstream warns of possible performance penalties [1,2]. > - Users currently without the shared library will have to reinstall R > packages the next time they update math/R. One way to eliminate all three concerns is if upstream built both shared and static libraries by default. Yuri