From owner-freebsd-ports@freebsd.org Sat May 15 09:45:24 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C50476407C5 for ; Sat, 15 May 2021 09:45:24 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from zmailer.gwdg.de (zmailer.gwdg.de [134.76.11.27]) (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 4Fj0r35xwyz3hKb for ; Sat, 15 May 2021 09:45:23 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1lhqrE-0006Wo-1G; Sat, 15 May 2021 11:45:16 +0200 Received: from krabat.raven.hur (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P521) id 15.1.2242.10; Sat, 15 May 2021 11:45:15 +0200 Subject: Re: Trubles compiling lxqt on RPi4 To: bob prohaska CC: FreeBSD ports References: <20210513034811.GA40952@www.zefox.net> <20210513153937.GB41156@www.zefox.net> Reply-To: From: Rainer Hurling Message-ID: Date: Sat, 15 May 2021 11:44:54 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210513153937.GB41156@www.zefox.net> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: EXCMBX-03.um.gwdg.de (134.76.9.218) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4Fj0r35xwyz3hKb X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.11.27 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de X-Spamd-Result: default: False [0.45 / 15.00]; HAS_REPLYTO(0.00)[rhurlin@FreeBSD.org]; HAS_XOIP(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[134.76.11.27:from]; ASN(0.00)[asn:680, ipnet:134.76.0.0/16, country:DE]; R_DKIM_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[rhurlin]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.54)[0.544]; NEURAL_HAM_LONG(-0.79)[-0.791]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; DMARC_NA(0.00)[gwdg.de]; SPAMHAUS_ZRD(0.00)[134.76.11.27:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[134.76.11.27:from]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2021 09:45:24 -0000 Am 13.05.21 um 17:39 schrieb bob prohaska: > On Thu, May 13, 2021 at 08:13:07AM +0200, Jan Beich wrote: >>> >>> Moving to /usr/ports/json-glib and using >>> make -DBATCH MAKE_JOBS_UNSAFE=yes MAKE_JOBS_NUMBER=4 DISABLE_VULNERABILITIES=yes > make.log >>> reports several instances of >>> error: unknown argument: '-fno-color-diagnostics' >> >> Likely caused by desync between USES=meson and devel/meson, see >> https://cgit.freebsd.org/ports/commit/?id=ff2796d5bc83 >> >> Try again after re-installing devel/meson. > > That might be a hint which circles back to Mark's comments related to > python37 vs -38. Trying to re-make devel/meson finds. > > root@nemesis:/usr/ports/devel/meson # make -DBATCH FORCE_PKG_REGISTER=yes install > ===> meson-0.57.1_1 depends on package: py38-setuptools>0 - not found > ===> Installing for py38-setuptools-44.0.0_1 > ===> Registering installation for py38-setuptools-44.0.0_1 as automatic > Installing py38-setuptools-44.0.0_1... > pkg-static: py38-setuptools-44.0.0_1 conflicts with py37-setuptools-44.0.0 (installs files into the same place). Problematic file: /usr/local/bin/easy_install > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/devel/py-setuptools > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/meson > > The fix for the -37 vs-38 conflict invokes portmaster, might it > suffice to simply deinstall -37 and explicitly replace it with > -38 ? I'll give it a try. > > Hmm, no dice. After deinstalling python37 and reinstalling python38 an > attempt to make devel/meson still stops with > > root@nemesis:/usr/ports/devel/meson # make -DBATCH DISABLE_VULNERABILITIES=yes install > ===> meson-0.57.1_1 depends on package: py38-setuptools>0 - not found > ===> Installing for py38-setuptools-44.0.0_1 > ===> Checking if py38-setuptools is already installed > ===> Registering installation for py38-setuptools-44.0.0_1 as automatic > Installing py38-setuptools-44.0.0_1... > pkg-static: py38-setuptools-44.0.0_1 conflicts with py37-setuptools-44.0.0 (installs files into the same place). Problematic file: /usr/local/bin/easy_install > *** Error code 1 > For me this works: portmaster -o devel/py-setuptools py37-setuptools-44.0.0 HTH, Rainer > How did python38 get installed without py38-setuptools? > > bob prohaska