Date: Sun, 3 Jan 2021 09:14:51 +0000 (UTC) From: Filippo Moretti <filippomore@yahoo.com> To: "mmel@freebsd.org" <mmel@freebsd.org>, FreeBSD Current <current@freebsd.org> Subject: Re: Problem compiling git from ports Message-ID: <983692582.6563216.1609665291403@mail.yahoo.com> In-Reply-To: <cef92073-6f42-a63d-385b-37666b5982b7@freebsd.org> References: <223516195.6185376.1609502236330.ref@mail.yahoo.com> <223516195.6185376.1609502236330@mail.yahoo.com> <CAGudoHGSwmWXY8Hw3417fqToXjWjmQb32pOpbgn5L_zvPhuBfA@mail.gmail.com> <32309973.477796.1609513517947@mail.yahoo.com> <680866542.6212528.1609517512906@mail.yahoo.com> <20210101172441.4cf05744@zeta.dino.sk> <1974288110.6258808.1609532377202@mail.yahoo.com> <cef92073-6f42-a63d-385b-37666b5982b7@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you Michal,=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=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 I upgraded ruby26-gems to ruby27-gems:I did early = upgraded to ruby27 but ruby-gems was inadvertently omittedsincerelyFilippo On Saturday, January 2, 2021, 10:23:13 PM GMT+1, Michal Meloun <meloun.= michal@gmail.com> wrote: =20 =20 =20 On 01.01.2021 21:19, Filippo Moretti wrote: >=C2=A0=20 > It worked thank youFilippo >=C2=A0 =C2=A0 =C2=A0 On Friday, January 1, 2021, 5:25:10 PM GMT+1, Milan O= buch <freebsd-current@dino.sk> wrote: >=C2=A0=20 >=C2=A0 On Fri, 1 Jan 2021 16:11:52 +0000 (UTC), Filippo Moretti > <filippomore@yahoo.com> wrote: >=20 >>=C2=A0 =C2=A0=20 >> I run again portmaster and I have the same error as previously >> reportedFilippo On Friday, January 1, 2021, 4:05:18 PM GMT+1, Filippo >> Moretti <filippomore@yahoo.com> wrote: >>=C2=A0 =C2=A0 Ufs >> It exits with a different error: >> =3D=3D=3D> Installing contributed scripts >> /bin/mkdir -p >> /usr/ports/devel/git/work-default/stage/usr/local/share/git-core/contrib >> cp -f -R /usr/ports/devel/git/work-default/git-2.30.0/contrib/* >> /usr/ports/devel/git/work-default/stage/usr/local/share/git-core/contrib >> ln: >> /usr/ports/devel/git/work-default/stage/usr/local/etc/bash_completion.d/= /git-completion.bash: >> File exists *** Error code 1 >> >> Stop. >> make[1]: stopped in /usr/ports/devel/git >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/devel/git >> >=20 > I remember seeing this too. I worked around that using options: >=20 > cat /var/db/ports/devel_git/options > # This file is auto-generated by 'make config'. > # Options for git-2.29.2 > _OPTIONS_READ=3Dgit-2.29.2 > _FILE_COMPLETE_OPTIONS_LIST=3DCONTRIB CURL CVS GITWEB GUI HTMLDOCS ICONV = NLS P4 PERL SEND_EMAIL SUBTREE SVN PCRE PCRE2 OPTIONS_FILE_SET+=3DCONTRIB > OPTIONS_FILE_SET+=3DCURL > OPTIONS_FILE_SET+=3DCVS > OPTIONS_FILE_UNSET+=3DGITWEB > OPTIONS_FILE_UNSET+=3DGUI > OPTIONS_FILE_UNSET+=3DHTMLDOCS > OPTIONS_FILE_SET+=3DICONV > OPTIONS_FILE_UNSET+=3DNLS > OPTIONS_FILE_SET+=3DP4 > OPTIONS_FILE_SET+=3DPERL > OPTIONS_FILE_SET+=3DSEND_EMAIL > OPTIONS_FILE_UNSET+=3DSUBTREE > OPTIONS_FILE_UNSET+=3DSVN > OPTIONS_FILE_SET+=3DPCRE > OPTIONS_FILE_UNSET+=3DPCRE2 >=20 > Regards, > Milan This is not related to cache fast lookup, but it is=C2=A0 dependency bug of= =20 ruby ports. My portmaster -ad session failed with the same issue. I noticed that=20 rubby has been update from 2.6 to 2.7 as part of this sesion. # pkg which /usr/local/bin/asciidoctor /usr/local/bin/asciidoctor was installed by package=20 rubygem-asciidoctor-2.0.10 # ls -l /usr/local/bin/asciidoctor -rwxr-xr-x=C2=A0 1 root=C2=A0 wheel=C2=A0 560 Jun=C2=A0 7=C2=A0 2020 /usr/l= ocal/bin/asciidoctor # /usr/local/bin/asciidoctor /usr/local/bin/asciidoctor: Command not found # ls -l /usr/local/bin/asciidoctor -rwxr-xr-x=C2=A0 1 root=C2=A0 wheel=C2=A0 560 Jun=C2=A0 7=C2=A0 2020 /usr/l= ocal/bin/asciidoctor root@tegra210:/usr/ports # more=C2=A0 /usr/local/bin/asciidoctor #!/usr/local/bin/ruby26 # # This file was generated by RubyGems. # # The application 'asciidoctor' is installed as part of a gem, and # this file is here to facilitate running it. # ... # ls -l /usr/local/bin/ruby26 ls: /usr/local/bin/ruby26: No such file or directory # portmaster -d rubygem-asciidoctor-2.0.10 ... Installing ruby27-gems-3.0.8... pkg-static: ruby27-gems-3.0.8 conflicts with ruby26-gems-3.0.8 (installs=20 files into the same place).=C2=A0 Problematic file: /usr/local/bin/gem ... # pkg info | grep ruby26 ruby26-gems-3.0.8=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Package m= anagement framework for the Ruby=20 language # pkg delete -f ruby26-gems # portmaster -d rubygem-asciidoctor-2.0.10 # /usr/local/bin/asciidoctor Usage: asciidoctor [OPTION]... FILE... Michal ... _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" =20 From owner-freebsd-current@freebsd.org Sun Jan 3 09:21:05 2021 Return-Path: <owner-freebsd-current@freebsd.org> Delivered-To: freebsd-current@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 1BCA14CB072 for <freebsd-current@mailman.nyi.freebsd.org>; Sun, 3 Jan 2021 09:21:05 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7tXw39Lvz4fWP for <freebsd-current@freebsd.org>; Sun, 3 Jan 2021 09:21:04 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mail-wr1-x436.google.com with SMTP id q18so27940053wrn.1 for <freebsd-current@freebsd.org>; Sun, 03 Jan 2021 01:21:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=yF5q448RKp+GgcoYWibzpZeKrWAZGdJXAFUrCxMBKsw=; b=qnLqR5lyEKDFSBKMa+ETkLjJ/7SE/GD+hmXE6uqOHnmkVHetz2Dwbaq1GkYCFdwbG2 E6hEtPf1K0IyDF8fQ73bCUYSK+ssbadehTegY+pIJAB4A8y/xFG42zehmrriJFSebryx jSITv2Ej+SIJxuSMHI3H/lHMqZ0ETRap1X6C+4ZS3siCLkHtuO1A9pcvpoJL4/WEBgbB 4Z37d3ISnQmvnW2aGyZXtfhLHtsAhEHbqcJ2oG8+J6omcsgh+KZS5U1rEP4nF3bhzjnS Kkh/ziIyV6Do68ZvFlwd439KjtIWxuermPvvVJjYmUxqzKOMrp34lJVCqQZbvHd2Dwi1 uheQ== X-Gm-Message-State: AOAM533Yv9lrf45edm8AlJIO65FGo5KLks76a3KHHy8ELhes2h7Nkgz8 /DXfj6FQRhzy303wOqAQqMfzv0jdKPJtSQ== X-Google-Smtp-Source: ABdhPJwXOCLasMkRwMo7FHEkOmSzcnsoI7lmLk6mXaYBxQbeLAxz0CDd6cQoBrMbvlkH4DES8Gf2bw== X-Received: by 2002:adf:a3c1:: with SMTP id m1mr77890738wrb.28.1609665662644; Sun, 03 Jan 2021 01:21:02 -0800 (PST) Received: from [192.168.1.11] (79-66-147-78.dynamic.dsl.as9105.com. [79.66.147.78]) by smtp.gmail.com with ESMTPSA id l11sm84728569wrt.23.2021.01.03.01.21.01 for <freebsd-current@freebsd.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 03 Jan 2021 01:21:01 -0800 (PST) Subject: Bug 252358 - cp(1) of large files is causing 100% CPU utilization and poor transfer of ~168M/minute To: freebsd-current@freebsd.org References: <X/CKQFbpbWDdLXvw@c720-r368166.fritz.box> <CAOtMX2gd6vaBF=6Z6stefGRN8A7S4Gtf4drO-YgAbd=KXPwKNg@mail.gmail.com> <X/CY/kuKUJHUVEbB@c720-r368166.fritz.box> <CAOtMX2hFupzf-MD84eo_-n9OzfYX6b6tWRsHPECZGKaq5QCUVw@mail.gmail.com> <X/CbUu4tVQG81ItJ@c720-r368166.fritz.box> <CAOtMX2iRS6XVLkABSMQdcDCUHRXhEHEjyzuOqkMHudK=he33GA@mail.gmail.com> <YQXPR0101MB0968022D574AA673BB80DEC6DDD40@YQXPR0101MB0968.CANPRD01.PROD.OUTLOOK.COM> <X/C7RQmjHISfRMA/@c720-r368166.fritz.box> <CAOtMX2hVZHFLOJ5fOJJqT18uc_g3wcFnM1h3vp_e_O-_h8PzBQ@mail.gmail.com> <X/DSHeynpeIxjs3w@c720-r368166.fritz.box> From: Graham Perrin <grahamperrin@gmail.com> Message-ID: <b7428b20-f4d5-ced6-4548-7c20481d19d9@gmail.com> Date: Sun, 3 Jan 2021 09:21:01 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <X/DSHeynpeIxjs3w@c720-r368166.fritz.box> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Rspamd-Queue-Id: 4D7tXw39Lvz4fWP X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RECEIVED_SPAMHAUS_PBL(0.00)[79.66.147.78:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::436:from]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::436:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::436:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 03 Jan 2021 09:21:05 -0000 On 02/01/2021 20:05, Matthias Apitz wrote: > Here we go:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252358 Thank you. I plan to build and install 82397d791966b09d344251bc709cd9db2b3a1902; <https://cgit.freebsd.org/src/log/?qt=range&q=82397d791966b09d344251bc709cd9db2b3a1902> ---- In the meantime: might 252358 be the cause of a peculiarity that I encountered, a week or so ago, whilst using sysutils/stressdisk with a particular (or particular type of) USB thumb drive? <https://github.com/ncw/stressdisk/issues/14> tl;dr whilst trying to test the flash device on USB at da0, there was _unexpected thrashing_ of the hard disk drive at ada0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?983692582.6563216.1609665291403>