Svante Signell writes:
> ./pre-inst-env guix build --target=i586-pc-gnu bootstrap-tarballs 2>&1 | tee
> ../bootstrap-tarballs-i586-pc-gnu.log
>
> Build took around two days, and the log file is 361MB.
I guess that’s because you’ve rebuilt the x86_64 bootstrap first and
only then built the Hurd
Hi again,
Alex Vong writes:
> Hello guix,
>
> I find out that there are a lof of erroneous uses of regex in the
> invokation of FIND-FILES. The correct usage should be:
>
> (find-files "." "\\.c$")
>
> Instead people write:
>
> (find-files "." ".*\\.c")
>
> which match unwanted files.
>
> Fo
Hello Alex,
Alex Vong writes:
> [Resending...]
>
> Hello guix,
>
> I find out that there are a lof of erroneous uses of regex in the
> invokation of FIND-FILES. The correct usage should be:
>
> (find-files "." "\\.c$")
>
> Instead people write:
>
> (find-files "." ".*\\.c")
>
> which match u
On 20.09.19 20:48, Svante Signell wrote:
> find /gnu/store -name "make-bootstrap.scm"|grep guix-packages-
> source/gnu/packages|wc -l
> 12
> Which one to patch??
> There are also .cache files...
>
> Confusing as ever. Seem like the time to learn will be long!
The /gnu/store is read-only, you shoul
On Fri, 2019-09-20 at 19:49 +0200, Svante Signell wrote:
> On Fri, 2019-09-20 at 19:03 +0200, Ricardo Wurmus wrote:
> > Svante Signell writes:
> >
> > > On a GNU/Linux amd64 qemu image:
> > >
> > >
> > > dpkg -S /usr/share/guile/site/2.2
> > > guile-sqlite3, guile-gcrypt, guile-bytestructures,
On Fri, 2019-09-20 at 19:03 +0200, Ricardo Wurmus wrote:
> Svante Signell writes:
>
> > On a GNU/Linux amd64 qemu image:
> >
> >
> > dpkg -S /usr/share/guile/site/2.2
> > guile-sqlite3, guile-gcrypt, guile-bytestructures, guile-ssh, guile-json:
> > /usr/share/guile/site/2.2
>
> You can skip al
Dear,
How to track from which channel and commit the packages in a profile come from?
For example, today (time T) I run:
guix package -i emacs guile -p my-env
And I forgot to store the result of "guix describe".
Months later, and after several "guix pull" and not changing the
profile "my-env",
Svante Signell writes:
> On a GNU/Linux amd64 qemu image:
>
[…]
> apt-get install guile-2.2 guile-gcrypt libgnutls30 guile-sqlite3 guile-json
> guile-bytestructures make zlib1g bzip2 libgcrypt20 sqlite3 g++ guile-2.0
> guile-
> 2.0-libs guile-2.2-dev libsqlite3
Dear,
An example is better than too much words. :-)
This command lists the dependencies of the "guix" package.
guix package --show=guix | recsel -p dependencies
Then this command fails:
guix package --show=autoconf-wrapper
It is expected because the "wrapper" is not a "real" package and it
On Tue, 2019-09-10 at 10:10 +0200, Svante Signell wrote:
> On Sun, 2019-09-08 at 22:55 +0200, Ludovic Courtès wrote:
> > Hi,
> >
> > Ricardo Wurmus skribis:
> >
> > > I believe the problem is in Guix, which lets the builds for i586-gnu use
> > > Guile 2.2, but generates scripts for Guile 2.0. W
Le 20 septembre 2019 11:31:15 GMT+02:00, Thorsten Wilms a
écrit :
>On Thu, 19 Sep 2019 23:22:57 +0200
>Julien Lepiller wrote:
>
>> I you have a color-theme-home-type that extends all terminals, color
>> themes would be configured in all terminals, but because of the
>> extension, a mate-terminal
Hi Julien!
Julien Lepiller writes:
> Hi Guix!
>
> I've recently been working a bit on my guix home manager
> (https://framagit.org/tyreunom/guix-home-manager). The guix home
> manager is taking the guix philosophy one step further: after
> environment management, package management and operating
On Thu, 19 Sep 2019 23:22:57 +0200
Julien Lepiller wrote:
> I you have a color-theme-home-type that extends all terminals, color
> themes would be configured in all terminals, but because of the
> extension, a mate-terminal-home-type would be instantiated.
>
> My version of services introduce th
Hello,
Christopher Baines ezt írta (időpont: 2019. szept. 18.,
Sze, 9:33):
>
> Gábor Boskovits writes:
>
> > Did you have time to have a look at these?
> >
> > I still see some missing TODO items on the proposal. Do you need any
> help?
>
You could adopt the missing parts from the proposal I s
14 matches
Mail list logo