[no subject]

2014-12-03 Thread Tomas Cech
/helper_script.sh Ludovic said that `guix packages --search-paths' should generate similar path configuration so it may be the right way, but it didn't work for me. And last thing I wanted to mention, you have kind community around Guix and Guile. It's really motivating! Best regards, Tomas Cech Sleep_Walker

Re: none

2014-12-05 Thread Tomas Cech
At Fri, 05 Dec 2014 00:04:23 +0100, Ludovic Courtès wrote: > > Tomas Cech skribis: > > > I tried to install Guix as alternative OS to my Gentoo and openSUSE > > installations to give a try. I tried unsupported scenario - > > installation on LVM volume and separate

Re: [PATCH v3] gnu: Add bullet.

2014-12-12 Thread Tomas Cech
Thanks again for your review. At Thu, 11 Dec 2014 22:09:22 -0500, David Thompson wrote: > > Hello again, > > Missed one thing during my previous review. > > Tomáš Čech writes: > > > * gnu/packages/game-development.scm: New file > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > --- > > gn

Re: [PATCH v4] gnu: Add bullet.

2014-12-15 Thread Tomas Cech
At Sat, 13 Dec 2014 10:58:44 -0500, David Thompson wrote: > > Tomáš Čech writes: > > ... > > @@ -0,0 +1,13 @@ > > +diff -up bullet-2.82-r2704/CMakeLists.txt.orig > > bullet-2.82-r2704/CMakeLists.txt > > +--- bullet-2.82-r2704/CMakeLists.txt.orig 2014-12-13 00:09:49.648710180 > > +0100 > >

Re: [PATCH] gnu: luajit: Add -fPIC into CFLAGS.

2014-12-16 Thread Tomas Cech
At Tue, 16 Dec 2014 18:08:10 +0100, Ludovic Courtès wrote: > > Tomáš Čech skribis: > > > * gnu/packages/lua.scm (luajit): Add -fPIC into CFLAGS and pass it to make. > > [...] > > > --- a/gnu/packages/lua.scm > > +++ b/gnu/packages/lua.scm > > @@ -92,7 +92,8 @@ for configuration, scripting, and

Re: [PATCH] gnu: luajit: Add -fPIC into CFLAGS.

2014-12-16 Thread Tomas Cech
At Tue, 16 Dec 2014 22:08:01 +0100, Ludovic Courtès wrote: > > Tomas Cech skribis: > > > At Tue, 16 Dec 2014 18:08:10 +0100, > > Ludovic Courtès wrote: > >> > >> Tomáš Čech skribis: > >> > >> > * gnu/packages/lua.scm

Re: [PATCH] gnu: luajit: Add -fPIC into CFLAGS.

2014-12-27 Thread Tomas Cech
At Tue, 16 Dec 2014 23:15:42 +0100, Ludovic Courtès wrote: > > Tomas Cech skribis: > > > CCLD lib/ecore_ipc/libecore_ipc.la > > ld: > > /gnu/store/ij22m0lalbagkm4fflnxc9691ax4bpvk-luajit-2.0.3/lib/libluajit-5.1.a(lj_err.o): > > relocation R_X86_64_32S

Re: [PATCH] gnu: luajit: Add -fPIC into CFLAGS.

2015-01-28 Thread Tomas Cech
Sorry for late response, it's been very rush month. At Wed, 07 Jan 2015 21:14:46 +0100, Ludovic Courtès wrote: > > Tomas Cech skribis: > > > /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/../../../../x86_64-pc-linux-gnu/bin/ld: > > > > /gnu/store/ij22m0lalbagkm4ff

Re: missing input and more

2015-02-05 Thread Tomas Cech
At Thu, 05 Feb 2015 19:01:18 +0800, 宋文武 wrote: > > Andreas Enge writes: > > > On Thu, Feb 05, 2015 at 08:05:03AM +0100, sleep_wal...@suse.cz wrote: > >> 1] ldd shows run-time dependency: > >> $ ldd > >> /gnu/store/0mfgwxgqyhlvi5xyi1j2lbr3ygczsdyp-gnutls-3.2.21/lib/libgnutls.so > >> | grep libz

Re: Add a pastebin client to the next guixsd image release

2016-12-05 Thread Tomas Cech
On Sun, 04 Dec 2016 19:16:28 +0100, ng0 wrote: > > I think the next release image for GuixSD should include > wgetpaste as a tool. This would make it possible for people who > are stuck in the image and who are doing the installation, to > paste the config.scm or any other command output. > > Are

Re: Leaving the guix project

2017-02-20 Thread Tomas Cech
On Sun, 19 Feb 2017 19:30:31 +0100, Alex Kost wrote: > > David Craven (2017-02-17 13:56 +0100) wrote: > > >> I think if you posit a free software project that works in the way you > >> describe ("on its own"), it would work very much like Guile works > >> right now. > > > > An operating system ha

Re: default linux modules

2017-02-21 Thread Tomas Cech
On Tue, 21 Feb 2017 10:39:46 +0100, Mathieu OTHACEHE wrote: > > > Hi Guix, > > I'm running GuixSD on top of a linux kernel with a custom conf. > > In "linux-modules" procedure of (gnu system linux-initrd), some modules > are searched by default ("ahci", "usb-storage", ..., "isci"). Those > modu

Re: default linux modules

2017-02-21 Thread Tomas Cech
On Tue, 21 Feb 2017 13:36:27 +0100, Mathieu OTHACEHE wrote: > > > > Here is previous thread about this topic. > > > > https://www.mail-archive.com/guix-devel@gnu.org/msg23130.html > > Thanks Tomas. > > Did you give a try to Ludo proposal of splitting 'base-initd' into > 'raw-initrd' and 'base-i

Re: Debugging info unavailability

2017-04-24 Thread Tomas Cech
On Sun, 23 Apr 2017 02:02:06 +0200, Danny Milosavljevic wrote: > > Hi, > > just now I had to debug a doxygen Segmentation Fault. I tried to install > doxygen:debug but that wasn't available. > > I think it would be nice if these outputs were available by default (but not > installed by defaul