Re: Forcing reinstall of a port

Yes, Jan, it should have been an underscore.  But that only made a
difference to rxvt and urxvt, which seem to work fine without
specifying LC_CTYPE at all. Having it declared breaks the boxdrawing
in mc, and I use that more than anything GUI, so it's back out.  No
effect on Abiword.  Maybe I can install an old Abiword by doing
./configure, make, make install with a distfile.  I try to stay within
the ports system when I can.  Gnuradio?  Sorry.

The only references I could find to Abiword pasting question marks by
Googling seemed to point to Puppy Linux and some other cases of
minimal iconv/charset.alias.  That's only important to me when
programs use it as an excuse to misbehave.  I miss the days when
instruction sheets had more details and less languages.

I was looking at the line count in the REQUIRED_BY files as hundreds
of reasons to not remove everything one at a time.

On 10/24/15, owner-po...@openbsd.org <owner-po...@openbsd.org> wrote:
> The pre-dawn daily digest
> Volume 1 : Issue 4287 : "text" Format
>
> Messages in this Issue:
>   Re: Firefox 41.0.2 with W^X
>   NEW: devel/p5-Search-Elasticsearch
>   [Update] entr to 3.2
>   Re: [Update] entr-3.3
>   Re: [Update] entr-3.3 patch to remove patch file
>   Forcing reinstall of a port
>   Re: Forcing reinstall of a port
>   Re: Forcing reinstall of a port
>   Re: Forcing reinstall of a port
>   Re: Forcing reinstall of a port
>   Re: Forcing reinstall of a port
>   Re: Forcing reinstall of a port
>   NEW: textproc/wkhtmltopdf
>   Re: pinentry eats up nearly 100% CPU [Was: Re: CVS: cvs.openbsd.org:
>  ports]
>   Re: Small fix for sysutils/salt
>
> ----------------------------------------------------------------------
>
> Date: Fri, 23 Oct 2015 14:01:52 +0200
> From: Martin Pieuchot <m...@openbsd.org>
> To: OpenBSD Ports <ports@openbsd.org>
> Subject: Re: Firefox 41.0.2 with W^X
> Message-ID: <20151023120152.ge24...@figo.nolizard.org>
>
> On 22/10/15(Thu) 21:40, Amit Kulkarni wrote:
>> On Thu, Oct 22, 2015 at 12:26 PM, David Coppa <dco...@gmail.com> wrote:
>>
>> > On Thu, Oct 22, 2015 at 3:45 PM, Ed Ahlsen-Girard <eagir...@cox.net>
>> > wrote:
>> > > I have noticed a performance hit since the switch was flipped.
>> > > Firefox
>> > > stays at the top of top most of the time, and its CPU percentages
>> > > have
>> > > spiked to 175% if multiple tabs were being opened. dmesg below the
>> > > sig.
>> >
>> > Can you try if the attached patch is an improvement?
>> >
>>
>> Hi,
>>
>> This CPU spike is present with October 11 packages (Firefox 41.0.1) on
>> amd64, so it will be difficult to isolate the performance impact of the W
>> ^X vs the existing situation.
>
> FWIW I found that firefox is (ab)using pthread_mutex_trylock(3) a lot
> resulting in a storm of sched_yield(2) triggering a lot (dozen to
> hundreds of thousands) of IPIs on my x220.
>
> I tried to look at the source code but couldn't figure out where the
> call of pthread_mutex_trylock(3) are coming from.  Firefox is just a
> monster.
>
> I'm sorry but I agree that if nobody is taking care of this regression
> it will be really hard to measure the impact of the W^X change.
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 18:44:21 +0200
> From: Giovanni Bechis <giova...@paclan.it>
> To: ports@openbsd.org
> Subject: NEW: devel/p5-Search-Elasticsearch
> Message-ID: <562a63e5.3040...@paclan.it>
>
> Search::Elasticsearch - The official client for Elasticsearch
>
> The perl module and some new dependencies, comments ? ok ?
>  Cheers
>   Giovanni
>
>
> [Attachment of type application/x-compressed-tar removed.]
>
>
> [Attachment of type application/x-compressed-tar removed.]
>
>
> [Attachment of type application/x-compressed-tar removed.]
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 19:33:09 +0100
> From: Fred <open...@crowsons.com>
> To: OpenBSD ports <ports@openbsd.org>
> Cc: Eric Radman <ericsh...@eradman.com>
> Subject: [Update] entr to 3.2
> Message-ID: <562a7d65.6000...@crowsons.com>
>
> Hi Ports@,
>
> Attached is patch to bring entr up to date.
>
> Lightly tested on amd64.
>
> Cheers
>
> Fred
> --
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/entr/Makefile,v
> retrieving revision 1.7
> diff -u -p -u -p -r1.7 Makefile
> --- Makefile  5 Apr 2014 22:14:59 -0000       1.7
> +++ Makefile  23 Oct 2015 18:27:34 -0000
> @@ -1,10 +1,9 @@
> -# $OpenBSD: Makefile,v 1.7 2014/04/05 22:14:59 sthen Exp $
> +# $OpenBSD$
>
>   COMMENT =   run arbitrary commands when files change
>
> -DISTNAME =   entr-2.8
> -REVISION =   0
> -REV =                9192ece7198c
> +DISTNAME =   entr-3.2
> +REV =                c20e34ec153a
>
>   CATEGORIES =        sysutils
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/entr/distinfo,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo  20 Mar 2014 11:17:09 -0000      1.4
> +++ distinfo  23 Oct 2015 18:27:34 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (entr-2.8.tar.gz) = hHq+LfbIV68OA+P259Raact3qDoz52gIKUn2cWH9RMw=
> -SIZE (entr-2.8.tar.gz) = 20185
> +SHA256 (entr-3.2.tar.gz) = se7gCvvszwMBDBxVdDaFS+aq8O+bcquNRLlK/919cUY=
> +SIZE (entr-3.2.tar.gz) = 22203
> Index: patches/patch-entr_c
> ===================================================================
> RCS file: patches/patch-entr_c
> diff -N patches/patch-entr_c
> --- patches/patch-entr_c      5 Apr 2014 22:14:59 -0000       1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,22 +0,0 @@
> -$OpenBSD: patch-entr_c,v 1.1 2014/04/05 22:14:59 sthen Exp $
> ---- entr.c.orig      Thu Mar 13 18:44:39 2014
> -+++ entr.c   Sat Apr  5 10:32:08 2014
> -@@ -38,7 +38,7 @@
> -
> - /* events to watch for */
> -
> --#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME
> -+#define NOTE_ALL
> NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME|NOTE_TRUNCATE
> -
> - /* shortcuts */
> -
> -@@ -456,7 +456,8 @@ main:
> -             if (evList[i].fflags & NOTE_DELETE ||
> -                 evList[i].fflags & NOTE_WRITE  ||
> -                 evList[i].fflags & NOTE_EXTEND ||
> --                evList[i].fflags & NOTE_RENAME) {
> -+                evList[i].fflags & NOTE_RENAME ||
> -+                evList[i].fflags & NOTE_TRUNCATE) {
> -                     if (fifo.fd == 0)
> -                             do_exec = 1;
> -                     else {
>
>
> [Attachment of type text/x-patch removed.]
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 20:19:43 +0100
> From: Fred <open...@crowsons.com>
> To: OpenBSD ports <ports@openbsd.org>
> Cc: Eric Radman <ericsh...@eradman.com>
> Subject: Re: [Update] entr-3.3
> Message-ID: <562a884f.1090...@crowsons.com>
>
> Hi ports@
>
> Eric informed me that he has just released 3.3 so the attached diff
> brings our port up to date!
>
> Cheers Fred
> --
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/entr/Makefile,v
> retrieving revision 1.7
> diff -u -p -u -p -r1.7 Makefile
> --- Makefile  5 Apr 2014 22:14:59 -0000       1.7
> +++ Makefile  23 Oct 2015 19:16:57 -0000
> @@ -1,10 +1,9 @@
> -# $OpenBSD: Makefile,v 1.7 2014/04/05 22:14:59 sthen Exp $
> +# $OpenBSD$
>
>   COMMENT =   run arbitrary commands when files change
>
> -DISTNAME =   entr-2.8
> -REVISION =   0
> -REV =                9192ece7198c
> +DISTNAME =   entr-3.3
> +REV =                220131754e1c
>
>   CATEGORIES =        sysutils
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/entr/distinfo,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo  20 Mar 2014 11:17:09 -0000      1.4
> +++ distinfo  23 Oct 2015 19:16:57 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (entr-2.8.tar.gz) = hHq+LfbIV68OA+P259Raact3qDoz52gIKUn2cWH9RMw=
> -SIZE (entr-2.8.tar.gz) = 20185
> +SHA256 (entr-3.3.tar.gz) = cBy3sKcrbJunlK18wVtuvMLgyXi7aQbIrkB1Z6BERh8=
> +SIZE (entr-3.3.tar.gz) = 22159
> Index: patches/patch-entr_c
> ===================================================================
> RCS file: patches/patch-entr_c
> diff -N patches/patch-entr_c
> --- patches/patch-entr_c      5 Apr 2014 22:14:59 -0000       1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,22 +0,0 @@
> -$OpenBSD: patch-entr_c,v 1.1 2014/04/05 22:14:59 sthen Exp $
> ---- entr.c.orig      Thu Mar 13 18:44:39 2014
> -+++ entr.c   Sat Apr  5 10:32:08 2014
> -@@ -38,7 +38,7 @@
> -
> - /* events to watch for */
> -
> --#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME
> -+#define NOTE_ALL
> NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME|NOTE_TRUNCATE
> -
> - /* shortcuts */
> -
> -@@ -456,7 +456,8 @@ main:
> -             if (evList[i].fflags & NOTE_DELETE ||
> -                 evList[i].fflags & NOTE_WRITE  ||
> -                 evList[i].fflags & NOTE_EXTEND ||
> --                evList[i].fflags & NOTE_RENAME) {
> -+                evList[i].fflags & NOTE_RENAME ||
> -+                evList[i].fflags & NOTE_TRUNCATE) {
> -                     if (fifo.fd == 0)
> -                             do_exec = 1;
> -                     else {
> Index: pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/sysutils/entr/pkg/DESCR,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 DESCR
> --- pkg/DESCR 23 Apr 2013 23:04:45 -0000      1.2
> +++ pkg/DESCR 23 Oct 2015 19:16:57 -0000
> @@ -1,3 +1,3 @@
>   entr - a utility for running arbitrary commands when files change.
>   Uses kqueue(2) to avoid polling. entr responds to file system events
> -by executing command line arguments or by writing to a FIFO.
> +by executing command line arguments.
>
>
>
> [Attachment of type text/x-patch removed.]
>
> ------------------------------
>
> Date: Sat, 24 Oct 2015 07:45:23 +0100
> From: Fred <open...@crowsons.com>
> To: OpenBSD ports <ports@openbsd.org>
> Cc: Stuart Henderson <st...@openbsd.org>
> Subject: Re: [Update] entr-3.3 patch to remove patch file
> Message-ID: <562b2903.3090...@crowsons.com>
>
> For some reason patch-entr_c wasn't removed from CVS thus the build on
> sparc64 failed.
>
> This patch should remove that patch.
>
> With the patch-entr_c removed entr also works on sparc64.
>
> Cheers
>
> Fred
> --
>
> Index: patches/patch-entr_c
> ===================================================================
> RCS file: patches/patch-entr_c
> diff -N patches/patch-entr_c
> --- patches/patch-entr_c      5 Apr 2014 22:14:59 -0000       1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,22 +0,0 @@
> -$OpenBSD: patch-entr_c,v 1.1 2014/04/05 22:14:59 sthen Exp $
> ---- entr.c.orig      Thu Mar 13 18:44:39 2014
> -+++ entr.c   Sat Apr  5 10:32:08 2014
> -@@ -38,7 +38,7 @@
> -
> - /* events to watch for */
> -
> --#define NOTE_ALL NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME
> -+#define NOTE_ALL
> NOTE_DELETE|NOTE_WRITE|NOTE_EXTEND|NOTE_RENAME|NOTE_TRUNCATE
> -
> - /* shortcuts */
> -
> -@@ -456,7 +456,8 @@ main:
> -             if (evList[i].fflags & NOTE_DELETE ||
> -                 evList[i].fflags & NOTE_WRITE  ||
> -                 evList[i].fflags & NOTE_EXTEND ||
> --                evList[i].fflags & NOTE_RENAME) {
> -+                evList[i].fflags & NOTE_RENAME ||
> -+                evList[i].fflags & NOTE_TRUNCATE) {
> -                     if (fifo.fd == 0)
> -                             do_exec = 1;
> -                     else {
>
>
>
> [Attachment of type text/x-patch removed.]
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 14:48:07 -0400
> From: Alan Corey <alan01...@gmail.com>
> To: ports@openbsd.org
> Subject: Forcing reinstall of a port
> Message-ID:
> <caoh3ddblhetqdmmjzolzaf0vszplzhtpa6xvvzwlmkm24yi...@mail.gmail.com>
>
> It seems like I might have run across this, a way to uninstall a port
> and reinstall it without having to remove all of its dependencies and
> put them back in the process.
>
> This is related to my pasting from Abiword which at the moment seems
> to be a gettext/libiconv order thing.  This is from the gnu libiconv
> page at http://www.gnu.org/software/libiconv/ and sounds ominous:
>
> -------------
> After installing GNU libiconv for the first time, it is recommended to
> recompile and reinstall GNU gettext, so that it can take advantage of
> libiconv.
>
> On systems other than GNU/Linux, the iconv program will be
> internationalized only if GNU gettext has been built and installed
> before GNU libiconv. This means that the first time GNU libiconv is
> installed, we have a circular dependency between the GNU libiconv and
> GNU gettext packages, which can be resolved by building and installing
> either
>
>     first libiconv, then gettext, then libiconv again,
>
> or (on systems supporting shared libraries, excluding AIX)
>
>     first gettext, then libiconv, then gettext again.
>
> Recall that before building a package for the second time, you need to
> erase the traces of the first build by running "make distclean".
> --------------
>
> Both gettext and libiconv seem to have about 350 depencies on my box,
> in /var/db/pkg libiconv has the earlier date.  I thought there was a
> "force" option somewhere.  Abiword seems to be the only thing affected
> and I've got 924 ports installed (yes, ports, not packages, from
> distfiles).  This is on OpenBSD 5.7 but I have the same pasting
> problem on 5.6 and 5.8 uses the same Abiword version (3.0.1).
>
> --
> Credit is the root of all evil.  - AB1JX
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 20:59:39 +0200
> From: Landry Breuil <lan...@rhaalovely.net>
> To: ports@openbsd.org
> Subject: Re: Forcing reinstall of a port
> Message-ID: <20151023185939.gp23...@twilight.rhaalovely.net>
>
> On Fri, Oct 23, 2015 at 02:48:07PM -0400, Alan Corey wrote:
>> It seems like I might have run across this, a way to uninstall a port
>> and reinstall it without having to remove all of its dependencies and
>> put them back in the process.
>
> pkg_add -rDinstalled should do the trick.
>
> Landry
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 20:22:01 +0000 (UTC)
> From: Christian Weisgerber <na...@mips.inka.de>
> To: ports@openbsd.org
> Subject: Re: Forcing reinstall of a port
> Message-ID: <slrnn2l5n9.127i.na...@lorvorc.mips.inka.de>
>
> On 2015-10-23, Alan Corey <alan01...@gmail.com> wrote:
>
>> This is related to my pasting from Abiword which at the moment seems
>> to be a gettext/libiconv order thing.
>
> That seems unlikely.
>
>> On systems other than GNU/Linux, the iconv program will be
>> internationalized only if GNU gettext has been built and installed
>> before GNU libiconv.
>
> Yep, so the iconv(1) from our port does not have internationalization.
> That means no German, French, etc. error messages, but it doesn't
> affect iconv(1)'s or iconv(3)'s actual functionality.
>
>> Both gettext and libiconv seem to have about 350 depencies on my box,
>
> You are using the term "dependencies" wrong.  Those 350 packages
> have gettext and libiconv as dependencies.  I don't think we have
> a well-established term for the other direction--"dependents" would
> make sense.
>
> --
> Christian "naddy" Weisgerber                          na...@mips.inka.de
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 22:01:56 +0100
> From: Stuart Henderson <st...@openbsd.org>
> To: Alan Corey <alan01...@gmail.com>
> Cc: ports@openbsd.org
> Subject: Re: Forcing reinstall of a port
> Message-ID: <20151023210156.gx18...@symphytum.spacehopper.org>
>
> On 2015/10/23 14:48, Alan Corey wrote:
>> This is related to my pasting from Abiword which at the moment seems
>> to be a gettext/libiconv order thing.
>
> I think this is probably an Abiword bug. They've had problems in this
> area before, and even just copying and pasting entirely within Abiword
> doesn't work for me (-current amd64).
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 23:07:38 -0400
> From: Alan Corey <alan01...@gmail.com>
> To: Alan Corey <alan01...@gmail.com>, ports@openbsd.org
> Subject: Re: Forcing reinstall of a port
> Message-ID:
> <caoh3ddzaxyvgcl0ctd3-tpzcmotgqwa6m+i7gb6wfbipjwx...@mail.gmail.com>
>
> When I set LC_CTYPE to en-US.UTF-8 as has been mentioned here and in
> the OpenBSD FAQ, then do something like type uxterm into an rxvt
> window I get the warning:
>
> Warning: locale not supported by Xlib, locale set to C
>
> So could the Xlib version be causing this?  I'm floundering.  Maybe
> uxterm's trying to set a locale on startup.
>
> On 10/23/15, Stuart Henderson <st...@openbsd.org> wrote:
>> On 2015/10/23 14:48, Alan Corey wrote:
>>> This is related to my pasting from Abiword which at the moment seems
>>> to be a gettext/libiconv order thing.
>>
>> I think this is probably an Abiword bug. They've had problems in this
>> area before, and even just copying and pasting entirely within Abiword
>> doesn't work for me (-current amd64).
>>
>>
>
>
> --
> Credit is the root of all evil.  - AB1JX
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 23:20:27 -0400
> From: Alan Corey <alan01...@gmail.com>
> To: Alan Corey <alan01...@gmail.com>, ports@openbsd.org
> Subject: Re: Forcing reinstall of a port
> Message-ID:
> <CAOh3dDYXHXjz6=a_jwfxux9dhfwchqdm7bjie0jgntdhge2...@mail.gmail.com>
>
> No, I get that if I type rxvt into rxvt.  I'm not using xconsole but
> it might show there too.  But I don't get it if I type firefox or
> abiword, ufraw, blender, filezilla, etc. into rxvt.
>
> On 10/23/15, Alan Corey <alan01...@gmail.com> wrote:
>> When I set LC_CTYPE to en-US.UTF-8 as has been mentioned here and in
>> the OpenBSD FAQ, then do something like type uxterm into an rxvt
>> window I get the warning:
>>
>> Warning: locale not supported by Xlib, locale set to C
>>
>> So could the Xlib version be causing this?  I'm floundering.  Maybe
>> uxterm's trying to set a locale on startup.
>>
>> On 10/23/15, Stuart Henderson <st...@openbsd.org> wrote:
>>> On 2015/10/23 14:48, Alan Corey wrote:
>>>> This is related to my pasting from Abiword which at the moment seems
>>>> to be a gettext/libiconv order thing.
>>>
>>> I think this is probably an Abiword bug. They've had problems in this
>>> area before, and even just copying and pasting entirely within Abiword
>>> doesn't work for me (-current amd64).
>>>
>>>
>>
>>
>> --
>> Credit is the root of all evil.  - AB1JX
>>
>
>
> --
> Credit is the root of all evil.  - AB1JX
>
>
> ------------------------------
>
> Date: Sat, 24 Oct 2015 10:19:37 +0200
> From: Jan Vlach <ja...@volny.cz>
> To: Alan Corey <alan01...@gmail.com>
> Cc: ports@openbsd.org
> Subject: Re: Forcing reinstall of a port
> Message-ID: <20151024081937.ga8...@volny.cz>
>
> Hi Alan,
>
> the locale should be
> LC_CTYPE=en_US.UTF-8
>
> not
>
> en-US.UTF-8
>
> (underscore versus minus)
>
> Jan
>
> On Fri, Oct 23, 2015 at 11:07:38PM -0400, Alan Corey wrote:
>> When I set LC_CTYPE to en-US.UTF-8 as has been mentioned here and in
>> the OpenBSD FAQ, then do something like type uxterm into an rxvt
>> window I get the warning:
>>
>> Warning: locale not supported by Xlib, locale set to C
>>
>> So could the Xlib version be causing this?  I'm floundering.  Maybe
>> uxterm's trying to set a locale on startup.
>>
>> On 10/23/15, Stuart Henderson <st...@openbsd.org> wrote:
>> > On 2015/10/23 14:48, Alan Corey wrote:
>> >> This is related to my pasting from Abiword which at the moment seems
>> >> to be a gettext/libiconv order thing.
>> >
>> > I think this is probably an Abiword bug. They've had problems in this
>> > area before, and even just copying and pasting entirely within Abiword
>> > doesn't work for me (-current amd64).
>> >
>> >
>>
>>
>> --
>> Credit is the root of all evil.  - AB1JX
>>
>
> --
> Be the change you want to see in the world.
>
>
> ------------------------------
>
> Date: Fri, 23 Oct 2015 22:27:57 +0200
> From: Frank Groeneveld <frank+openbsd-po...@frankgroeneveld.nl>
> To: ports@openbsd.org
> Subject: NEW: textproc/wkhtmltopdf
> Message-ID: <562a984d.5060...@frankgroeneveld.nl>
>
> This is my first attempt at writing a port.
>
> wkthmltopdf is a program that uses Webkit to convert an HTML file to a
> PDF or image file.  More information can be found on their website:
> http://wkhtmltopdf.org
>
> I use it in a number of Ruby on Rails applications with the wickedpdf
> gem to generate PDF invoices for example.
>
> Note that upstream advises to build it using their patched QT in order
> to support the following options:
>
>   * Printing more then one HTML document into a PDF file.
>   * Running without an X11 server.
>   * Adding a document outline to the PDF file.
>   * Adding headers and footers to the PDF file.
>   * Generating a table of contents.
>   * Adding links in the generated PDF file.
>   * Printing using the screen media-type.
>   * Disabling the smart shrink feature of webkit.
>
> My port doesn't use their patched QT as I find it quite ugly. However,
> some of these options are pretty handy on servers, especially running
> without an X11 server.
>
> What are your thoughts and comments on this port?
>
> Frank
>
>
> [Attachment of type application/gzip removed.]
>
> ------------------------------
>
> Date: Sat, 24 Oct 2015 09:59:48 +0200
> From: Antoine Jacoutot <ajacou...@bsdfrog.org>
> To: Raf Czlonka <rczlo...@gmail.com>
> Cc: ports@openbsd.org
> Subject: Re: pinentry eats up nearly 100% CPU [Was: Re: CVS:
> cvs.openbsd.org:
>  ports]
> Message-ID: <20151024075948.gu7...@janus.obspm.bsdfrog.org>
>
>> > Hi Antoine,
>> >
>> > On a (somewhat), related note - since the last (so it seems) update to
>> > pinentry, it doesn't prompt for pass{word,phrase} any more, i.e.
>> >
>> > gpg2 -d file.gpg
>> >
>> > starts gpg-agent, which in turn starts pinentry, all I can see is
>> > blank tty and after a couple of seconds, pinentry runs at 99% CPU:
>> >
>> > USER       PID %CPU %MEM   VSZ   RSS TT  STAT  STARTED       TIME
>> > COMMAND
>> > rjc      20819 99.0  0.1  1996  5392 ??  R      6:41AM    1:25.35
>> > pinentry (pinentry-curses)
>>
>> Hmm that's odd... my initial tests did work.
>> I'll have a look this week-end, thanks for the report.
>
> Can you wait for and try the new ports snapshot when it is there.
> I cannot reproduce your issue, pinentry works just fine here.
>
> --
> Antoine
>
>
> ------------------------------
>
> Date: Sat, 24 Oct 2015 10:19:31 +0200
> From: Antoine Jacoutot <ajacou...@bsdfrog.org>
> To: Ossi Herrala <oherr...@gmail.com>
> Cc: ports@openbsd.org
> Subject: Re: Small fix for sysutils/salt
> Message-ID: <20151024081931.gw7...@janus.obspm.bsdfrog.org>
>
> On Fri, Oct 16, 2015 at 09:15:47PM +0300, Ossi Herrala wrote:
>> Hi,
>>
>> There's probably small typo in sysutils/salt in pkg/PLIST?
>
> Well... actually that directory is only here to store ssh keys for GitFS.
> And I don't think that's good to remove the whole directory even with
> pkg_delete -c, so I'll just remove that entry.
>
> Thanks for making me look into it ;-)
>
>> Index: sysutils/salt/pkg/PLIST
>> ===================================================================
>> RCS file: /cvs/ports/sysutils/salt/pkg/PLIST,v
>> retrieving revision 1.28
>> diff -u -p -r1.28 PLIST
>> --- sysutils/salt/pkg/PLIST  14 Oct 2015 18:21:31 -0000      1.28
>> +++ sysutils/salt/pkg/PLIST  16 Oct 2015 18:09:08 -0000
>> @@ -6,7 +6,7 @@
>>  @extraunexec rm -rf
>> ${SYSCONFDIR}/salt/{master.d,minion.d,minion_id,pki/*}
>>  @extraunexec rm -rf /var/cache/salt/*
>>  @extraunexec rm -rf /var/log/salt
>> -@extraunexec rm -rf /var/salt/.*
>> +@extraunexec rm -rf /var/salt/*
>>  bin/salt
>>  bin/salt-api
>>  bin/salt-call
>>
>> --
>> Ossi Herrala
>>
>
> --
> Antoine
>
>
> ------------------------------
>
> End of [ports] Daily digest, Issue 4287 (15 messages)
> **********
>


-- 
Credit is the root of all evil.  - AB1JX

Reply via email to