bug#55765: [mumi] Xapian SWIGy issue

2022-06-06 Thread Arun Isaac


Hi Ludo,

While I'm pretty sure it won't help this issue, I just released the long
overdue guile-xapian 0.2.0 and updated the Guix package as well. See
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e614cf2907105d1d41653c2316b96d29d807baa8

Regards,
Arun





bug#55765: [mumi] Xapian SWIGy issue

2022-06-02 Thread Ludovic Courtès
Hello,

Arun Isaac  skribis:

> That doesn't immediately ring a bell, but I could investigate. Do you
> have any way to reproduce this issue?

Of course not, it’d be too easy.  :-)

> Also, which version of mumi and guile-xapian is this?

It’s this one:

--8<---cut here---start->8---
ludo@berlin ~$ guix gc --references 
/gnu/store/dx753xnrzx2fsscryv9lc647nc5w637v-mumi-0.0.1-7.f5232c4/
/gnu/store/09b6hpmpnipvp3yxxvbnz40xzpig7ypz-guile-syntax-highlight-0.1
/gnu/store/3fa1s3ckzca1c9bqr7ylrhg7r7lb8rfw-guile-kolam-0.1.0
/gnu/store/4y5m9lb8k3qkb1y9m02sw9w9a6hacd16-bash-minimal-5.1.8
/gnu/store/60jl4xry9c93j9l0rr7nkvbw7dihjz4k-guile-gcrypt-0.3.0
/gnu/store/8403wphsahjviq4p4ryqfb7sindgg3nq-guile-irregex-0.9.6
/gnu/store/9l5rjl30b5p9qig9nj2xs9wwsp54ypkd-guile-webutils-0.1-0.8541904
/gnu/store/cnfsv9ywaacyafkqdqsv2ry8f01yr7a9-guile-3.0.7
/gnu/store/d5mcny1w7l8s7jv94ys2arg2qa39y8ha-guile-redis-2.2.0
/gnu/store/dx753xnrzx2fsscryv9lc647nc5w637v-mumi-0.0.1-7.f5232c4
/gnu/store/grjvqx3xfjlczak7j3gsdf0q4wf7fnw6-guile-json-4.5.2
/gnu/store/is9f6ki7i2f6qk80ivvz7q1vvlibb96l-guile-fibers-1.0.0
/gnu/store/xnp2h5zp9k05vd9r0j24a07175llsc33-guile-xapian-0.1.0
/gnu/store/xqb5spzkaxc5ayfv5xcw6gqyfh9dn3xl-mailutils-3.15
/gnu/store/z8wwwpnh1i97fm27xqqq5d4aaf5v8a5q-guile-email-latest-0.2.2-2.ea60bb9
ludo@berlin ~$ guix system describe
Generation 577  May 26 2022 16:49:25(current)
  file name: /var/guix/profiles/system-577-link
  canonical file name: /gnu/store/2bfdwvc6iyaj7m58szhxnd56p41s6q68-system
  label: GNU with Linux-Libre 5.17.9
  bootloader: grub
  root device: label: "my-root"
  kernel: /gnu/store/si7fz3pxwq5aiqpdwkw0qs4jmsqh89n5-linux-libre-5.17.9/bzImage
  channels:
guix:
  repository URL: https://git.savannah.gnu.org/git/guix.git
  branch: master
  commit: 0dc63ce519c5f98b2186d1871176e2fac3a6926b
  configuration file: 
/gnu/store/sd59z8h741jilaa3cdf16441f84xghil-configuration.scm
--8<---cut here---end--->8---

Thanks!

Ludo’.





bug#55765: [mumi] Xapian SWIGy issue

2022-06-02 Thread Arun Isaac


Hi Ludo,

> --8<---cut here---start->8---
> 2022-06-02 15:04:45 GET /issue/54065/raw/12
> 2022-06-02 15:04:45 GET /issue/43096/raw/2
> 2022-06-02 15:04:45 GET /issue/45676/raw/10
> 2022-06-02 15:09:09 GET In procedure delete-Database: Wrong type argument in 
> position 1: #
> 2022-06-02 15:09:21 In procedure delete-Database: Wrong type argument in 
> position 1: #
> --8<---cut here---end--->8---
>
> Does that ring a bell, Arun?

That doesn't immediately ring a bell, but I could investigate. Do you
have any way to reproduce this issue? Also, which version of mumi and
guile-xapian is this?

Thanks!
Arun





bug#55765: [mumi] Xapian SWIGy issue

2022-06-02 Thread Ludovic Courtès
Hello!

Earlier today, I caught mumi in the middle of what I think we can call:
a bug.  Specifically, a Xapian or SWIG bug.

--8<---cut here---start->8---
2022-06-02 15:04:45 GET /issue/54065/raw/12
2022-06-02 15:04:45 GET /issue/43096/raw/2
2022-06-02 15:04:45 GET /issue/45676/raw/10
2022-06-02 15:09:09 GET In procedure delete-Database: Wrong type argument in 
position 1: #
2022-06-02 15:09:21 In procedure delete-Database: Wrong type argument in 
position 1: #
--8<---cut here---end--->8---

Does that ring a bell, Arun?

Ludo’.