From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.user Subject: Re: [Greg Troxel] guile-pg 0.47 bug report Date: Sun, 08 Nov 2020 11:03:18 -0500 Message-ID: References: <87eelw2z91.fsf@gnuvola.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32478"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Nov 08 17:03:39 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kbnAJ-0008L7-56 for guile-user@m.gmane-mx.org; Sun, 08 Nov 2020 17:03:39 +0100 Original-Received: from localhost ([::1]:45928 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbnAI-0002LI-46 for guile-user@m.gmane-mx.org; Sun, 08 Nov 2020 11:03:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbnA4-0002KZ-OK for guile-user@gnu.org; Sun, 08 Nov 2020 11:03:25 -0500 Original-Received: from s1.lexort.com ([2605:2700:0:2:a800:ff:fe4b:be00]:54867) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbnA0-0005a6-23 for guile-user@gnu.org; Sun, 08 Nov 2020 11:03:24 -0500 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id 73B8A410801; Sun, 8 Nov 2020 11:03:18 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1604851398; bh=WM/Jf5s5Z4kZngfhNMkhnwG98iEXsBhJ9eakjUw+gL8=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=RrJN698HFXjcRItdcUeD+8qjcpIoevnqju1Jkm+336MVK9F5ivcMeiWUoL/5bu3+3 XjEpbcFJ3iT1rzc1sR3v8tzopPhhajUH8DD0Yr05y4kjJEF/ATTq+/JR5lH0qW5vim Tcya9tDCj11z1+mYB5d0IQXBGF7Q/OQPXRNCIalg= OpenPGP: id=098ED60E In-Reply-To: <87eelw2z91.fsf@gnuvola.org> (Thien-Thi Nguyen's message of "Sat, 17 Oct 2020 19:45:14 -0400") Received-SPF: pass client-ip=2605:2700:0:2:a800:ff:fe4b:be00; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/08 10:55:56 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17009 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thien-Thi Nguyen writes: > In any case, thanks to your prompting, i've done: > > http://git.savannah.nongnu.org/cgit/guile-pg.git/commit/?h=3Dp&id=3Da466= c86cd2989d2 > > Let me know if that's still unclear. Thanks, that's great. > Subject: guile-pg 0.47 bug report> > To: guile-user@gnu.org > Date: Sun, 07 Jun 2015 07:29:29 -0400 (5 years, 19 weeks, 6 hours ago) > > I just updated pkgsrc to 0.47. Three nits: > > Tests failed (entirely) due to running out of shm segments. > I have regular pgsql running, and I think the tests used to > work. So I wonder if there is some newly expanded > maxconnections in the test driver. > > Hmmm, i have done nothing w/ =E2=80=98maxconnections=E2=80=99 (that i am = aware > of). Does this problem still occur? (BTW, have you tried > building Guile-PG from Git?) This does not recur with guile-pg 0.48. > There's a libpostgres.la symlink in $prefix/lib/guile-pg > that wasn't there in 0.46, not mentioned in NEWS. It seems > like it is extra and unnecessary. > > This is not present on my system, but IIRC you're running > FreeBSD, right? Is it true that such a symlink is unnecessary > for all the BSD variants? (I need to check the sofix script.) I'm on NetBSD. I said symlink, but I mean .la file. It is not present in 0.48, so let's not worry, and you can also skip the "why did this go away in 0.48 question", caused by my not remembering the previous. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQS7wyAjWilQwVHG9Vsf2nroCY7WDgUCX6gWxgAKCRAf2nroCY7W Dq1LAJ9RbddiMhq05styyDNqQrWUFux6SwCdFPtEdU5MkD3AWHsxK5C1bMK8k50= =UMhN -----END PGP SIGNATURE----- --=-=-=--