unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Catonano <catonano@gmail.com>
To: help-guix <help-guix@gnu.org>, guile-user@gnu.org
Subject: squee
Date: Mon, 17 Apr 2017 11:35:10 +0200	[thread overview]
Message-ID: <CAJ98PDz7hM=1qUjfqK8FUF71EKOdxEDeexOb95qq95=e9=yFPg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1766 bytes --]

I'm not sure i this is for the guix-help ml or for the guile-users ml

I'll move this to the appropriate place, if you will indicate it to me.
Thanks.

On my GuixSD system, I'm trying to get my feet wet with cwebber's squee
https://notabug.org/cwebber/guile-squee

I have this line
(define conn (connect-to-postgres-paramstring "dbname=tryton
user=postgres"))

then, in the REPL, I try

scheme@(squee)> conn

and I get

$4 = ././././squee.scm:131:29: In procedure #<procedure 1998560 at
././././squee.scm:129:2 (pg-conn port)>:
././././squee.scm:131:29: In procedure unwrap-pg-conn: Wrong type argument:
Error while printing exception.

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.

Of course I get this same exception also if I try to run a query, with the
same connection

Previously, I changed this line
(define libpq (dynamic-link "libpq"))

to
(define libpq (dynamic-link
"/gnu/store/0fqfm833m1g3603l0vifbzg6kqaqad24-postgresql-9.5.6/lib/libpq.so"))

that's the postgres that's installed in my profile

But there are 3 more postgreses in my store

~$ ls /gnu/store/ | grep postgresql
[...]
0fqfm833m1g3603l0vifbzg6kqaqad24-postgresql-9.5.6/
[...]
5x35az6lbi7y0zd4z45b7kv1qp67aqac-postgresql-9.5.6/
[...]
dwbscplq276xzcfzryda7g5097p23974-postgresql-9.5.6/
[...]
hmdqm7xvshlf6ljwck77nap821jzg677-postgresql-9.5.6/

I don't know why. I have configured my system with a postgresql service
running. Maybe the service is using a different package form the one
installed in my profile ?

I don't know

And what about the other 2 postgreses ?

Anyway, about my my screech with squee: Is it because I'm linking
incorrectly to the postgres library ?

Or is this because the code is not fresh (last edit was "one year ago") ?

Thanks in advance

[-- Attachment #2: Type: text/html, Size: 2321 bytes --]

             reply	other threads:[~2017-04-17  9:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-17  9:35 Catonano [this message]
2017-04-18 12:53 ` squee Catonano
2017-04-18 19:48   ` squee Christopher Allan Webber
2017-04-19  2:32     ` squee Catonano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ98PDz7hM=1qUjfqK8FUF71EKOdxEDeexOb95qq95=e9=yFPg@mail.gmail.com' \
    --to=catonano@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).