[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50476] [PATCH v2 00/10] Update guile-dbi and guile-dbd-*
From: |
Arun Isaac |
Subject: |
[bug#50476] [PATCH v2 00/10] Update guile-dbi and guile-dbd-* |
Date: |
Thu, 30 Sep 2021 22:22:25 +0530 |
Hi Ludo,
The fix was surprisingly simple. It turns out that guile-dbi already supports
a GUILE_DBD_PATH environment variable. See line 312 of
guile-dbi/src/guile-dbi.c. So, I just had to fix patch 03/10 to set
GUILE_DBD_PATH in the native-search-paths of the guile-dbi package. Otherwise,
this patchset is the same.
Regards,
Arun
Arun Isaac (10):
gnu: guile-dbi: Update upstream source.
gnu: guile-dbi: Remove hard-coded guile effective version.
gnu: guile-dbi: Search for dbd libraries using native-search-paths.
gnu: guile-dbi: Do not return #t from custom phases.
gnu: guile-dbi: Update to 2.1.8.
gnu: guile-dbd-sqlite3: Inherit from guile-dbi.
gnu: guile-dbd-postgresql: Inherit from guile-dbi.
gnu: guile-dbi-bootstrap: Remove package.
gnu: Add guile-dbd-mysql.
gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.
gnu/packages/guile-xyz.scm | 209 +++++++++++++++++++------------------
1 file changed, 109 insertions(+), 100 deletions(-)
--
2.33.0
- [bug#50476] [PATCH 00/10] Update guile-dbi and guile-dbd-*, (continued)
- [bug#50476] [PATCH 00/10] Update guile-dbi and guile-dbd-*, Arun Isaac, 2021/09/22
- [bug#50476] [PATCH 00/10] Update guile-dbi and guile-dbd-*, Ludovic Courtès, 2021/09/27
- [bug#50476] [PATCH v2 09/10] gnu: Add guile-dbd-mysql., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 01/10] gnu: guile-dbi: Update upstream source., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 02/10] gnu: guile-dbi: Remove hard-coded guile effective version., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 08/10] gnu: guile-dbi-bootstrap: Remove package., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 03/10] gnu: guile-dbi: Search for dbd libraries using native-search-paths., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 05/10] gnu: guile-dbi: Update to 2.1.8., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 06/10] gnu: guile-dbd-sqlite3: Inherit from guile-dbi., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 07/10] gnu: guile-dbd-postgresql: Inherit from guile-dbi., Arun Isaac, 2021/09/30
- [bug#50476] [PATCH v2 00/10] Update guile-dbi and guile-dbd-*,
Arun Isaac <=
- [bug#50476] [PATCH v2 04/10] gnu: guile-dbi: Do not return #t from custom phases., Arun Isaac, 2021/09/30
[bug#50476] [PATCH 04/10] gnu: guile-dbi: Do not return #t from custom phases., Arun Isaac, 2021/09/08
[bug#50476] [PATCH 08/10] gnu: guile-dbi-bootstrap: Remove package., Arun Isaac, 2021/09/08
[bug#50476] [PATCH 09/10] gnu: Add guile-dbd-mysql., Arun Isaac, 2021/09/08
[bug#50476] [PATCH 02/10] gnu: guile-dbi: Remove hard-coded guile effective version., Arun Isaac, 2021/09/08
[bug#50476] [PATCH 07/10] gnu: guile-dbd-postgresql: Inherit from guile-dbi., Arun Isaac, 2021/09/08