Hi Julien,
On Fri 03 May 2019 at 22:17 Julien Lepiller wrote:
> Is /usr/lib/ocaml/METAS referenced somewhere in the sources you're
> trying to build?
Checking this is indeed a good idea, but no, the path isn't referenced
in the sources.
> Maybe you could try setting these environment variables
Fixed with commit a5e9413ce8.
On 5/4/19 12:10 AM, Marius Bakke wrote:
> rendaw <7e9wc56emja...@s.rendaw.me> writes:
>
>> On 5/3/19 7:17 AM, Marius Bakke wrote:
>>> It would be great to have UEFI support in the record,
>>> mainly for system tests, but I doubt that is what rendaw is after :-)
>> Yeah, ideally I'd like secure b
In my case, "wpa-supplicant" would *always* fail to start (I rebooted and tried
the graphical installer around 4 times).
Killing "wpa-supplicant" and then running "herd start networking" made it
possible for the graphical installer to display the steps where you select
Wireless or Wired, and th
The error reads as follows:
--8<---cut here---start->8---
==
ERROR: test_start_tls_serve
Nicolas Goaziou wrote:
> > You are really looking for `gcc-toolchain' package. See section
> > 2.6.6 in the manual.
Indeed! Thanks for the answer.
> (Speaking as a user, I'd be annoyed to the point of switching if
> my distro installed ‘binutils’ when asked for ‘gcc’.)
Well, 'guix install emac
install guix 1.0.0, only pick xfce desktop environment
when you log in there's no "Network Connections" in Applications > Settings,
and there's no network applet in the panel
What I did to work around it:
sudo nmtui to connect to wifiguix install network-manager
guix install network-manager-applet
Bruno,
Welcome!
Nicolas Goaziou wrote:
You are really looking for `gcc-toolchain' package. See section
2.6.6 in
the manual.
Yup! :-)
‘Toolchain’ exactly describes what you're looking for, so I'm
going to go ahead and close this bug.
(Speaking as a user, I'd be annoyed to the point of sw
Hello,
Bruno Haible writes:
> After installing the guix-1.0 installation image
> (guix-system-vm-image-1.0.0.x86_64-linux) and running it with qemu,
> I wanted to compile a hello-world program in C.
>
> $ cat hello.c
> #include
> int main () {
> printf("Hello world\n");
> return 0;
> }
>
>
Hi,
Running the guix-1.0 installation image
(guix-system-vm-image-1.0.0.x86_64-linux) in qemu, I find that the
glibc functions getlogin() and getlogin_r() fail with error ENXIO.
Using the gnulib programs test-getlogin and test-getlogin_r I can see
that the program is reading the contents of the f
Hello,
the link "as its name suggests" on
https://www.gnu.org/software/guix/blog/2018/tarballs-the-ultimate-container-image-format/
points to
https://www.gnu.org/software/tar/manual/en/html_node/Introduction.html
which shows 404
congratulations for guix 1.0 btw!
kind regards
davidak
(a Nix
Hi,
After installing the guix-1.0 installation image
(guix-system-vm-image-1.0.0.x86_64-linux) and running it with qemu,
I wanted to compile a hello-world program in C.
$ cat hello.c
#include
int main () {
printf("Hello world\n");
return 0;
}
$ guix install gcc
$ gcc hello.c
error trying t
Ludovic Courtès writes:
> Ricardo and sirgazil reported on IRC that the ‘wpa-supplicant’ would
> (sometimes?) fail to start for the in the installation image on their
> laptop.
What I observed was that the wpa-supplicant *service* would not start
and starting it manually would fail because a w
Ludovic Courtès skribis:
> 678 May 3 16:03:40 localhost vmunix: [ 10.221211] shepherd[1]: Service
> dbus-system has been started.
> 679 May 3 16:03:40 localhost vmunix: [ 10.222093] shepherd[1]: Service
> loopback has been started.
> 680 May 3 16:03:40 localhost wpa_supplicant[398]: Succ
Hi,
> Timothy Sample skribis:
>
>> Ludovic Courtès writes:
>>
>>> Has anyone tried on a GNOME, Xfce, or ratpoison install? I wonder if
>>> the problem is visible there (until you open a terminal, that is.)
>>
>> I just tried Xfce and it does not work.
>
> As in you can’t log in at all?
Exactly
Le Fri, 03 May 2019 21:24:16 +0200,
Gabriel Hondet a écrit :
> Good evening,
>
> I tried to build a project with dune, and it failed while trying to
> access '/usr/lib/ocaml/METAS':
>
> [...]
>
> I'll probably have a look at it tomorrow. If someone has an idea
> though, let me know.
>
> Chee
Hello,
Ricardo and sirgazil reported on IRC that the ‘wpa-supplicant’ would
(sometimes?) fail to start for the in the installation image on their
laptop.
As a result the ‘networking’ service (Connman) would not start either;
thus, the installer would report that it failed to establish Internet
ac
Good evening,
I tried to build a project with dune, and it failed while trying to
access '/usr/lib/ocaml/METAS':
$ dune build lambdapi.exe
Entering directory '/data0/gabriel/workspace/vcs/lambdapi'
Error: exception Sys_error("/usr/lib/ocaml/METAS: No such file or directory")
Backtrace:
Raised by
Hi Tim,
Timothy Sample skribis:
> Ludovic Courtès writes:
>
>> Has anyone tried on a GNOME, Xfce, or ratpoison install? I wonder if
>> the problem is visible there (until you open a terminal, that is.)
>
> I just tried Xfce and it does not work.
As in you can’t log in at all?
> Just finished
On Fri, May 03, 2019 at 12:04:18PM +0200, Ludovic Courtès wrote:
> I agree we need more automation here. One way to do this would be
> something like ‘make assert-binaries-available’, which checks for
> substitute availability (it could be a prerequisite of ‘make dist’),
> where we’d explicitly ch
Hi,
Timothy Sample writes:
> Ludovic Courtès writes:
>
>> Has anyone tried on a GNOME, Xfce, or ratpoison install? I wonder if
>> the problem is visible there (until you open a terminal, that is.)
>
> I just tried Xfce and it does not work. Adding “%base-packages” back
> into the config from
On Fri, May 03, 2019 at 02:15:27PM +0200, Mathieu Othacehe wrote:
>
> Hey,
>
> > Not sure if this can be fixed. Mathieu?
>
> The textbox object used for the backtrace window only supports vertical
> scrolling. However, the text should be broken in lines that fit the box
> horizontally, I'll try
Hi Ludo,
Ludovic Courtès writes:
> Has anyone tried on a GNOME, Xfce, or ratpoison install? I wonder if
> the problem is visible there (until you open a terminal, that is.)
I just tried Xfce and it does not work. Adding “%base-packages” back
into the config from the terminal fixed it, though.
rendaw <7e9wc56emja...@s.rendaw.me> writes:
> On 5/3/19 7:17 AM, Marius Bakke wrote:
>> It would be great to have UEFI support in the record,
>> mainly for system tests, but I doubt that is what rendaw is after :-)
>
> Yeah, ideally I'd like secure boot from the flashed media but failing
> that I
Julien Lepiller skribis:
> Le Fri, 3 May 2019 11:30:18 +0200,
> Danny Milosavljevic a écrit :
>
>> Hi,
>>
>> On Fri, 3 May 2019 10:54:37 +0200
>> "pelzflorian (Florian Pelz)" wrote:
>>
>> > When creating an encrypted partition in Manual partitioning (maybe
>> > also Guided?) in the Newt insta
Hello!
Mathieu Othacehe skribis:
>> I believe the broader issue is that the installer cannot really be
>> restarted after a failed install, as we discussed a while back on
>> guix-devel. Mathieu, can you confirm?
>
> I'm not aware of this layout issue, however, after the installer is
> restarte
On 5/3/19 7:17 AM, Marius Bakke wrote:
> It would be great to have UEFI support in the record,
> mainly for system tests, but I doubt that is what rendaw is after :-)
Yeah, ideally I'd like secure boot from the flashed media but failing
that I'd at least like to be moving closer to it (boot wit
Hey,
> Not sure if this can be fixed. Mathieu?
The textbox object used for the backtrace window only supports vertical
scrolling. However, the text should be broken in lines that fit the box
horizontally, I'll try to find why it doesn't work.
Mathieu
Hello,
> I believe the broader issue is that the installer cannot really be
> restarted after a failed install, as we discussed a while back on
> guix-devel. Mathieu, can you confirm?
I'm not aware of this layout issue, however, after the installer is
restarted, the install is doomed because s
"pelzflorian (Florian Pelz)" skribis:
> If the first install fails (e.g. when the build fails, see separate
> bug report on MATE install), it is possible to retry the installation.
> However, on the second attempt the installer crashes when selecting a
> keyboard layout.
[...]
> ice-9/eval.scm:
Hello,
I’d like us to better estimate the impact, communicate about
workarounds, and have a bug-fix release plan.
Like I wrote, in a bare-bones installation, Coreutils & co. are missing,
but one can work around it by running, say:
guix install coreutils grep sed findutils
(Programs like ‘sudo
"pelzflorian (Florian Pelz)" skribis:
> When and only when the Newt installer creates a packages field in the
> operating-system configuration e.g. for nss-certs, it does not add
> %base-packages to the packages field. (When no packages field is
> created, %base-packages is added by default.)
T
Ludovic Courtès writes:
> Hi Florian,
>
> "pelzflorian (Florian Pelz)" skribis:
>
>> mate-applets failed to build multiple times in the Guix 1.0 ISO, so
>> MATE cannot be installed. I guess I should have tested more before
>> release; not much can be done about it now (you may close this bug
Ludovic Courtès skribis:
> "pelzflorian (Florian Pelz)" skribis:
>
>> When and only when the Newt installer creates a packages field in the
>> operating-system configuration e.g. for nss-certs, it does not add
>> %base-packages to the packages field. (When no packages field is
>> created, %base
Ludovic Courtès writes:
> "pelzflorian (Florian Pelz)" skribis:
>
>> When and only when the Newt installer creates a packages field in the
>> operating-system configuration e.g. for nss-certs, it does not add
>> %base-packages to the packages field. (When no packages field is
>> created, %bas
"pelzflorian (Florian Pelz)" skribis:
> When the Newt installer displays a backtrace, it is possible to scroll
> up and down, but not left and right. This cuts off important error
> messages.
Not sure if this can be fixed. Mathieu?
The backtrace is kept in /tmp though.
Ludo'.
"pelzflorian (Florian Pelz)" skribis:
> When and only when the Newt installer creates a packages field in the
> operating-system configuration e.g. for nss-certs, it does not add
> %base-packages to the packages field. (When no packages field is
> created, %base-packages is added by default.)
O
Hi,
"pelzflorian (Florian Pelz)" skribis:
> When creating an encrypted partition in Manual partitioning (maybe
> also Guided?) in the Newt installer, it asks for a password with which
> to encrypt the partition. However only the password confirmation
> password entry diplays *** instead of
Hi Florian,
"pelzflorian (Florian Pelz)" skribis:
> mate-applets failed to build multiple times in the Guix 1.0 ISO, so
> MATE cannot be installed. I guess I should have tested more before
> release; not much can be done about it now (you may close this bug if
> really not much can be done), ho
Le Fri, 3 May 2019 11:30:18 +0200,
Danny Milosavljevic a écrit :
> Hi,
>
> On Fri, 3 May 2019 10:54:37 +0200
> "pelzflorian (Florian Pelz)" wrote:
>
> > When creating an encrypted partition in Manual partitioning (maybe
> > also Guided?) in the Newt installer, it asks for a password with
> > w
Hello,
zna...@disroot.org skribis:
> So, there I reconnect to Internet and restart guix-daemon with `# herd
> restart guix-daemon`, and everything goes fine.
Is this reproducible, or is the problem gone now?
It may have been a transient networking issue, it’s hard to tell.
Thanks,
Ludo’.
On Fri, 3 May 2019 10:59:27 +0200
"pelzflorian (Florian Pelz)" wrote:
> When the Newt installer displays a backtrace, it is possible to scroll
> up and down, but not left and right. This cuts off important error
> messages.
IMO the better solution would be to wrap the text--and not to add anoth
Hi,
On Fri, 3 May 2019 10:54:37 +0200
"pelzflorian (Florian Pelz)" wrote:
> When creating an encrypted partition in Manual partitioning (maybe
> also Guided?) in the Newt installer, it asks for a password with which
> to encrypt the partition. However only the password confirmation
> password e
If the first install fails (e.g. when the build fails, see separate
bug report on MATE install), it is possible to retry the installation.
However, on the second attempt the installer crashes when selecting a
keyboard layout.
A backtrace is displayed; the important part appears to be this:
In ./g
When the Newt installer displays a backtrace, it is possible to scroll
up and down, but not left and right. This cuts off important error
messages.
When and only when the Newt installer creates a packages field in the
operating-system configuration e.g. for nss-certs, it does not add
%base-packages to the packages field. (When no packages field is
created, %base-packages is added by default.)
mate-applets failed to build multiple times in the Guix 1.0 ISO, so
MATE cannot be installed. I guess I should have tested more before
release; not much can be done about it now (you may close this bug if
really not much can be done), however maybe a more thorough testing
checklist or automation m
When creating an encrypted partition in Manual partitioning (maybe
also Guided?) in the Newt installer, it asks for a password with which
to encrypt the partition. However only the password confirmation
password entry diplays *** instead of the typed password, the
password entry before display
48 matches
Mail list logo