[PATCH 1/3] gnu: Add jemalloc.

2015-04-17 Thread 宋文武
* gnu/packages/jemalloc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/jemalloc.scm | 43 +++ 2 files changed, 44 insertions(+) create mode 100644 gnu/packages/jemalloc.scm diff --git

[PATCH 2/3] gnu: Add libaio.

2015-04-17 Thread 宋文武
* gnu/packages/linux.scm (libaio): New variable. --- gnu/packages/linux.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index dc05322..4b3575c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@

Re: [PATCH 0/4] Add sra-tools.

2015-04-17 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: The NCBI project uses a frustrating custom configuration script written in Perl, requiring a lot of tweaks to make it work. More significant changes had to be made to the build of both ncbi-vdb and sra-tools, because sra-tools expects the

Re: [PATCH] gnu: Add libsrtp.

2015-04-17 Thread Ludovic Courtès
David Hashe david.ha...@dhashe.com skribis: * gnu/packages/telephony.scm (libsrtp): New variable. Applied. Thank you, and welcome! Ludo’.

Re: [PATCH 3/4] gnu: shadow: User shells point to current profile

2015-04-17 Thread Ludovic Courtès
Andy Wingo wi...@pobox.com skribis: - (shell #~(string-append #$shadow /sbin/nologin + (shell /run/current-system/profile/sbin/nologin))) [...] -(shell #~(string-append #$shadow -

Re: [PATCH 0/4] Add sra-tools.

2015-04-17 Thread Ricardo Wurmus
Ludovic Courtès writes: I had to remove libxml2 from the inputs to sra-tools, resulting in a failure to build a couple of loader tools. The reason for this is that I encountered linker problems like these: It looks like an upstream bug? And why is it being statically-linked anyway? It

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread 宋文武
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@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

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/database.scm (mariadb): New variable. +s: “databases.scm” +'configure 'pre-configure +(lambda _ + (setenv CONFIG_SHELL (which sh)) + ;;

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: David Thompson dthomps...@worcester.edu writes: 宋文武 iyzs...@gmail.com writes: * gnu/packages/database.scm (mariadb): New variable. MariaDB is a replacement for MySQL. Last I read you can just replace MySQL with MariaDB and

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread David Thompson
宋文武 iyzs...@gmail.com writes: * gnu/packages/database.scm (mariadb): New variable. MariaDB is a replacement for MySQL. Last I read you can just replace MySQL with MariaDB and everything just works. So, should we keep our mysql package? -- David Thompson Web Developer - Free Software

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread Taylan Ulrich Bayırlı/Kammer
David Thompson dthomps...@worcester.edu writes: 宋文武 iyzs...@gmail.com writes: * gnu/packages/database.scm (mariadb): New variable. MariaDB is a replacement for MySQL. Last I read you can just replace MySQL with MariaDB and everything just works. So, should we keep our mysql package?

Re: [PATCH 3/4] gnu: shadow: User shells point to current profile

2015-04-17 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: [...] I think we should instead generate /etc/shells based on the ‘shell’ field of each user account, so that it matches exactly what’s being used: [...] Totally argee, and I find that my xterm will only work correctly

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: 宋文武 iyzs...@gmail.com writes: * gnu/packages/database.scm (mariadb): New variable. MariaDB is a replacement for MySQL. Last I read you can just replace MySQL with MariaDB and everything just works. So, should we keep our mysql package?

Re: [PATCH 3/3] gnu: Add MariaDB.

2015-04-17 Thread Ludovic Courtès
宋文武 iyzs...@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

Re: [PATCH 3/4] gnu: shadow: User shells point to current profile

2015-04-17 Thread 宋文武
Ludovic Courtès l...@gnu.org writes: Andy Wingo wi...@pobox.com skribis: - (shell #~(string-append #$shadow /sbin/nologin + (shell /run/current-system/profile/sbin/nologin))) [...] -(shell #~(string-append #$shadow -

core-updates merged

2015-04-17 Thread Mark H Weaver
FYI, I just merged core-updates into master. Mark