From: 宋文武 <iyzsong@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 3/3] gnu: Add MariaDB.
Date: Fri, 17 Apr 2015 21:02:42 +0800 [thread overview]
Message-ID: <874moelxfx.fsf@gmail.com> (raw)
In-Reply-To: <87bninargs.fsf@gnu.org>
Ludovic Courtès <ludo@gnu.org> writes:
> 宋文武 <iyzsong@gmail.com> skribis:
>
>> * gnu/packages/database.scm (mariadb): New variable.
>
> +s: “databases.scm”
>
>> + 'configure 'pre-configure
>> + (lambda _
>> + (setenv "CONFIG_SHELL" (which "sh"))
>> + ;; XXX: libstdc++.so lacks RUNPATH for libgcc_s.so.
>> + (setenv "LDFLAGS" "-lgcc_s")
>
> Indeed, but this is normally compensated by the fact that our GCC
> automatically passed -Wl,-rpath=$gcclibdir, no? What error where you
> getting without it?
Without this flag, all binaries are broken (they linked with
libstdc++.so but with libgcc_s.so not found).
>
>> + ;; Install testing data to the 'test' output.
>> + (mkdir-p test)
>> + (system* "mv" (string-append out "/data") test)
>> + (system* "mv" (string-append out "/mysql-test") test)
>> + (system* "mv" (string-append out "/sql-bench") test)))
>
> Could you use ‘rename-file’?
It seem that those are assumed to be installed with the same
basedir as mariadb, and I failed to trick it to run.
I'd like to remove those test data (and the 'test' output).
>
> Otherwise LGTM.
>
> Thanks,
> Ludo’.
next prev parent reply other threads:[~2015-04-17 13:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-17 7:24 [PATCH 1/3] gnu: Add jemalloc 宋文武
2015-04-17 7:24 ` [PATCH 2/3] gnu: Add libaio 宋文武
2015-04-17 7:24 ` [PATCH 3/3] gnu: Add MariaDB 宋文武
2015-04-17 11:33 ` David Thompson
2015-04-17 11:43 ` Taylan Ulrich Bayırlı/Kammer
2015-04-17 13:37 ` Ludovic Courtès
2015-04-17 12:00 ` Ludovic Courtès
2015-04-17 12:07 ` Ludovic Courtès
2015-04-17 13:02 ` 宋文武 [this message]
2015-04-17 13:40 ` Ludovic Courtès
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874moelxfx.fsf@gmail.com \
--to=iyzsong@gmail.com \
--cc=guix-devel@gnu.org \
--cc=ludo@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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.